+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Aug 13 09:32:23 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-594cd98485-s8hg7 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fbc50cef668 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-08-13 09:32:27.497 7 INFO neutron.common.config [-] Logging enabled! 2026-08-13 09:32:27.497 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-13 09:32:27.539 8 INFO neutron.common.config [-] Logging enabled! 2026-08-13 09:32:27.540 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-13 09:32:28.532 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 09:32:28.578 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-13 09:32:30.031 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 09:32:30.033 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 09:32:30.037 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 09:32:30.038 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 09:32:30.038 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 09:32:30.038 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 09:32:30.038 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 09:32:30.046 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 09:32:30.046 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 09:32:30.046 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 09:32:30.068 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 09:32:30.069 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 09:32:30.069 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 09:32:30.095 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 09:32:30.095 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 09:32:30.096 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 09:32:30.096 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 09:32:30.119 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 09:32:30.122 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-13 09:32:30.126 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-13 09:32:30.127 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-13 09:32:30.127 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-13 09:32:30.127 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-13 09:32:30.127 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 09:32:30.135 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 09:32:30.135 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-13 09:32:30.135 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 09:32:30.156 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-13 09:32:30.157 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-13 09:32:30.157 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-13 09:32:30.184 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-13 09:32:30.185 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-13 09:32:30.185 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-13 09:32:30.185 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-13 09:32:30.372 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing driver for type 'vlan' 2026-08-13 09:32:30.470 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing driver for type 'vlan' 2026-08-13 09:32:30.661 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] VlanTypeDriver initialization complete 2026-08-13 09:32:30.661 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 09:32:30.661 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 09:32:30.674 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 09:32:30.674 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 09:32:30.674 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing extension driver 'port_security' 2026-08-13 09:32:30.675 7 INFO neutron.plugins.ml2.extensions.port_security [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 09:32:30.675 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing extension driver 'qos' 2026-08-13 09:32:30.675 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 09:32:30.675 7 INFO neutron.plugins.ml2.managers [None req-ed52305a-828a-49e3-a45d-f01fb2d693a0 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 09:32:30.686 7 INFO neutron.quota [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded quota_driver: . 2026-08-13 09:32:30.687 7 INFO neutron.plugins.ml2.plugin [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 09:32:30.687 7 INFO neutron.plugins.ml2.managers [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 09:32:30.687 7 INFO neutron.plugins.ml2.managers [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 09:32:30.687 7 INFO neutron.plugins.ml2.managers [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 09:32:30.687 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: qos 2026-08-13 09:32:30.700 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: router 2026-08-13 09:32:30.744 7 INFO neutron.services.service_base [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 09:32:30.744 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: segments 2026-08-13 09:32:30.785 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] VlanTypeDriver initialization complete 2026-08-13 09:32:30.785 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing driver for type 'vxlan' 2026-08-13 09:32:30.785 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-13 09:32:30.822 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-13 09:32:30.822 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-13 09:32:30.823 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing extension driver 'port_security' 2026-08-13 09:32:30.823 8 INFO neutron.plugins.ml2.extensions.port_security [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-13 09:32:30.823 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing extension driver 'qos' 2026-08-13 09:32:30.823 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-13 09:32:30.824 8 INFO neutron.plugins.ml2.managers [None req-bead7783-9f7f-4f89-9bc0-63ade69e429e - - - - - -] Initializing mechanism driver 'l2population' 2026-08-13 09:32:30.838 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: trunk 2026-08-13 09:32:30.840 8 INFO neutron.quota [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded quota_driver: . 2026-08-13 09:32:30.841 8 INFO neutron.plugins.ml2.plugin [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Modular L2 Plugin initialization complete 2026-08-13 09:32:30.841 8 INFO neutron.plugins.ml2.managers [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-13 09:32:30.841 8 INFO neutron.plugins.ml2.managers [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-13 09:32:30.841 8 INFO neutron.plugins.ml2.managers [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-13 09:32:30.842 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: qos 2026-08-13 09:32:30.853 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: vpnaas 2026-08-13 09:32:30.855 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: router 2026-08-13 09:32:30.892 7 WARNING stevedore.named [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 09:32:30.901 8 INFO neutron.services.service_base [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-13 09:32:30.902 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: segments 2026-08-13 09:32:30.960 7 INFO neutron_vpnaas.services.vpn.plugin [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 09:32:30.961 7 INFO neutron.common.utils [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 09:32:30.961 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: taas 2026-08-13 09:32:30.986 7 WARNING stevedore.named [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 09:32:30.986 7 WARNING stevedore.named [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 09:32:30.996 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: trunk 2026-08-13 09:32:31.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 09:32:31.009 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: tapmirror 2026-08-13 09:32:31.010 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: vpnaas 2026-08-13 09:32:31.025 7 WARNING stevedore.named [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 09:32:31.025 7 WARNING stevedore.named [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 09:32:31.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 09:32:31.039 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 09:32:31.046 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: tag 2026-08-13 09:32:31.051 8 WARNING stevedore.named [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 09:32:31.054 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: timestamp 2026-08-13 09:32:31.059 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 09:32:31.067 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: flavors 2026-08-13 09:32:31.072 7 INFO neutron.manager [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loading Plugin: revisions 2026-08-13 09:32:31.076 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Initializing extension manager. 2026-08-13 09:32:31.077 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: address-group 2026-08-13 09:32:31.078 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: address-scope 2026-08-13 09:32:31.078 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 09:32:31.079 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: agent 2026-08-13 09:32:31.080 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 09:32:31.081 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 09:32:31.081 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 09:32:31.082 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: availability_zone 2026-08-13 09:32:31.083 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 09:32:31.083 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 09:32:31.084 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 09:32:31.085 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 09:32:31.086 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: dns-integration 2026-08-13 09:32:31.086 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 09:32:31.086 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 09:32:31.087 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: dvr 2026-08-13 09:32:31.088 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 09:32:31.088 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 09:32:31.089 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 09:32:31.090 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 09:32:31.090 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: external-net 2026-08-13 09:32:31.091 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 09:32:31.092 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: extraroute 2026-08-13 09:32:31.093 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 09:32:31.093 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 09:32:31.094 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 09:32:31.094 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 09:32:31.095 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 09:32:31.095 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: fip-port-details 2026-08-13 09:32:31.096 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: flavors 2026-08-13 09:32:31.097 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 09:32:31.098 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 09:32:31.098 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: ip_allocation 2026-08-13 09:32:31.099 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 09:32:31.099 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 09:32:31.100 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: router 2026-08-13 09:32:31.102 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 09:32:31.102 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 09:32:31.103 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 09:32:31.103 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 09:32:31.104 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: l3-ha 2026-08-13 09:32:31.104 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 09:32:31.105 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 09:32:31.105 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: l3-flavors 2026-08-13 09:32:31.106 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 09:32:31.106 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 09:32:31.108 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 09:32:31.110 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 09:32:31.111 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 09:32:31.112 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 09:32:31.112 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 09:32:31.113 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: multi-provider 2026-08-13 09:32:31.113 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: net-mtu 2026-08-13 09:32:31.114 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 09:32:31.114 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 09:32:31.115 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: network_ha 2026-08-13 09:32:31.115 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 09:32:31.116 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 09:32:31.117 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: pagination 2026-08-13 09:32:31.117 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-device-profile 2026-08-13 09:32:31.118 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 09:32:31.118 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 09:32:31.119 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 09:32:31.119 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-mac-override 2026-08-13 09:32:31.120 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 09:32:31.120 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 09:32:31.121 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 09:32:31.122 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-resource-request 2026-08-13 09:32:31.122 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 09:32:31.123 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 09:32:31.123 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: binding 2026-08-13 09:32:31.123 8 INFO neutron_vpnaas.services.vpn.plugin [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-13 09:32:31.124 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: binding-extended 2026-08-13 09:32:31.124 8 INFO neutron.common.utils [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-13 09:32:31.124 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: taas 2026-08-13 09:32:31.124 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-security 2026-08-13 09:32:31.125 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: project-id 2026-08-13 09:32:31.125 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: provider 2026-08-13 09:32:31.126 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 09:32:31.128 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos 2026-08-13 09:32:31.129 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 09:32:31.129 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 09:32:31.130 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-default 2026-08-13 09:32:31.130 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-fip 2026-08-13 09:32:31.130 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 09:32:31.131 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 09:32:31.131 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 09:32:31.132 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 09:32:31.133 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 09:32:31.133 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-pps 2026-08-13 09:32:31.134 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 09:32:31.134 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 09:32:31.135 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 09:32:31.135 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 09:32:31.136 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 09:32:31.138 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: quotas 2026-08-13 09:32:31.139 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: quota_details 2026-08-13 09:32:31.140 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: rbac-policies 2026-08-13 09:32:31.141 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 09:32:31.141 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 09:32:31.142 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 09:32:31.142 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 09:32:31.143 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: revision-if-match 2026-08-13 09:32:31.143 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 09:32:31.144 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 09:32:31.144 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 09:32:31.146 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 09:32:31.147 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 09:32:31.147 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 09:32:31.148 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 09:32:31.148 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 09:32:31.148 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 09:32:31.154 8 WARNING stevedore.named [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 09:32:31.154 8 WARNING stevedore.named [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 09:32:31.153 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: security-group 2026-08-13 09:32:31.156 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: segment 2026-08-13 09:32:31.156 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 09:32:31.157 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: service-type 2026-08-13 09:32:31.157 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: sorting 2026-08-13 09:32:31.158 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 09:32:31.159 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 09:32:31.159 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 09:32:31.160 7 WARNING neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 09:32:31.160 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 09:32:31.161 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 09:32:31.161 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 09:32:31.162 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 09:32:31.162 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 09:32:31.163 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 09:32:31.163 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 09:32:31.164 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: tag-creation 2026-08-13 09:32:31.164 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 09:32:31.168 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 09:32:31.169 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 09:32:31.169 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: trunk 2026-08-13 09:32:31.170 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: trunk-details 2026-08-13 09:32:31.170 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 09:32:31.171 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 09:32:31.171 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 09:32:31.172 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 09:32:31.174 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 09:32:31.175 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 09:32:31.175 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 09:32:31.177 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: vpnaas 2026-08-13 09:32:31.178 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: taas 2026-08-13 09:32:31.179 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: tap-mirror 2026-08-13 09:32:31.179 7 INFO neutron.api.extensions [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 09:32:31.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-13 09:32:31.180 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: tapmirror 2026-08-13 09:32:31.182 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 09:32:31.182 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 09:32:31.182 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.182 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 09:32:31.185 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 09:32:31.186 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 09:32:31.190 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 09:32:31.191 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 09:32:31.191 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 09:32:31.192 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.192 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.192 8 WARNING stevedore.named [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-13 09:32:31.193 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.193 8 WARNING stevedore.named [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-13 09:32:31.193 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.193 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 09:32:31.194 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.194 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.194 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 09:32:31.195 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 09:32:31.195 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 09:32:31.196 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.196 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ipsecpolicy is already registered 2026-08-13 09:32:31.196 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.196 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ikepolicy is already registered 2026-08-13 09:32:31.200 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 09:32:31.201 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] router is already registered 2026-08-13 09:32:31.201 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 09:32:31.201 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] floatingip is already registered 2026-08-13 09:32:31.205 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 09:32:31.205 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] rbac_policy is already registered 2026-08-13 09:32:31.205 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 09:32:31.206 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] security_group is already registered 2026-08-13 09:32:31.206 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 09:32:31.206 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] security_group_rule is already registered 2026-08-13 09:32:31.207 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-13 09:32:31.207 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.207 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: auto_allocate 2026-08-13 09:32:31.207 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.208 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.208 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 09:32:31.208 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] trunk is already registered 2026-08-13 09:32:31.208 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.209 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ikepolicy is already registered 2026-08-13 09:32:31.209 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.209 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ipsecpolicy is already registered 2026-08-13 09:32:31.209 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 09:32:31.210 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] endpoint_group is already registered 2026-08-13 09:32:31.210 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 09:32:31.210 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] vpnservice is already registered 2026-08-13 09:32:31.210 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 09:32:31.211 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ipsec_site_connection is already registered 2026-08-13 09:32:31.211 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.211 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ipsecpolicy is already registered 2026-08-13 09:32:31.211 7 INFO neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.212 7 WARNING neutron.quota.resource_registry [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] ikepolicy is already registered 2026-08-13 09:32:31.214 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: tag 2026-08-13 09:32:31.224 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: timestamp 2026-08-13 09:32:31.227 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: network_ip_availability 2026-08-13 09:32:31.231 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: flavors 2026-08-13 09:32:31.234 8 INFO neutron.manager [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loading Plugin: revisions 2026-08-13 09:32:31.238 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Initializing extension manager. 2026-08-13 09:32:31.239 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: address-group 2026-08-13 09:32:31.240 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: address-scope 2026-08-13 09:32:31.240 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-13 09:32:31.241 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: agent 2026-08-13 09:32:31.242 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: agent-resources-synced 2026-08-13 09:32:31.243 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-13 09:32:31.244 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-13 09:32:31.244 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: availability_zone 2026-08-13 09:32:31.245 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: availability_zone_filter 2026-08-13 09:32:31.245 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-13 09:32:31.246 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: default-subnetpools 2026-08-13 09:32:31.247 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-13 09:32:31.248 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: dns-integration 2026-08-13 09:32:31.248 7 WARNING keystonemiddleware._common.config [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 09:32:31.248 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: dns-domain-ports 2026-08-13 09:32:31.249 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-13 09:32:31.249 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: dvr 2026-08-13 09:32:31.250 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-13 09:32:31.250 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: empty-string-filtering 2026-08-13 09:32:31.251 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 09:32:31.252 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-13 09:32:31.252 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: external-net 2026-08-13 09:32:31.253 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-13 09:32:31.253 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: extraroute 2026-08-13 09:32:31.254 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: extraroute-atomic 2026-08-13 09:32:31.254 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-13 09:32:31.254 7 WARNING oslo_config.cfg [None req-63367909-c3f6-48ee-95c1-7216d0e83140 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-13 09:32:31.255 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-13 09:32:31.255 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-13 09:32:31.256 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-13 09:32:31.256 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: fip-port-details WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbc50cef668 pid: 7 (default app) 2026-08-13 09:32:31.257 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: flavors 2026-08-13 09:32:31.259 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-13 09:32:31.260 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: floatingip-pools 2026-08-13 09:32:31.260 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: ip_allocation 2026-08-13 09:32:31.261 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-13 09:32:31.261 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: l2_adjacency 2026-08-13 09:32:31.262 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: router 2026-08-13 09:32:31.264 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-13 09:32:31.264 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-13 09:32:31.265 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-13 09:32:31.265 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: ext-gw-mode 2026-08-13 09:32:31.266 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: l3-ha 2026-08-13 09:32:31.266 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-13 09:32:31.267 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-13 09:32:31.267 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: l3-flavors 2026-08-13 09:32:31.268 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-13 09:32:31.269 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-13 09:32:31.271 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-13 09:32:31.272 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-13 09:32:31.273 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-13 09:32:31.274 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-13 09:32:31.275 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-13 09:32:31.275 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: multi-provider 2026-08-13 09:32:31.276 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: net-mtu 2026-08-13 09:32:31.276 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: net-mtu-writable 2026-08-13 09:32:31.277 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: network_availability_zone 2026-08-13 09:32:31.277 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: network_ha 2026-08-13 09:32:31.278 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: network-ip-availability 2026-08-13 09:32:31.279 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-13 09:32:31.279 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: pagination 2026-08-13 09:32:31.280 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-device-profile 2026-08-13 09:32:31.280 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-13 09:32:31.281 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-13 09:32:31.281 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-13 09:32:31.282 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-mac-override 2026-08-13 09:32:31.282 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-13 09:32:31.283 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-13 09:32:31.283 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-13 09:32:31.284 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-resource-request 2026-08-13 09:32:31.285 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-13 09:32:31.285 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-13 09:32:31.286 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: binding 2026-08-13 09:32:31.286 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: binding-extended 2026-08-13 09:32:31.287 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-security 2026-08-13 09:32:31.287 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: project-id 2026-08-13 09:32:31.288 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: provider 2026-08-13 09:32:31.288 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-13 09:32:31.291 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos 2026-08-13 09:32:31.291 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-13 09:32:31.292 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-13 09:32:31.292 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-default 2026-08-13 09:32:31.293 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-fip 2026-08-13 09:32:31.293 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-13 09:32:31.294 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-13 09:32:31.294 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-13 09:32:31.295 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-13 09:32:31.295 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-13 09:32:31.296 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-pps 2026-08-13 09:32:31.297 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-13 09:32:31.297 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-13 09:32:31.298 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: qos-rules-alias 2026-08-13 09:32:31.298 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: quota-check-limit 2026-08-13 09:32:31.299 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-13 09:32:31.301 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: quotas 2026-08-13 09:32:31.302 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: quota_details 2026-08-13 09:32:31.303 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: rbac-policies 2026-08-13 09:32:31.304 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: rbac-address-group 2026-08-13 09:32:31.304 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: rbac-address-scope 2026-08-13 09:32:31.305 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: rbac-security-groups 2026-08-13 09:32:31.305 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-13 09:32:31.306 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: revision-if-match 2026-08-13 09:32:31.306 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-13 09:32:31.307 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: router_availability_zone 2026-08-13 09:32:31.307 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-13 09:32:31.309 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-13 09:32:31.309 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-13 09:32:31.310 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-13 09:32:31.310 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-13 09:32:31.311 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-13 09:32:31.311 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-13 09:32:31.316 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: security-group 2026-08-13 09:32:31.317 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: segment 2026-08-13 09:32:31.317 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-13 09:32:31.318 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: service-type 2026-08-13 09:32:31.319 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: sorting 2026-08-13 09:32:31.319 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: standard-attr-segment 2026-08-13 09:32:31.320 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: standard-attr-description 2026-08-13 09:32:31.320 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: stateful-security-group 2026-08-13 09:32:31.321 8 WARNING neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-13 09:32:31.321 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-13 09:32:31.322 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: subnet-external-network 2026-08-13 09:32:31.322 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: subnet_onboard 2026-08-13 09:32:31.323 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-13 09:32:31.323 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: subnet-service-types 2026-08-13 09:32:31.324 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: subnet_allocation 2026-08-13 09:32:31.327 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-13 09:32:31.328 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: tag-creation 2026-08-13 09:32:31.328 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-13 09:32:31.332 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: standard-attr-tag 2026-08-13 09:32:31.333 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-13 09:32:31.333 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: trunk 2026-08-13 09:32:31.334 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: trunk-details 2026-08-13 09:32:31.334 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-13 09:32:31.335 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-13 09:32:31.335 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-13 09:32:31.336 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-13 09:32:31.338 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-13 09:32:31.338 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-13 09:32:31.339 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: vpn-flavors 2026-08-13 09:32:31.341 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: vpnaas 2026-08-13 09:32:31.342 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: taas 2026-08-13 09:32:31.343 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: tap-mirror 2026-08-13 09:32:31.343 8 INFO neutron.api.extensions [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-13 09:32:31.346 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-13 09:32:31.346 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-13 09:32:31.346 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.346 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-13 09:32:31.349 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 09:32:31.350 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 09:32:31.354 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 09:32:31.355 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 09:32:31.355 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 09:32:31.356 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.356 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.357 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.357 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.357 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 09:32:31.358 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.358 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.358 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 09:32:31.359 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 09:32:31.359 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 09:32:31.360 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.360 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ipsecpolicy is already registered 2026-08-13 09:32:31.360 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.360 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ikepolicy is already registered 2026-08-13 09:32:31.365 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-13 09:32:31.365 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] router is already registered 2026-08-13 09:32:31.365 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-13 09:32:31.365 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] floatingip is already registered 2026-08-13 09:32:31.369 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-13 09:32:31.369 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] rbac_policy is already registered 2026-08-13 09:32:31.369 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-13 09:32:31.370 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] security_group is already registered 2026-08-13 09:32:31.370 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-13 09:32:31.370 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] security_group_rule is already registered 2026-08-13 09:32:31.371 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.371 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.371 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-13 09:32:31.372 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] subnetpool is already registered 2026-08-13 09:32:31.372 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-13 09:32:31.372 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] trunk is already registered 2026-08-13 09:32:31.372 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.373 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ikepolicy is already registered 2026-08-13 09:32:31.373 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.373 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ipsecpolicy is already registered 2026-08-13 09:32:31.373 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-13 09:32:31.374 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] endpoint_group is already registered 2026-08-13 09:32:31.374 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-13 09:32:31.374 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] vpnservice is already registered 2026-08-13 09:32:31.374 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-13 09:32:31.375 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ipsec_site_connection is already registered 2026-08-13 09:32:31.375 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-13 09:32:31.375 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ipsecpolicy is already registered 2026-08-13 09:32:31.375 8 INFO neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-13 09:32:31.376 8 WARNING neutron.quota.resource_registry [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] ikepolicy is already registered 2026-08-13 09:32:31.413 8 WARNING keystonemiddleware._common.config [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-13 09:32:31.420 8 WARNING oslo_config.cfg [None req-0a8fc107-d612-4799-bc1a-a8ebc8caffa0 - - - - - -] 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 0x7fbc50cef668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:32:36.885 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6aea602-f4ce-45ac-b572-b63922f02988 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:32:36 2026] GET /v2.0/networks/public => generated 108 bytes in 831 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:32:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:32:37.683 7 WARNING neutron.services.revisions.revision_plugin [None req-0a225d6c-01be-4210-8309-69db14adcb3a 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Could not find related network for resource to bump revision. 2026-08-13 09:32:37.718 7 INFO neutron.db.segments_db [None req-0a225d6c-01be-4210-8309-69db14adcb3a 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 01225f74-a31b-49f0-baeb-c3a5fd1b574e of type flat for network 0b45eb06-8927-4b06-a757-bc8de81631e7 2026-08-13 09:32:37.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a225d6c-01be-4210-8309-69db14adcb3a 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.235 () {48 vars in 968 bytes} [Thu Aug 13 09:32:37 2026] POST /v2.0/networks => generated 124 bytes in 465 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:32:43.646 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9e6eca9-f8ad-4cfd-aede-0e44cdeb7612 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:32:43 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:32:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:32:43.719 7 WARNING neutron.services.revisions.revision_plugin [None req-bdbba65e-26a6-46c4-b0fc-87f28395e107 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Could not find related network for resource to bump revision. 2026-08-13 09:32:43.729 7 INFO neutron.db.segments_db [None req-bdbba65e-26a6-46c4-b0fc-87f28395e107 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment df6733e7-acd9-425d-823f-1aa98f23da04 of type flat for network 4df8f5bb-a659-49ac-915b-0d1558dd2312 2026-08-13 09:32:43.745 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdbba65e-26a6-46c4-b0fc-87f28395e107 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.235 () {48 vars in 968 bytes} [Thu Aug 13 09:32:43 2026] POST /v2.0/networks => generated 124 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:32:49.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-faaf2add-c1a1-4363-a4c6-e85dfd2c6451 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:32:49 2026] GET /v2.0/networks/public => generated 108 bytes in 402 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:32:49 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-08-13 09:32:50.233 8 WARNING neutron.services.revisions.revision_plugin [None req-a754e071-0d79-4350-ad48-93c6fcf1bc81 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Could not find related network for resource to bump revision. 2026-08-13 09:32:50.254 8 INFO neutron.db.segments_db [None req-a754e071-0d79-4350-ad48-93c6fcf1bc81 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment cf168695-d701-4794-8b38-d5b5d5366fc9 of type flat for network bbb46c02-1897-402f-a91b-0937122213bd 2026-08-13 09:32:50.307 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a754e071-0d79-4350-ad48-93c6fcf1bc81 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.235 () {48 vars in 968 bytes} [Thu Aug 13 09:32:50 2026] POST /v2.0/networks => generated 124 bytes in 309 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:32:56.214 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e98171f-3e2c-4b96-bac3-e714d1daca3e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:32:56 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:32:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:32:56.291 8 WARNING neutron.services.revisions.revision_plugin [None req-b07d8f56-cb79-4473-b3a5-ac38e431a5ae 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Could not find related network for resource to bump revision. 2026-08-13 09:32:56.314 8 INFO neutron.db.segments_db [None req-b07d8f56-cb79-4473-b3a5-ac38e431a5ae 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment bdfa5e2c-158a-4eed-b7a4-0d37da157559 of type flat for network a565dd69-8a84-4832-ba3f-51f5fce2dfe7 2026-08-13 09:32:56.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b07d8f56-cb79-4473-b3a5-ac38e431a5ae 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.235 () {48 vars in 968 bytes} [Thu Aug 13 09:32:56 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:33:02.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86fc0b21-0391-4b39-9c1c-865538d8cbeb 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:33:02 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:33:02 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-08-13 09:33:02.271 7 WARNING neutron.services.revisions.revision_plugin [None req-73a48356-7f41-4519-80bd-f553d780a226 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Could not find related network for resource to bump revision. 2026-08-13 09:33:02.287 7 INFO neutron.db.segments_db [None req-73a48356-7f41-4519-80bd-f553d780a226 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 84bf7e98-633a-403a-84a7-79792f4b40a3 of type flat for network 7eb22f7b-4d9a-417e-b1b6-c3059f7fdece 2026-08-13 09:33:02.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73a48356-7f41-4519-80bd-f553d780a226 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.235 () {48 vars in 968 bytes} [Thu Aug 13 09:33:02 2026] POST /v2.0/networks => generated 124 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 09:33:08.192 7 INFO neutron.pecan_wsgi.hooks.translation [None req-973dbaf2-5bc6-43c5-a923-4f986895d0de 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:33:08 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:33:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:33:08.265 7 WARNING neutron.services.revisions.revision_plugin [None req-ef8f1af7-3e12-4166-94be-b1a3dcc36d12 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Could not find related network for resource to bump revision. 2026-08-13 09:33:08.285 7 INFO neutron.db.segments_db [None req-ef8f1af7-3e12-4166-94be-b1a3dcc36d12 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 1496b89a-c858-446d-bc8b-dcb864dbbf3a of type flat for network e3f3cf59-73a8-4047-b50c-eda7368ff686 [pid: 7|app: 0|req: 13/23] 199.204.45.235 () {48 vars in 968 bytes} [Thu Aug 13 09:33:08 2026] POST /v2.0/networks => generated 706 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:33:09.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07e17ca6-fe56-4542-aa93-7b0b4fbe07e6 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 09:33:09 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 09:33:09 2026] GET /v2.0/networks?name=public => generated 709 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:33:09.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39c2c4ff-40fb-4d92-aaa7-1f38fc4a3f22 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.235 () {44 vars in 1035 bytes} [Thu Aug 13 09:33:09 2026] GET /v2.0/subnets/public-subnet?network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.235 () {44 vars in 1058 bytes} [Thu Aug 13 09:33:09 2026] GET /v2.0/subnets?name=public-subnet&network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.235 () {48 vars in 966 bytes} [Thu Aug 13 09:33:09 2026] POST /v2.0/subnets => generated 664 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:03.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5f70b70-4f32-4d76-adca-980e8a04c222 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/67] 199.204.45.235 () {44 vars in 938 bytes} [Thu Aug 13 09:38:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/68] 199.204.45.235 () {44 vars in 960 bytes} [Thu Aug 13 09:38:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:38:03.130 8 INFO neutron.db.segments_db [None req-c6f083d5-07d7-4ee2-acdd-5fc1e2d31912 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 39961433-b5c9-4f79-bb57-ea4b85fc53f6 of type vxlan for network 07cd753a-a664-4abc-8658-85556e4b7024 [pid: 8|app: 0|req: 34/69] 199.204.45.235 () {48 vars in 967 bytes} [Thu Aug 13 09:38:03 2026] POST /v2.0/networks => generated 688 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:04.166 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8667e707-9787-4a38-905d-e8bfbdc5edbd 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/70] 199.204.45.235 () {44 vars in 938 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/71] 199.204.45.235 () {44 vars in 960 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:04.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28cabdf5-658f-4d03-8d90-d072a0cdbf94 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/72] 199.204.45.235 () {44 vars in 1037 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 199.204.45.235 () {44 vars in 1060 bytes} [Thu Aug 13 09:38:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.235 () {48 vars in 966 bytes} [Thu Aug 13 09:38:04 2026] POST /v2.0/subnets => generated 651 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 09:38:05.664 8 INFO neutron.api.v2.resource [None req-430f1a2d-fb7d-4339-81ba-73ba7c04853a 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/75] 199.204.45.235 () {44 vars in 972 bytes} [Thu Aug 13 09:38:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.235 () {44 vars in 994 bytes} [Thu Aug 13 09:38:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-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: 38/77] 199.204.45.235 () {48 vars in 981 bytes} [Thu Aug 13 09:38:05 2026] POST /v2.0/security-groups => generated 1616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:06 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 1616 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:07 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:07 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 1616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:08 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:08 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:08 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:09 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:09 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:09 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:10 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:10 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:10 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:11 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:11 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:11 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.235 () {44 vars in 988 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024 => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 09:38:12.722 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1973e621-13cc-47a9-9678-8b1aa0026107 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/101] 199.204.45.235 () {44 vars in 1077 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.235 () {44 vars in 1100 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=07cd753a-a664-4abc-8658-85556e4b7024 => 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: 50/103] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:12 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.235 () {48 vars in 962 bytes} [Thu Aug 13 09:38:12 2026] POST /v2.0/ports => generated 1100 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 09:38:20.428 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b57cac9a-f870-4dbf-879b-652b9503ea4c 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/105] 199.204.45.235 () {44 vars in 980 bytes} [Thu Aug 13 09:38:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 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: 55/106] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.235 () {48 vars in 1032 bytes} [Thu Aug 13 09:38:20 2026] PUT /v2.0/ports/e7df0443-bb36-46f9-b019-4e93af3566fe => generated 1249 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.235 () {44 vars in 921 bytes} [Thu Aug 13 09:38:22 2026] GET /v2.0/ports => generated 3730 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:38:24.019 7 INFO neutron.api.v2.resource [None req-dae0a676-8e53-4dd4-9974-bac7d95a0861 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/111] 199.204.45.235 () {44 vars in 960 bytes} [Thu Aug 13 09:38:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/112] 199.204.45.235 () {44 vars in 982 bytes} [Thu Aug 13 09:38:24 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/113] 199.204.45.235 () {48 vars in 981 bytes} [Thu Aug 13 09:38:24 2026] POST /v2.0/security-groups => generated 1610 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:25 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:25 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:25 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:25 2026] POST /v2.0/security-group-rules => generated 623 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:26 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:26 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:38:26 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:38:26 2026] POST /v2.0/security-group-rules => generated 627 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/130] 199.204.45.235 () {44 vars in 976 bytes} [Thu Aug 13 09:39:33 2026] GET /v2.0/quotas/295f964ed6374939bb169fa8108c7466 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/131] 199.204.45.235 () {48 vars in 1028 bytes} [Thu Aug 13 09:39:34 2026] PUT /v2.0/quotas/295f964ed6374939bb169fa8108c7466 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 09:41:54.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff0aee4a-2cd3-4b44-bfa0-99ddd6474ac4 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/152] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 09:41:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/153] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 09:41:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:41:57.042 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3019231-a1c5-4593-a633-fde5288ff5e3 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/154] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 09:41:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/155] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 09:41:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 09:48:45.743 8 INFO neutron.api.v2.resource [None req-83219a90-93dd-4912-aca1-d9666d027b39 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/210] 199.204.45.235 () {44 vars in 1075 bytes} [Thu Aug 13 09:48:45 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 139 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 199.204.45.235 () {44 vars in 1098 bytes} [Thu Aug 13 09:48:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 23 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 199.204.45.235 () {48 vars in 982 bytes} [Thu Aug 13 09:48:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/213] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:47 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:48:47 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:47 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:48:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:48 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:48:48 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:48 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:48:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:49 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/222] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:48:49 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/223] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:49 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/224] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:48:49 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: 7|app: 0|req: 115/225] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:50 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 3460 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/226] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 09:48:51 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/227] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 09:48:51 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 199.204.45.235 () {48 vars in 992 bytes} [Thu Aug 13 09:48:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/249] 199.204.45.235 () {30 vars in 740 bytes} [Thu Aug 13 09:51:14 2026] GET /v2.0/networks?tenant_id=3ee4729e3e194165909bd5ca501fdeb0&shared=False => generated 15 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 09:51:14.430 7 INFO neutron.db.segments_db [None req-40ca6ef5-39e8-4cda-86f1-5143d4544546 9df02d307185444bb0bbf4f5ab819053 3ee4729e3e194165909bd5ca501fdeb0 - - 38f8e015e54f454c8c1e3f4f10543fe3 38f8e015e54f454c8c1e3f4f10543fe3] Added segment 1105eaa4-a273-4c08-996a-22721fc29b92 of type vxlan for network 5c213bd7-986b-46ea-b2b8-987321b1b35d [pid: 7|app: 0|req: 127/250] 199.204.45.235 () {34 vars in 682 bytes} [Thu Aug 13 09:51:14 2026] POST /v2.0/networks => generated 699 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.235 () {30 vars in 722 bytes} [Thu Aug 13 09:51:14 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/252] 199.204.45.235 () {30 vars in 633 bytes} [Thu Aug 13 09:51:14 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.204.45.235 () {34 vars in 677 bytes} [Thu Aug 13 09:51:14 2026] POST /v2.0/ports => generated 999 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 09:51:15 2026] GET /v2.0/networks/5c213bd7-986b-46ea-b2b8-987321b1b35d => generated 705 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/255] 199.204.45.235 () {30 vars in 722 bytes} [Thu Aug 13 09:51:16 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 09:51:16 2026] GET /v2.0/networks/5c213bd7-986b-46ea-b2b8-987321b1b35d => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/259] 199.204.45.235 () {44 vars in 976 bytes} [Thu Aug 13 09:51:34 2026] GET /v2.0/quotas/3ee4729e3e194165909bd5ca501fdeb0 => 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: 128/260] 199.204.45.235 () {48 vars in 1028 bytes} [Thu Aug 13 09:51:35 2026] PUT /v2.0/quotas/3ee4729e3e194165909bd5ca501fdeb0 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:27.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-756c3640-b245-44cd-b495-e71b705866b4 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/365] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 10:04:27 2026] GET /v2.0/networks/public => generated 108 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 10:04:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:28.561 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b124b5db-5b38-4abe-a85a-8e6d77a9f5ce 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/367] 199.204.45.235 () {44 vars in 928 bytes} [Thu Aug 13 10:04:28 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: 8|app: 0|req: 182/368] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 10:04:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:28.659 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ca94d97-221d-46c2-b5df-407f2c55ef74 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/369] 199.204.45.235 () {44 vars in 1035 bytes} [Thu Aug 13 10:04:28 2026] GET /v2.0/subnets/public-subnet?network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.204.45.235 () {44 vars in 1058 bytes} [Thu Aug 13 10:04:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:57.020 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8482e20c-ff45-456e-9b52-9eae29b0c425 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/375] 199.204.45.235 () {44 vars in 938 bytes} [Thu Aug 13 10:04:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.235 () {44 vars in 960 bytes} [Thu Aug 13 10:04:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:58.043 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72ebc190-00a8-4673-80fb-83d00f079fdc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/377] 199.204.45.235 () {44 vars in 938 bytes} [Thu Aug 13 10:04:58 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.235 () {44 vars in 960 bytes} [Thu Aug 13 10:04:58 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:58.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-147ca779-a9d8-45fa-862d-7f58d4e64ece 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/379] 199.204.45.235 () {44 vars in 1037 bytes} [Thu Aug 13 10:04:58 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.235 () {44 vars in 1060 bytes} [Thu Aug 13 10:04:58 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:04:59.182 8 INFO neutron.api.v2.resource [None req-8c2af43f-c54a-4b83-84c4-a9e129d2a8e5 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/381] 199.204.45.235 () {44 vars in 972 bytes} [Thu Aug 13 10:04:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.235 () {44 vars in 994 bytes} [Thu Aug 13 10:04:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:00 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:00 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:00 2026] GET /v2.0/security-group-rules/eb5fa940-af4e-49d7-af17-61a6698ec70b => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:01 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:01 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:01 2026] GET /v2.0/security-group-rules/25f217d8-7602-41f7-b44d-9b6cab9e840e => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:02 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:02 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:02 2026] GET /v2.0/security-group-rules/9a84ac55-0a81-431f-bd3b-e3cdabf49d5f => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:03 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => 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: 195/393] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:03 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:03 2026] GET /v2.0/security-group-rules/ab90c1ab-63d7-4832-9360-03bebcd15d10 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:04 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:04 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:04 2026] GET /v2.0/security-group-rules/49da80b2-a258-4248-9235-878c890f55a1 => 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: 201/398] 199.204.45.235 () {44 vars in 988 bytes} [Thu Aug 13 10:05:05 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:05:05.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d277efb-011c-4fce-a938-321c6c7a2c4e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/399] 199.204.45.235 () {44 vars in 1077 bytes} [Thu Aug 13 10:05:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=07cd753a-a664-4abc-8658-85556e4b7024 => 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: 202/400] 199.204.45.235 () {44 vars in 1100 bytes} [Thu Aug 13 10:05:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 1254 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:05 2026] GET /v2.0/security-groups/489b0f8b-652e-4b6e-b3f6-206ec1abe18a => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:05:13.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b66968a6-7a6f-4f9a-b78f-62b1f0af6328 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/404] 199.204.45.235 () {44 vars in 980 bytes} [Thu Aug 13 10:05:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.235 () {44 vars in 921 bytes} [Thu Aug 13 10:05:15 2026] GET /v2.0/ports => generated 4725 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:05:16.683 8 INFO neutron.api.v2.resource [None req-66c7418e-a615-4231-ad91-67f1e5d2b224 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/407] 199.204.45.235 () {44 vars in 960 bytes} [Thu Aug 13 10:05:16 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.235 () {44 vars in 982 bytes} [Thu Aug 13 10:05:16 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:17 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:17 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:17 2026] GET /v2.0/security-group-rules/74e63dcc-41b1-4884-a010-7aec095aa44a => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:18 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:05:18 2026] GET /v2.0/security-groups/3798cb6f-d24c-4d79-929a-d575af718aaf => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:05:18 2026] GET /v2.0/security-group-rules/4e9f5851-9020-4d7a-a619-f031a41b90e1 => generated 627 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.204.45.235 () {44 vars in 976 bytes} [Thu Aug 13 10:05:31 2026] GET /v2.0/quotas/295f964ed6374939bb169fa8108c7466 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:06:27.926 7 INFO neutron.api.v2.resource [None req-f1fd9cee-dc45-46e4-96d7-fd7a9816d5cc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 215/426] 199.204.45.235 () {44 vars in 1075 bytes} [Thu Aug 13 10:06:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 199.204.45.235 () {44 vars in 1098 bytes} [Thu Aug 13 10:06:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 4072 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 10:06:28 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:06:29 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => 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: 217/430] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:06:29 2026] GET /v2.0/security-group-rules/9c49f026-c020-46dd-9e3f-7ca15d2bcee1 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 10:06:30 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:06:30 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:06:30 2026] GET /v2.0/security-group-rules/bba9745c-2373-4cdb-af0b-a346422f3ee9 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 10:06:31 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:06:31 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:06:31 2026] GET /v2.0/security-group-rules/d7d3787a-d60b-4e46-b320-f72d70106bdc => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 199.204.45.235 () {44 vars in 1089 bytes} [Thu Aug 13 10:06:32 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703?project_id=3ee4729e3e194165909bd5ca501fdeb0 => 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: 221/438] 199.204.45.235 () {44 vars in 1002 bytes} [Thu Aug 13 10:06:32 2026] GET /v2.0/security-groups/e3c90207-4822-4316-890d-2085a2d6c703 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 199.204.45.235 () {44 vars in 1012 bytes} [Thu Aug 13 10:06:32 2026] GET /v2.0/security-group-rules/babfe135-8b7d-427d-9555-08015f6b3e07 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 199.204.45.235 () {44 vars in 976 bytes} [Thu Aug 13 10:06:40 2026] GET /v2.0/quotas/3ee4729e3e194165909bd5ca501fdeb0 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 199.204.45.235 () {44 vars in 950 bytes} [Thu Aug 13 10:07:32 2026] GET /v2.0/networks?name=public => generated 753 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/456] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:08:13 2026] GET /v2.0/networks => generated 2168 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/457] 10.0.0.83 () {32 vars in 654 bytes} [Thu Aug 13 10:08:15 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:08:15 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/459] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:08:15 2026] GET /v2.0/ports => generated 4725 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/460] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:08:15 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: 8|app: 0|req: 228/461] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:08:15 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/462] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:08:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/463] 10.0.0.83 () {32 vars in 654 bytes} [Thu Aug 13 10:08:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:08:26.252 7 INFO neutron.db.segments_db [None req-e3ddba1f-dcac-4b9f-9a4c-6fe14e97ee78 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 6e986193-1d3f-4c51-9fc1-85549cca9081 of type vxlan for network ad1f0c7d-35a0-4601-8f89-8896c2d5465d 2026-08-13 10:08:26.269 8 INFO neutron.db.segments_db [None req-163798f4-0055-4fb7-9f44-68b2cafce312 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 8b4cac1b-53fd-4a79-a612-c0da3377f0cb of type vxlan for network 40879444-59bf-4497-8697-c0627218efe7 [pid: 7|app: 0|req: 236/466] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:08:25 2026] POST /v2.0/networks => generated 726 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/467] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/networks => generated 724 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:26.528 7 INFO neutron.db.segments_db [None req-7ae5a157-b4bd-4021-a129-7fe8983cb8b0 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment f165d535-f0dd-49db-a080-4d3c188e3504 of type vxlan for network 2dec5453-a975-4063-9d2d-ee2f7164cc36 [pid: 8|app: 0|req: 232/468] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/subnets => generated 692 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/networks => generated 729 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:26.660 7 INFO neutron.db.segments_db [None req-24805856-9822-41ec-a32a-63f5199afcec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment f57bafde-0acf-40d9-8058-80a960e2ad3e of type vxlan for network 955b72f3-07f4-487d-9f94-6e84b0e52ce0 [pid: 8|app: 0|req: 233/470] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/subnets => generated 690 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:26.875 7 INFO neutron.db.l3_hamode_db [None req-24805856-9822-41ec-a32a-63f5199afcec 91f2cf5f79c14bd09f098977822441b3 c7f3d0498a264762882222042cdac2ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/471] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/subnets => generated 695 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:26.927 8 INFO neutron.db.segments_db [None req-af3ba653-3480-4d79-9665-f85d773e8203 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 6a11afbf-e6b3-4e88-a889-7ad735644361 of type vxlan for network a3519a90-bd93-4a25-bbfe-7d854e93b455 2026-08-13 10:08:27.150 8 INFO neutron.db.l3_hamode_db [None req-af3ba653-3480-4d79-9665-f85d773e8203 91f2cf5f79c14bd09f098977822441b3 403df393d43e4aff9860c9295360a836 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:08:27.697 7 INFO neutron.db.l3_hamode_db [None req-24805856-9822-41ec-a32a-63f5199afcec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:08:27.961 8 INFO neutron.db.l3_hamode_db [None req-af3ba653-3480-4d79-9665-f85d773e8203 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/472] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/routers => generated 732 bytes in 2276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/473] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:28 2026] GET /v2.0/security-groups?tenant_id=ab0da2d90a5744bf975ef50bb8038839&name=default => generated 2921 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:29.171 7 INFO neutron.db.segments_db [None req-84e9c017-8865-493a-8fde-9a6b8d2a8e01 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 10007ce5-8b46-4a21-8ac1-7d4b678df5cb of type vxlan for network 4e229a18-c578-491c-820a-e3623d5c3a92 [pid: 8|app: 0|req: 235/474] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:26 2026] POST /v2.0/routers => generated 730 bytes in 2316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:29.416 7 INFO neutron.db.l3_hamode_db [None req-84e9c017-8865-493a-8fde-9a6b8d2a8e01 91f2cf5f79c14bd09f098977822441b3 6deaba8e87b3411c961ffea886852271 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:08:30.128 7 INFO neutron.db.l3_hamode_db [None req-84e9c017-8865-493a-8fde-9a6b8d2a8e01 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/475] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:08:29 2026] PUT /v2.0/routers/356a6d8e-6dfb-41d8-8bef-cbb1a445966f/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/476] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:30 2026] DELETE /v2.0/security-groups/d169bdef-2f87-4382-8ddf-e7a0a691850d => 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: 240/477] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:29 2026] POST /v2.0/routers => generated 735 bytes in 1839 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:08:30 2026] PUT /v2.0/routers/321e9571-013e-4859-a74f-cfc81f04e9af/add_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.168 () {38 vars in 971 bytes} [Thu Aug 13 10:08:31 2026] POST /v2.0/security-groups => generated 1680 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:08:30 2026] PUT /v2.0/routers/f7927a5b-10ba-4a35-92dd-ad2ee50b3dca/add_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/481] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:32.370 8 INFO neutron.db.segments_db [None req-4d9562e9-5225-4f4f-b865-c4129ba4dff1 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a of type vxlan for network 47f6cceb-d37c-4424-8135-4b7ce323e6dd [pid: 7|app: 0|req: 243/483] 10.0.0.168 () {38 vars in 971 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/security-groups => generated 1681 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/484] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/networks => generated 733 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/485] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.168 () {38 vars in 971 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/security-groups => generated 1686 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.168 () {38 vars in 971 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/security-groups => generated 1682 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/subnets => generated 699 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:32 2026] GET /v2.0/security-groups/b6cf8511-733b-48fb-9828-57be6073863d => generated 1686 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:08:32 2026] GET /v2.0/security-groups?tenant_id=c7f3d0498a264762882222042cdac2ee => generated 7904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:32.766 8 INFO neutron.db.segments_db [None req-a969d68a-f84f-429d-8094-ef5b39421671 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment fe6ba16f-3031-43e6-b124-97337ce5012e of type vxlan for network f7f60595-c6ac-4761-add5-513710eb008f 2026-08-13 10:08:32.938 8 INFO neutron.db.l3_hamode_db [None req-a969d68a-f84f-429d-8094-ef5b39421671 91f2cf5f79c14bd09f098977822441b3 aff7ea20d26046919734ef1aca70f1b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/491] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.168 () {38 vars in 981 bytes} [Thu Aug 13 10:08:33 2026] POST /v2.0/security-group-rules => generated 614 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups/c7c87675-5f49-49cb-9501-bc6c8bd1e89e => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.168 () {38 vars in 971 bytes} [Thu Aug 13 10:08:33 2026] POST /v2.0/security-groups => generated 1685 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups/c7c87675-5f49-49cb-9501-bc6c8bd1e89e => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups/25f791e1-3ff4-468d-b398-5be79449fb45 => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/497] 10.0.0.168 () {38 vars in 981 bytes} [Thu Aug 13 10:08:33 2026] POST /v2.0/security-group-rules => generated 614 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/498] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups/1c8f9517-7bbd-4e0a-9a4f-13ebb46def54 => generated 1680 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:33.654 8 INFO neutron.db.l3_hamode_db [None req-a969d68a-f84f-429d-8094-ef5b39421671 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/499] 10.0.0.168 () {36 vars in 1013 bytes} [Thu Aug 13 10:08:33 2026] DELETE /v2.0/security-groups/1c8f9517-7bbd-4e0a-9a4f-13ebb46def54 => 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: 255/500] 10.0.0.168 () {34 vars in 1098 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--133685140&fields=id&tenant_id=403df393d43e4aff9860c9295360a836 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups/25f791e1-3ff4-468d-b398-5be79449fb45 => generated 2310 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/502] 10.0.0.168 () {38 vars in 981 bytes} [Thu Aug 13 10:08:33 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/503] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/networks?id=40879444-59bf-4497-8697-c0627218efe7 => generated 675 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:08:33.985 7 INFO neutron.api.v2.resource [req-4c9f350f-360b-4eaf-9bfb-c9c412020419 req-c0d604e8-813e-4a58-baf9-d53f5abd382f fd425c6c92cc41ccb9ad2eb9f4a43fd3 c7f3d0498a264762882222042cdac2ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/504] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/security-groups/1c8f9517-7bbd-4e0a-9a4f-13ebb46def54 => 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: 260/505] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/quotas/403df393d43e4aff9860c9295360a836 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/506] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:08:33 2026] GET /v2.0/ports?tenant_id=403df393d43e4aff9860c9295360a836&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/507] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/25f791e1-3ff4-468d-b398-5be79449fb45 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/508] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/40deccff-f4ba-4a84-9151-718cd149c6d6 => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/509] 10.0.0.168 () {36 vars in 1013 bytes} [Thu Aug 13 10:08:34 2026] DELETE /v2.0/security-groups/40deccff-f4ba-4a84-9151-718cd149c6d6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/510] 10.0.0.168 () {34 vars in 1001 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-group-rules/74a935b2-2133-4aaa-989b-fa8bd5da4dc7 => 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: 266/511] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/25f791e1-3ff4-468d-b398-5be79449fb45 => generated 2940 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/512] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:32 2026] POST /v2.0/routers => generated 739 bytes in 1640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/513] 10.0.0.168 () {36 vars in 1023 bytes} [Thu Aug 13 10:08:34 2026] DELETE /v2.0/security-group-rules/74a935b2-2133-4aaa-989b-fa8bd5da4dc7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/514] 10.0.0.168 () {34 vars in 907 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-13 10:08:34.532 8 INFO neutron.api.v2.resource [req-cc88c627-1a3f-4bb3-9b6d-1921c1d5a593 req-cd21d3f6-3c83-433a-9119-c75157c3d037 fd425c6c92cc41ccb9ad2eb9f4a43fd3 c7f3d0498a264762882222042cdac2ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/515] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/40deccff-f4ba-4a84-9151-718cd149c6d6 => 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: 250/516] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?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: 251/517] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/25f791e1-3ff4-468d-b398-5be79449fb45 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/518] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?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: 253/519] 10.0.0.168 () {36 vars in 1013 bytes} [Thu Aug 13 10:08:34 2026] DELETE /v2.0/security-groups/25f791e1-3ff4-468d-b398-5be79449fb45 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/520] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/08d9775a-bd5e-413f-9bf8-53c091ecc4d2 => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/521] 10.0.0.168 () {36 vars in 1013 bytes} [Thu Aug 13 10:08:34 2026] DELETE /v2.0/security-groups/08d9775a-bd5e-413f-9bf8-53c091ecc4d2 => 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: 256/522] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/security-groups/b6cf8511-733b-48fb-9828-57be6073863d => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/523] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:34 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/524] 10.0.0.168 () {36 vars in 1013 bytes} [Thu Aug 13 10:08:34 2026] DELETE /v2.0/security-groups/b6cf8511-733b-48fb-9828-57be6073863d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:08:35.020 8 INFO neutron.api.v2.resource [req-e5148b77-0904-4b8f-8f11-ddd9af01a6c8 req-688ff446-b4e8-4963-8fd3-6822a05f8852 fd425c6c92cc41ccb9ad2eb9f4a43fd3 c7f3d0498a264762882222042cdac2ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/525] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups/08d9775a-bd5e-413f-9bf8-53c091ecc4d2 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:08:35.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c12937f-9c30-4ef9-8daa-3ce1fdef2741 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 2c1e272a-3f4d-4f29-a329-348d40814537 2026-08-13 10:08:35.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c12937f-9c30-4ef9-8daa-3ce1fdef2741 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 2c1e272a-3f4d-4f29-a329-348d40814537 [pid: 7|app: 0|req: 267/526] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:08:34 2026] PUT /v2.0/routers/e992fcd4-9d5b-4e13-8b05-2bbfd9c8fca5/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/527] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups?tenant_id=c7f3d0498a264762882222042cdac2ee => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/528] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups/c7c87675-5f49-49cb-9501-bc6c8bd1e89e => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/529] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups/c7c87675-5f49-49cb-9501-bc6c8bd1e89e => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:35.883 7 INFO neutron.api.v2.resource [req-c2fd7164-082e-464f-a67f-a56fe9f78af1 req-639a583d-8e00-4118-8ac2-140759f20279 fd425c6c92cc41ccb9ad2eb9f4a43fd3 c7f3d0498a264762882222042cdac2ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 271/530] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups/08d9775a-bd5e-413f-9bf8-53c091ecc4d2 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:08:35.924 7 INFO neutron.api.v2.resource [req-3e8604fb-dc2b-4e75-bd85-cca97ae73646 req-9fde8dbb-a037-40eb-ab91-13df9601fdd5 fd425c6c92cc41ccb9ad2eb9f4a43fd3 c7f3d0498a264762882222042cdac2ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 272/531] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups/40deccff-f4ba-4a84-9151-718cd149c6d6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:08:35.962 7 INFO neutron.api.v2.resource [req-da85e211-c92f-48c6-a282-2d23205e326f req-f3fe1d2c-e7cd-4637-af41-0d66fc70baf2 fd425c6c92cc41ccb9ad2eb9f4a43fd3 c7f3d0498a264762882222042cdac2ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/532] 10.0.0.168 () {34 vars in 991 bytes} [Thu Aug 13 10:08:35 2026] GET /v2.0/security-groups/1c8f9517-7bbd-4e0a-9a4f-13ebb46def54 => 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: 260/533] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:08:35 2026] PUT /v2.0/routers/f7927a5b-10ba-4a35-92dd-ad2ee50b3dca/remove_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/534] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:36 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:08:36.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-21ca2496-fdfd-43d8-b155-694b9f9419d1 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 1cdfbdda-cfa4-443b-9a5c-08afb5a40fa6 2026-08-13 10:08:36.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21ca2496-fdfd-43d8-b155-694b9f9419d1 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 1cdfbdda-cfa4-443b-9a5c-08afb5a40fa6 2026-08-13 10:08:36.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-b39832ae-8f6d-41e3-b9db-ca4c1e8f4089 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: e9fb8792-755f-4838-9dfe-d294743cef3f 2026-08-13 10:08:36.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b39832ae-8f6d-41e3-b9db-ca4c1e8f4089 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: e9fb8792-755f-4838-9dfe-d294743cef3f 2026-08-13 10:08:36.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-b39832ae-8f6d-41e3-b9db-ca4c1e8f4089 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 2ff81ca7-ba34-4d66-9ab2-27bc2e6c9828 2026-08-13 10:08:36.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b39832ae-8f6d-41e3-b9db-ca4c1e8f4089 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 2ff81ca7-ba34-4d66-9ab2-27bc2e6c9828 2026-08-13 10:08:36.764 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-b39832ae-8f6d-41e3-b9db-ca4c1e8f4089 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - 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: 274/535] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:08:35 2026] PUT /v2.0/routers/356a6d8e-6dfb-41d8-8bef-cbb1a445966f/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/536] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:08:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 10:08:37.127 8 INFO neutron.db.l3_hamode_db [None req-b39832ae-8f6d-41e3-b9db-ca4c1e8f4089 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 4e229a18-c578-491c-820a-e3623d5c3a92 was deleted as no HA routers are present in tenant 6deaba8e87b3411c961ffea886852271. [pid: 8|app: 0|req: 262/537] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:08:36 2026] DELETE /v2.0/routers/f7927a5b-10ba-4a35-92dd-ad2ee50b3dca => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:08:37.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-89dfa7bc-7d75-4e5d-9c6a-9a858b4f45ee 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 3c99fbea-a3ca-4c8e-92ac-70fff5d59286 2026-08-13 10:08:37.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89dfa7bc-7d75-4e5d-9c6a-9a858b4f45ee 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 3c99fbea-a3ca-4c8e-92ac-70fff5d59286 [pid: 8|app: 0|req: 263/538] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:08:37 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: 8|app: 0|req: 264/539] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:08:37 2026] DELETE /v2.0/subnets/4dc42b56-2cb7-4d8b-97ac-912d1f483ca8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:08:37.383 7 INFO neutron_taas.services.taas.taas_plugin [None req-89dfa7bc-7d75-4e5d-9c6a-9a858b4f45ee 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 321531b2-77ed-48a5-b62f-7bf36b489473 2026-08-13 10:08:37.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89dfa7bc-7d75-4e5d-9c6a-9a858b4f45ee 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 321531b2-77ed-48a5-b62f-7bf36b489473 [pid: 8|app: 0|req: 265/540] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:08:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:37.456 8 INFO neutron.services.segments.plugin [-] Segment 10007ce5-8b46-4a21-8ac1-7d4b678df5cb resource provider aggregate not found 2026-08-13 10:08:37.470 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-89dfa7bc-7d75-4e5d-9c6a-9a858b4f45ee 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - 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-08-13 10:08:37.474 8 INFO neutron.services.segments.plugin [-] Segment 10007ce5-8b46-4a21-8ac1-7d4b678df5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10007ce5-8b46-4a21-8ac1-7d4b678df5cb found for delete ", "request_id": "req-a95a65c9-851f-4704-add6-0291a092247e"}]} 2026-08-13 10:08:37.484 8 INFO neutron.services.segments.plugin [-] Segment 10007ce5-8b46-4a21-8ac1-7d4b678df5cb resource provider aggregate not found 2026-08-13 10:08:37.502 8 INFO neutron.services.segments.plugin [-] Segment 10007ce5-8b46-4a21-8ac1-7d4b678df5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10007ce5-8b46-4a21-8ac1-7d4b678df5cb found for delete ", "request_id": "req-b65b3156-7cd5-4229-9e4a-58266240ebe8"}]} [pid: 8|app: 0|req: 266/541] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:08:37 2026] DELETE /v2.0/networks/2dec5453-a975-4063-9d2d-ee2f7164cc36 => 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: 267/542] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:37 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:08:37.802 7 INFO neutron.db.l3_hamode_db [None req-89dfa7bc-7d75-4e5d-9c6a-9a858b4f45ee 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 955b72f3-07f4-487d-9f94-6e84b0e52ce0 was deleted as no HA routers are present in tenant c7f3d0498a264762882222042cdac2ee. [pid: 7|app: 0|req: 276/543] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:08:36 2026] DELETE /v2.0/routers/356a6d8e-6dfb-41d8-8bef-cbb1a445966f => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/544] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:37 2026] GET /v2.0/security-groups?tenant_id=6deaba8e87b3411c961ffea886852271&name=default => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/545] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:08:37 2026] DELETE /v2.0/subnets/478f2ff7-bdaf-42ed-814b-49457686c739 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/546] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:38 2026] DELETE /v2.0/security-groups/abeb4ce0-3155-4a85-92e3-6f1300f66a24 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/547] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:08:37 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:38.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-406c1d5c-d3c1-4efb-b517-2016b597cbb0 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 62313b63-c7e7-47d1-848d-b3c9a50de438 2026-08-13 10:08:38.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406c1d5c-d3c1-4efb-b517-2016b597cbb0 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 62313b63-c7e7-47d1-848d-b3c9a50de438 [pid: 7|app: 0|req: 280/550] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:08:38 2026] DELETE /v2.0/networks/ad1f0c7d-35a0-4601-8f89-8896c2d5465d => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:08:38.437 7 INFO neutron.services.segments.plugin [-] Segment f57bafde-0acf-40d9-8058-80a960e2ad3e resource provider aggregate not found 2026-08-13 10:08:38.452 7 INFO neutron.services.segments.plugin [-] Segment f57bafde-0acf-40d9-8058-80a960e2ad3e resource provider aggregate not found 2026-08-13 10:08:38.458 7 INFO neutron.services.segments.plugin [-] Segment f57bafde-0acf-40d9-8058-80a960e2ad3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f57bafde-0acf-40d9-8058-80a960e2ad3e found for delete ", "request_id": "req-ed4614b1-27f0-4f42-9ea5-33ac90608531"}]} 2026-08-13 10:08:38.465 7 INFO neutron.services.segments.plugin [-] Segment f57bafde-0acf-40d9-8058-80a960e2ad3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f57bafde-0acf-40d9-8058-80a960e2ad3e found for delete ", "request_id": "req-af0279d8-2e0c-4c7b-9a8e-f6413c0c9a5c"}]} [pid: 8|app: 0|req: 271/551] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:38 2026] GET /v2.0/security-groups?tenant_id=c7f3d0498a264762882222042cdac2ee&name=default => generated 2921 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/552] 10.0.0.168 () {34 vars in 1098 bytes} [Thu Aug 13 10:08:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--683554836&fields=id&tenant_id=aff7ea20d26046919734ef1aca70f1b6 => 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: 273/553] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:38 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 281/554] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:38 2026] DELETE /v2.0/security-groups/c7c87675-5f49-49cb-9501-bc6c8bd1e89e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/555] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:08:38 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 684 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/556] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:08:38 2026] GET /v2.0/quotas/aff7ea20d26046919734ef1aca70f1b6 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/557] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:08:38 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&fields=id => generated 57 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/558] 10.0.0.168 () {34 vars in 907 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/extensions => generated 21537 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/559] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:08:39.507 8 INFO neutron.services.segments.plugin [-] Segment f165d535-f0dd-49db-a080-4d3c188e3504 resource provider aggregate not found 2026-08-13 10:08:39.518 8 INFO neutron.services.segments.plugin [-] Segment f165d535-f0dd-49db-a080-4d3c188e3504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f165d535-f0dd-49db-a080-4d3c188e3504 found for delete ", "request_id": "req-d05ce8a3-5cd7-4940-91f9-2facfecbff65"}]} 2026-08-13 10:08:39.520 8 INFO neutron.services.segments.plugin [-] Segment f165d535-f0dd-49db-a080-4d3c188e3504 resource provider aggregate not found 2026-08-13 10:08:39.533 8 INFO neutron.services.segments.plugin [-] Segment f165d535-f0dd-49db-a080-4d3c188e3504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f165d535-f0dd-49db-a080-4d3c188e3504 found for delete ", "request_id": "req-1153713c-faeb-435a-b100-0bb3e422e682"}]} [pid: 7|app: 0|req: 284/560] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/561] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/562] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/networks?id=40879444-59bf-4497-8697-c0627218efe7 => generated 675 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/563] 199.204.45.235 () {34 vars in 911 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/564] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=403df393d43e4aff9860c9295360a836 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/565] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:39 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 279/566] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:08:39 2026] POST /v2.0/ports => generated 954 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:08:40.480 7 INFO neutron.services.segments.plugin [-] Segment 6e986193-1d3f-4c51-9fc1-85549cca9081 resource provider aggregate not found 2026-08-13 10:08:40.486 7 INFO neutron.services.segments.plugin [-] Segment 6e986193-1d3f-4c51-9fc1-85549cca9081 resource provider aggregate not found 2026-08-13 10:08:40.497 7 INFO neutron.services.segments.plugin [-] Segment 6e986193-1d3f-4c51-9fc1-85549cca9081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e986193-1d3f-4c51-9fc1-85549cca9081 found for delete ", "request_id": "req-00f1e312-92e1-4f1a-9f69-4ecc8d90717c"}]} 2026-08-13 10:08:40.499 7 INFO neutron.services.segments.plugin [-] Segment 6e986193-1d3f-4c51-9fc1-85549cca9081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e986193-1d3f-4c51-9fc1-85549cca9081 found for delete ", "request_id": "req-ea4b72b3-5e88-4533-8760-ae43d281e457"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 10:08:40.793 7 INFO neutron.db.segments_db [None req-f31b2b33-a3bf-421b-ae00-39c958f817e2 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 86120836-b905-48d6-baac-585701012de0 of type vxlan for network 709219ae-3200-4405-ba7b-477460788aa8 [pid: 7|app: 0|req: 288/567] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:08:40 2026] POST /v2.0/networks => generated 719 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/568] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:40 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/569] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:08:40 2026] PUT /v2.0/ports/73138b78-f20a-4ebc-a81f-fdd2e9298454 => generated 1235 bytes in 411 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: 281/570] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:41 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/571] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:40 2026] POST /v2.0/subnets => generated 685 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/572] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:41 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:08:41.166 7 INFO neutron.db.segments_db [None req-c9566939-2b26-46ce-9d22-fb140ba8baa3 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 of type vxlan for network f9d52465-235d-4c26-b6f7-ca8fe42d40f5 2026-08-13 10:08:41.427 7 INFO neutron.db.l3_hamode_db [None req-c9566939-2b26-46ce-9d22-fb140ba8baa3 91f2cf5f79c14bd09f098977822441b3 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:08:41.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b87c77c-9a85-474b-9758-85821202afbf'] response: {'name': 'network-changed', 'server_uuid': 'fb1abba2-0ac8-4e5e-9891-2dd12a97c922', 'tag': '73138b78-f20a-4ebc-a81f-fdd2e9298454', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 283/573] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:41 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 284/574] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/ports?tenant_id=403df393d43e4aff9860c9295360a836&device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 285/575] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=73138b78-f20a-4ebc-a81f-fdd2e9298454 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/576] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/subnets?id=6feb0f93-b15b-45fd-bd62-84bd8eb222b6 => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/577] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/578] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/ports?network_id=40879444-59bf-4497-8697-c0627218efe7&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:42.314 7 INFO neutron.db.l3_hamode_db [None req-c9566939-2b26-46ce-9d22-fb140ba8baa3 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/579] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/580] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?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: 291/581] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/582] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:42 2026] GET /v2.0/security-groups?tenant_id=86168a98f2ca42ef9e83ef542e0b785b&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/583] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:08:41 2026] POST /v2.0/routers => generated 725 bytes in 1988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/584] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:42 2026] DELETE /v2.0/security-groups/de2111cd-57bd-4e82-815b-0a867caa52dc => 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: 292/585] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 293/586] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/security-groups?tenant_id=e638ce1a49fd4b93b0f8aa23fa17fc4c&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/587] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:43 2026] DELETE /v2.0/security-groups/1d6512b7-b65b-4c7c-a1e1-8a92ee31b6e6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/588] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/589] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/ports?tenant_id=403df393d43e4aff9860c9295360a836&device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/590] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/591] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/networks?id=40879444-59bf-4497-8697-c0627218efe7 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/592] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=73138b78-f20a-4ebc-a81f-fdd2e9298454 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/593] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:08:43 2026] GET /v2.0/subnets?id=6feb0f93-b15b-45fd-bd62-84bd8eb222b6 => generated 693 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/594] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:08:43 2026] PUT /v2.0/routers/7526cc39-cc7e-4ceb-a5c2-ff671351490a/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/595] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/596] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/597] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aff7ea20d26046919734ef1aca70f1b6 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/598] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/ports?network_id=40879444-59bf-4497-8697-c0627218efe7&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/599] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?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: 304/600] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?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: 305/601] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/602] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:08:44 2026] POST /v2.0/ports => generated 958 bytes in 361 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: 306/603] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:44 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/604] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:08:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/605] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:08:44 2026] PUT /v2.0/ports/72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 1239 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:45.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba5a05a6-3b63-4200-a117-a7603606fade'] response: {'name': 'network-changed', 'server_uuid': '50d0b802-f669-4b3e-832a-e6d3a6d8869f', 'tag': '72e5c678-730f-4d06-a29f-5a1086bd31f3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 308/606] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:08:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 299/607] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:08:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/608] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:45 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/609] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:45 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/610] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:45 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/611] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:08:45 2026] GET /v2.0/networks?tenant_id=aff7ea20d26046919734ef1aca70f1b6&shared=False => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/612] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:08:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/613] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:45 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 300/614] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:08:45 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/615] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&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: 301/616] 10.0.0.168 () {34 vars in 1098 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--490362984&fields=id&tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174 => generated 69 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/617] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/networks?id=709219ae-3200-4405-ba7b-477460788aa8 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/618] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/quotas/03d9cbdc1f604e0fa68ca6d3c5acd174 => 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: 303/619] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/620] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/ports?tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174&fields=id => generated 57 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/621] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&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: 318/622] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/623] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8?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: 319/624] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:46 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/625] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => 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: 320/626] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/subnets?id=b50d1800-a02a-49e0-acc4-25f6db4ee11e => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/627] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 307/628] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/ports?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/629] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/630] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/631] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/632] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/633] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/634] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:47 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/635] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:48 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 311/636] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:48 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/637] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:48 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/638] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:49 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/639] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:49 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&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: 313/640] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:49 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/641] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:49 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/642] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:49 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/643] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:49 2026] GET /v2.0/security-groups?tenant_id=822d0da044f344c7aee1e6ac535e4c17&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/644] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:49 2026] DELETE /v2.0/security-groups/e277f911-e320-4248-9255-7128e4b262f8 => 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: 330/645] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:50 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/646] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:50 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/647] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:50 2026] GET /v2.0/security-groups?tenant_id=ad8a731aefa04dac8d2a900921629f1b&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: 332/648] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:50 2026] DELETE /v2.0/security-groups/0e5b1250-bb06-4b48-8807-8334341aca31 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/649] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:50 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 333/650] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:50 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/651] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:50 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/652] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&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: 319/654] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/networks?id=709219ae-3200-4405-ba7b-477460788aa8 => generated 670 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/655] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/656] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/657] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 339/658] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:51 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&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: 320/659] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:08:51 2026] POST /v2.0/ports => generated 954 bytes in 514 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: 340/660] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:52 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/661] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:08:52 2026] PUT /v2.0/ports/200a123d-4a09-40fc-9256-f0c3d9a4cad6 => generated 1235 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:52.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7153ea05-bb12-4a94-a9d3-4af60fa5f70e'] response: {'name': 'network-changed', 'server_uuid': '3897d78c-7e0b-4fff-8d67-7e9201e1a5b7', 'tag': '200a123d-4a09-40fc-9256-f0c3d9a4cad6', '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: 322/662] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:52 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:08:52.695 7 INFO neutron.db.l3_db [None req-16ce702a-d118-4341-9fec-ec52d63ac0cd 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] Floating IP 03a4aaa9-8093-416e-bd98-e7eeebe842fd associated. External IP: 10.96.250.212, port: 73138b78-f20a-4ebc-a81f-fdd2e9298454. [pid: 8|app: 0|req: 323/663] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:52 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/664] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:52 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/665] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:52 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/666] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:08:52 2026] PUT /v2.0/floatingips/03a4aaa9-8093-416e-bd98-e7eeebe842fd => generated 855 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/669] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/ports?tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174&device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/networks?tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174&shared=False => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/671] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:08:53 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: 8|app: 0|req: 327/672] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/673] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:08:53.755 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a704eed-afec-43a7-b825-b18f9b3af281'] response: {'name': 'network-changed', 'server_uuid': 'fb1abba2-0ac8-4e5e-9891-2dd12a97c922', 'tag': '73138b78-f20a-4ebc-a81f-fdd2e9298454', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/674] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/675] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/676] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/677] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&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: 330/678] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 349/679] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:53 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/680] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/681] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/ports?tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174&device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/682] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/ports?tenant_id=403df393d43e4aff9860c9295360a836&device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 1240 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/683] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=200a123d-4a09-40fc-9256-f0c3d9a4cad6 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/684] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/networks?id=40879444-59bf-4497-8697-c0627218efe7 => generated 771 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/685] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/subnets?id=aebf4260-cf9e-4873-b132-ed80951ecf14 => generated 688 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/686] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=73138b78-f20a-4ebc-a81f-fdd2e9298454 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/687] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/ports?network_id=709219ae-3200-4405-ba7b-477460788aa8&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/688] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/subnets?id=6feb0f93-b15b-45fd-bd62-84bd8eb222b6 => generated 693 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/689] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8?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: 360/690] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/ports?network_id=40879444-59bf-4497-8697-c0627218efe7&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/691] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/692] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?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: 363/693] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/694] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:54 2026] GET /v2.0/security-groups?tenant_id=2011c02b6fc848f09c070f69c92afee3&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:08:55.113 8 INFO neutron.db.l3_db [None req-fd36ac2c-f976-4df7-b531-2680a816adda 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] Floating IP 4852a615-e517-47a4-a4d4-092b1815df66 associated. External IP: 10.96.250.203, port: 72e5c678-730f-4d06-a29f-5a1086bd31f3. [pid: 7|app: 0|req: 365/695] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/696] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:55 2026] DELETE /v2.0/security-groups/beb5cc4f-faea-46ff-b884-df1c5f591128 => 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: 367/697] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/698] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/699] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&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: 331/700] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:08:54 2026] PUT /v2.0/floatingips/4852a615-e517-47a4-a4d4-092b1815df66 => generated 856 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:08:55.487 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15bda1a8-180d-4183-9a71-986acc90fd9d'] response: {'name': 'network-changed', 'server_uuid': '50d0b802-f669-4b3e-832a-e6d3a6d8869f', 'tag': '72e5c678-730f-4d06-a29f-5a1086bd31f3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 332/701] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/702] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/security-groups?tenant_id=2cf309bf024245afa149b36eb442e5cd&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/703] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/704] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:55 2026] DELETE /v2.0/security-groups/9bce6784-fe59-4529-82e9-09a65f78256e => 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: 334/705] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:08:55 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 372/706] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/707] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/708] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/709] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/subnets?id=b50d1800-a02a-49e0-acc4-25f6db4ee11e => 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: 337/710] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/ports?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/711] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:08:56.286 7 INFO neutron_taas.services.taas.taas_plugin [req-6e8867c4-94e0-4fd7-bd4f-27b1d47d511b req-366f0291-93c7-4cd3-9c09-0d8e691921b9 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] TaaS: Handle Delete Port: 73138b78-f20a-4ebc-a81f-fdd2e9298454 2026-08-13 10:08:56.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6e8867c4-94e0-4fd7-bd4f-27b1d47d511b req-366f0291-93c7-4cd3-9c09-0d8e691921b9 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] Tap Mirror: Handle Delete Port: 73138b78-f20a-4ebc-a81f-fdd2e9298454 [pid: 8|app: 0|req: 339/712] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/713] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:08:56.455 7 INFO neutron.db.l3_db [req-6e8867c4-94e0-4fd7-bd4f-27b1d47d511b req-366f0291-93c7-4cd3-9c09-0d8e691921b9 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] Floating IP 03a4aaa9-8093-416e-bd98-e7eeebe842fd disassociated. External IP: 10.96.250.212, port: 73138b78-f20a-4ebc-a81f-fdd2e9298454. [pid: 8|app: 0|req: 341/714] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/security-groups?id=c8664e63-6f7e-4fd3-960f-b127fea78ae9&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/715] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 343/716] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:56 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&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: 374/717] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:08:56 2026] DELETE /v2.0/ports/73138b78-f20a-4ebc-a81f-fdd2e9298454 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:08:56.881 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-58331afc-8e59-4e47-b0ec-96679a72b0e0'] response: {'server_uuid': 'fb1abba2-0ac8-4e5e-9891-2dd12a97c922', 'name': 'network-vif-deleted', 'tag': '73138b78-f20a-4ebc-a81f-fdd2e9298454', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 344/718] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:57 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 375/719] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:57 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 345/720] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:57 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/721] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:08:58 2026] GET /v2.0/security-groups?tenant_id=9dd3be772e754ff3bb7368fe69f3147e&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/722] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:08:58 2026] DELETE /v2.0/security-groups/da42b421-aa07-4af1-afc4-1b7f8898fd62 => 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: 377/723] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:58 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 347/724] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:58 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/725] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:08:58 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&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: 348/726] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:08:59 2026] GET /v2.0/ports?device_id=fb1abba2-0ac8-4e5e-9891-2dd12a97c922 => 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: 379/727] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:00 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/728] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:00 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/729] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:00 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:00.735 8 INFO neutron.db.l3_db [None req-d18771fe-996f-4581-964e-104c4e8b8911 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] Floating IP 7bc1bf98-dcc5-4035-bb21-f2f30dde4489 associated. External IP: 10.96.250.213, port: 200a123d-4a09-40fc-9256-f0c3d9a4cad6. 2026-08-13 10:09:00.859 7 INFO neutron.db.segments_db [None req-556b2303-aeac-4e3f-8bf8-34fc334823fc 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Added segment 1c9dbff9-91b0-4b6a-acbb-503ae977be86 of type vxlan for network 609b4378-b45a-44fd-b0b7-dd6873c0eccc 2026-08-13 10:09:00.939 7 INFO neutron.db.segments_db [None req-556b2303-aeac-4e3f-8bf8-34fc334823fc 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Added segment ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 of type vxlan for network 0dfc30a7-7a0c-40f4-a3a6-c02108f1ca5b [pid: 7|app: 0|req: 381/730] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:00 2026] POST /v2.0/networks => generated 1208 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/731] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:09:00 2026] PUT /v2.0/floatingips/7bc1bf98-dcc5-4035-bb21-f2f30dde4489 => generated 855 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:01.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dec1c55-5558-4edc-b506-4b797b6f97c5'] response: {'name': 'network-changed', 'server_uuid': '3897d78c-7e0b-4fff-8d67-7e9201e1a5b7', 'tag': '200a123d-4a09-40fc-9256-f0c3d9a4cad6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 351/732] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/networks => generated 1845 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/733] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 382/734] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:01 2026] DELETE /v2.0/security-groups/c8664e63-6f7e-4fd3-960f-b127fea78ae9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/735] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&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-08-13 10:09:01.264 7 INFO neutron.api.v2.resource [None req-8de781d6-b5ea-4766-8463-24316de0597b 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 384/736] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/security-groups/c8664e63-6f7e-4fd3-960f-b127fea78ae9 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:01.326 8 INFO neutron.services.segments.plugin [-] Segment 1c9dbff9-91b0-4b6a-acbb-503ae977be86 resource provider aggregate not found 2026-08-13 10:09:01.335 8 INFO neutron.services.segments.plugin [-] Segment 1c9dbff9-91b0-4b6a-acbb-503ae977be86 resource provider aggregate not found 2026-08-13 10:09:01.343 8 INFO neutron.services.segments.plugin [-] Segment 1c9dbff9-91b0-4b6a-acbb-503ae977be86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c9dbff9-91b0-4b6a-acbb-503ae977be86 found for delete ", "request_id": "req-5d25262a-0d93-4ae8-a53a-050810709610"}]} 2026-08-13 10:09:01.359 8 INFO neutron.services.segments.plugin [-] Segment 1c9dbff9-91b0-4b6a-acbb-503ae977be86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c9dbff9-91b0-4b6a-acbb-503ae977be86 found for delete ", "request_id": "req-b1c333b2-e16b-4b77-abbc-78de570ab843"}]} [pid: 8|app: 0|req: 353/737] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:01 2026] DELETE /v2.0/networks/609b4378-b45a-44fd-b0b7-dd6873c0eccc => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:01.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-60dead3f-0472-4222-b09e-05a5072fcc08 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] TaaS: Handle Delete Port: 2c71b216-0a90-40dc-8764-05c7eeff44a8 2026-08-13 10:09:01.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60dead3f-0472-4222-b09e-05a5072fcc08 8fb2dfa69b484d3ca5b9a71d72e2b3ba 403df393d43e4aff9860c9295360a836 - - default default] Tap Mirror: Handle Delete Port: 2c71b216-0a90-40dc-8764-05c7eeff44a8 [pid: 8|app: 0|req: 354/738] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:01 2026] DELETE /v2.0/networks/0dfc30a7-7a0c-40f4-a3a6-c02108f1ca5b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/739] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/740] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/741] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:09:01 2026] DELETE /v2.0/floatingips/03a4aaa9-8093-416e-bd98-e7eeebe842fd => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:01.620 8 INFO neutron.db.segments_db [None req-836d6380-6d77-46ea-bd1f-744704d8537d 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Added segment a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c of type vxlan for network 8479238d-9b26-462c-9a3a-5116e864657f [pid: 7|app: 0|req: 386/742] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/743] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:01 2026] POST /v2.0/networks => generated 631 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/744] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/ports?tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174&device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:01.769 8 INFO neutron.db.segments_db [None req-2fa0eca3-075e-41c8-b629-8f71ee305332 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Added segment 49a2c139-45a1-4a70-a986-adba7cd76458 of type vxlan for network b0cea2b9-70e7-499d-9d90-b68a06b3c09d [pid: 8|app: 0|req: 359/745] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:01 2026] POST /v2.0/networks => generated 630 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/746] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:01 2026] GET /v2.0/networks?id=709219ae-3200-4405-ba7b-477460788aa8 => generated 766 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:02.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-5830075b-c9b2-4ff2-8e68-447082707e3d 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 7be444a8-1bcc-40a5-bbe3-dd726edcad9b 2026-08-13 10:09:02.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5830075b-c9b2-4ff2-8e68-447082707e3d 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 7be444a8-1bcc-40a5-bbe3-dd726edcad9b [pid: 8|app: 0|req: 361/747] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:09:01 2026] POST /v2.0/ports => generated 1506 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 362/748] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=200a123d-4a09-40fc-9256-f0c3d9a4cad6 => generated 858 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/749] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/750] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/subnets?id=aebf4260-cf9e-4873-b132-ed80951ecf14 => generated 688 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:02.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-87549d33-889b-4893-a58f-1f87e90e1a47 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] TaaS: Handle Delete Port: f2703db7-40ce-47b4-9a5a-a0d1486ad0d9 2026-08-13 10:09:02.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87549d33-889b-4893-a58f-1f87e90e1a47 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Tap Mirror: Handle Delete Port: f2703db7-40ce-47b4-9a5a-a0d1486ad0d9 [pid: 8|app: 0|req: 365/751] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:02 2026] DELETE /v2.0/ports/f2703db7-40ce-47b4-9a5a-a0d1486ad0d9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/752] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/ports?network_id=709219ae-3200-4405-ba7b-477460788aa8&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:02.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-2be50d6c-7ca8-4b50-9243-7ffcf4c7b86b 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] TaaS: Handle Delete Port: c065f375-9fe0-4903-819c-565867c3875f 2026-08-13 10:09:02.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2be50d6c-7ca8-4b50-9243-7ffcf4c7b86b 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Tap Mirror: Handle Delete Port: c065f375-9fe0-4903-819c-565867c3875f [pid: 7|app: 0|req: 387/753] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:01 2026] PUT /v2.0/routers/321e9571-013e-4859-a74f-cfc81f04e9af/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: 388/754] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/755] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:02 2026] DELETE /v2.0/ports/c065f375-9fe0-4903-819c-565867c3875f => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/756] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8?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: 369/757] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/758] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/ports => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/759] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:02 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&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-08-13 10:09:02.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-42eb390c-5fb0-46c8-b4b4-26068df795dc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: aad58c07-e0b8-4da9-bf88-ff00d221b923 2026-08-13 10:09:02.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42eb390c-5fb0-46c8-b4b4-26068df795dc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: aad58c07-e0b8-4da9-bf88-ff00d221b923 2026-08-13 10:09:02.926 8 INFO neutron.db.segments_db [None req-076ba791-39b2-4436-b379-f34bb5c44735 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Added segment 20fd7212-e96a-4505-bf05-98599daa475e of type vxlan for network d548daae-8e90-449f-932a-c3e1d00774af [pid: 8|app: 0|req: 372/760] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:02 2026] POST /v2.0/networks => generated 630 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:03.100 8 INFO neutron.db.segments_db [None req-fbcbeac4-9c9c-4903-9c5c-199b9107218e 720506dbf4074a79946dde18e7b84074 58ceae92de8f431baa3d4a76c5feea93 - - default default] Added segment edf4091f-de4f-4ef7-aeaf-1c5a8880b585 of type vxlan for network f0a2ecc4-b263-4b89-86a8-7d1562f5db19 2026-08-13 10:09:03.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-42eb390c-5fb0-46c8-b4b4-26068df795dc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 80d8fade-e6ea-4517-bfe2-e0f6dc03bb7c 2026-08-13 10:09:03.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42eb390c-5fb0-46c8-b4b4-26068df795dc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 80d8fade-e6ea-4517-bfe2-e0f6dc03bb7c [pid: 8|app: 0|req: 373/761] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:03 2026] POST /v2.0/networks => generated 630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:03.384 8 INFO neutron.services.segments.plugin [-] Segment ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 resource provider aggregate not found 2026-08-13 10:09:03.390 8 INFO neutron.services.segments.plugin [-] Segment ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 resource provider aggregate not found 2026-08-13 10:09:03.421 8 INFO neutron.services.segments.plugin [-] Segment ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 found for delete ", "request_id": "req-07057d8f-8815-47ab-b6de-010f77bebcf1"}]} 2026-08-13 10:09:03.423 8 INFO neutron.services.segments.plugin [-] Segment ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea44bc0e-f0da-4f89-bfa6-a4f6a719c0a6 found for delete ", "request_id": "req-c13f5621-5be4-4017-b004-04b66ad1cee0"}]} 2026-08-13 10:09:03.634 7 INFO neutron.services.segments.plugin [-] Segment 6a11afbf-e6b3-4e88-a889-7ad735644361 resource provider aggregate not found 2026-08-13 10:09:03.644 7 INFO neutron.services.segments.plugin [-] Segment 6a11afbf-e6b3-4e88-a889-7ad735644361 resource provider aggregate not found 2026-08-13 10:09:03.662 7 INFO neutron.services.segments.plugin [-] Segment 6a11afbf-e6b3-4e88-a889-7ad735644361 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a11afbf-e6b3-4e88-a889-7ad735644361 found for delete ", "request_id": "req-a3d42648-508e-4400-bd75-b6f84cb77a14"}]} 2026-08-13 10:09:03.665 7 INFO neutron.db.l3_hamode_db [None req-42eb390c-5fb0-46c8-b4b4-26068df795dc 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network a3519a90-bd93-4a25-bbfe-7d854e93b455 was deleted as no HA routers are present in tenant 403df393d43e4aff9860c9295360a836. [pid: 7|app: 0|req: 389/762] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:02 2026] DELETE /v2.0/routers/321e9571-013e-4859-a74f-cfc81f04e9af => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:03.675 7 INFO neutron.services.segments.plugin [-] Segment 6a11afbf-e6b3-4e88-a889-7ad735644361 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a11afbf-e6b3-4e88-a889-7ad735644361 found for delete ", "request_id": "req-e7f57491-652d-4c60-9b76-acbac3c4a7f6"}]} [pid: 8|app: 0|req: 374/763] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:03 2026] POST /v2.0/subnets => generated 1274 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/764] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:09:03 2026] GET /v2.0/subnets => generated 1910 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/765] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:03 2026] DELETE /v2.0/subnets/6feb0f93-b15b-45fd-bd62-84bd8eb222b6 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/766] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:03 2026] DELETE /v2.0/subnets/2d2c6cc6-163f-4d0a-95f6-4133328f5a94 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:03.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-92ed8c7e-ab89-49e2-bc83-0e622a29fdb6 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: e34a58fe-8a60-4bed-b6c1-7b3afcf4a5e8 2026-08-13 10:09:03.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92ed8c7e-ab89-49e2-bc83-0e622a29fdb6 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: e34a58fe-8a60-4bed-b6c1-7b3afcf4a5e8 [pid: 8|app: 0|req: 377/767] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:03 2026] DELETE /v2.0/subnets/03875198-3807-4918-9125-36c29b5f2620 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/768] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:09:04 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/769] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:03 2026] DELETE /v2.0/networks/40879444-59bf-4497-8697-c0627218efe7 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/770] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:04 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/771] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:09:04 2026] GET /v2.0/subnets => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/772] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:04 2026] GET /v2.0/security-groups?id=43b6a1e6-6873-4bf0-85a3-030f899e77a1&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-08-13 10:09:04.288 8 INFO neutron_taas.services.taas.taas_plugin [req-99dd85ca-b689-43aa-a08c-bdbb76a8b64b req-21bedf47-c094-4617-95a6-78fbec60181e 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] TaaS: Handle Delete Port: 200a123d-4a09-40fc-9256-f0c3d9a4cad6 2026-08-13 10:09:04.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-99dd85ca-b689-43aa-a08c-bdbb76a8b64b req-21bedf47-c094-4617-95a6-78fbec60181e 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] Tap Mirror: Handle Delete Port: 200a123d-4a09-40fc-9256-f0c3d9a4cad6 [pid: 7|app: 0|req: 394/773] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:04 2026] DELETE /v2.0/networks/f0a2ecc4-b263-4b89-86a8-7d1562f5db19 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/774] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:04 2026] GET /v2.0/security-groups?tenant_id=403df393d43e4aff9860c9295360a836&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:04.434 8 INFO neutron.db.l3_db [req-99dd85ca-b689-43aa-a08c-bdbb76a8b64b req-21bedf47-c094-4617-95a6-78fbec60181e 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] Floating IP 7bc1bf98-dcc5-4035-bb21-f2f30dde4489 disassociated. External IP: 10.96.250.213, port: 200a123d-4a09-40fc-9256-f0c3d9a4cad6. [pid: 7|app: 0|req: 396/775] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:04 2026] DELETE /v2.0/networks/d548daae-8e90-449f-932a-c3e1d00774af => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/776] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:04 2026] DELETE /v2.0/security-groups/a16eff33-ac8d-40e9-b277-6b0fdc283f6f => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/777] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:04 2026] DELETE /v2.0/networks/b0cea2b9-70e7-499d-9d90-b68a06b3c09d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/778] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:09:04 2026] DELETE /v2.0/ports/200a123d-4a09-40fc-9256-f0c3d9a4cad6 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:04.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bae4bd50-1192-48b3-9ced-76022b06aafe'] response: {'server_uuid': '3897d78c-7e0b-4fff-8d67-7e9201e1a5b7', 'name': 'network-vif-deleted', 'tag': '200a123d-4a09-40fc-9256-f0c3d9a4cad6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/779] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:04 2026] DELETE /v2.0/networks/8479238d-9b26-462c-9a3a-5116e864657f => 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: 381/780] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:05 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/781] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:05 2026] GET /v2.0/security-groups?tenant_id=58ceae92de8f431baa3d4a76c5feea93&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:05.685 7 INFO neutron.services.segments.plugin [-] Segment 8b4cac1b-53fd-4a79-a612-c0da3377f0cb resource provider aggregate not found 2026-08-13 10:09:05.709 7 INFO neutron.services.segments.plugin [-] Segment 8b4cac1b-53fd-4a79-a612-c0da3377f0cb resource provider aggregate not found 2026-08-13 10:09:05.713 7 INFO neutron.services.segments.plugin [-] Segment 8b4cac1b-53fd-4a79-a612-c0da3377f0cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b4cac1b-53fd-4a79-a612-c0da3377f0cb found for delete ", "request_id": "req-de5bfa56-91ea-4582-9958-73c9630ed091"}]} 2026-08-13 10:09:05.729 7 INFO neutron.services.segments.plugin [-] Segment edf4091f-de4f-4ef7-aeaf-1c5a8880b585 resource provider aggregate not found 2026-08-13 10:09:05.732 7 INFO neutron.services.segments.plugin [-] Segment 8b4cac1b-53fd-4a79-a612-c0da3377f0cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b4cac1b-53fd-4a79-a612-c0da3377f0cb found for delete ", "request_id": "req-c6656c20-920f-4def-b190-9e924ee2e3f9"}]} 2026-08-13 10:09:05.746 7 INFO neutron.services.segments.plugin [-] Segment edf4091f-de4f-4ef7-aeaf-1c5a8880b585 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edf4091f-de4f-4ef7-aeaf-1c5a8880b585 found for delete ", "request_id": "req-b4c7ef46-7dae-400c-8c81-9108d27a7072"}]} [pid: 8|app: 0|req: 382/782] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:05 2026] DELETE /v2.0/security-groups/3220f916-c752-49aa-b093-b0a3830b8efe => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:05.750 7 INFO neutron.services.segments.plugin [-] Segment edf4091f-de4f-4ef7-aeaf-1c5a8880b585 resource provider aggregate not found 2026-08-13 10:09:05.772 7 INFO neutron.services.segments.plugin [-] Segment edf4091f-de4f-4ef7-aeaf-1c5a8880b585 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edf4091f-de4f-4ef7-aeaf-1c5a8880b585 found for delete ", "request_id": "req-d6c4a468-70ed-40be-8fab-2b38a1611e40"}]} 2026-08-13 10:09:05.773 7 INFO neutron.services.segments.plugin [-] Segment 20fd7212-e96a-4505-bf05-98599daa475e resource provider aggregate not found 2026-08-13 10:09:05.797 7 INFO neutron.services.segments.plugin [-] Segment 20fd7212-e96a-4505-bf05-98599daa475e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20fd7212-e96a-4505-bf05-98599daa475e found for delete ", "request_id": "req-6759b951-ed25-44d1-a735-d7bb73b2b8d1"}]} 2026-08-13 10:09:05.803 7 INFO neutron.services.segments.plugin [-] Segment 20fd7212-e96a-4505-bf05-98599daa475e resource provider aggregate not found 2026-08-13 10:09:05.817 7 INFO neutron.services.segments.plugin [-] Segment 49a2c139-45a1-4a70-a986-adba7cd76458 resource provider aggregate not found 2026-08-13 10:09:05.829 7 INFO neutron.services.segments.plugin [-] Segment 20fd7212-e96a-4505-bf05-98599daa475e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20fd7212-e96a-4505-bf05-98599daa475e found for delete ", "request_id": "req-3ae6836f-6eda-4df4-b194-0b8e8242187c"}]} 2026-08-13 10:09:05.832 7 INFO neutron.services.segments.plugin [-] Segment 49a2c139-45a1-4a70-a986-adba7cd76458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49a2c139-45a1-4a70-a986-adba7cd76458 found for delete ", "request_id": "req-209fdab1-10b7-4e12-8453-e82bb2013d15"}]} 2026-08-13 10:09:05.849 7 INFO neutron.services.segments.plugin [-] Segment 49a2c139-45a1-4a70-a986-adba7cd76458 resource provider aggregate not found 2026-08-13 10:09:05.853 7 INFO neutron.services.segments.plugin [-] Segment a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c resource provider aggregate not found 2026-08-13 10:09:05.868 7 INFO neutron.services.segments.plugin [-] Segment 49a2c139-45a1-4a70-a986-adba7cd76458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49a2c139-45a1-4a70-a986-adba7cd76458 found for delete ", "request_id": "req-85cb4943-830c-4bf2-a87f-c64b8e30e2ac"}]} 2026-08-13 10:09:05.873 7 INFO neutron.services.segments.plugin [-] Segment a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c found for delete ", "request_id": "req-6775db10-77ea-44f7-a95e-2f71b14ac910"}]} 2026-08-13 10:09:05.883 7 INFO neutron.services.segments.plugin [-] Segment a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c resource provider aggregate not found 2026-08-13 10:09:05.905 7 INFO neutron.services.segments.plugin [-] Segment a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c56eb6-7bc3-4aa0-92c1-1cdf33c2c75c found for delete ", "request_id": "req-5c6d1464-0724-4d5c-ab12-bd560af940cb"}]} [pid: 8|app: 0|req: 383/783] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:06 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => 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: 401/784] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:09:06 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1244 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/785] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:09:06 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/786] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:07 2026] GET /v2.0/ports?device_id=3897d78c-7e0b-4fff-8d67-7e9201e1a5b7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:07.806 8 INFO neutron.db.segments_db [None req-42d2d444-48d2-484e-8fbc-1a637161a234 8a506164c0394798adb235d850adbb13 2622fb6cee574f3297dac225fe09ff81 - - default default] Added segment 88f59e6d-e2be-49e5-9aea-12befa595462 of type vxlan for network 34f14bca-039b-4da2-927c-39156ee2a501 [pid: 7|app: 0|req: 403/787] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:07 2026] GET /v2.0/security-groups?tenant_id=99b0d476a287459da2693f67066bedef&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/788] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:07 2026] POST /v2.0/networks => generated 625 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/789] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:07 2026] DELETE /v2.0/security-groups/0018defd-f269-4318-91f1-6e1b38e9c20d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/792] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:07 2026] POST /v2.0/subnets => generated 641 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:08.304 7 INFO neutron.db.segments_db [None req-a5a18659-4ace-4dbd-b622-581505a549b3 8a506164c0394798adb235d850adbb13 2622fb6cee574f3297dac225fe09ff81 - - default default] Added segment 3858be35-bae9-4210-8c95-ad3c8048fda3 of type vxlan for network 6b00c5ca-e193-48a8-bb19-981e5e5662b4 [pid: 7|app: 0|req: 407/793] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:08 2026] POST /v2.0/networks => generated 625 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/794] 10.0.0.83 () {34 vars in 742 bytes} [Thu Aug 13 10:09:08 2026] PUT /v2.0/networks/6b00c5ca-e193-48a8-bb19-981e5e5662b4 => generated 592 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/795] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:08 2026] DELETE /v2.0/security-groups/43b6a1e6-6873-4bf0-85a3-030f899e77a1 => 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: 408/796] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:08 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:08.746 8 INFO neutron.api.v2.resource [None req-8825b72f-aa2b-41c8-bf0a-c9336da0ce95 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/797] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:09:08 2026] GET /v2.0/security-groups/43b6a1e6-6873-4bf0-85a3-030f899e77a1 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:08.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-036cff37-3d95-43da-8c91-fe0e8f91a0fd 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] TaaS: Handle Delete Port: fcddfbeb-7de5-4692-933f-0192544bd9d7 2026-08-13 10:09:08.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-036cff37-3d95-43da-8c91-fe0e8f91a0fd 5df4e75184674d7e8e4e2c924464bf1c 03d9cbdc1f604e0fa68ca6d3c5acd174 - - default default] Tap Mirror: Handle Delete Port: fcddfbeb-7de5-4692-933f-0192544bd9d7 [pid: 7|app: 0|req: 409/798] 10.0.0.83 () {34 vars in 740 bytes} [Thu Aug 13 10:09:08 2026] PUT /v2.0/subnets/7c38154d-4665-47b4-b4b3-9eadc68f4e41 => generated 636 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/799] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:09:08 2026] DELETE /v2.0/floatingips/7bc1bf98-dcc5-4035-bb21-f2f30dde4489 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:09.109 7 INFO neutron.services.segments.plugin [-] Segment 3858be35-bae9-4210-8c95-ad3c8048fda3 resource provider aggregate not found 2026-08-13 10:09:09.113 7 INFO neutron.services.segments.plugin [-] Segment 3858be35-bae9-4210-8c95-ad3c8048fda3 resource provider aggregate not found [pid: 7|app: 0|req: 410/800] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:08 2026] DELETE /v2.0/networks/6b00c5ca-e193-48a8-bb19-981e5e5662b4 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:09.131 7 INFO neutron.services.segments.plugin [-] Segment 3858be35-bae9-4210-8c95-ad3c8048fda3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3858be35-bae9-4210-8c95-ad3c8048fda3 found for delete ", "request_id": "req-7820a11b-9a43-45ae-a622-f8169aba58ba"}]} 2026-08-13 10:09:09.131 7 INFO neutron.services.segments.plugin [-] Segment 3858be35-bae9-4210-8c95-ad3c8048fda3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3858be35-bae9-4210-8c95-ad3c8048fda3 found for delete ", "request_id": "req-e13eb614-779f-42a1-b7d5-944fb9281c20"}]} 2026-08-13 10:09:09.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5944bc42-13e2-45f5-82f1-cc37188c9991 8a506164c0394798adb235d850adbb13 2622fb6cee574f3297dac225fe09ff81 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/801] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:09 2026] DELETE /v2.0/networks/6b00c5ca-e193-48a8-bb19-981e5e5662b4 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:09.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c544d14-9fff-4e63-8cc8-27423db50267 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 6ba2f9b9-b59b-4078-a681-eb8671f7227d 2026-08-13 10:09:09.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c544d14-9fff-4e63-8cc8-27423db50267 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 6ba2f9b9-b59b-4078-a681-eb8671f7227d [pid: 7|app: 0|req: 412/802] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:09:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/803] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:09:09 2026] GET /v2.0/subnets?network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/804] 10.0.0.83 () {32 vars in 652 bytes} [Thu Aug 13 10:09:09 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/805] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:09:09 2026] GET /v2.0/networks => generated 1309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/806] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:09:09 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: 7|app: 0|req: 417/807] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:09:09 2026] GET /v2.0/networks/34f14bca-039b-4da2-927c-39156ee2a501 => generated 669 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/808] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:09:09 2026] GET /v2.0/subnets/62cae4df-756a-4e63-ae52-bddd697573ff => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:09.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5fc3df9-2b54-4f68-86b2-29421b42111f 8a506164c0394798adb235d850adbb13 2622fb6cee574f3297dac225fe09ff81 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 419/809] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:09 2026] DELETE /v2.0/subnets/7c38154d-4665-47b4-b4b3-9eadc68f4e41 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:09.898 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51fbfbd7-adba-4613-b728-e8fde299be58 8a506164c0394798adb235d850adbb13 2622fb6cee574f3297dac225fe09ff81 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/810] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:09 2026] DELETE /v2.0/networks/6b00c5ca-e193-48a8-bb19-981e5e5662b4 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/811] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:09 2026] DELETE /v2.0/subnets/62cae4df-756a-4e63-ae52-bddd697573ff => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/812] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:09 2026] PUT /v2.0/routers/7526cc39-cc7e-4ceb-a5c2-ff671351490a/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/813] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:10 2026] DELETE /v2.0/networks/34f14bca-039b-4da2-927c-39156ee2a501 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:10.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-33f067d6-2eb2-4cbd-a876-a9942425653b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 58b6975f-1f70-4e63-a949-886e2f775036 2026-08-13 10:09:10.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f067d6-2eb2-4cbd-a876-a9942425653b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 58b6975f-1f70-4e63-a949-886e2f775036 2026-08-13 10:09:10.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-33f067d6-2eb2-4cbd-a876-a9942425653b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 13bdb68f-a9a7-429c-9358-5526fa7d6b45 2026-08-13 10:09:10.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f067d6-2eb2-4cbd-a876-a9942425653b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 13bdb68f-a9a7-429c-9358-5526fa7d6b45 2026-08-13 10:09:10.792 8 INFO neutron.services.segments.plugin [-] Segment 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 resource provider aggregate not found 2026-08-13 10:09:10.803 8 INFO neutron.services.segments.plugin [-] Segment 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 resource provider aggregate not found 2026-08-13 10:09:10.809 8 INFO neutron.services.segments.plugin [-] Segment 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 found for delete ", "request_id": "req-9383efef-6bce-4f4a-929f-6ed6d9752850"}]} [pid: 7|app: 0|req: 423/814] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:10 2026] GET /v2.0/security-groups?tenant_id=2622fb6cee574f3297dac225fe09ff81&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:10.821 8 INFO neutron.services.segments.plugin [-] Segment 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8dfa7f-f9bf-471e-b4dd-993a8ce9c761 found for delete ", "request_id": "req-188025eb-3e9e-48cc-873d-5fbb71fd4363"}]} 2026-08-13 10:09:10.828 8 INFO neutron.db.l3_hamode_db [None req-33f067d6-2eb2-4cbd-a876-a9942425653b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network f9d52465-235d-4c26-b6f7-ca8fe42d40f5 was deleted as no HA routers are present in tenant 03d9cbdc1f604e0fa68ca6d3c5acd174. [pid: 8|app: 0|req: 392/815] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:10 2026] DELETE /v2.0/routers/7526cc39-cc7e-4ceb-a5c2-ff671351490a => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/816] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:10 2026] DELETE /v2.0/security-groups/c22a7434-a96b-4335-9aec-536633a7f82c => 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: 393/817] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:10 2026] DELETE /v2.0/subnets/aebf4260-cf9e-4873-b132-ed80951ecf14 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:11.158 7 INFO neutron.services.segments.plugin [-] Segment 88f59e6d-e2be-49e5-9aea-12befa595462 resource provider aggregate not found 2026-08-13 10:09:11.165 7 INFO neutron.services.segments.plugin [-] Segment 88f59e6d-e2be-49e5-9aea-12befa595462 resource provider aggregate not found 2026-08-13 10:09:11.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5c7d909-c726-4593-af8d-d2b9321cce9e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 6e50bf33-1704-4699-a8d9-a6e830e6268a 2026-08-13 10:09:11.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5c7d909-c726-4593-af8d-d2b9321cce9e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 6e50bf33-1704-4699-a8d9-a6e830e6268a 2026-08-13 10:09:11.179 7 INFO neutron.services.segments.plugin [-] Segment 88f59e6d-e2be-49e5-9aea-12befa595462 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88f59e6d-e2be-49e5-9aea-12befa595462 found for delete ", "request_id": "req-d0b23f2d-4967-4592-9d71-122008e0c571"}]} 2026-08-13 10:09:11.185 7 INFO neutron.services.segments.plugin [-] Segment 88f59e6d-e2be-49e5-9aea-12befa595462 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88f59e6d-e2be-49e5-9aea-12befa595462 found for delete ", "request_id": "req-bbc1b2bd-2761-4516-9d67-34470c3edc59"}]} [pid: 7|app: 0|req: 425/818] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:11 2026] DELETE /v2.0/networks/709219ae-3200-4405-ba7b-477460788aa8 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/819] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:11 2026] GET /v2.0/security-groups?tenant_id=03d9cbdc1f604e0fa68ca6d3c5acd174&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/820] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:11 2026] DELETE /v2.0/security-groups/7ca32532-0462-4d70-a02d-ea17aac4aef1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:13.027 8 INFO neutron.db.segments_db [None req-16464ca1-0a9f-432b-9f97-5d65d9c5e394 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment 28280f94-211f-47a9-8f13-44ec250c5336 of type vxlan for network e32ab239-eded-4dbe-903b-ccdf28576d09 [pid: 8|app: 0|req: 395/821] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:12 2026] POST /v2.0/networks => generated 611 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:13.176 7 INFO neutron.db.segments_db [None req-60111d36-847c-4d40-b200-e971d1bd88cf 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment a8e1fa37-713c-4530-b4ff-cef765ed46fe of type vxlan for network 424d0c4b-e4bb-4ba3-9dc3-b36b05556ab8 2026-08-13 10:09:13.209 7 INFO neutron.services.segments.plugin [-] Segment 86120836-b905-48d6-baac-585701012de0 resource provider aggregate not found 2026-08-13 10:09:13.209 7 INFO neutron.services.segments.plugin [-] Segment 86120836-b905-48d6-baac-585701012de0 resource provider aggregate not found 2026-08-13 10:09:13.233 7 INFO neutron.services.segments.plugin [-] Segment 86120836-b905-48d6-baac-585701012de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86120836-b905-48d6-baac-585701012de0 found for delete ", "request_id": "req-601fd936-89a4-4aac-9503-c318f94581af"}]} 2026-08-13 10:09:13.242 7 INFO neutron.services.segments.plugin [-] Segment 86120836-b905-48d6-baac-585701012de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86120836-b905-48d6-baac-585701012de0 found for delete ", "request_id": "req-9fa1b162-68f8-415f-9f5b-7556f7cb4ddd"}]} [pid: 7|app: 0|req: 427/822] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:13 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/823] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:13 2026] POST /v2.0/subnets => generated 626 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/824] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:13 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:13.817 7 INFO neutron.db.segments_db [None req-ca2b6168-414d-49f0-883a-d0bb46fb26ea 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment 0f430476-4d9d-46b4-a1fb-30cd4a172d7a of type vxlan for network a3362230-3f58-4fa8-8deb-af4f49b8b086 2026-08-13 10:09:14.065 8 INFO neutron.db.segments_db [None req-436de3dd-0c25-4f89-af15-16ea1c04cc96 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 of type vxlan for network 1ab6595b-b145-4879-bee1-257f791363ae 2026-08-13 10:09:14.098 7 INFO neutron.db.l3_hamode_db [None req-ca2b6168-414d-49f0-883a-d0bb46fb26ea 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 397/825] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:09:13 2026] POST /v2.0/networks => generated 724 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:14.247 7 INFO neutron.db.l3_hamode_db [None req-ca2b6168-414d-49f0-883a-d0bb46fb26ea 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 398/826] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:14 2026] POST /v2.0/subnets => generated 691 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:14.404 8 INFO neutron.db.segments_db [None req-493ff188-e292-40df-a5e2-962f85c28f49 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 108ae45f-6b75-47c9-958a-5b928767dd09 of type vxlan for network 7b9d2a7a-7ebd-4d55-8bc7-e469a18cd47b 2026-08-13 10:09:14.642 8 INFO neutron.db.l3_hamode_db [None req-493ff188-e292-40df-a5e2-962f85c28f49 91f2cf5f79c14bd09f098977822441b3 b14b8038741d42b6904fa3e0ce7fdf1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 429/827] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:13 2026] POST /v2.0/routers => generated 507 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:15.375 8 INFO neutron.db.l3_hamode_db [None req-493ff188-e292-40df-a5e2-962f85c28f49 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 430/828] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:09:14 2026] PUT /v2.0/routers/0cd1791d-aaef-4fb1-8e2c-eb575643d1ba/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/829] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:15 2026] GET /v2.0/security-groups?tenant_id=4fecbf5019c348cd955486501ca23841&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/830] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:16 2026] GET /v2.0/ports/74ce6dd3-81cf-44ff-9f7d-3233935c143a => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/831] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:16 2026] DELETE /v2.0/security-groups/79b97129-9763-44ef-bfee-02f3c5dd62a3 => 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: 399/832] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:14 2026] POST /v2.0/routers => generated 731 bytes in 2307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/833] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:16 2026] GET /v2.0/security-groups?tenant_id=5406e1e8e4df455a8410ddedbd2a316f&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/834] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:09:16 2026] PUT /v2.0/routers/0cd1791d-aaef-4fb1-8e2c-eb575643d1ba/add_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/835] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:17 2026] DELETE /v2.0/security-groups/a93626cc-8367-446a-999d-6fd9fd0beb98 => 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: 436/836] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:17 2026] GET /v2.0/ports/d9c2a514-5726-420e-af78-20c79eb31657 => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:17.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-157b5cef-58e7-4d00-b55f-a06f49895113 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: d9c2a514-5726-420e-af78-20c79eb31657 2026-08-13 10:09:17.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-157b5cef-58e7-4d00-b55f-a06f49895113 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: d9c2a514-5726-420e-af78-20c79eb31657 [pid: 8|app: 0|req: 401/837] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:09:16 2026] PUT /v2.0/routers/84aba433-d9ee-49c1-9d0f-86073d9a2f78/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/838] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:17 2026] PUT /v2.0/routers/0cd1791d-aaef-4fb1-8e2c-eb575643d1ba/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:18.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6c92a17-eafb-4191-9d7a-a517e047ae50 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: 74ce6dd3-81cf-44ff-9f7d-3233935c143a 2026-08-13 10:09:18.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6c92a17-eafb-4191-9d7a-a517e047ae50 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: 74ce6dd3-81cf-44ff-9f7d-3233935c143a [pid: 7|app: 0|req: 438/839] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:09:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/840] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/841] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:18 2026] PUT /v2.0/routers/0cd1791d-aaef-4fb1-8e2c-eb575643d1ba/remove_router_interface => generated 309 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/842] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:19 2026] GET /v2.0/ports?device_id=0cd1791d-aaef-4fb1-8e2c-eb575643d1ba => 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: 440/843] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:19 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) 2026-08-13 10:09:19.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccc49e1b-f920-4e4e-b19f-d0c6f8889f40 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: a91fcd9e-cbf5-48d6-8575-69f5fa10e93a 2026-08-13 10:09:19.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc49e1b-f920-4e4e-b19f-d0c6f8889f40 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: a91fcd9e-cbf5-48d6-8575-69f5fa10e93a 2026-08-13 10:09:19.683 8 INFO neutron.services.segments.plugin [-] Segment 0f430476-4d9d-46b4-a1fb-30cd4a172d7a resource provider aggregate not found 2026-08-13 10:09:19.691 8 INFO neutron.services.segments.plugin [-] Segment 0f430476-4d9d-46b4-a1fb-30cd4a172d7a resource provider aggregate not found 2026-08-13 10:09:19.709 8 INFO neutron.services.segments.plugin [-] Segment 0f430476-4d9d-46b4-a1fb-30cd4a172d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f430476-4d9d-46b4-a1fb-30cd4a172d7a found for delete ", "request_id": "req-a973168d-afbe-4af6-a341-c24112f2be33"}]} 2026-08-13 10:09:19.712 8 INFO neutron.services.segments.plugin [-] Segment 0f430476-4d9d-46b4-a1fb-30cd4a172d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f430476-4d9d-46b4-a1fb-30cd4a172d7a found for delete ", "request_id": "req-7c000773-4ecd-4e03-9cda-b125a3e6664f"}]} 2026-08-13 10:09:19.713 8 INFO neutron.db.l3_hamode_db [None req-ccc49e1b-f920-4e4e-b19f-d0c6f8889f40 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] HA network a3362230-3f58-4fa8-8deb-af4f49b8b086 was deleted as no HA routers are present in tenant c7ad482121b544ba8c8bff4eeaba42b6. [pid: 8|app: 0|req: 404/844] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:19 2026] DELETE /v2.0/routers/0cd1791d-aaef-4fb1-8e2c-eb575643d1ba => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/845] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:09:19 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/846] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:19 2026] DELETE /v2.0/subnets/de627ddc-fffa-4670-afc0-f9e9506216ed => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/847] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:19 2026] DELETE /v2.0/subnets/99cdcc41-e6cb-4c44-9823-7b44ecf9fd97 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/848] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:20 2026] DELETE /v2.0/networks/424d0c4b-e4bb-4ba3-9dc3-b36b05556ab8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:20.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d324f2c-4fd9-4934-b85d-8a68be484fb9 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: 57f7ed0f-9cdd-441b-8564-e36ff050102e 2026-08-13 10:09:20.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d324f2c-4fd9-4934-b85d-8a68be484fb9 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: 57f7ed0f-9cdd-441b-8564-e36ff050102e [pid: 8|app: 0|req: 407/849] 10.0.0.168 () {34 vars in 1100 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1050813527&fields=id&tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/850] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/networks?id=1ab6595b-b145-4879-bee1-257f791363ae => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/851] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/quotas/b14b8038741d42b6904fa3e0ce7fdf1f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/852] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/ports?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:20.489 7 INFO neutron.services.segments.plugin [-] Segment 28280f94-211f-47a9-8f13-44ec250c5336 resource provider aggregate not found 2026-08-13 10:09:20.505 7 INFO neutron.services.segments.plugin [-] Segment 28280f94-211f-47a9-8f13-44ec250c5336 resource provider aggregate not found 2026-08-13 10:09:20.511 7 INFO neutron.services.segments.plugin [-] Segment 28280f94-211f-47a9-8f13-44ec250c5336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28280f94-211f-47a9-8f13-44ec250c5336 found for delete ", "request_id": "req-1bbc16ad-c7b7-450d-b94f-9fb51984b5e5"}]} 2026-08-13 10:09:20.523 7 INFO neutron.services.segments.plugin [-] Segment 28280f94-211f-47a9-8f13-44ec250c5336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28280f94-211f-47a9-8f13-44ec250c5336 found for delete ", "request_id": "req-58b761f1-147f-4bcd-89e0-ad84273124ab"}]} [pid: 7|app: 0|req: 443/853] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:20 2026] DELETE /v2.0/networks/e32ab239-eded-4dbe-903b-ccdf28576d09 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/854] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:20.591 7 INFO neutron.db.segments_db [None req-4827fb14-491d-46f6-aea0-47714c3c2afe 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment fe365b23-4805-4f57-8aeb-7ca80fa9e015 of type vxlan for network 9c765f08-97df-4757-ba81-69899fcec4bc [pid: 8|app: 0|req: 412/855] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?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: 444/856] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:20 2026] POST /v2.0/networks => generated 611 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/857] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:20 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 413/858] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:20 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:21.035 7 INFO neutron.db.segments_db [None req-7dc027c5-0c18-4c3a-8ecb-8ddf3c98bd00 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment 2b5f6002-5006-4ce3-a852-08471f9d5474 of type vxlan for network 69f5191d-84c7-481d-8315-bb157b658195 2026-08-13 10:09:21.289 7 INFO neutron.db.l3_hamode_db [None req-7dc027c5-0c18-4c3a-8ecb-8ddf3c98bd00 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:09:21.400 7 INFO neutron.db.l3_hamode_db [None req-7dc027c5-0c18-4c3a-8ecb-8ddf3c98bd00 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:09:21.732 8 INFO neutron.services.segments.plugin [-] Segment a8e1fa37-713c-4530-b4ff-cef765ed46fe resource provider aggregate not found 2026-08-13 10:09:21.738 8 INFO neutron.services.segments.plugin [-] Segment a8e1fa37-713c-4530-b4ff-cef765ed46fe resource provider aggregate not found 2026-08-13 10:09:21.754 8 INFO neutron.services.segments.plugin [-] Segment a8e1fa37-713c-4530-b4ff-cef765ed46fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8e1fa37-713c-4530-b4ff-cef765ed46fe found for delete ", "request_id": "req-f6c8caa2-afa2-46c2-b26d-3afd9c0bea83"}]} 2026-08-13 10:09:21.755 8 INFO neutron.services.segments.plugin [-] Segment a8e1fa37-713c-4530-b4ff-cef765ed46fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8e1fa37-713c-4530-b4ff-cef765ed46fe found for delete ", "request_id": "req-dc53055a-2ab6-4a7a-92d5-14d060edc479"}]} [pid: 8|app: 0|req: 414/859] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:21 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 446/860] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:20 2026] POST /v2.0/routers => generated 507 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/861] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:09:22 2026] POST /v2.0/ports => generated 948 bytes in 368 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: 416/862] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:22 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/865] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:09:22 2026] PUT /v2.0/routers/12b0f128-8696-42b1-81c0-e2f821557e0d/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/866] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:23 2026] GET /v2.0/ports/ba62efb3-a956-4905-952e-60775ab4e298 => generated 1022 bytes in 31 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-08-13 10:09:23.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc6e375f-0734-4e55-9fc3-0ab65a311e9b 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: ba62efb3-a956-4905-952e-60775ab4e298 2026-08-13 10:09:23.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc6e375f-0734-4e55-9fc3-0ab65a311e9b 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: ba62efb3-a956-4905-952e-60775ab4e298 [pid: 8|app: 0|req: 420/867] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:23 2026] GET /v2.0/security-groups?tenant_id=cb02f12348c94ec1b4e08e612edf3374&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/868] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:24 2026] DELETE /v2.0/security-groups/aea92664-2682-4e86-b1b9-5851d66ee771 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/869] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:24 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/870] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:24 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/871] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:23 2026] PUT /v2.0/routers/12b0f128-8696-42b1-81c0-e2f821557e0d/remove_router_interface => generated 309 bytes in 815 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: 424/872] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:24 2026] GET /v2.0/security-groups?tenant_id=ae39fd3dbd6a47a086bc3fd045d9392f&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: 449/873] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:09:24 2026] GET /v2.0/ports/72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 972 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/874] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:24 2026] DELETE /v2.0/security-groups/2a1895cd-1d35-4118-8ed3-186546cc3191 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:24.538 8 INFO neutron.api.v2.resource [None req-4d042d53-df9a-4ff6-b715-14360fa7421d 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/875] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:24 2026] PUT /v2.0/routers/12b0f128-8696-42b1-81c0-e2f821557e0d/remove_router_interface => generated 197 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/876] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:24 2026] GET /v2.0/ports?device_id=12b0f128-8696-42b1-81c0-e2f821557e0d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:24.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b0a5a4e-817e-4cc8-8768-8ae05c786108 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: 7f5b74b4-0fbd-4232-8ff1-45c1f685a1c0 2026-08-13 10:09:24.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b0a5a4e-817e-4cc8-8768-8ae05c786108 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: 7f5b74b4-0fbd-4232-8ff1-45c1f685a1c0 [pid: 7|app: 0|req: 452/877] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:25 2026] GET /v2.0/networks?id=1ab6595b-b145-4879-bee1-257f791363ae => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:25.123 8 INFO neutron.services.segments.plugin [-] Segment 2b5f6002-5006-4ce3-a852-08471f9d5474 resource provider aggregate not found [pid: 7|app: 0|req: 453/878] 199.204.45.235 () {34 vars in 1000 bytes} [Thu Aug 13 10:09:25 2026] GET /v2.0/subnets?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 684 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:25.130 8 INFO neutron.services.segments.plugin [-] Segment 2b5f6002-5006-4ce3-a852-08471f9d5474 resource provider aggregate not found 2026-08-13 10:09:25.143 8 INFO neutron.services.segments.plugin [-] Segment 2b5f6002-5006-4ce3-a852-08471f9d5474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b5f6002-5006-4ce3-a852-08471f9d5474 found for delete ", "request_id": "req-fa1730e3-4c5c-4b9b-9913-7b059af2ba2d"}]} 2026-08-13 10:09:25.148 8 INFO neutron.db.l3_hamode_db [None req-8b0a5a4e-817e-4cc8-8768-8ae05c786108 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] HA network 69f5191d-84c7-481d-8315-bb157b658195 was deleted as no HA routers are present in tenant c7ad482121b544ba8c8bff4eeaba42b6. [pid: 8|app: 0|req: 426/879] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:24 2026] DELETE /v2.0/routers/12b0f128-8696-42b1-81c0-e2f821557e0d => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:25.159 8 INFO neutron.services.segments.plugin [-] Segment 2b5f6002-5006-4ce3-a852-08471f9d5474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b5f6002-5006-4ce3-a852-08471f9d5474 found for delete ", "request_id": "req-bbbbe3ed-0aa3-48bb-808b-588036c3420e"}]} [pid: 7|app: 0|req: 454/880] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:09:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/881] 199.204.45.235 () {34 vars in 1146 bytes} [Thu Aug 13 10:09:25 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f&device_owner=compute%3Anova&network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/882] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:25 2026] DELETE /v2.0/subnets/103c39a3-0712-4083-b57e-67489c14a0a9 => 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: 428/883] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:09:25 2026] POST /v2.0/ports => generated 958 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: 429/884] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:25 2026] DELETE /v2.0/networks/9c765f08-97df-4757-ba81-69899fcec4bc => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/885] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:25 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 961 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/886] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:09:25 2026] PUT /v2.0/ports/72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 1149 bytes in 514 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-08-13 10:09:25.843 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e811297-3a81-447e-9143-884df2078327'] response: {'name': 'network-changed', 'server_uuid': '50d0b802-f669-4b3e-832a-e6d3a6d8869f', 'tag': '72e5c678-730f-4d06-a29f-5a1086bd31f3', 'status': 'completed', 'code': 200} 2026-08-13 10:09:25.867 7 INFO neutron.db.segments_db [None req-9a7945f7-d764-42b0-904d-5ae60c696bef 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment 4589eb99-aa23-4a3e-b8dc-985eacbc4848 of type vxlan for network 2cf12486-4fd0-4cd0-a4d8-168f9e3bbb46 [pid: 7|app: 0|req: 457/887] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:25 2026] POST /v2.0/networks => generated 611 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/888] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:25 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/889] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:09:25 2026] PUT /v2.0/ports/cac53046-fbb5-4192-8097-a51c6b5dd85f => generated 1239 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:26.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cbd79cd-992a-48ab-94ab-d4853fb6a599'] response: {'name': 'network-changed', 'server_uuid': '90690601-d358-4906-ae54-f0ef5f04f7eb', 'tag': 'cac53046-fbb5-4192-8097-a51c6b5dd85f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 459/890] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:25 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 10:09:26.231 8 INFO neutron.db.segments_db [None req-5bb773dd-c58d-487c-8597-eb5b5fba6dbf 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment a49e703e-400b-49e5-ba07-8271f632000c of type vxlan for network 298c23c5-b847-4d8a-9990-2e1b62d98b3a [pid: 7|app: 0|req: 460/891] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/892] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/893] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:26.450 8 INFO neutron.db.l3_hamode_db [None req-5bb773dd-c58d-487c-8597-eb5b5fba6dbf 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 463/894] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => 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: 464/895] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/subnets?id=b50d1800-a02a-49e0-acc4-25f6db4ee11e => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/896] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/ports?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:26.571 8 INFO neutron.db.l3_hamode_db [None req-5bb773dd-c58d-487c-8597-eb5b5fba6dbf 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/897] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/ports?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/898] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?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: 468/899] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/networks?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&shared=False => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/900] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?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: 470/901] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:09:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:27.173 8 INFO neutron.services.segments.plugin [-] Segment fe365b23-4805-4f57-8aeb-7ca80fa9e015 resource provider aggregate not found 2026-08-13 10:09:27.183 8 INFO neutron.services.segments.plugin [-] Segment fe365b23-4805-4f57-8aeb-7ca80fa9e015 resource provider aggregate not found 2026-08-13 10:09:27.190 8 INFO neutron.services.segments.plugin [-] Segment fe365b23-4805-4f57-8aeb-7ca80fa9e015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe365b23-4805-4f57-8aeb-7ca80fa9e015 found for delete ", "request_id": "req-d0253050-59a1-4388-9ed3-ca1a7f97292d"}]} 2026-08-13 10:09:27.206 8 INFO neutron.services.segments.plugin [-] Segment fe365b23-4805-4f57-8aeb-7ca80fa9e015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe365b23-4805-4f57-8aeb-7ca80fa9e015 found for delete ", "request_id": "req-52b41366-b264-4033-a3c5-a9d31f6329df"}]} [pid: 7|app: 0|req: 471/902] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/security-groups?tenant_id=a951875730ba4884a793f7a510c45565&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/903] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:26 2026] POST /v2.0/routers => generated 506 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/904] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/905] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:27 2026] DELETE /v2.0/security-groups/70f3bed5-736b-45ee-a492-07f39cca7cb3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/906] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 435/907] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/908] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/ports?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/909] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/910] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1152 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/911] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cac53046-fbb5-4192-8097-a51c6b5dd85f => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/912] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/913] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:27 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/914] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/subnets?id=0443f2d2-0a51-4e42-8c28-1b27bfd61007 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/915] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/916] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/ports?network_id=1ab6595b-b145-4879-bee1-257f791363ae&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: 445/917] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/subnets?id=b50d1800-a02a-49e0-acc4-25f6db4ee11e => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/918] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?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: 447/919] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/ports?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/920] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?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: 449/921] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/922] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?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: 473/923] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:09:27 2026] PUT /v2.0/routers/66a02ebf-2399-498e-8fc0-b25bfa0f1709/add_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/924] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/ports/e090dd7d-fc77-4e45-aa7a-f46573b6165f => generated 955 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/925] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 453/926] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:28.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-73422c78-9e74-4f56-b044-862adc4b726d 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: e090dd7d-fc77-4e45-aa7a-f46573b6165f 2026-08-13 10:09:28.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73422c78-9e74-4f56-b044-862adc4b726d 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: e090dd7d-fc77-4e45-aa7a-f46573b6165f [pid: 8|app: 0|req: 454/927] 199.204.45.235 () {34 vars in 1118 bytes} [Thu Aug 13 10:09:28 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/928] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:28 2026] PUT /v2.0/routers/66a02ebf-2399-498e-8fc0-b25bfa0f1709/remove_router_interface => generated 309 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/929] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:29 2026] GET /v2.0/ports?device_id=66a02ebf-2399-498e-8fc0-b25bfa0f1709 => 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: 455/930] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:09:28 2026] PUT /v2.0/ports/72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 972 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:29.468 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b19cc53-4bd6-40ff-b4c0-bbe32a6a1dce'] response: {'name': 'network-changed', 'server_uuid': '50d0b802-f669-4b3e-832a-e6d3a6d8869f', 'tag': '72e5c678-730f-4d06-a29f-5a1086bd31f3', 'status': 'completed', 'code': 200} 2026-08-13 10:09:29.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d8e0d2f-cb93-4492-adec-519a64ad0714 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: dd584ab1-b290-4918-ba62-10478dae6264 2026-08-13 10:09:29.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d8e0d2f-cb93-4492-adec-519a64ad0714 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: dd584ab1-b290-4918-ba62-10478dae6264 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 10:09:29.760 8 INFO neutron.db.segments_db [None req-7e7647b6-2b0c-4f4f-8a4a-3c6d44a70e61 2923d93ee19a465fa09e496a836c03ac 1c0174bde57c47a2a4c8b9413721244c - - default default] Added segment a4139689-bc8c-460b-8e22-66c8029a0133 of type vxlan for network d9d2e399-559a-486d-bf49-84fdef4b4ad0 2026-08-13 10:09:29.820 7 INFO neutron.services.segments.plugin [-] Segment a49e703e-400b-49e5-ba07-8271f632000c resource provider aggregate not found 2026-08-13 10:09:29.828 7 INFO neutron.services.segments.plugin [-] Segment a49e703e-400b-49e5-ba07-8271f632000c resource provider aggregate not found 2026-08-13 10:09:29.842 7 INFO neutron.services.segments.plugin [-] Segment a49e703e-400b-49e5-ba07-8271f632000c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a49e703e-400b-49e5-ba07-8271f632000c found for delete ", "request_id": "req-e9617437-929b-4787-9d5e-d1e6fe94f54b"}]} [pid: 8|app: 0|req: 456/931] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:29 2026] POST /v2.0/networks => generated 629 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:29.849 7 INFO neutron.services.segments.plugin [-] Segment a49e703e-400b-49e5-ba07-8271f632000c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a49e703e-400b-49e5-ba07-8271f632000c found for delete ", "request_id": "req-b54e4a18-e313-48e0-a990-ae6c02ef6525"}]} 2026-08-13 10:09:29.857 7 INFO neutron.db.l3_hamode_db [None req-1d8e0d2f-cb93-4492-adec-519a64ad0714 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] HA network 298c23c5-b847-4d8a-9990-2e1b62d98b3a was deleted as no HA routers are present in tenant c7ad482121b544ba8c8bff4eeaba42b6. [pid: 7|app: 0|req: 476/932] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:29 2026] DELETE /v2.0/routers/66a02ebf-2399-498e-8fc0-b25bfa0f1709 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/933] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:29 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/934] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:29 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 459/935] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:29 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/936] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:29 2026] DELETE /v2.0/subnets/2a669afe-82cb-4efa-b68d-ccf35036a6f5 => 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: 460/937] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:29 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/938] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/939] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:30 2026] GET /v2.0/subnets?id=b50d1800-a02a-49e0-acc4-25f6db4ee11e => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/940] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:30 2026] GET /v2.0/ports?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/941] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:30 2026] DELETE /v2.0/networks/2cf12486-4fd0-4cd0-a4d8-168f9e3bbb46 => 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: 464/942] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:30 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:30.210 7 INFO neutron.db.segments_db [None req-4f5a526e-48ce-431d-8940-932bd485d68b 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Added segment f5f0a987-6462-4fb9-9194-599201be46e6 of type vxlan for network a3e6d837-0cc0-4fd4-b532-7a2fe2ffcf38 [pid: 8|app: 0|req: 465/943] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:30 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?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-08-13 10:09:30.454 7 INFO neutron.db.l3_hamode_db [None req-4f5a526e-48ce-431d-8940-932bd485d68b 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 466/944] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:30 2026] POST /v2.0/subnets => generated 673 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:30.696 8 INFO neutron.db.segments_db [None req-9d97f32f-d8d3-4d0d-8c3e-6591c0e585e5 2923d93ee19a465fa09e496a836c03ac 1c0174bde57c47a2a4c8b9413721244c - - default default] Added segment 951bcf4b-d29e-41ee-91a3-5cc02af1f988 of type vxlan for network f2897540-f9fe-4f72-83f3-4a3dd2d7cab5 [pid: 8|app: 0|req: 467/945] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:30 2026] POST /v2.0/networks => generated 628 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/946] 10.0.0.83 () {34 vars in 742 bytes} [Thu Aug 13 10:09:30 2026] PUT /v2.0/networks/f2897540-f9fe-4f72-83f3-4a3dd2d7cab5 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/947] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:30 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/948] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:31.281 7 INFO neutron.db.l3_hamode_db [None req-4f5a526e-48ce-431d-8940-932bd485d68b 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 471/949] 10.0.0.83 () {34 vars in 740 bytes} [Thu Aug 13 10:09:31 2026] PUT /v2.0/subnets/aa8819ef-157d-46c7-921a-f6ca3948d210 => generated 656 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/950] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/ports?tenant_id=aff7ea20d26046919734ef1aca70f1b6&device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 473/951] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:31.709 8 INFO neutron.services.segments.plugin [-] Segment 951bcf4b-d29e-41ee-91a3-5cc02af1f988 resource provider aggregate not found 2026-08-13 10:09:31.717 8 INFO neutron.services.segments.plugin [-] Segment 951bcf4b-d29e-41ee-91a3-5cc02af1f988 resource provider aggregate not found 2026-08-13 10:09:31.736 8 INFO neutron.services.segments.plugin [-] Segment 951bcf4b-d29e-41ee-91a3-5cc02af1f988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 951bcf4b-d29e-41ee-91a3-5cc02af1f988 found for delete ", "request_id": "req-5ef24707-8b50-4087-845a-df5eb4b6bc35"}]} [pid: 8|app: 0|req: 474/952] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:31 2026] DELETE /v2.0/networks/f2897540-f9fe-4f72-83f3-4a3dd2d7cab5 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:31.750 8 INFO neutron.services.segments.plugin [-] Segment 951bcf4b-d29e-41ee-91a3-5cc02af1f988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 951bcf4b-d29e-41ee-91a3-5cc02af1f988 found for delete ", "request_id": "req-fac1b587-84a1-4b40-91f6-f412808c43fa"}]} [pid: 8|app: 0|req: 475/953] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/networks?id=47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/954] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:31.837 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97f1a7c6-b18a-4ab0-8174-893e4a7d05c6 2923d93ee19a465fa09e496a836c03ac 1c0174bde57c47a2a4c8b9413721244c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/955] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:31 2026] DELETE /v2.0/networks/f2897540-f9fe-4f72-83f3-4a3dd2d7cab5 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/956] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:31.873 7 INFO neutron.services.segments.plugin [-] Segment 4589eb99-aa23-4a3e-b8dc-985eacbc4848 resource provider aggregate not found 2026-08-13 10:09:31.878 7 INFO neutron.services.segments.plugin [-] Segment 4589eb99-aa23-4a3e-b8dc-985eacbc4848 resource provider aggregate not found 2026-08-13 10:09:31.899 7 INFO neutron.services.segments.plugin [-] Segment 4589eb99-aa23-4a3e-b8dc-985eacbc4848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4589eb99-aa23-4a3e-b8dc-985eacbc4848 found for delete ", "request_id": "req-3e3d75be-0aaf-4810-8586-b3de0599609a"}]} 2026-08-13 10:09:31.899 7 INFO neutron.services.segments.plugin [-] Segment 4589eb99-aa23-4a3e-b8dc-985eacbc4848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4589eb99-aa23-4a3e-b8dc-985eacbc4848 found for delete ", "request_id": "req-fe5ad655-4358-42e1-9876-1010b15d5ed2"}]} [pid: 8|app: 0|req: 479/957] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/958] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/959] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/subnets?id=b50d1800-a02a-49e0-acc4-25f6db4ee11e => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/960] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:09:31 2026] GET /v2.0/subnets?network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/961] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/ports?network_id=47f6cceb-d37c-4424-8135-4b7ce323e6dd&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/962] 10.0.0.83 () {32 vars in 652 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/963] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?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: 486/964] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/networks => generated 1313 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/965] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/966] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/967] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/networks/d9d2e399-559a-486d-bf49-84fdef4b4ad0 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/968] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/subnets/d4305f45-b45b-4998-a494-452ceee06ed7 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:32.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7b69f0d-8d05-48ed-9cfc-6c1e4acecba1 2923d93ee19a465fa09e496a836c03ac 1c0174bde57c47a2a4c8b9413721244c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 491/969] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:32 2026] DELETE /v2.0/subnets/aa8819ef-157d-46c7-921a-f6ca3948d210 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:32.360 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10a07b90-42c2-4391-8e2b-9b7cf7da042e 2923d93ee19a465fa09e496a836c03ac 1c0174bde57c47a2a4c8b9413721244c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/970] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:32 2026] DELETE /v2.0/networks/f2897540-f9fe-4f72-83f3-4a3dd2d7cab5 => 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: 493/971] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:32 2026] DELETE /v2.0/subnets/d4305f45-b45b-4998-a494-452ceee06ed7 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/972] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:32 2026] DELETE /v2.0/networks/d9d2e399-559a-486d-bf49-84fdef4b4ad0 => 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: 495/973] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/974] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:30 2026] POST /v2.0/routers => generated 687 bytes in 2561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/975] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/976] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/routers/3cd4317d-8ddc-4908-a22f-2e90f20d859c => generated 693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/977] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/routers => generated 696 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/978] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:32 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/979] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/security-groups?id=1af0784e-e430-470f-86d6-f842c51d6101&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/980] 10.0.0.83 () {34 vars in 740 bytes} [Thu Aug 13 10:09:32 2026] PUT /v2.0/routers/3cd4317d-8ddc-4908-a22f-2e90f20d859c => generated 700 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/981] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/routers/3cd4317d-8ddc-4908-a22f-2e90f20d859c => generated 700 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/982] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/security-groups?tenant_id=1c0174bde57c47a2a4c8b9413721244c&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/983] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/ports?device_id=3cd4317d-8ddc-4908-a22f-2e90f20d859c => 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: 501/984] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:33 2026] DELETE /v2.0/security-groups/1996bb24-d6aa-4e2f-b28e-5baa8f630b86 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:33.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-580cd9cb-9ba6-4ee0-ac10-77365566acb5 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: f9eda8a1-7d66-4513-88a0-5d385b363768 2026-08-13 10:09:33.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580cd9cb-9ba6-4ee0-ac10-77365566acb5 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: f9eda8a1-7d66-4513-88a0-5d385b363768 2026-08-13 10:09:33.758 8 INFO neutron.services.segments.plugin [-] Segment a4139689-bc8c-460b-8e22-66c8029a0133 resource provider aggregate not found 2026-08-13 10:09:33.770 8 INFO neutron.services.segments.plugin [-] Segment a4139689-bc8c-460b-8e22-66c8029a0133 resource provider aggregate not found 2026-08-13 10:09:33.784 8 INFO neutron.services.segments.plugin [-] Segment a4139689-bc8c-460b-8e22-66c8029a0133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4139689-bc8c-460b-8e22-66c8029a0133 found for delete ", "request_id": "req-c1026179-9ffb-4c4e-93ab-521950800e60"}]} 2026-08-13 10:09:33.791 8 INFO neutron.services.segments.plugin [-] Segment a4139689-bc8c-460b-8e22-66c8029a0133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4139689-bc8c-460b-8e22-66c8029a0133 found for delete ", "request_id": "req-612b29a4-df56-4ef2-a3b4-3880b00d88d4"}]} [pid: 8|app: 0|req: 502/985] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:33.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-580cd9cb-9ba6-4ee0-ac10-77365566acb5 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] TaaS: Handle Delete Port: b4c8de80-b70e-44c5-be99-f61ce072643e 2026-08-13 10:09:33.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580cd9cb-9ba6-4ee0-ac10-77365566acb5 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] Tap Mirror: Handle Delete Port: b4c8de80-b70e-44c5-be99-f61ce072643e [pid: 8|app: 0|req: 503/986] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/987] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:09:33 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:34.128 8 INFO neutron_taas.services.taas.taas_plugin [req-218120c7-2ddc-415d-b36b-528d2af1b1e3 req-46b2f444-14b4-431c-ac85-382dd5d3908e 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] TaaS: Handle Delete Port: 72e5c678-730f-4d06-a29f-5a1086bd31f3 2026-08-13 10:09:34.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-218120c7-2ddc-415d-b36b-528d2af1b1e3 req-46b2f444-14b4-431c-ac85-382dd5d3908e 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] Tap Mirror: Handle Delete Port: 72e5c678-730f-4d06-a29f-5a1086bd31f3 2026-08-13 10:09:34.272 7 INFO neutron.services.segments.plugin [-] Segment f5f0a987-6462-4fb9-9194-599201be46e6 resource provider aggregate not found 2026-08-13 10:09:34.278 7 INFO neutron.services.segments.plugin [-] Segment f5f0a987-6462-4fb9-9194-599201be46e6 resource provider aggregate not found 2026-08-13 10:09:34.289 8 INFO neutron.db.l3_db [req-218120c7-2ddc-415d-b36b-528d2af1b1e3 req-46b2f444-14b4-431c-ac85-382dd5d3908e 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] Floating IP 4852a615-e517-47a4-a4d4-092b1815df66 disassociated. External IP: 10.96.250.203, port: 72e5c678-730f-4d06-a29f-5a1086bd31f3. 2026-08-13 10:09:34.293 7 INFO neutron.db.l3_hamode_db [None req-580cd9cb-9ba6-4ee0-ac10-77365566acb5 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] HA network a3e6d837-0cc0-4fd4-b532-7a2fe2ffcf38 was deleted as no HA routers are present in tenant c7ad482121b544ba8c8bff4eeaba42b6. 2026-08-13 10:09:34.300 7 INFO neutron.services.segments.plugin [-] Segment f5f0a987-6462-4fb9-9194-599201be46e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5f0a987-6462-4fb9-9194-599201be46e6 found for delete ", "request_id": "req-5c86200e-60d3-4ee1-a196-9fcc6b4f4166"}]} 2026-08-13 10:09:34.300 7 INFO neutron.services.segments.plugin [-] Segment f5f0a987-6462-4fb9-9194-599201be46e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5f0a987-6462-4fb9-9194-599201be46e6 found for delete ", "request_id": "req-619cb8e8-70ff-42fb-b246-1da56cc438db"}]} [pid: 7|app: 0|req: 484/988] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:33 2026] DELETE /v2.0/routers/3cd4317d-8ddc-4908-a22f-2e90f20d859c => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/989] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:34 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 486/990] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:34 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 487/991] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:34 2026] GET /v2.0/ports?device_id=3cd4317d-8ddc-4908-a22f-2e90f20d859c => 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: 505/992] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/ports/72e5c678-730f-4d06-a29f-5a1086bd31f3 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:34.669 8 INFO neutron.api.v2.resource [None req-5a7c6a89-cbf3-472f-8a6c-e6d6f4570a60 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/993] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/routers/3cd4317d-8ddc-4908-a22f-2e90f20d859c => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:34.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43e63984-111a-45d4-b668-c248c9203bf1'] response: {'server_uuid': '50d0b802-f669-4b3e-832a-e6d3a6d8869f', 'name': 'network-vif-deleted', 'tag': '72e5c678-730f-4d06-a29f-5a1086bd31f3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 507/994] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:34 2026] GET /v2.0/ports?device_id=66a02ebf-2399-498e-8fc0-b25bfa0f1709 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:34.721 8 INFO neutron.api.v2.resource [None req-751ee970-f0c7-45cd-8acb-3847a46bc864 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/995] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/routers/66a02ebf-2399-498e-8fc0-b25bfa0f1709 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:34.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6bffde8d-13c5-4cc7-a629-5222623c61be 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 509/996] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/subnets/2a669afe-82cb-4efa-b68d-ccf35036a6f5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/997] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:34 2026] GET /v2.0/ports?device_id=12b0f128-8696-42b1-81c0-e2f821557e0d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:34.767 7 INFO neutron.db.l3_db [None req-fe9b2cad-8fa1-428b-ae1c-018681a56652 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] Floating IP ab875aa0-0f6a-4be6-b5c6-d748d4b91323 associated. External IP: 10.96.250.209, port: cac53046-fbb5-4192-8097-a51c6b5dd85f. 2026-08-13 10:09:34.789 8 INFO neutron.api.v2.resource [None req-b1b78b93-7300-4030-83c6-3226bef45a8a 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/998] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/routers/12b0f128-8696-42b1-81c0-e2f821557e0d => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:34.826 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e634fa0c-c4d4-48fa-ac20-c1d26f92d17f 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/999] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/subnets/103c39a3-0712-4083-b57e-67489c14a0a9 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1000] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:09:34 2026] GET /v2.0/ports?device_id=0cd1791d-aaef-4fb1-8e2c-eb575643d1ba => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:09:34.873 8 INFO neutron.api.v2.resource [None req-00e2f973-8775-409e-8a87-8dd98073f749 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1001] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/routers/0cd1791d-aaef-4fb1-8e2c-eb575643d1ba => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:34.904 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25035766-036c-4351-88aa-14c28fa55ad7 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 515/1002] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/subnets/de627ddc-fffa-4670-afc0-f9e9506216ed => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:34.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee0f2fa1-3095-43fb-9acd-6575210cf517 3cb13a34fdd44744b601192246a05e36 c7ad482121b544ba8c8bff4eeaba42b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/1003] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:34 2026] DELETE /v2.0/subnets/99cdcc41-e6cb-4c44-9823-7b44ecf9fd97 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1004] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:09:34 2026] PUT /v2.0/floatingips/ab875aa0-0f6a-4be6-b5c6-d748d4b91323 => generated 856 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:35.190 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2d7d25a-e1e2-4e21-9736-44b850534817'] response: {'name': 'network-changed', 'server_uuid': '90690601-d358-4906-ae54-f0ef5f04f7eb', 'tag': 'cac53046-fbb5-4192-8097-a51c6b5dd85f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 489/1005] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 490/1006] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/security-groups?tenant_id=c7ad482121b544ba8c8bff4eeaba42b6&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1007] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:35 2026] DELETE /v2.0/security-groups/6daeb1d9-2715-4ac8-af01-40157f603d60 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:35.686 8 INFO neutron.db.segments_db [None req-cca5243a-c820-47a8-9920-8c4b7d88d45e 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Added segment 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 of type vxlan for network 42e6d9a4-8f1c-4137-84d8-cda724835a58 [pid: 7|app: 0|req: 492/1008] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/ports?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1009] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/networks?id=1ab6595b-b145-4879-bee1-257f791363ae => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1010] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:35 2026] POST /v2.0/networks => generated 626 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1011] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cac53046-fbb5-4192-8097-a51c6b5dd85f => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1012] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/subnets?id=0443f2d2-0a51-4e42-8c28-1b27bfd61007 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1013] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/ports?network_id=1ab6595b-b145-4879-bee1-257f791363ae&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: 497/1014] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?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: 498/1015] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:35 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1016] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:09:35 2026] POST /v2.0/ports => generated 774 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:36.188 7 INFO neutron.db.segments_db [None req-6e04e149-118f-4bbd-a0bd-0c60b75d53ca 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Added segment aadaba8a-9bbf-4f57-abcd-a0be07fa59af of type vxlan for network 18efb2b0-6693-4b0c-a0d3-b891d633ff14 [pid: 7|app: 0|req: 499/1017] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:36 2026] POST /v2.0/networks => generated 612 bytes in 132 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: 519/1018] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:36 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1019] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:36 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => 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: 500/1020] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:09:36 2026] POST /v2.0/ports => generated 949 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:37.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9d92586-52f7-4730-8264-06f8a4472354 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] TaaS: Handle Delete Port: f7116eb9-7310-4ea6-a131-4b757c36f2f9 2026-08-13 10:09:37.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9d92586-52f7-4730-8264-06f8a4472354 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Tap Mirror: Handle Delete Port: f7116eb9-7310-4ea6-a131-4b757c36f2f9 [pid: 8|app: 0|req: 521/1021] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:36 2026] DELETE /v2.0/ports/f7116eb9-7310-4ea6-a131-4b757c36f2f9 => generated 0 bytes in 350 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-08-13 10:09:37.246 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4d69f8b-1edb-424c-90af-389481bd84f4 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/1022] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:37 2026] DELETE /v2.0/ports/f7116eb9-7310-4ea6-a131-4b757c36f2f9 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:37.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-337d7b74-7c16-4f9e-92e8-b95afbd05f46 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/1023] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:37 2026] GET /v2.0/ports/f7116eb9-7310-4ea6-a131-4b757c36f2f9 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1024] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:37 2026] DELETE /v2.0/subnets/34b12fac-168d-4b2f-9e18-bc1bffe3cb04 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:37.496 7 INFO neutron.services.segments.plugin [-] Segment aadaba8a-9bbf-4f57-abcd-a0be07fa59af resource provider aggregate not found 2026-08-13 10:09:37.499 7 INFO neutron.services.segments.plugin [-] Segment aadaba8a-9bbf-4f57-abcd-a0be07fa59af resource provider aggregate not found 2026-08-13 10:09:37.516 7 INFO neutron.services.segments.plugin [-] Segment aadaba8a-9bbf-4f57-abcd-a0be07fa59af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aadaba8a-9bbf-4f57-abcd-a0be07fa59af found for delete ", "request_id": "req-5bbb1455-e6ed-482f-8282-eece11b1fec1"}]} 2026-08-13 10:09:37.518 7 INFO neutron.services.segments.plugin [-] Segment aadaba8a-9bbf-4f57-abcd-a0be07fa59af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aadaba8a-9bbf-4f57-abcd-a0be07fa59af found for delete ", "request_id": "req-1fc0413f-ce9d-4c07-a709-803944ed4e15"}]} [pid: 7|app: 0|req: 503/1025] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:37 2026] DELETE /v2.0/networks/18efb2b0-6693-4b0c-a0d3-b891d633ff14 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:37.581 7 INFO neutron.db.segments_db [None req-044a6980-1a02-4e8c-b6ee-419112f9fd39 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Added segment 550b08ef-ad46-4fef-b710-f2798d8f6893 of type vxlan for network 1ad54466-fc1c-4dea-9ecc-3a187d29066d [pid: 7|app: 0|req: 504/1026] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:09:37 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1027] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:09:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1028] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:37 2026] GET /v2.0/ports?device_id=50d0b802-f669-4b3e-832a-e6d3a6d8869f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1029] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:09:37 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1030] 10.0.0.83 () {34 vars in 757 bytes} [Thu Aug 13 10:09:37 2026] PUT /v2.0/security-groups/948e2cf1-0208-4bd7-8f80-dcfb2d1fa6cd => generated 1662 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1031] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:09:37 2026] GET /v2.0/security-groups/948e2cf1-0208-4bd7-8f80-dcfb2d1fa6cd => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1032] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:37 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1033] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:37 2026] DELETE /v2.0/security-groups/948e2cf1-0208-4bd7-8f80-dcfb2d1fa6cd => 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: 510/1034] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:09:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:37.996 7 INFO neutron.api.v2.resource [None req-abac96dd-54a3-4b0b-93af-4c29407a5847 85c543a529c746f6b26cfde7ad5673c1 fc61c9ba4c9648278773233f1c806048 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 511/1035] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:37 2026] DELETE /v2.0/security-groups/948e2cf1-0208-4bd7-8f80-dcfb2d1fa6cd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1036] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:09:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1039] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1040] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:09:37 2026] POST /v2.0/ports => generated 915 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1041] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-group-rules/3a5d5eec-4467-4fdc-b8e0-8b36dc6ab814 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1042] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:38.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-2eff3845-f61b-444b-be06-0fd9343208f5 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] TaaS: Handle Delete Port: aeb05582-53db-4e87-8441-6c8585026582 2026-08-13 10:09:38.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eff3845-f61b-444b-be06-0fd9343208f5 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Tap Mirror: Handle Delete Port: aeb05582-53db-4e87-8441-6c8585026582 [pid: 7|app: 0|req: 518/1043] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/security-group-rules/3a5d5eec-4467-4fdc-b8e0-8b36dc6ab814 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1044] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:09:38 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: 526/1045] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/ports/aeb05582-53db-4e87-8441-6c8585026582 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:38.552 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0400099e-9148-4816-8a74-8c1692e34e0c 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 527/1046] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/ports/aeb05582-53db-4e87-8441-6c8585026582 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1047] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1048] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-group-rules/2dc71487-eede-49e3-a46f-f71475159b27 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1049] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1050] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/subnets/0d1ccc0e-814d-4c08-83c9-4ff379c498ae => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1051] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/security-group-rules/2dc71487-eede-49e3-a46f-f71475159b27 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1052] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:38.788 8 INFO neutron.services.segments.plugin [-] Segment 550b08ef-ad46-4fef-b710-f2798d8f6893 resource provider aggregate not found 2026-08-13 10:09:38.793 8 INFO neutron.services.segments.plugin [-] Segment 550b08ef-ad46-4fef-b710-f2798d8f6893 resource provider aggregate not found 2026-08-13 10:09:38.808 8 INFO neutron.services.segments.plugin [-] Segment 550b08ef-ad46-4fef-b710-f2798d8f6893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 550b08ef-ad46-4fef-b710-f2798d8f6893 found for delete ", "request_id": "req-d007a60b-184b-49f9-ac53-58521d3394e8"}]} 2026-08-13 10:09:38.811 8 INFO neutron.services.segments.plugin [-] Segment 550b08ef-ad46-4fef-b710-f2798d8f6893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 550b08ef-ad46-4fef-b710-f2798d8f6893 found for delete ", "request_id": "req-195e2322-652f-4900-9eaf-5d5297f36941"}]} [pid: 8|app: 0|req: 529/1053] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/networks/1ad54466-fc1c-4dea-9ecc-3a187d29066d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1054] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/security-groups/1af0784e-e430-470f-86d6-f842c51d6101 => 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: 530/1055] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:38.952 8 INFO neutron.api.v2.resource [None req-085ff70d-5480-4705-8fb9-c7ac62d29af2 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 531/1056] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-groups/1af0784e-e430-470f-86d6-f842c51d6101 => 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: 532/1057] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:09:38 2026] GET /v2.0/security-group-rules/503f1dc8-83c1-4af6-8caf-cc591b07f4d2 => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1058] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:09:38 2026] POST /v2.0/ports => generated 774 bytes in 233 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-08-13 10:09:39.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-62fce98a-1cf1-4751-9ca6-b65fd9eb0cda 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] TaaS: Handle Delete Port: f9165566-7c87-4632-9b6f-ac7aaf857ca8 2026-08-13 10:09:39.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62fce98a-1cf1-4751-9ca6-b65fd9eb0cda 7a17053b933745999c942417a0eeae7b aff7ea20d26046919734ef1aca70f1b6 - - default default] Tap Mirror: Handle Delete Port: f9165566-7c87-4632-9b6f-ac7aaf857ca8 [pid: 7|app: 0|req: 527/1059] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1060] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:09:38 2026] DELETE /v2.0/floatingips/4852a615-e517-47a4-a4d4-092b1815df66 => 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: 528/1061] 10.0.0.83 () {34 vars in 736 bytes} [Thu Aug 13 10:09:39 2026] PUT /v2.0/ports/bc82d891-22f2-41b6-92ce-697777cde6b8 => generated 752 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1062] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/security-group-rules/503f1dc8-83c1-4af6-8caf-cc591b07f4d2 => generated 0 bytes in 54 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: 535/1063] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:09:39 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) 2026-08-13 10:09:39.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5032130-d546-435c-b9e7-cb5525591dad 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] TaaS: Handle Delete Port: bc82d891-22f2-41b6-92ce-697777cde6b8 2026-08-13 10:09:39.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5032130-d546-435c-b9e7-cb5525591dad 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Tap Mirror: Handle Delete Port: bc82d891-22f2-41b6-92ce-697777cde6b8 [pid: 7|app: 0|req: 529/1064] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/ports/bc82d891-22f2-41b6-92ce-697777cde6b8 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1065] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/security-groups/c4533879-e9c3-4fa1-aca3-ed733fa8978d => 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: 531/1066] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/ports => generated 777 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:39.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-930b0c19-a994-464a-8233-0e8930fe794c 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 9cbdcbb8-7562-4f54-8c93-01f483a52c4e 2026-08-13 10:09:39.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-930b0c19-a994-464a-8233-0e8930fe794c 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 9cbdcbb8-7562-4f54-8c93-01f483a52c4e [pid: 7|app: 0|req: 532/1067] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:39.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8538801-5849-49cb-8447-0480c2dbcc13 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1068] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/ports/bc82d891-22f2-41b6-92ce-697777cde6b8 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1069] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1070] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/ports => generated 777 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1071] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:09:39 2026] GET /v2.0/ports/8bf64407-09cc-4c65-9bf9-7221a97d0df2 => generated 774 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:39.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a8699cb-ca68-4c06-a885-295839481241 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 537/1072] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/ports/aeb05582-53db-4e87-8441-6c8585026582 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:39.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cde94fe-806f-4682-8936-9ebd5dc607f8 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1073] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/subnets/0d1ccc0e-814d-4c08-83c9-4ff379c498ae => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:39.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2469bd3e-9c0d-4614-8afb-5b6e6ff633cf 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1074] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/subnets/34b12fac-168d-4b2f-9e18-bc1bffe3cb04 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:09:39.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dee2ea9-6f11-4f28-b317-942825a3577f 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] TaaS: Handle Delete Port: 8bf64407-09cc-4c65-9bf9-7221a97d0df2 2026-08-13 10:09:39.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dee2ea9-6f11-4f28-b317-942825a3577f 06deaff074064c7196ad0a8216fa1865 c9d82d2167a34b0fba344225b4aa034f - - default default] Tap Mirror: Handle Delete Port: 8bf64407-09cc-4c65-9bf9-7221a97d0df2 [pid: 7|app: 0|req: 540/1075] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:09:39 2026] DELETE /v2.0/ports/8bf64407-09cc-4c65-9bf9-7221a97d0df2 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:40.152 7 INFO neutron.services.segments.plugin [-] Segment 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 resource provider aggregate not found 2026-08-13 10:09:40.159 7 INFO neutron.services.segments.plugin [-] Segment 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 resource provider aggregate not found 2026-08-13 10:09:40.175 7 INFO neutron.services.segments.plugin [-] Segment 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 found for delete ", "request_id": "req-b4b9610e-382e-4e20-a941-335cc3754bb2"}]} 2026-08-13 10:09:40.176 7 INFO neutron.services.segments.plugin [-] Segment 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d1deaa8-8cd0-4cd5-9a63-17d7f08e0b99 found for delete ", "request_id": "req-45a14730-8e8e-4b55-961f-9e5376305af3"}]} [pid: 7|app: 0|req: 541/1076] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:40 2026] DELETE /v2.0/networks/42e6d9a4-8f1c-4137-84d8-cda724835a58 => 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: 536/1077] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:09:39 2026] PUT /v2.0/routers/e992fcd4-9d5b-4e13-8b05-2bbfd9c8fca5/remove_router_interface => generated 309 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1078] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:40 2026] GET /v2.0/security-groups?tenant_id=fc61c9ba4c9648278773233f1c806048&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1079] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:40 2026] DELETE /v2.0/security-groups/7aba9ffa-923e-42a7-b109-42a06089174f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:40.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-980fb801-4dab-41cb-a76f-dc87bc8c8a58 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 2856bf5d-ce97-43c9-9e66-b37aa8c737bc 2026-08-13 10:09:40.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-980fb801-4dab-41cb-a76f-dc87bc8c8a58 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 2856bf5d-ce97-43c9-9e66-b37aa8c737bc 2026-08-13 10:09:40.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-980fb801-4dab-41cb-a76f-dc87bc8c8a58 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 0dd5824f-2242-4cd7-b532-37ac8df40c9a 2026-08-13 10:09:40.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-980fb801-4dab-41cb-a76f-dc87bc8c8a58 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 0dd5824f-2242-4cd7-b532-37ac8df40c9a [pid: 7|app: 0|req: 544/1080] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:40 2026] GET /v2.0/security-groups?tenant_id=c9d82d2167a34b0fba344225b4aa034f&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1081] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:40 2026] DELETE /v2.0/security-groups/3e9d53b7-6879-4779-9f8c-595878f7b88b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:41.103 8 INFO neutron.services.segments.plugin [-] Segment fe6ba16f-3031-43e6-b124-97337ce5012e resource provider aggregate not found 2026-08-13 10:09:41.110 8 INFO neutron.services.segments.plugin [-] Segment fe6ba16f-3031-43e6-b124-97337ce5012e resource provider aggregate not found 2026-08-13 10:09:41.127 8 INFO neutron.services.segments.plugin [-] Segment fe6ba16f-3031-43e6-b124-97337ce5012e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe6ba16f-3031-43e6-b124-97337ce5012e found for delete ", "request_id": "req-ebc84620-ba2d-43af-ac67-84ce3fc6aa42"}]} 2026-08-13 10:09:41.128 8 INFO neutron.services.segments.plugin [-] Segment fe6ba16f-3031-43e6-b124-97337ce5012e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe6ba16f-3031-43e6-b124-97337ce5012e found for delete ", "request_id": "req-42e8f886-4be4-4bc7-a812-dab256f8e9ee"}]} 2026-08-13 10:09:41.135 8 INFO neutron.db.l3_hamode_db [None req-980fb801-4dab-41cb-a76f-dc87bc8c8a58 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network f7f60595-c6ac-4761-add5-513710eb008f was deleted as no HA routers are present in tenant aff7ea20d26046919734ef1aca70f1b6. [pid: 8|app: 0|req: 537/1082] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:40 2026] DELETE /v2.0/routers/e992fcd4-9d5b-4e13-8b05-2bbfd9c8fca5 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1083] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:09:41 2026] DELETE /v2.0/subnets/b50d1800-a02a-49e0-acc4-25f6db4ee11e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:09:41.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-a619139f-5bf4-4efd-a1fc-484b1dcda491 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 37756a97-3d01-4941-9234-2227f01a12c8 2026-08-13 10:09:41.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a619139f-5bf4-4efd-a1fc-484b1dcda491 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 37756a97-3d01-4941-9234-2227f01a12c8 [pid: 8|app: 0|req: 538/1084] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:09:41 2026] DELETE /v2.0/networks/47f6cceb-d37c-4424-8135-4b7ce323e6dd => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1085] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:41 2026] GET /v2.0/security-groups?tenant_id=aff7ea20d26046919734ef1aca70f1b6&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1086] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:41 2026] DELETE /v2.0/security-groups/6d4c657f-e3c5-4eb6-9fc7-28c97a14b8b4 => 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: 548/1087] 10.0.0.83 () {32 vars in 622 bytes} [Thu Aug 13 10:09:42 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1088] 10.0.0.83 () {32 vars in 632 bytes} [Thu Aug 13 10:09:42 2026] GET /v2.0/ => generated 632 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:43.149 8 INFO neutron.services.segments.plugin [-] Segment c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a resource provider aggregate not found 2026-08-13 10:09:43.156 8 INFO neutron.services.segments.plugin [-] Segment c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a resource provider aggregate not found 2026-08-13 10:09:43.164 8 INFO neutron.services.segments.plugin [-] Segment c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a found for delete ", "request_id": "req-6e12c769-caaa-430e-b370-43824b45f901"}]} 2026-08-13 10:09:43.168 8 INFO neutron.services.segments.plugin [-] Segment c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c11d73a1-b27d-40d5-af6d-0a4c9e0ab85a found for delete ", "request_id": "req-7f63541d-4581-47cd-96bd-9c3576d75814"}]} [pid: 7|app: 0|req: 549/1089] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:43 2026] GET /v2.0/security-groups?tenant_id=de4d0d77e3b747a2adcf952cda6a2de5&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:09:43.636 8 INFO neutron.db.segments_db [None req-930699a4-2ea0-4829-bb21-0c429304daf3 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 37d9cb15-5e2d-4d2a-9967-8be86f706a14 of type vxlan for network fa834023-aa5d-4b54-b3f7-69448441e5b1 [pid: 7|app: 0|req: 550/1090] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:43 2026] DELETE /v2.0/security-groups/ebee0a23-955e-4df1-bcff-6a93b1c8158f => 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: 541/1091] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:09:43 2026] POST /v2.0/networks => generated 727 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1092] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:43 2026] POST /v2.0/subnets => generated 693 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:09:43.961 8 INFO neutron.db.segments_db [None req-612beffa-ce30-4923-a706-650438751e22 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment dbeb883f-b5bb-4e09-a435-0a832c71cb01 of type vxlan for network 9371beb2-a358-421e-a7ac-ad4a1a5eeacb 2026-08-13 10:09:44.204 8 INFO neutron.db.l3_hamode_db [None req-612beffa-ce30-4923-a706-650438751e22 91f2cf5f79c14bd09f098977822441b3 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 552/1093] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:44 2026] GET /v2.0/security-groups?tenant_id=bc4fbaf5ad5d426380f3a94285936540&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: 553/1094] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:44 2026] DELETE /v2.0/security-groups/e9e2ddfc-7f04-4922-a5de-0c6e33db361a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:09:45.064 8 INFO neutron.db.l3_hamode_db [None req-612beffa-ce30-4923-a706-650438751e22 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 554/1095] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:09:45 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 1244 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1096] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:09:45 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1097] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:45 2026] GET /v2.0/security-groups?tenant_id=2ea9894e5aa04d218a4800d91b7b9224&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1098] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:46 2026] DELETE /v2.0/security-groups/4cb5c3f3-402f-47d6-836b-db1bd4761f57 => 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: 542/1099] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:09:43 2026] POST /v2.0/routers => generated 733 bytes in 2602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1100] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:09:46 2026] PUT /v2.0/routers/47b7a966-9337-4778-932f-7ecf065b9b69/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1101] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:09:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1102] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1103] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:09:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1104] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:09:48 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1107] 10.0.0.168 () {34 vars in 1098 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--387196016&fields=id&tenant_id=b8a54fc15e9e405f9cf96c126d8e2808 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1108] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/networks?id=fa834023-aa5d-4b54-b3f7-69448441e5b1 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1109] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/quotas/b8a54fc15e9e405f9cf96c126d8e2808 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1110] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/ports?tenant_id=b8a54fc15e9e405f9cf96c126d8e2808&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1111] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1?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: 548/1112] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1113] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:53 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 549/1114] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:54 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 566/1115] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 550/1116] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 567/1117] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 551/1118] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1119] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 569/1120] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 552/1121] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/security-groups?tenant_id=e2b098b52b244617a420d7b400200852&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1122] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:56 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 553/1123] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:56 2026] DELETE /v2.0/security-groups/fe0c2dbd-49a2-4fc7-9ec1-ce68c1c973bf => 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: 571/1124] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:57 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 554/1125] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:57 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1126] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:57 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 555/1127] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/networks?id=fa834023-aa5d-4b54-b3f7-69448441e5b1 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1128] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/ports?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 556/1129] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8a54fc15e9e405f9cf96c126d8e2808 => generated 180 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1130] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 557/1131] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/networks?id=1ab6595b-b145-4879-bee1-257f791363ae => generated 771 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1132] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cac53046-fbb5-4192-8097-a51c6b5dd85f => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1133] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/subnets?id=0443f2d2-0a51-4e42-8c28-1b27bfd61007 => generated 694 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1134] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/ports?network_id=1ab6595b-b145-4879-bee1-257f791363ae&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1135] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?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: 562/1136] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae?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: 575/1137] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:09:58 2026] POST /v2.0/ports => generated 954 bytes in 407 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: 576/1138] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:58 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 563/1139] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:09:58 2026] PUT /v2.0/ports/60a7206d-5a86-4a6f-8013-ab0a7fe41c11 => generated 1235 bytes in 397 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: 564/1140] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:59 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:09:59.151 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e27efa3d-ab16-48ee-bfda-3abdf8760871'] response: {'name': 'network-changed', 'server_uuid': '6f177318-0191-4f0b-98e7-6bca1fb96675', 'tag': '60a7206d-5a86-4a6f-8013-ab0a7fe41c11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 577/1141] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:09:59 2026] GET /v2.0/security-groups?tenant_id=c9283a6ac2ee4bb1975bab5ce7b34959&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1142] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:09:59 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1143] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:09:59 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&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: 565/1144] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:09:59 2026] DELETE /v2.0/security-groups/1caeaf3d-4357-4e3d-95d0-1759dd564b21 => 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: 580/1145] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:09:59 2026] GET /v2.0/ports?tenant_id=b8a54fc15e9e405f9cf96c126d8e2808&device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 566/1146] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:09:59 2026] GET /v2.0/networks?tenant_id=b8a54fc15e9e405f9cf96c126d8e2808&shared=False => generated 774 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1147] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:09:59 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: 567/1148] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1149] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1150] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1151] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&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: 569/1152] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/ports?tenant_id=b8a54fc15e9e405f9cf96c126d8e2808&device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1153] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=60a7206d-5a86-4a6f-8013-ab0a7fe41c11 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1154] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/subnets?id=64732416-b299-44d6-ba43-ad917dafb5c7 => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1155] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:00 2026] GET /v2.0/ports?network_id=fa834023-aa5d-4b54-b3f7-69448441e5b1&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1156] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:01 2026] GET /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1157] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:01 2026] GET /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1?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: 572/1158] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:01 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1159] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:01 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1160] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:01 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1161] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:01 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1162] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:02 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 575/1163] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:02 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1164] 10.0.0.15 () {32 vars in 800 bytes} [Thu Aug 13 10:10:02 2026] GET /v2.0/extensions => generated 21537 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1165] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:02 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1166] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:02 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1167] 10.0.0.15 () {30 vars in 723 bytes} [Thu Aug 13 10:10:02 2026] GET /v2.0/quotas/1e422d19af8b4340a9499237110830ab/details => generated 847 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1168] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:03 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1169] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:03 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1170] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:04 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1171] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:04 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&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: 7|app: 0|req: 593/1172] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:05 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1173] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:05 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 594/1174] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:05 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1175] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:05 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1176] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:06 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1177] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:06 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 584/1178] 10.0.0.15 () {32 vars in 800 bytes} [Thu Aug 13 10:10:06 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: 585/1179] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:06 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:06.508 7 INFO neutron.db.segments_db [None req-963895b0-124e-45e5-8101-5a8df4a3c481 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Added segment 7c581e10-b1a3-4b83-918e-0d6e9ad46726 of type vxlan for network 2cbab260-9d8e-48ee-9164-f8e04453119e [pid: 8|app: 0|req: 586/1180] 10.0.0.15 () {30 vars in 723 bytes} [Thu Aug 13 10:10:06 2026] GET /v2.0/quotas/1e422d19af8b4340a9499237110830ab/details => generated 847 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1181] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:06 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1182] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:10:06 2026] POST /v2.0/networks => generated 620 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1183] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:06 2026] POST /v2.0/subnets => generated 657 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1184] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:10:06 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1185] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:06 2026] POST /v2.0/subnets => generated 731 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:07.261 7 INFO neutron.db.segments_db [None req-bea35464-e98e-40fe-9d7c-fd6fbac8ca6d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Added segment a3b68d53-5a0c-4c02-8765-b98bcc23fece of type vxlan for network 793e03c3-50cc-4703-a876-d2bdd4bf2059 [pid: 7|app: 0|req: 597/1186] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:10:07 2026] POST /v2.0/networks => generated 617 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1187] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:07 2026] POST /v2.0/subnets => generated 656 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1188] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:07 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 592/1189] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:07 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1190] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:07 2026] POST /v2.0/subnets => generated 726 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:08.014 8 INFO neutron.db.segments_db [None req-6527d85f-5b51-433b-aaaa-ead1062fd275 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Added segment 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 of type vxlan for network aed1911d-90b0-401f-9d74-bfdc313e7a26 [pid: 8|app: 0|req: 593/1193] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:10:07 2026] POST /v2.0/networks => generated 619 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1194] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:08 2026] POST /v2.0/subnets => generated 655 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1195] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:08 2026] POST /v2.0/subnets => generated 729 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1196] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:08 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:09.007 8 INFO neutron.db.segments_db [None req-6993d260-f812-4254-9e6f-0830824bb5ab bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Added segment d6fb6c3e-6563-434e-886b-403eb5ad0af0 of type vxlan for network b2ff9442-da08-47b5-955f-b792eb59df30 [pid: 7|app: 0|req: 603/1197] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:08 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:09.221 8 INFO neutron.db.l3_hamode_db [None req-6993d260-f812-4254-9e6f-0830824bb5ab bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:10:10.124 8 INFO neutron.db.l3_hamode_db [None req-6993d260-f812-4254-9e6f-0830824bb5ab bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 604/1198] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:09 2026] GET /v2.0/security-groups?tenant_id=1e422d19af8b4340a9499237110830ab&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1199] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:10 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1200] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:10 2026] DELETE /v2.0/security-groups/1de96256-43fb-45c7-8028-60568f7daa36 => 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: 607/1201] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:10 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1202] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:10 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1203] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:08 2026] POST /v2.0/routers => generated 685 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:10.877 7 INFO neutron.db.l3_db [None req-67454450-3cc3-4d3a-a89a-59a0308d6eca abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] Floating IP 8a80e54b-adce-40e5-bc17-f096d4c8de8d associated. External IP: 10.96.250.215, port: 60a7206d-5a86-4a6f-8013-ab0a7fe41c11. [pid: 7|app: 0|req: 609/1204] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:10:10 2026] PUT /v2.0/floatingips/8a80e54b-adce-40e5-bc17-f096d4c8de8d => generated 855 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:11.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21fa0c49-04d7-4d71-9730-93673585c673'] response: {'name': 'network-changed', 'server_uuid': '6f177318-0191-4f0b-98e7-6bca1fb96675', 'tag': '60a7206d-5a86-4a6f-8013-ab0a7fe41c11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 610/1205] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 611/1206] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1207] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 613/1208] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1209] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/ports?tenant_id=b8a54fc15e9e405f9cf96c126d8e2808&device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1210] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/networks?id=fa834023-aa5d-4b54-b3f7-69448441e5b1 => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1211] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=60a7206d-5a86-4a6f-8013-ab0a7fe41c11 => 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: 617/1212] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/subnets?id=64732416-b299-44d6-ba43-ad917dafb5c7 => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1213] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/ports?network_id=fa834023-aa5d-4b54-b3f7-69448441e5b1&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: 7|app: 0|req: 619/1214] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:11 2026] GET /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1215] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:12 2026] GET /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1?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: 596/1216] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:10:10 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1217] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:12 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1218] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:12 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:13.617 8 INFO neutron.db.segments_db [None req-6eb7e846-32e4-4025-b65f-f310da427061 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Added segment 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 of type vxlan for network 7458957e-66a3-458e-86d0-b64d1e74e459 [pid: 7|app: 0|req: 621/1219] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:10:12 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/add_router_interface => generated 309 bytes in 1467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1220] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:10:13 2026] POST /v2.0/networks => generated 614 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:13.731 8 INFO neutron.db.segments_db [None req-3d40dcd3-c024-4fc7-a52d-46d25b6dcdca aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Added segment 8a4b2673-32a5-430f-87c6-00822770f61b of type vxlan for network 877d7589-d4b7-4b0d-9900-0fd3fcc75370 2026-08-13 10:10:13.969 8 INFO neutron.db.l3_hamode_db [None req-3d40dcd3-c024-4fc7-a52d-46d25b6dcdca aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:10:14.879 8 INFO neutron.db.l3_hamode_db [None req-3d40dcd3-c024-4fc7-a52d-46d25b6dcdca aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 622/1221] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:10:13 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/add_router_interface => generated 309 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1222] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:14 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1223] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:10:14 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1224] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:15 2026] GET /v2.0/security-groups?id=e811c1a6-90e5-46cd-98f5-e5cea5ac6104&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: 7|app: 0|req: 626/1225] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:10:15 2026] POST /v2.0/security-groups => generated 1628 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 10:10:15.283 7 INFO neutron_taas.services.taas.taas_plugin [req-641a5c1e-1bb1-42e4-88e2-96b0bdb996c8 req-e73fd6c6-c641-4a97-b043-c2aba092e262 abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] TaaS: Handle Delete Port: 60a7206d-5a86-4a6f-8013-ab0a7fe41c11 2026-08-13 10:10:15.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-641a5c1e-1bb1-42e4-88e2-96b0bdb996c8 req-e73fd6c6-c641-4a97-b043-c2aba092e262 abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] Tap Mirror: Handle Delete Port: 60a7206d-5a86-4a6f-8013-ab0a7fe41c11 2026-08-13 10:10:15.405 7 INFO neutron.db.l3_db [req-641a5c1e-1bb1-42e4-88e2-96b0bdb996c8 req-e73fd6c6-c641-4a97-b043-c2aba092e262 abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] Floating IP 8a80e54b-adce-40e5-bc17-f096d4c8de8d disassociated. External IP: 10.96.250.215, port: 60a7206d-5a86-4a6f-8013-ab0a7fe41c11. [pid: 8|app: 0|req: 600/1226] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:13 2026] POST /v2.0/routers => generated 694 bytes in 1950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1227] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:10:15 2026] DELETE /v2.0/ports/60a7206d-5a86-4a6f-8013-ab0a7fe41c11 => generated 0 bytes in 540 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:10:15.755 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b099ecfe-bad4-4f06-b513-e1bc81ee0ba0'] response: {'server_uuid': '6f177318-0191-4f0b-98e7-6bca1fb96675', 'name': 'network-vif-deleted', 'tag': '60a7206d-5a86-4a6f-8013-ab0a7fe41c11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 601/1228] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1229] 10.0.0.83 () {32 vars in 775 bytes} [Thu Aug 13 10:10:15 2026] GET /v2.0/subnets?project_id=ef35c21dddfb42059f5107a24217def2&cidr=10.100.0.0%2F28 => generated 14 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1230] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1231] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:10:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1232] 10.0.0.83 () {32 vars in 783 bytes} [Thu Aug 13 10:10:15 2026] GET /v2.0/subnets?network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1233] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1234] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1235] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:16 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1236] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:15 2026] POST /v2.0/subnets => generated 657 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1237] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1238] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1239] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 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: 8|app: 0|req: 609/1240] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1241] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1242] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1243] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1244] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 632/1245] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:10:16 2026] PUT /v2.0/routers/cbeaac0b-d4a3-497f-9e97-b0afdcfd8e12/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1246] 10.0.0.168 () {34 vars in 1096 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1238125001&fields=id&tenant_id=804e100604b54b8cae286efdce014a8a => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1247] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/networks => generated 9570 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1248] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1249] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 703 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1250] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/subnets => generated 10027 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1251] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 617/1252] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/quotas/804e100604b54b8cae286efdce014a8a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1253] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/routers => generated 2908 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1254] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:10:17 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&fields=id => generated 287 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1255] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:10:18 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1256] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:10:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1257] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:10:18 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1258] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:18 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: 7|app: 0|req: 639/1259] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:18 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => 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: 621/1260] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1261] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:18 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => 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: 622/1262] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1263] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:18.757 8 INFO neutron.db.securitygroups_db [None req-46ea2c3c-0a15-4861-a628-9ba541af3713 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Project ef35c21dddfb42059f5107a24217def2 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: 623/1264] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:18.876 7 INFO neutron.db.securitygroups_db [None req-c04614cb-f330-474b-a8fd-759463485395 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Project ef35c21dddfb42059f5107a24217def2 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: 642/1265] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1266] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/networks => generated 1298 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1267] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/ports?device_id=6f177318-0191-4f0b-98e7-6bca1fb96675 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1268] 10.0.0.168 () {34 vars in 1100 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2144089764&fields=id&tenant_id=ef35c21dddfb42059f5107a24217def2 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1269] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 661 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1270] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/quotas/ef35c21dddfb42059f5107a24217def2 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1271] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&fields=id => generated 57 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1272] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 646/1273] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:10:19 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 628/1274] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:20 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 647/1275] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:20 2026] DELETE /v2.0/security-groups/e811c1a6-90e5-46cd-98f5-e5cea5ac6104 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:10:20.764 8 INFO neutron.api.v2.resource [None req-1943f456-fb61-45d6-beab-a35f0812de29 abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1276] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:10:20 2026] GET /v2.0/security-groups/e811c1a6-90e5-46cd-98f5-e5cea5ac6104 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:10:20.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-00b6de2e-736c-49a1-b7ae-ca832db769e7 abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] TaaS: Handle Delete Port: 2af8cb28-0a72-4931-8fa2-8a3f185deb96 2026-08-13 10:10:20.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b6de2e-736c-49a1-b7ae-ca832db769e7 abeba7ce71c74990bc67c45f6face662 b8a54fc15e9e405f9cf96c126d8e2808 - - default default] Tap Mirror: Handle Delete Port: 2af8cb28-0a72-4931-8fa2-8a3f185deb96 [pid: 7|app: 0|req: 648/1277] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:10:20 2026] DELETE /v2.0/floatingips/8a80e54b-adce-40e5-bc17-f096d4c8de8d => 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: 630/1278] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:21 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:21.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-78ca8991-91e5-4c77-8546-54ba3627801b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 33c59dd1-2f4d-46fa-baae-ff2571a66efe 2026-08-13 10:10:21.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78ca8991-91e5-4c77-8546-54ba3627801b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 33c59dd1-2f4d-46fa-baae-ff2571a66efe [pid: 8|app: 0|req: 631/1279] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:22 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 649/1280] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:10:21 2026] PUT /v2.0/routers/47b7a966-9337-4778-932f-7ecf065b9b69/remove_router_interface => generated 309 bytes in 1506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1281] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:22 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 703 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1282] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:10:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=804e100604b54b8cae286efdce014a8a => generated 179 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:22.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-121a91f7-8e0d-4a90-9671-dfaa89067e10 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: f90f805d-0718-4a3d-bcd9-5615aa294a41 2026-08-13 10:10:22.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-121a91f7-8e0d-4a90-9671-dfaa89067e10 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: f90f805d-0718-4a3d-bcd9-5615aa294a41 2026-08-13 10:10:23.113 8 INFO neutron_taas.services.taas.taas_plugin [None req-121a91f7-8e0d-4a90-9671-dfaa89067e10 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: c0932776-c50d-4e1f-97ca-49e6c5109504 2026-08-13 10:10:23.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-121a91f7-8e0d-4a90-9671-dfaa89067e10 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: c0932776-c50d-4e1f-97ca-49e6c5109504 [pid: 7|app: 0|req: 652/1283] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:10:22 2026] POST /v2.0/ports => generated 1179 bytes in 403 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-08-13 10:10:23.448 8 INFO neutron.services.segments.plugin [-] Segment dbeb883f-b5bb-4e09-a435-0a832c71cb01 resource provider aggregate not found 2026-08-13 10:10:23.454 8 INFO neutron.services.segments.plugin [-] Segment dbeb883f-b5bb-4e09-a435-0a832c71cb01 resource provider aggregate not found 2026-08-13 10:10:23.468 8 INFO neutron.db.l3_hamode_db [None req-121a91f7-8e0d-4a90-9671-dfaa89067e10 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 9371beb2-a358-421e-a7ac-ad4a1a5eeacb was deleted as no HA routers are present in tenant b8a54fc15e9e405f9cf96c126d8e2808. 2026-08-13 10:10:23.475 8 INFO neutron.services.segments.plugin [-] Segment dbeb883f-b5bb-4e09-a435-0a832c71cb01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbeb883f-b5bb-4e09-a435-0a832c71cb01 found for delete ", "request_id": "req-02c52023-9c89-4e67-9872-e38098ba82d2"}]} 2026-08-13 10:10:23.477 8 INFO neutron.services.segments.plugin [-] Segment dbeb883f-b5bb-4e09-a435-0a832c71cb01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbeb883f-b5bb-4e09-a435-0a832c71cb01 found for delete ", "request_id": "req-96b371f9-8f03-42de-bce8-91e2d98f9302"}]} [pid: 8|app: 0|req: 632/1286] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:10:22 2026] DELETE /v2.0/routers/47b7a966-9337-4778-932f-7ecf065b9b69 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1287] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:23 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 634/1288] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:23 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1194 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1289] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:10:23 2026] PUT /v2.0/ports/b15372fd-5e67-49eb-b25b-99e21b858162 => generated 1460 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 656/1290] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:23 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:23.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04364b47-3604-4174-a9e3-422cf389a98a'] response: {'name': 'network-changed', 'server_uuid': '510e9d4a-cbd2-42dc-8223-c98dc6abde9f', 'tag': 'b15372fd-5e67-49eb-b25b-99e21b858162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 635/1291] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:10:23 2026] DELETE /v2.0/subnets/64732416-b299-44d6-ba43-ad917dafb5c7 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:10:23.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fbf2e84-5a73-4809-9ca7-530794557aa8 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: d084cf6d-220b-4b97-a7f7-d345f6090a1a 2026-08-13 10:10:23.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fbf2e84-5a73-4809-9ca7-530794557aa8 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: d084cf6d-220b-4b97-a7f7-d345f6090a1a 2026-08-13 10:10:23.937 7 INFO neutron.services.segments.plugin [-] Segment 37d9cb15-5e2d-4d2a-9967-8be86f706a14 resource provider aggregate not found 2026-08-13 10:10:23.955 7 INFO neutron.services.segments.plugin [-] Segment 37d9cb15-5e2d-4d2a-9967-8be86f706a14 resource provider aggregate not found 2026-08-13 10:10:23.968 7 INFO neutron.services.segments.plugin [-] Segment 37d9cb15-5e2d-4d2a-9967-8be86f706a14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37d9cb15-5e2d-4d2a-9967-8be86f706a14 found for delete ", "request_id": "req-2ac3889f-407a-4200-baf7-5dfd46e2ec38"}]} 2026-08-13 10:10:23.973 7 INFO neutron.services.segments.plugin [-] Segment 37d9cb15-5e2d-4d2a-9967-8be86f706a14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37d9cb15-5e2d-4d2a-9967-8be86f706a14 found for delete ", "request_id": "req-a2d3c7cf-99d9-4601-9abe-f5b1d6177c72"}]} [pid: 7|app: 0|req: 657/1292] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:10:23 2026] DELETE /v2.0/networks/fa834023-aa5d-4b54-b3f7-69448441e5b1 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1293] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:24 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1294] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:24 2026] GET /v2.0/security-groups?tenant_id=b8a54fc15e9e405f9cf96c126d8e2808&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1295] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:10:24 2026] GET /v2.0/networks?tenant_id=804e100604b54b8cae286efdce014a8a&shared=False => generated 2372 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1296] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:24 2026] DELETE /v2.0/security-groups/2b46ff4c-2e85-401c-bddd-2c867181361a => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1297] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:10:24 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: 660/1298] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:24 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 639/1299] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:24 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1300] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:10:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ef35c21dddfb42059f5107a24217def2 => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1301] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:10:24 2026] POST /v2.0/ports => generated 954 bytes in 385 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: 662/1302] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1303] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.166&port_id=b15372fd-5e67-49eb-b25b-99e21b858162 => 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: 664/1304] 199.204.45.235 () {34 vars in 1102 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A72&port_id=b15372fd-5e67-49eb-b25b-99e21b858162 => 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: 665/1305] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b&id=982a20b7-8427-40de-93b2-896744bbdedb => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1306] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1307] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1308] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 669/1309] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 641/1310] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:10:25 2026] PUT /v2.0/ports/0200b400-a40d-4402-80ec-144c460a4689 => generated 1235 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1311] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 969 bytes in 86 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: 642/1312] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:25 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:25.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbaaf2bc-d4d3-40e3-80a7-58b90d9625af'] response: {'name': 'network-changed', 'server_uuid': '76d5a0b3-4dbf-497a-9ec2-2277c669f038', 'tag': '0200b400-a40d-4402-80ec-144c460a4689', 'status': 'completed', 'code': 200} 2026-08-13 10:10:26.340 7 INFO neutron.db.segments_db [None req-f7b531b7-a2b5-4798-ac94-69501e100253 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d of type vxlan for network e37e3568-77a3-4a6a-a068-8b435895d26c [pid: 8|app: 0|req: 643/1313] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:26 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1314] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:10:26 2026] POST /v2.0/networks => generated 725 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1315] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:10:26 2026] GET /v2.0/networks?tenant_id=ef35c21dddfb42059f5107a24217def2&shared=False => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1316] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:10:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1317] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:26 2026] POST /v2.0/subnets => generated 691 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:26.750 7 INFO neutron.db.segments_db [None req-a57011e6-be1c-48ee-ba08-e3b4d26847ca 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e of type vxlan for network 2c60385f-c846-4e2a-91a6-ee3c122cf408 [pid: 8|app: 0|req: 646/1318] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:26 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1319] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:26 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&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-08-13 10:10:26.998 7 INFO neutron.db.l3_hamode_db [None req-a57011e6-be1c-48ee-ba08-e3b4d26847ca 91f2cf5f79c14bd09f098977822441b3 9ba60788bfd14722a52d9d8a76294aa1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 648/1320] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1321] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0200b400-a40d-4402-80ec-144c460a4689 => 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: 650/1322] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/subnets?id=7aa71ab0-d14c-4be2-8de9-ddd095e263cc => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1323] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/ports?network_id=7458957e-66a3-458e-86d0-b64d1e74e459&device_owner=network%3Adhcp => 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: 652/1324] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:27.664 7 INFO neutron.db.l3_hamode_db [None req-a57011e6-be1c-48ee-ba08-e3b4d26847ca 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 653/1325] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 654/1326] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1327] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:27 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 656/1328] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:28 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1329] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:28 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&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: 658/1330] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:28 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1331] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:28 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 673/1332] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:10:26 2026] POST /v2.0/routers => generated 731 bytes in 2058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1333] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:28 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1196 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1334] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:28 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1335] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:29 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1336] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:29 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1337] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:29 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1338] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:29 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&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: 674/1339] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:10:28 2026] PUT /v2.0/routers/79dc6544-81e2-42b6-b065-3b3453a0ba51/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1340] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:30 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1341] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:30 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1342] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:30 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1343] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:30 2026] GET /v2.0/security-groups?id=457f44a7-16b9-475c-8ff6-1166a87dc4fd&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1344] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:10:30 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:30.860 8 INFO neutron_taas.services.taas.taas_plugin [req-895262b2-6696-4f9f-a2e8-223a4720ff5b req-06c57017-7703-424e-9fd6-f3067d4c2895 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] TaaS: Handle Delete Port: cac53046-fbb5-4192-8097-a51c6b5dd85f 2026-08-13 10:10:30.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-895262b2-6696-4f9f-a2e8-223a4720ff5b req-06c57017-7703-424e-9fd6-f3067d4c2895 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] Tap Mirror: Handle Delete Port: cac53046-fbb5-4192-8097-a51c6b5dd85f 2026-08-13 10:10:31.014 8 INFO neutron.db.l3_db [req-895262b2-6696-4f9f-a2e8-223a4720ff5b req-06c57017-7703-424e-9fd6-f3067d4c2895 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] Floating IP ab875aa0-0f6a-4be6-b5c6-d748d4b91323 disassociated. External IP: 10.96.250.209, port: cac53046-fbb5-4192-8097-a51c6b5dd85f. [pid: 7|app: 0|req: 677/1345] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:10:30 2026] GET /v2.0/networks?id=e37e3568-77a3-4a6a-a068-8b435895d26c => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1346] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/quotas/9ba60788bfd14722a52d9d8a76294aa1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1347] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/ports?tenant_id=9ba60788bfd14722a52d9d8a76294aa1&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1348] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/networks/e37e3568-77a3-4a6a-a068-8b435895d26c?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: 681/1349] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/networks/e37e3568-77a3-4a6a-a068-8b435895d26c?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: 682/1350] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 669/1351] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:10:30 2026] DELETE /v2.0/ports/cac53046-fbb5-4192-8097-a51c6b5dd85f => generated 0 bytes in 727 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:10:31.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9357514-febe-43a2-884a-6849fa88721f'] response: {'server_uuid': '90690601-d358-4906-ae54-f0ef5f04f7eb', 'name': 'network-vif-deleted', 'tag': 'cac53046-fbb5-4192-8097-a51c6b5dd85f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 683/1352] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1353] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 670/1354] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:31 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&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: 685/1355] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:32 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 686/1356] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:32 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 671/1357] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:32 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1358] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:32 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&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: 672/1359] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:33 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 688/1360] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:33 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&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: 673/1361] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:10:33 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1362] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:33 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:34.036 7 INFO neutron.db.l3_db [None req-18b71377-b640-49d5-90b2-4b7a2deba52b aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Floating IP cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee associated. External IP: 10.96.250.208, port: 0200b400-a40d-4402-80ec-144c460a4689. [pid: 8|app: 0|req: 675/1363] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:33 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1196 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1364] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => 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: 677/1365] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1366] 10.0.0.83 () {32 vars in 817 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&mac_address=fa%3A16%3A3e%3A14%3A92%3A3b => generated 1196 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1367] 10.0.0.83 () {34 vars in 676 bytes} [Thu Aug 13 10:10:33 2026] POST /v2.0/floatingips => generated 855 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:34.425 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d501b57a-eadb-45e5-a486-0eaaf32d9f06'] response: {'name': 'network-changed', 'server_uuid': '76d5a0b3-4dbf-497a-9ec2-2277c669f038', 'tag': '0200b400-a40d-4402-80ec-144c460a4689', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 690/1368] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1369] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 692/1370] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1371] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:34 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:35.099 8 INFO neutron.db.l3_db [None req-db566b93-d613-4bf1-9333-6eb1afef194f bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Floating IP ab3b3ca2-8ac4-4709-8aa3-a03a3b5b7cd4 associated. External IP: 10.96.250.215, port: b15372fd-5e67-49eb-b25b-99e21b858162. [pid: 7|app: 0|req: 694/1372] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0200b400-a40d-4402-80ec-144c460a4689 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1373] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/subnets?id=7aa71ab0-d14c-4be2-8de9-ddd095e263cc => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1374] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/ports?network_id=7458957e-66a3-458e-86d0-b64d1e74e459&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1375] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/ports?device_id=90690601-d358-4906-ae54-f0ef5f04f7eb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1376] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 679/1377] 10.0.0.83 () {34 vars in 676 bytes} [Thu Aug 13 10:10:34 2026] POST /v2.0/floatingips => generated 855 bytes in 1226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1378] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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) 2026-08-13 10:10:35.465 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c2a3dd9-a0d4-43ab-874b-53e860a6e661'] response: {'name': 'network-changed', 'server_uuid': '510e9d4a-cbd2-42dc-8223-c98dc6abde9f', 'tag': 'b15372fd-5e67-49eb-b25b-99e21b858162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 680/1379] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1380] 10.0.0.168 () {34 vars in 1096 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1238125001&fields=id&tenant_id=804e100604b54b8cae286efdce014a8a => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1381] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1382] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/quotas/804e100604b54b8cae286efdce014a8a => 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: 682/1383] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&fields=id => generated 333 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1384] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 702/1385] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 684/1386] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1387] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:35 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1465 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1388] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => 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: 685/1389] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1390] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.166&port_id=b15372fd-5e67-49eb-b25b-99e21b858162 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1391] 199.204.45.235 () {34 vars in 1102 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A72&port_id=b15372fd-5e67-49eb-b25b-99e21b858162 => 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: 706/1392] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b&id=982a20b7-8427-40de-93b2-896744bbdedb => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1393] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1394] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&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: 688/1395] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 689/1396] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 708/1397] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:36 2026] DELETE /v2.0/security-groups/457f44a7-16b9-475c-8ff6-1166a87dc4fd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:10:36.434 8 INFO neutron.api.v2.resource [None req-5e98d249-3ef6-4517-8b7a-dbaaf6be7806 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1398] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/security-groups/457f44a7-16b9-475c-8ff6-1166a87dc4fd => 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: 691/1399] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:36.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7e04117-30a1-4d4f-8389-7578a0e102dc 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] TaaS: Handle Delete Port: 992570e0-6c2d-4098-ad05-7d950f3608d6 2026-08-13 10:10:36.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7e04117-30a1-4d4f-8389-7578a0e102dc 48d0aa1b487147469c36d03dbd282e5e b14b8038741d42b6904fa3e0ce7fdf1f - - default default] Tap Mirror: Handle Delete Port: 992570e0-6c2d-4098-ad05-7d950f3608d6 [pid: 7|app: 0|req: 709/1400] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:10:36 2026] DELETE /v2.0/floatingips/ab875aa0-0f6a-4be6-b5c6-d748d4b91323 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1401] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:36 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:37.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae1f9a09-3e20-4734-ab64-9e3300c3bb54 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: c1349ee1-4adf-4556-aacc-77c7c7d204e5 2026-08-13 10:10:37.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae1f9a09-3e20-4734-ab64-9e3300c3bb54 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: c1349ee1-4adf-4556-aacc-77c7c7d204e5 [pid: 8|app: 0|req: 692/1402] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:10:36 2026] PUT /v2.0/routers/84aba433-d9ee-49c1-9d0f-86073d9a2f78/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:37.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb3fc2b2-e784-4008-be26-a3f18081fa93 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 6cdb2637-c390-4da7-985b-0270bdb4f1d2 2026-08-13 10:10:37.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3fc2b2-e784-4008-be26-a3f18081fa93 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 6cdb2637-c390-4da7-985b-0270bdb4f1d2 [pid: 8|app: 0|req: 693/1403] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:38 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:38.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb3fc2b2-e784-4008-be26-a3f18081fa93 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: e7283188-b9d6-41d9-b169-e39689994ac9 2026-08-13 10:10:38.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3fc2b2-e784-4008-be26-a3f18081fa93 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: e7283188-b9d6-41d9-b169-e39689994ac9 [pid: 8|app: 0|req: 696/1406] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:38 2026] GET /v2.0/networks?id=e37e3568-77a3-4a6a-a068-8b435895d26c => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:38.597 7 INFO neutron.services.segments.plugin [-] Segment 108ae45f-6b75-47c9-958a-5b928767dd09 resource provider aggregate not found 2026-08-13 10:10:38.606 7 INFO neutron.services.segments.plugin [-] Segment 108ae45f-6b75-47c9-958a-5b928767dd09 resource provider aggregate not found 2026-08-13 10:10:38.613 7 INFO neutron.services.segments.plugin [-] Segment 108ae45f-6b75-47c9-958a-5b928767dd09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108ae45f-6b75-47c9-958a-5b928767dd09 found for delete ", "request_id": "req-243db56f-5bd6-4774-ac6f-0ee53c6d9edf"}]} 2026-08-13 10:10:38.626 7 INFO neutron.services.segments.plugin [-] Segment 108ae45f-6b75-47c9-958a-5b928767dd09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108ae45f-6b75-47c9-958a-5b928767dd09 found for delete ", "request_id": "req-0928b856-1540-4fcf-b837-41d09cc67a3f"}]} 2026-08-13 10:10:38.627 7 INFO neutron.db.l3_hamode_db [None req-eb3fc2b2-e784-4008-be26-a3f18081fa93 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 7b9d2a7a-7ebd-4d55-8bc7-e469a18cd47b was deleted as no HA routers are present in tenant b14b8038741d42b6904fa3e0ce7fdf1f. [pid: 7|app: 0|req: 711/1407] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:10:37 2026] DELETE /v2.0/routers/84aba433-d9ee-49c1-9d0f-86073d9a2f78 => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1408] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:10:38 2026] POST /v2.0/ports => generated 954 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1409] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:10:38 2026] DELETE /v2.0/subnets/0443f2d2-0a51-4e42-8c28-1b27bfd61007 => generated 0 bytes in 131 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-08-13 10:10:38.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-4abc0738-bce1-43dc-ad7e-cf9276b8ca06 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 4c2ffae7-13e8-4c28-b6f7-7735d4d1c201 2026-08-13 10:10:38.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4abc0738-bce1-43dc-ad7e-cf9276b8ca06 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 4c2ffae7-13e8-4c28-b6f7-7735d4d1c201 [pid: 7|app: 0|req: 713/1410] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:10:38 2026] DELETE /v2.0/networks/1ab6595b-b145-4879-bee1-257f791363ae => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1411] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:39 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1412] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:10:38 2026] PUT /v2.0/ports/84857f5d-8116-4583-a2ec-0c8a83cd2d6a => generated 1235 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 715/1413] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:39 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:39.299 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92bcddb3-0546-43ba-98b5-9835d4a2ece3'] response: {'name': 'network-changed', 'server_uuid': 'a90c003d-a34a-440f-a988-605414923358', 'tag': '84857f5d-8116-4583-a2ec-0c8a83cd2d6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 699/1414] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:39 2026] GET /v2.0/security-groups?tenant_id=b14b8038741d42b6904fa3e0ce7fdf1f&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1415] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:39 2026] DELETE /v2.0/security-groups/88aaa30a-4ddd-443f-9b49-04297e2596b2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1416] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:39 2026] GET /v2.0/ports?tenant_id=9ba60788bfd14722a52d9d8a76294aa1&device_id=a90c003d-a34a-440f-a988-605414923358 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1417] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:10:39 2026] GET /v2.0/networks?tenant_id=9ba60788bfd14722a52d9d8a76294aa1&shared=False => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1418] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:10:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1419] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:40 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1420] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:40 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1421] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:40 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1422] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:10:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=804e100604b54b8cae286efdce014a8a => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:40.634 7 INFO neutron.services.segments.plugin [-] Segment d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 resource provider aggregate not found 2026-08-13 10:10:40.650 7 INFO neutron.services.segments.plugin [-] Segment d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 resource provider aggregate not found 2026-08-13 10:10:40.654 7 INFO neutron.services.segments.plugin [-] Segment d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 found for delete ", "request_id": "req-34ec60b8-30ae-44e6-8708-7897f8f76b96"}]} 2026-08-13 10:10:40.663 7 INFO neutron.services.segments.plugin [-] Segment d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3b4712f-e4c1-4e0d-b0c4-287607c3fe75 found for delete ", "request_id": "req-759a4091-9b73-469e-bb7f-2b6b86d89cca"}]} [pid: 8|app: 0|req: 704/1423] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/ports?tenant_id=9ba60788bfd14722a52d9d8a76294aa1&device_id=a90c003d-a34a-440f-a988-605414923358 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1424] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:10:40 2026] POST /v2.0/ports => generated 1183 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 705/1425] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=84857f5d-8116-4583-a2ec-0c8a83cd2d6a => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1426] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/subnets?id=8f567d0d-d212-405b-b45d-a8f0e108b8d8 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1427] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1186 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1428] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/ports?network_id=e37e3568-77a3-4a6a-a068-8b435895d26c&device_owner=network%3Adhcp => 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: 709/1429] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1430] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/networks/e37e3568-77a3-4a6a-a068-8b435895d26c?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: 711/1431] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/networks/e37e3568-77a3-4a6a-a068-8b435895d26c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1432] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:10:41 2026] PUT /v2.0/ports/59a9956f-eba9-40f1-ba94-57fbe28253c9 => generated 1464 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:10:41.542 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddc622ef-2c67-45d8-aca0-84bcf279fd92'] response: {'name': 'network-changed', 'server_uuid': '150c2f59-5af8-44b8-bc84-55aae91b2786', 'tag': '59a9956f-eba9-40f1-ba94-57fbe28253c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 712/1433] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 969 bytes in 38 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: 722/1434] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:41 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1435] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1467 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1436] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/networks?tenant_id=804e100604b54b8cae286efdce014a8a&shared=False => generated 2372 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1437] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1438] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1439] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1440] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 716/1441] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:42 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&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: 717/1442] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1443] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=59a9956f-eba9-40f1-ba94-57fbe28253c9 => 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: 719/1444] 199.204.45.235 () {34 vars in 1104 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A67&port_id=59a9956f-eba9-40f1-ba94-57fbe28253c9 => 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: 726/1445] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/security-groups?tenant_id=122b814a183b49feb7c6a1e560139a59&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: 720/1446] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/subnets?id=3414be5e-5e22-4085-9565-86a9dd0521ce&id=4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1447] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 727/1448] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:43 2026] DELETE /v2.0/security-groups/3ada9617-dbaa-4b0b-af87-287419c83d22 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1449] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 728/1450] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 729/1451] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 723/1452] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/security-groups?tenant_id=04b8917cdb7c4988bc870db65845b9b4&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1453] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:43 2026] DELETE /v2.0/security-groups/27701fed-9c78-4d5c-a132-67f90a0aa3be => 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: 724/1454] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1455] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1456] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:10:43 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1457] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:10:44 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1458] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:45 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 733/1459] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:45 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1460] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:46 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1461] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:46 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1462] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:46 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1463] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:46 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1464] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:46 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1465] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:46 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&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: 730/1466] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:47 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 737/1467] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:47 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1468] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:47 2026] GET /v2.0/security-groups?tenant_id=578206281bfa48fc86714732c2625631&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1469] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:48 2026] DELETE /v2.0/security-groups/94eb5741-fede-458c-ad39-899d698499a6 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1470] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:48 2026] GET /v2.0/security-groups?tenant_id=196e8e92fd054799b2dcd3bc18bfcb28&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1471] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:48 2026] DELETE /v2.0/security-groups/9bd6de77-68d7-4c8e-a2ca-1ea2df99c2e9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1472] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:49 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1473] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:49 2026] GET /v2.0/security-groups?id=a78e3d07-9a56-4b2b-9dc1-aad2f9149b50&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1474] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:10:49 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:49.378 8 INFO neutron_taas.services.taas.taas_plugin [req-fa017e09-ef48-4f75-99c6-660f440eae9b req-faf0805f-e90f-4c46-a4fb-e744b3ccb075 ca1e13e59b0f4bac936cc0a346b516ea 9ba60788bfd14722a52d9d8a76294aa1 - - default default] TaaS: Handle Delete Port: 84857f5d-8116-4583-a2ec-0c8a83cd2d6a 2026-08-13 10:10:49.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa017e09-ef48-4f75-99c6-660f440eae9b req-faf0805f-e90f-4c46-a4fb-e744b3ccb075 ca1e13e59b0f4bac936cc0a346b516ea 9ba60788bfd14722a52d9d8a76294aa1 - - default default] Tap Mirror: Handle Delete Port: 84857f5d-8116-4583-a2ec-0c8a83cd2d6a [pid: 8|app: 0|req: 735/1475] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:10:49 2026] DELETE /v2.0/ports/84857f5d-8116-4583-a2ec-0c8a83cd2d6a => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:10:49.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80e35c80-3e17-43d2-a9a4-ddb2a5b978ee'] response: {'server_uuid': 'a90c003d-a34a-440f-a988-605414923358', 'name': 'network-vif-deleted', 'tag': '84857f5d-8116-4583-a2ec-0c8a83cd2d6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 741/1476] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:50 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 736/1477] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:51 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => 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: 742/1478] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:51 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1200 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1479] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:10:51 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1480] 10.0.0.83 () {32 vars in 817 bytes} [Thu Aug 13 10:10:51 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&mac_address=fa%3A16%3A3e%3A5d%3A84%3A72 => generated 1200 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1481] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:10:52 2026] GET /v2.0/ports?device_id=a90c003d-a34a-440f-a988-605414923358 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:52.624 8 INFO neutron.db.l3_db [None req-804f5328-ff41-4ec7-aa56-a9c5d5e5d226 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Floating IP 75c4b5c6-c7e2-4741-9990-635d56054b03 associated. External IP: 10.96.250.213, port: 59a9956f-eba9-40f1-ba94-57fbe28253c9. [pid: 8|app: 0|req: 738/1482] 10.0.0.83 () {34 vars in 676 bytes} [Thu Aug 13 10:10:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:52.958 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfa6215d-77bc-4606-aa2e-4bdb8224dcda'] response: {'name': 'network-changed', 'server_uuid': '150c2f59-5af8-44b8-bc84-55aae91b2786', 'tag': '59a9956f-eba9-40f1-ba94-57fbe28253c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 740/1485] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1486] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1487] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=59a9956f-eba9-40f1-ba94-57fbe28253c9 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1488] 199.204.45.235 () {34 vars in 1104 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A67&port_id=59a9956f-eba9-40f1-ba94-57fbe28253c9 => 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: 748/1489] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/subnets?id=3414be5e-5e22-4085-9565-86a9dd0521ce&id=4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1490] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 750/1491] 10.0.0.83 () {32 vars in 825 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/ports?project_id=ef35c21dddfb42059f5107a24217def2&network_id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 3691 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1492] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 752/1493] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 753/1494] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:53 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:10:54.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cd93244-8794-4a4f-af1e-df5e5df53e91 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 6afb9bfd-76d8-48b2-b798-987b8f495221 2026-08-13 10:10:54.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cd93244-8794-4a4f-af1e-df5e5df53e91 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 6afb9bfd-76d8-48b2-b798-987b8f495221 [pid: 7|app: 0|req: 754/1495] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:10:54 2026] GET /v2.0/subnets?network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:54.424 7 INFO neutron.db.l3_db [None req-2e059383-3e95-466f-8548-571ccc53ff04 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Floating IP cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee disassociated. External IP: 10.96.250.208, port: 0200b400-a40d-4402-80ec-144c460a4689. [pid: 7|app: 0|req: 755/1496] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:10:54 2026] PUT /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 554 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1497] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:10:54 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 554 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:54.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca290819-031f-45d7-8ed6-9ed49f276703'] response: {'name': 'network-changed', 'server_uuid': '76d5a0b3-4dbf-497a-9ec2-2277c669f038', 'tag': '0200b400-a40d-4402-80ec-144c460a4689', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 757/1498] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/security-groups?tenant_id=27d967fa278a46cb99084a1ecc129295&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1499] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:10:53 2026] PUT /v2.0/routers/79dc6544-81e2-42b6-b065-3b3453a0ba51/remove_router_interface => generated 309 bytes in 1735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1500] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 758/1501] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:55 2026] DELETE /v2.0/security-groups/f9b09946-8cd0-4913-a7fd-76767bd57b85 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1502] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 757 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1503] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0200b400-a40d-4402-80ec-144c460a4689 => 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: 761/1504] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/subnets?id=7aa71ab0-d14c-4be2-8de9-ddd095e263cc => generated 678 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:55.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cd8298c-b293-4400-9e51-320871827589 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 0f8862f9-7a7e-48ac-bc30-f2957e9ac3e0 2026-08-13 10:10:55.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cd8298c-b293-4400-9e51-320871827589 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 0f8862f9-7a7e-48ac-bc30-f2957e9ac3e0 [pid: 7|app: 0|req: 762/1505] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/security-groups?tenant_id=852b12b052914d958cfb6f45daa4b68a&name=default => generated 2925 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1506] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/ports?network_id=7458957e-66a3-458e-86d0-b64d1e74e459&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1507] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:55 2026] DELETE /v2.0/security-groups/955c26c7-26ed-4196-9275-3cfbde24a06e => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1508] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 766/1509] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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-08-13 10:10:55.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cd8298c-b293-4400-9e51-320871827589 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: f1d5c3e2-aefe-4fb1-ae6b-a814f71776e1 2026-08-13 10:10:55.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cd8298c-b293-4400-9e51-320871827589 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: f1d5c3e2-aefe-4fb1-ae6b-a814f71776e1 [pid: 7|app: 0|req: 767/1510] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:10:55 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:10:56.184 8 INFO neutron.services.segments.plugin [-] Segment 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e resource provider aggregate not found 2026-08-13 10:10:56.190 8 INFO neutron.services.segments.plugin [-] Segment 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e resource provider aggregate not found 2026-08-13 10:10:56.207 8 INFO neutron.services.segments.plugin [-] Segment 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e found for delete ", "request_id": "req-21f38c53-3e06-4d43-a9f1-dc5ac3ccbad7"}]} 2026-08-13 10:10:56.208 8 INFO neutron.services.segments.plugin [-] Segment 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f6a1ce6-cdb5-4a96-81a6-91d1ec17292e found for delete ", "request_id": "req-2e8cb126-4917-4cf5-8c60-37c70ebe53da"}]} 2026-08-13 10:10:56.213 8 INFO neutron.db.l3_hamode_db [None req-3cd8298c-b293-4400-9e51-320871827589 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 2c60385f-c846-4e2a-91a6-ee3c122cf408 was deleted as no HA routers are present in tenant 9ba60788bfd14722a52d9d8a76294aa1. [pid: 8|app: 0|req: 744/1511] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:10:55 2026] DELETE /v2.0/routers/79dc6544-81e2-42b6-b065-3b3453a0ba51 => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1512] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:10:56 2026] DELETE /v2.0/subnets/8f567d0d-d212-405b-b45d-a8f0e108b8d8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:10:56.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-0af29c51-f989-46a5-a697-e77ccaec1d0e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: ac8d10c9-c040-48a9-a741-13720991e939 2026-08-13 10:10:56.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0af29c51-f989-46a5-a697-e77ccaec1d0e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: ac8d10c9-c040-48a9-a741-13720991e939 [pid: 8|app: 0|req: 745/1513] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:10:56 2026] DELETE /v2.0/networks/e37e3568-77a3-4a6a-a068-8b435895d26c => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1514] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:10:56 2026] GET /v2.0/security-groups?tenant_id=9ba60788bfd14722a52d9d8a76294aa1&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: 770/1515] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:10:56 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 552 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1516] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:10:56 2026] DELETE /v2.0/security-groups/a78e3d07-9a56-4b2b-9dc1-aad2f9149b50 => 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: 771/1517] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:10:57 2026] POST /v2.0/security-groups => generated 1673 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 10:10:58.239 8 INFO neutron.services.segments.plugin [-] Segment 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d resource provider aggregate not found 2026-08-13 10:10:58.241 8 INFO neutron.services.segments.plugin [-] Segment 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d resource provider aggregate not found 2026-08-13 10:10:58.257 8 INFO neutron.services.segments.plugin [-] Segment 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d found for delete ", "request_id": "req-488e17c3-1a54-4ee6-8dd7-903b28056831"}]} 2026-08-13 10:10:58.261 8 INFO neutron.services.segments.plugin [-] Segment 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38cdb18f-6e7c-452e-95c2-5dc2b4d7097d found for delete ", "request_id": "req-6282826f-788a-4f15-a0d0-9a48d5e5ffd6"}]} [pid: 8|app: 0|req: 747/1518] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:58 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: 772/1519] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1520] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1521] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:58.688 8 INFO neutron.db.securitygroups_db [None req-06bf08b5-ba2f-40c0-9264-c94ff5c12778 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Project ef35c21dddfb42059f5107a24217def2 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: 749/1522] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:10:58.858 7 INFO neutron.db.securitygroups_db [None req-cf064c98-6036-4d42-aff1-700b09e1d487 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Project ef35c21dddfb42059f5107a24217def2 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: 774/1523] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:10:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1524] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:10:59 2026] GET /v2.0/networks => generated 1298 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1525] 10.0.0.168 () {34 vars in 1098 bytes} [Thu Aug 13 10:10:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-411568841&fields=id&tenant_id=ef35c21dddfb42059f5107a24217def2 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1526] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:10:59 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1527] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:10:59 2026] GET /v2.0/quotas/ef35c21dddfb42059f5107a24217def2 => 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: 752/1528] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:10:59 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1529] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:10:59 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1530] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:11:00 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 778/1531] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:00 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:00.456 8 WARNING keystonemiddleware.audit [req-8bb6c4f7-c23a-456c-8251-05e60c443ceb req-3e50a19b-81b7-411b-a23d-51b66ee05b49 44dc905a67574b46acc7e91cf8d68789 3ee4729e3e194165909bd5ca501fdeb0 - - 38f8e015e54f454c8c1e3f4f10543fe3 38f8e015e54f454c8c1e3f4f10543fe3] Skipping service tempest-service-206897005 as it have no endpoints. [pid: 8|app: 0|req: 754/1532] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:00 2026] GET /v2.0/security-groups?tenant_id=7564c2b8af3c44e788d81e6f57a42418&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:00.595 7 WARNING keystonemiddleware.audit [req-8d27ba12-ad2c-48a4-b437-54fbc0550ded req-f0ac060f-2b56-44a6-95f4-10ce29bfb169 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Skipping service tempest-service-206897005 as it have no endpoints. [pid: 7|app: 0|req: 779/1533] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:00 2026] DELETE /v2.0/security-groups/f310143f-8080-4c92-84ba-02963b2b0792 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1534] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:01 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 780/1535] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:01 2026] GET /v2.0/security-groups?tenant_id=ec6e5e6670664693ac1f55d2e7eb4a7d&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1536] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:01 2026] DELETE /v2.0/security-groups/ad449614-907c-4ff4-8e3e-de29cfc07ada => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1537] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:02 2026] GET /v2.0/security-groups?tenant_id=95901c5252784862956afcdc1371796c&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1538] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:02 2026] DELETE /v2.0/security-groups/9aeec642-209c-4add-8b42-84b120d88a6d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1539] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:02 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 758/1540] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:02 2026] GET /v2.0/security-groups?tenant_id=f20c3bde79e44092afb460de51ab6a78&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1541] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:03 2026] DELETE /v2.0/security-groups/dad25770-5cc2-4b57-9b4b-055b4a4ec16a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1542] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:03 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:04.455 7 INFO neutron.db.segments_db [None req-cfc9ccc4-15ea-4631-9a8a-1a67f8406f0c b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Added segment e5de9277-a232-40af-b760-e7e674d49a21 of type vxlan for network ced33fd7-c36b-4cf0-9dd3-9b8443a441de [pid: 7|app: 0|req: 784/1543] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:04 2026] POST /v2.0/networks => generated 631 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1544] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:11:04 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1545] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:11:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ef35c21dddfb42059f5107a24217def2 => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1546] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:04 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 785/1547] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:04 2026] POST /v2.0/subnets => generated 627 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:04.861 7 INFO neutron.db.segments_db [None req-4dfe25c4-5206-4db7-9b64-1730467be048 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Added segment a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 of type vxlan for network ef6a41a6-1109-49e8-b430-51c314f9e936 [pid: 8|app: 0|req: 763/1548] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:11:04 2026] POST /v2.0/ports => generated 958 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:05.155 7 INFO neutron.db.l3_hamode_db [None req-4dfe25c4-5206-4db7-9b64-1730467be048 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 764/1549] 10.0.0.83 () {32 vars in 652 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions => generated 21537 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1550] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:11:05 2026] PUT /v2.0/ports/816fae6f-6a4d-4165-bb2d-0ce8d7e64b17 => generated 1239 bytes in 394 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: 766/1551] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1552] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1553] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1554] 10.0.0.83 () {32 vars in 664 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:05.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7ea8c1e-fe00-4a71-bdb5-8c3578fea1dd'] response: {'name': 'network-changed', 'server_uuid': 'fce13d14-347e-476e-afd3-4a65c1983da3', 'tag': '816fae6f-6a4d-4165-bb2d-0ce8d7e64b17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 770/1555] 10.0.0.83 () {32 vars in 698 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1556] 10.0.0.83 () {32 vars in 696 bytes} [Thu Aug 13 10:11:05 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: 772/1557] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1558] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1559] 10.0.0.83 () {32 vars in 702 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1560] 10.0.0.83 () {32 vars in 692 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1561] 10.0.0.83 () {32 vars in 694 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1562] 10.0.0.83 () {32 vars in 684 bytes} [Thu Aug 13 10:11: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: 8|app: 0|req: 778/1563] 10.0.0.83 () {32 vars in 686 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1564] 10.0.0.83 () {32 vars in 660 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1565] 10.0.0.83 () {32 vars in 698 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1566] 10.0.0.83 () {32 vars in 678 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1567] 10.0.0.83 () {32 vars in 682 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1568] 10.0.0.83 () {32 vars in 674 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1569] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1570] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1571] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1572] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1573] 10.0.0.83 () {32 vars in 686 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1574] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:05 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: 790/1575] 10.0.0.83 () {32 vars in 686 bytes} [Thu Aug 13 10:11:05 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: 8|app: 0|req: 791/1576] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1577] 10.0.0.83 () {32 vars in 698 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1578] 10.0.0.83 () {32 vars in 678 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1579] 10.0.0.83 () {32 vars in 666 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1580] 10.0.0.83 () {32 vars in 676 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1581] 10.0.0.83 () {32 vars in 664 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1582] 10.0.0.83 () {32 vars in 674 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1583] 10.0.0.83 () {32 vars in 712 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1584] 10.0.0.83 () {32 vars in 690 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1585] 10.0.0.83 () {32 vars in 682 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1586] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:05.941 7 INFO neutron.db.l3_hamode_db [None req-4dfe25c4-5206-4db7-9b64-1730467be048 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 802/1587] 10.0.0.83 () {32 vars in 686 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1588] 10.0.0.83 () {32 vars in 704 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1589] 10.0.0.83 () {32 vars in 674 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1590] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1591] 10.0.0.83 () {32 vars in 674 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1592] 10.0.0.83 () {32 vars in 692 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1593] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1594] 10.0.0.83 () {32 vars in 708 bytes} [Thu Aug 13 10:11:05 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1595] 10.0.0.83 () {32 vars in 704 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1596] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1597] 10.0.0.83 () {32 vars in 696 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1598] 10.0.0.83 () {32 vars in 710 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1599] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/binding => 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: 815/1600] 10.0.0.83 () {32 vars in 686 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1601] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1602] 10.0.0.83 () {32 vars in 674 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1603] 10.0.0.83 () {32 vars in 670 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1604] 10.0.0.83 () {32 vars in 660 bytes} [Thu Aug 13 10:11:06 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: 820/1605] 10.0.0.83 () {32 vars in 698 bytes} [Thu Aug 13 10:11:06 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: 8|app: 0|req: 821/1606] 10.0.0.83 () {32 vars in 698 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1607] 10.0.0.83 () {32 vars in 676 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1608] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1609] 10.0.0.83 () {32 vars in 682 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-gateway-ip => 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: 825/1610] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1611] 10.0.0.83 () {32 vars in 684 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1612] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1613] 10.0.0.83 () {32 vars in 706 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1614] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1615] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/networks?tenant_id=ef35c21dddfb42059f5107a24217def2&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1616] 10.0.0.83 () {32 vars in 696 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1617] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1618] 10.0.0.83 () {32 vars in 694 bytes} [Thu Aug 13 10:11:06 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: 8|app: 0|req: 834/1619] 10.0.0.83 () {32 vars in 684 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1620] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1621] 10.0.0.83 () {32 vars in 704 bytes} [Thu Aug 13 10:11:06 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: 837/1622] 10.0.0.83 () {32 vars in 666 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1623] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1624] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1625] 10.0.0.83 () {32 vars in 690 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1626] 10.0.0.83 () {32 vars in 690 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1627] 10.0.0.83 () {32 vars in 694 bytes} [Thu Aug 13 10:11:06 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: 843/1628] 10.0.0.83 () {32 vars in 684 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1629] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1630] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1631] 10.0.0.83 () {32 vars in 702 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1632] 10.0.0.83 () {32 vars in 712 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1633] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1634] 10.0.0.83 () {32 vars in 714 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1635] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1636] 10.0.0.83 () {32 vars in 740 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1637] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1638] 10.0.0.83 () {32 vars in 682 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1639] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1640] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1641] 10.0.0.83 () {32 vars in 678 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1642] 10.0.0.83 () {32 vars in 668 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1643] 10.0.0.83 () {32 vars in 696 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1644] 10.0.0.83 () {32 vars in 704 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1645] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1646] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1647] 10.0.0.83 () {32 vars in 682 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1648] 10.0.0.83 () {32 vars in 704 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1649] 10.0.0.83 () {32 vars in 694 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1650] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1651] 10.0.0.83 () {32 vars in 696 bytes} [Thu Aug 13 10:11:06 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: 867/1652] 10.0.0.83 () {32 vars in 678 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1653] 10.0.0.83 () {32 vars in 688 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1654] 10.0.0.83 () {32 vars in 700 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1655] 10.0.0.83 () {32 vars in 664 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1656] 10.0.0.83 () {32 vars in 680 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1657] 10.0.0.83 () {32 vars in 676 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1658] 10.0.0.83 () {32 vars in 692 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1659] 10.0.0.83 () {32 vars in 676 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1660] 10.0.0.83 () {32 vars in 666 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1661] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1662] 10.0.0.83 () {32 vars in 674 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1663] 10.0.0.83 () {32 vars in 686 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1664] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:04 2026] POST /v2.0/routers => generated 694 bytes in 2033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1665] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1666] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:06 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1667] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/security-groups?tenant_id=f34535febba344adb27302967d9c72fc&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1668] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1669] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:07 2026] DELETE /v2.0/security-groups/8247b81d-70cf-4e19-94e6-867c1485fcd5 => 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: 792/1670] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=816fae6f-6a4d-4165-bb2d-0ce8d7e64b17 => 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: 793/1671] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/subnets?id=7aa71ab0-d14c-4be2-8de9-ddd095e263cc => 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: 794/1672] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/ports?network_id=7458957e-66a3-458e-86d0-b64d1e74e459&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1673] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 796/1674] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:11:07 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?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: 797/1675] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:08 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1678] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:06 2026] PUT /v2.0/routers/59e05e09-5708-4eb4-bfed-e8fee5dc4adc/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1679] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:08 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1680] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:08 2026] POST /v2.0/ports => generated 954 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1681] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:08 2026] POST /v2.0/ports => generated 955 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-13 10:11:09.535 7 INFO neutron.db.segments_db [None req-bea0dc0c-8207-4b01-bdde-4fabafe5ebe6 d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Added segment 8c8577d5-8037-4eeb-9750-e2f233175667 of type vxlan for network 45bba48e-df3f-4d65-8de8-476097a4cf80 2026-08-13 10:11:09.602 7 INFO neutron.db.segments_db [None req-bea0dc0c-8207-4b01-bdde-4fabafe5ebe6 d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Added segment 1d739311-9742-4a2b-b9cc-72149def0129 of type vxlan for network 5ccf010a-444d-4ef1-8617-d1f3f343a68f [pid: 7|app: 0|req: 802/1682] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:09 2026] POST /v2.0/networks => generated 1207 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1683] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:09 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:09.778 8 INFO neutron.db.l3_db [None req-503c0c7f-d357-4e5c-a09b-8bcfc8288006 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Floating IP 5b2b81a9-52f5-4766-a4c0-e4cece9a8bec associated. External IP: 10.96.250.210, port: 843593e6-05e7-4e62-84a6-f31549ab204c. [pid: 7|app: 0|req: 804/1684] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:11:09 2026] GET /v2.0/networks => generated 1844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1685] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:09 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:09.960 7 INFO neutron.services.segments.plugin [-] Segment 8c8577d5-8037-4eeb-9750-e2f233175667 resource provider aggregate not found 2026-08-13 10:11:09.961 7 INFO neutron.services.segments.plugin [-] Segment 8c8577d5-8037-4eeb-9750-e2f233175667 resource provider aggregate not found 2026-08-13 10:11:09.993 7 INFO neutron.services.segments.plugin [-] Segment 8c8577d5-8037-4eeb-9750-e2f233175667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c8577d5-8037-4eeb-9750-e2f233175667 found for delete ", "request_id": "req-c20a0b8e-0263-4ba3-b3bf-8ddc55bc27d6"}]} 2026-08-13 10:11:09.995 7 INFO neutron.services.segments.plugin [-] Segment 8c8577d5-8037-4eeb-9750-e2f233175667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c8577d5-8037-4eeb-9750-e2f233175667 found for delete ", "request_id": "req-80c11c01-572d-4572-bd01-7125bfb49463"}]} [pid: 7|app: 0|req: 806/1686] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:09 2026] DELETE /v2.0/networks/45bba48e-df3f-4d65-8de8-476097a4cf80 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1687] 10.0.0.83 () {34 vars in 676 bytes} [Thu Aug 13 10:11:08 2026] POST /v2.0/floatingips => generated 842 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1688] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:10 2026] DELETE /v2.0/networks/5ccf010a-444d-4ef1-8617-d1f3f343a68f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1689] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:11:10 2026] GET /v2.0/networks => generated 651 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:10.186 8 INFO neutron.db.l3_db [None req-0a7b9373-293a-4e05-a663-8ca7d2aad458 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Floating IP 5b2b81a9-52f5-4766-a4c0-e4cece9a8bec disassociated. External IP: 10.96.250.210, port: 843593e6-05e7-4e62-84a6-f31549ab204c. 2026-08-13 10:11:10.192 7 INFO neutron.db.segments_db [None req-807917c5-f303-4fb5-939b-db8214a10167 d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Added segment 906d39f5-243a-4107-be1c-333a338958f3 of type vxlan for network 10280ee3-7870-49fd-aaaf-99a39d413ac8 [pid: 7|app: 0|req: 809/1690] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:10 2026] POST /v2.0/networks => generated 635 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:10.356 7 INFO neutron.db.segments_db [None req-eda24547-af9a-4b05-9b21-2cbd2d8d298e d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Added segment 37409710-6045-4f44-a868-bd3493b9baf5 of type vxlan for network cb80fac3-67f1-4b94-919d-43cdf05583b8 [pid: 7|app: 0|req: 810/1691] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:10 2026] POST /v2.0/networks => generated 634 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1692] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:11:10 2026] PUT /v2.0/floatingips/5b2b81a9-52f5-4766-a4c0-e4cece9a8bec => generated 552 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:10.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f6ec443-18a5-4aa0-8019-a790a3f481a4 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: ea50387b-b04b-4b43-9c95-700afc4c2337 2026-08-13 10:11:10.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f6ec443-18a5-4aa0-8019-a790a3f481a4 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: ea50387b-b04b-4b43-9c95-700afc4c2337 [pid: 8|app: 0|req: 883/1693] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:11:10 2026] DELETE /v2.0/floatingips/5b2b81a9-52f5-4766-a4c0-e4cece9a8bec => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1694] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:10 2026] POST /v2.0/ports => generated 1505 bytes in 442 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: 812/1695] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:11:10 2026] GET /v2.0/ports => generated 1505 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1696] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:10 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:11.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-2dd4568f-02fb-4862-9767-1994e38fa39e d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] TaaS: Handle Delete Port: 2b268c7c-af30-4eaa-b549-ac558c0bff6e 2026-08-13 10:11:11.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dd4568f-02fb-4862-9767-1994e38fa39e d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Tap Mirror: Handle Delete Port: 2b268c7c-af30-4eaa-b549-ac558c0bff6e [pid: 7|app: 0|req: 814/1697] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:10 2026] DELETE /v2.0/ports/2b268c7c-af30-4eaa-b549-ac558c0bff6e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1698] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:11 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:11.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-76a2050b-b1e5-4b51-853d-9a456da77bdb d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] TaaS: Handle Delete Port: afb9615b-fb9d-4e7b-826f-1d80aa18029e 2026-08-13 10:11:11.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76a2050b-b1e5-4b51-853d-9a456da77bdb d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Tap Mirror: Handle Delete Port: afb9615b-fb9d-4e7b-826f-1d80aa18029e [pid: 7|app: 0|req: 816/1699] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:11 2026] DELETE /v2.0/ports/afb9615b-fb9d-4e7b-826f-1d80aa18029e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1700] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:11:11 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-08-13 10:11:11.508 7 INFO neutron.db.segments_db [None req-71437fe3-f27c-441b-8a34-d693b36aaa84 d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Added segment a92c682c-422f-4b62-921e-1d43b48046e1 of type vxlan for network 69c8473a-5b7f-4a51-9a2e-d5c447b8bf31 [pid: 7|app: 0|req: 818/1701] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:11 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:11.595 8 INFO neutron.db.l3_db [None req-5d9a3166-00de-44ec-becc-9176281bc556 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Floating IP baafa34a-6d09-4b20-b1fe-ee48dc1d998e associated. External IP: 10.96.250.202, port: d9a815db-b26b-47bc-adc4-e2a7fb99b01c. 2026-08-13 10:11:11.643 7 INFO neutron.db.segments_db [None req-e8cc38a2-f464-4638-8d62-3331369c6639 d4f7038ef60a45baba10f562792d3cab 9ed164bfe8e04e33bb6d66f729ef0f35 - - default default] Added segment 3e9b3c36-0671-4517-90e1-fea81c28e4c8 of type vxlan for network ba245c48-ffb5-4b0a-a7e1-b1fc49f169b5 [pid: 7|app: 0|req: 819/1702] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:11 2026] POST /v2.0/networks => generated 634 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1703] 10.0.0.83 () {34 vars in 676 bytes} [Thu Aug 13 10:11:10 2026] POST /v2.0/floatingips => generated 841 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1704] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:11 2026] GET /v2.0/floatingips/baafa34a-6d09-4b20-b1fe-ee48dc1d998e => generated 841 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:12.015 7 INFO neutron.services.segments.plugin [-] Segment 1d739311-9742-4a2b-b9cc-72149def0129 resource provider aggregate not found 2026-08-13 10:11:12.029 7 INFO neutron.services.segments.plugin [-] Segment 1d739311-9742-4a2b-b9cc-72149def0129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d739311-9742-4a2b-b9cc-72149def0129 found for delete ", "request_id": "req-7df099c0-58a8-4754-bf6b-a1bca93fa066"}]} 2026-08-13 10:11:12.036 7 INFO neutron.services.segments.plugin [-] Segment 1d739311-9742-4a2b-b9cc-72149def0129 resource provider aggregate not found [pid: 8|app: 0|req: 885/1705] 10.0.0.83 () {32 vars in 654 bytes} [Thu Aug 13 10:11:11 2026] GET /v2.0/floatingips => generated 844 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:12.066 7 INFO neutron.services.segments.plugin [-] Segment 1d739311-9742-4a2b-b9cc-72149def0129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d739311-9742-4a2b-b9cc-72149def0129 found for delete ", "request_id": "req-7c034c2b-d68f-48d9-82cf-a5f4c9137b4b"}]} 2026-08-13 10:11:12.463 7 INFO neutron.db.l3_db [None req-9b0a4c96-6ac3-4106-9b73-f554d4b7dff3 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Floating IP baafa34a-6d09-4b20-b1fe-ee48dc1d998e associated. External IP: 10.96.250.202, port: d9a815db-b26b-47bc-adc4-e2a7fb99b01c. [pid: 8|app: 0|req: 886/1706] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:12 2026] POST /v2.0/subnets => generated 1323 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1707] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:12 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 888/1708] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:11:12 2026] GET /v2.0/subnets => generated 1959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1709] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:12 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&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: 890/1710] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:12 2026] DELETE /v2.0/subnets/dc9db71e-5881-4cc0-a2ea-946b8aa8064c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1711] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:12 2026] DELETE /v2.0/subnets/0fe74147-aa4d-4963-919f-e4ca4f814e85 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1712] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:11:13 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:13.156 8 INFO neutron.services.segments.plugin [-] Segment 3e9b3c36-0671-4517-90e1-fea81c28e4c8 resource provider aggregate not found 2026-08-13 10:11:13.161 8 INFO neutron.services.segments.plugin [-] Segment 3e9b3c36-0671-4517-90e1-fea81c28e4c8 resource provider aggregate not found [pid: 7|app: 0|req: 821/1713] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:11:12 2026] PUT /v2.0/floatingips/baafa34a-6d09-4b20-b1fe-ee48dc1d998e => generated 842 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:13.174 8 INFO neutron.services.segments.plugin [-] Segment 3e9b3c36-0671-4517-90e1-fea81c28e4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e9b3c36-0671-4517-90e1-fea81c28e4c8 found for delete ", "request_id": "req-7ac0a9a1-23fa-48dc-b846-c0a2100e7421"}]} 2026-08-13 10:11:13.183 8 INFO neutron.services.segments.plugin [-] Segment 3e9b3c36-0671-4517-90e1-fea81c28e4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e9b3c36-0671-4517-90e1-fea81c28e4c8 found for delete ", "request_id": "req-e8e81410-f7a7-4445-99d9-ba103f61c545"}]} [pid: 8|app: 0|req: 893/1714] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:13 2026] DELETE /v2.0/networks/ba245c48-ffb5-4b0a-a7e1-b1fc49f169b5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:13.287 7 INFO neutron.db.l3_db [None req-64566da9-e158-41aa-bf21-f308f959be59 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Floating IP baafa34a-6d09-4b20-b1fe-ee48dc1d998e disassociated. External IP: 10.96.250.202, port: 843593e6-05e7-4e62-84a6-f31549ab204c. [pid: 8|app: 0|req: 894/1715] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:13 2026] DELETE /v2.0/networks/69c8473a-5b7f-4a51-9a2e-d5c447b8bf31 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1716] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:13 2026] DELETE /v2.0/networks/cb80fac3-67f1-4b94-919d-43cdf05583b8 => 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: 896/1717] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:13 2026] DELETE /v2.0/networks/10280ee3-7870-49fd-aaaf-99a39d413ac8 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1718] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:13 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1719] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:13 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1720] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:11:13 2026] PUT /v2.0/floatingips/baafa34a-6d09-4b20-b1fe-ee48dc1d998e => generated 552 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:14.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-afdcb6e7-cf7d-4fca-8bfd-7f501be55d00 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: 33d2a9fd-e03d-4a8f-804f-c8134149a81e 2026-08-13 10:11:14.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afdcb6e7-cf7d-4fca-8bfd-7f501be55d00 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: 33d2a9fd-e03d-4a8f-804f-c8134149a81e [pid: 7|app: 0|req: 823/1721] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:14 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1722] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:14 2026] GET /v2.0/security-groups?tenant_id=9ed164bfe8e04e33bb6d66f729ef0f35&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1723] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:11:13 2026] DELETE /v2.0/floatingips/baafa34a-6d09-4b20-b1fe-ee48dc1d998e => 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: 825/1724] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:14 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:14.306 7 INFO neutron.api.v2.resource [None req-119d825e-81eb-4ca5-98ed-b80f3849bb88 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1725] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:11:14 2026] DELETE /v2.0/floatingips/baafa34a-6d09-4b20-b1fe-ee48dc1d998e => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1726] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:14 2026] DELETE /v2.0/security-groups/29e16e2d-073f-4312-9034-f8c2a581e985 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1727] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:14 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:14.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-e301dcb6-e6bd-4005-9c63-8cf7303dec7d b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: 843593e6-05e7-4e62-84a6-f31549ab204c 2026-08-13 10:11:14.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e301dcb6-e6bd-4005-9c63-8cf7303dec7d b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: 843593e6-05e7-4e62-84a6-f31549ab204c [pid: 7|app: 0|req: 827/1728] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:14 2026] DELETE /v2.0/ports/843593e6-05e7-4e62-84a6-f31549ab204c => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:14.686 8 INFO neutron.db.l3_db [None req-36e8e40f-e167-48f4-b4a3-b6d9a2281a02 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Floating IP cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee associated. External IP: 10.96.250.208, port: 816fae6f-6a4d-4165-bb2d-0ce8d7e64b17. 2026-08-13 10:11:14.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8da540a-cbdc-4386-8dbe-6dbfb2f0e9b2 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: d9a815db-b26b-47bc-adc4-e2a7fb99b01c 2026-08-13 10:11:14.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8da540a-cbdc-4386-8dbe-6dbfb2f0e9b2 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: d9a815db-b26b-47bc-adc4-e2a7fb99b01c [pid: 7|app: 0|req: 828/1729] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:14 2026] DELETE /v2.0/ports/d9a815db-b26b-47bc-adc4-e2a7fb99b01c => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1730] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:14 2026] GET /v2.0/ports?device_id=59e05e09-5708-4eb4-bfed-e8fee5dc4adc => generated 958 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1731] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:11:14 2026] PUT /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 856 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:15.063 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af2f9e00-ff3d-4c90-8f13-a48b1b46ecb3'] response: {'name': 'network-changed', 'server_uuid': 'fce13d14-347e-476e-afd3-4a65c1983da3', 'tag': '816fae6f-6a4d-4165-bb2d-0ce8d7e64b17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 903/1732] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 856 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:15.192 8 INFO neutron.services.segments.plugin [-] Segment a92c682c-422f-4b62-921e-1d43b48046e1 resource provider aggregate not found 2026-08-13 10:11:15.197 8 INFO neutron.services.segments.plugin [-] Segment a92c682c-422f-4b62-921e-1d43b48046e1 resource provider aggregate not found 2026-08-13 10:11:15.208 8 INFO neutron.services.segments.plugin [-] Segment a92c682c-422f-4b62-921e-1d43b48046e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92c682c-422f-4b62-921e-1d43b48046e1 found for delete ", "request_id": "req-40a6e981-910e-4919-b996-002bc592d331"}]} 2026-08-13 10:11:15.210 8 INFO neutron.services.segments.plugin [-] Segment a92c682c-422f-4b62-921e-1d43b48046e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a92c682c-422f-4b62-921e-1d43b48046e1 found for delete ", "request_id": "req-a9b9f963-0803-4048-928b-4d7ae5e5d82f"}]} 2026-08-13 10:11:15.224 8 INFO neutron.services.segments.plugin [-] Segment 37409710-6045-4f44-a868-bd3493b9baf5 resource provider aggregate not found 2026-08-13 10:11:15.228 8 INFO neutron.services.segments.plugin [-] Segment 37409710-6045-4f44-a868-bd3493b9baf5 resource provider aggregate not found 2026-08-13 10:11:15.238 8 INFO neutron.services.segments.plugin [-] Segment 37409710-6045-4f44-a868-bd3493b9baf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37409710-6045-4f44-a868-bd3493b9baf5 found for delete ", "request_id": "req-d4d840ce-7ded-4299-9f5e-2411f9e52da7"}]} 2026-08-13 10:11:15.245 8 INFO neutron.services.segments.plugin [-] Segment 37409710-6045-4f44-a868-bd3493b9baf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37409710-6045-4f44-a868-bd3493b9baf5 found for delete ", "request_id": "req-7d6daee3-dae3-4bd8-9a0f-4a78641e4c67"}]} 2026-08-13 10:11:15.253 8 INFO neutron.services.segments.plugin [-] Segment 906d39f5-243a-4107-be1c-333a338958f3 resource provider aggregate not found 2026-08-13 10:11:15.262 8 INFO neutron.services.segments.plugin [-] Segment 906d39f5-243a-4107-be1c-333a338958f3 resource provider aggregate not found 2026-08-13 10:11:15.267 8 INFO neutron.services.segments.plugin [-] Segment 906d39f5-243a-4107-be1c-333a338958f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 906d39f5-243a-4107-be1c-333a338958f3 found for delete ", "request_id": "req-40b135cf-451d-4e54-9e97-c25341205936"}]} 2026-08-13 10:11:15.283 8 INFO neutron.services.segments.plugin [-] Segment 906d39f5-243a-4107-be1c-333a338958f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 906d39f5-243a-4107-be1c-333a338958f3 found for delete ", "request_id": "req-404e5092-0665-43b6-85a0-1ce02530a310"}]} 2026-08-13 10:11:15.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a31c953-7b89-4e08-a2eb-ddaa7734c7f1 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: c292fd73-5141-458b-b563-aeb0a882f40c 2026-08-13 10:11:15.314 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a31c953-7b89-4e08-a2eb-ddaa7734c7f1 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: c292fd73-5141-458b-b563-aeb0a882f40c [pid: 8|app: 0|req: 904/1733] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/ports?tenant_id=ef35c21dddfb42059f5107a24217def2&device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 905/1734] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/networks?id=7458957e-66a3-458e-86d0-b64d1e74e459 => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1735] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=816fae6f-6a4d-4165-bb2d-0ce8d7e64b17 => generated 859 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1736] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/subnets?id=7aa71ab0-d14c-4be2-8de9-ddd095e263cc => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1737] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:14 2026] PUT /v2.0/routers/59e05e09-5708-4eb4-bfed-e8fee5dc4adc/remove_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1738] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/ports?network_id=7458957e-66a3-458e-86d0-b64d1e74e459&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1739] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1740] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:11:15 2026] GET /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:16.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bd7f654-0d9b-45ea-82f0-40790d2aa745 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: 2464d664-b8ab-43fc-bece-eb42da29f4c1 2026-08-13 10:11:16.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd7f654-0d9b-45ea-82f0-40790d2aa745 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: 2464d664-b8ab-43fc-bece-eb42da29f4c1 [pid: 8|app: 0|req: 911/1741] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:16 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:16.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bd7f654-0d9b-45ea-82f0-40790d2aa745 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] TaaS: Handle Delete Port: 60396e53-b25d-4e6d-b4b8-fa929e75e70d 2026-08-13 10:11:16.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd7f654-0d9b-45ea-82f0-40790d2aa745 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] Tap Mirror: Handle Delete Port: 60396e53-b25d-4e6d-b4b8-fa929e75e70d [pid: 8|app: 0|req: 912/1742] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:11:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1743] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:11:16 2026] GET /v2.0/security-groups => generated 4529 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1744] 10.0.0.83 () {34 vars in 757 bytes} [Thu Aug 13 10:11:16 2026] PUT /v2.0/security-groups/16690eea-a646-46eb-a6e9-87c12bf87af1 => generated 1664 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1745] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:11:16 2026] GET /v2.0/security-groups/16690eea-a646-46eb-a6e9-87c12bf87af1 => generated 1664 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1746] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:16 2026] DELETE /v2.0/security-groups/16690eea-a646-46eb-a6e9-87c12bf87af1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:16.744 7 INFO neutron.services.segments.plugin [-] Segment a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 resource provider aggregate not found 2026-08-13 10:11:16.748 7 INFO neutron.services.segments.plugin [-] Segment a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 resource provider aggregate not found 2026-08-13 10:11:16.762 7 INFO neutron.services.segments.plugin [-] Segment a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 found for delete ", "request_id": "req-a8f188ec-c5b3-4ccc-a1ed-08f54171a8fa"}]} 2026-08-13 10:11:16.766 7 INFO neutron.services.segments.plugin [-] Segment a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9ce6a96-3368-4bc1-9d3a-31d95fb98f14 found for delete ", "request_id": "req-2466c395-74da-4bad-afda-0b9e3d3ddefe"}]} [pid: 8|app: 0|req: 917/1747] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:11:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:16.776 7 INFO neutron.db.l3_hamode_db [None req-7bd7f654-0d9b-45ea-82f0-40790d2aa745 b93f34920abe4fdaa7e2df5a2f02a32d 2205d715968c478a9c5d713cd94a6218 - - default default] HA network ef6a41a6-1109-49e8-b430-51c314f9e936 was deleted as no HA routers are present in tenant 2205d715968c478a9c5d713cd94a6218. [pid: 7|app: 0|req: 831/1748] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:15 2026] DELETE /v2.0/routers/59e05e09-5708-4eb4-bfed-e8fee5dc4adc => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:16.784 8 INFO neutron.api.v2.resource [None req-423a58d6-de23-424e-83fc-bd30715c1410 1afc2934009445cf899d36475fa1cadc 0ba4a72648344e4e97fd08f87e0d1fb0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 918/1749] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:16 2026] DELETE /v2.0/security-groups/16690eea-a646-46eb-a6e9-87c12bf87af1 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1750] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:11:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1751] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:16 2026] DELETE /v2.0/subnets/741de92f-ab46-45bc-a6bf-81607bf63f9d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1752] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:11:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1753] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:16 2026] DELETE /v2.0/networks/ced33fd7-c36b-4cf0-9dd3-9b8443a441de => 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: 921/1754] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules/f229499b-38a3-4214-bce8-8def5867ee8b => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1755] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1756] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1757] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:11:17 2026] DELETE /v2.0/security-group-rules/f229499b-38a3-4214-bce8-8def5867ee8b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1758] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1759] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:11:17 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: 7|app: 0|req: 837/1760] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules/5182c1ec-1ccf-47a5-ba45-2ab2cccba418 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1761] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1762] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:11:17 2026] DELETE /v2.0/security-group-rules/5182c1ec-1ccf-47a5-ba45-2ab2cccba418 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1763] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:17.662 8 INFO neutron.db.securitygroups_db [None req-4339ac34-bf76-4480-93ac-17f7c258c01f 1afc2934009445cf899d36475fa1cadc 0ba4a72648344e4e97fd08f87e0d1fb0 - - default default] Project 0ba4a72648344e4e97fd08f87e0d1fb0 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: 839/1764] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-groups?tenant_id=2205d715968c478a9c5d713cd94a6218&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1765] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:11:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1766] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules/f1b4d6ac-5ea1-4122-b930-747d1c06d166 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1767] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:17 2026] DELETE /v2.0/security-groups/e32685e7-f964-4125-a7c2-112032cd44cc => 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: 928/1768] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:11:17 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1769] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:11:17 2026] DELETE /v2.0/security-group-rules/f1b4d6ac-5ea1-4122-b930-747d1c06d166 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1770] 10.0.0.83 () {32 vars in 672 bytes} [Thu Aug 13 10:11:17 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: 842/1771] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:17 2026] DELETE /v2.0/security-groups/adca944c-412d-4f3a-abb4-7ba2c03c115a => 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: 930/1772] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:11:18 2026] GET /v2.0/security-groups => 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: 843/1773] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:11:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:18.787 7 INFO neutron.services.segments.plugin [-] Segment e5de9277-a232-40af-b760-e7e674d49a21 resource provider aggregate not found 2026-08-13 10:11:18.791 7 INFO neutron.services.segments.plugin [-] Segment e5de9277-a232-40af-b760-e7e674d49a21 resource provider aggregate not found 2026-08-13 10:11:18.807 7 INFO neutron.services.segments.plugin [-] Segment e5de9277-a232-40af-b760-e7e674d49a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5de9277-a232-40af-b760-e7e674d49a21 found for delete ", "request_id": "req-c7deb496-9128-47d8-931f-0f982a0c4640"}]} 2026-08-13 10:11:18.810 7 INFO neutron.services.segments.plugin [-] Segment e5de9277-a232-40af-b760-e7e674d49a21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5de9277-a232-40af-b760-e7e674d49a21 found for delete ", "request_id": "req-096b45cd-190e-4f1b-a80f-c3312a4af85e"}]} [pid: 8|app: 0|req: 931/1774] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:18 2026] GET /v2.0/security-groups?tenant_id=0ba4a72648344e4e97fd08f87e0d1fb0&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1775] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:18 2026] DELETE /v2.0/security-groups/a5fc2371-fc47-4c9f-8d6f-638d9dc1d869 => 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: 845/1776] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:11:19 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1777] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:11:19 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:19.840 8 INFO neutron.db.segments_db [None req-e553e83d-c197-4474-8ec4-1c70f0b5349f 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Added segment 52d0cc75-e8d4-45bb-b65a-ea649a30e952 of type vxlan for network 3520a3fd-e59c-41c0-bc65-1cc0753a382e [pid: 8|app: 0|req: 932/1778] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:19 2026] POST /v2.0/networks => generated 629 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1779] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:19 2026] POST /v2.0/ports => generated 778 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:20.298 8 INFO neutron.db.segments_db [None req-c3c8b952-a2d0-4c3e-91e8-292ba9cc159a 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Added segment d58f2547-0fa1-44d2-9b4d-97adabfb3e43 of type vxlan for network 90bd92c0-c89d-42cb-a80b-b6e150113ffe [pid: 8|app: 0|req: 933/1780] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:20 2026] POST /v2.0/networks => generated 617 bytes in 131 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: 848/1781] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:20 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1782] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:20 2026] POST /v2.0/ports => generated 966 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:21.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dd01881-27ce-4b8a-960c-0a394f298afb 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] TaaS: Handle Delete Port: 02cf1dc7-488c-4a32-b91d-1be986193b94 2026-08-13 10:11:21.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dd01881-27ce-4b8a-960c-0a394f298afb 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Tap Mirror: Handle Delete Port: 02cf1dc7-488c-4a32-b91d-1be986193b94 [pid: 7|app: 0|req: 849/1783] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:21 2026] DELETE /v2.0/ports/02cf1dc7-488c-4a32-b91d-1be986193b94 => generated 0 bytes in 216 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-08-13 10:11:21.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd514000-8d02-4231-9213-cc1a44497b2f 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/1784] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:21 2026] DELETE /v2.0/ports/02cf1dc7-488c-4a32-b91d-1be986193b94 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:21.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-102d244a-01bf-4721-860e-768d0106e4e7 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1785] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:21 2026] GET /v2.0/ports/02cf1dc7-488c-4a32-b91d-1be986193b94 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1786] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:21 2026] DELETE /v2.0/subnets/fab43b40-fdd1-401c-94f2-71bcb1d36ddc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:21.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0c888b9-7821-4759-87e8-40932a719ef4 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] TaaS: Handle Delete Port: 6b0f0a41-810a-4b23-ad9d-1418954470a8 2026-08-13 10:11:21.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0c888b9-7821-4759-87e8-40932a719ef4 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Tap Mirror: Handle Delete Port: 6b0f0a41-810a-4b23-ad9d-1418954470a8 2026-08-13 10:11:21.796 7 INFO neutron.services.segments.plugin [-] Segment d58f2547-0fa1-44d2-9b4d-97adabfb3e43 resource provider aggregate not found 2026-08-13 10:11:21.802 7 INFO neutron.services.segments.plugin [-] Segment d58f2547-0fa1-44d2-9b4d-97adabfb3e43 resource provider aggregate not found 2026-08-13 10:11:21.821 7 INFO neutron.services.segments.plugin [-] Segment d58f2547-0fa1-44d2-9b4d-97adabfb3e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d58f2547-0fa1-44d2-9b4d-97adabfb3e43 found for delete ", "request_id": "req-def4d319-5a52-4b12-a250-c777eb98c965"}]} 2026-08-13 10:11:21.823 7 INFO neutron.services.segments.plugin [-] Segment d58f2547-0fa1-44d2-9b4d-97adabfb3e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d58f2547-0fa1-44d2-9b4d-97adabfb3e43 found for delete ", "request_id": "req-b2d4d5e5-e0b0-4ac8-8b20-77d8db68e942"}]} [pid: 7|app: 0|req: 851/1787] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:21 2026] DELETE /v2.0/networks/90bd92c0-c89d-42cb-a80b-b6e150113ffe => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:21.913 8 INFO neutron.db.segments_db [None req-3effc394-f84f-4841-8248-51a0aa21a638 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Added segment 3e43e5e9-bd02-42fe-a52d-36897fac7c07 of type vxlan for network 28d7857e-0da3-42ec-9d4c-2d2ea069849d [pid: 8|app: 0|req: 937/1788] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:21 2026] POST /v2.0/networks => generated 617 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1789] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:11:22 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 939/1790] 10.0.0.67 () {34 vars in 1039 bytes} [Thu Aug 13 10:11:22 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1791] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:22 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1792] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:22 2026] POST /v2.0/ports => generated 928 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:22.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-c226c585-f2ff-4e22-ac94-466ae1267728 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] TaaS: Handle Delete Port: d7bcd6ec-eb65-4859-a9be-5c9d26d75b5f 2026-08-13 10:11:22.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c226c585-f2ff-4e22-ac94-466ae1267728 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Tap Mirror: Handle Delete Port: d7bcd6ec-eb65-4859-a9be-5c9d26d75b5f [pid: 7|app: 0|req: 853/1793] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:22 2026] DELETE /v2.0/ports/d7bcd6ec-eb65-4859-a9be-5c9d26d75b5f => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:22.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1759c4f7-a70c-4e9d-a448-20b4967740ac 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1794] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:22 2026] GET /v2.0/ports/d7bcd6ec-eb65-4859-a9be-5c9d26d75b5f => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1797] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:22 2026] DELETE /v2.0/subnets/49d0b049-602a-4318-bbe4-997bf5e56f4f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:23.268 8 INFO neutron.services.segments.plugin [-] Segment 3e43e5e9-bd02-42fe-a52d-36897fac7c07 resource provider aggregate not found 2026-08-13 10:11:23.281 8 INFO neutron.services.segments.plugin [-] Segment 3e43e5e9-bd02-42fe-a52d-36897fac7c07 resource provider aggregate not found 2026-08-13 10:11:23.300 8 INFO neutron.services.segments.plugin [-] Segment 3e43e5e9-bd02-42fe-a52d-36897fac7c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e43e5e9-bd02-42fe-a52d-36897fac7c07 found for delete ", "request_id": "req-adc5c233-2d1b-4ae9-8284-0858c6faefbe"}]} 2026-08-13 10:11:23.302 8 INFO neutron.services.segments.plugin [-] Segment 3e43e5e9-bd02-42fe-a52d-36897fac7c07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e43e5e9-bd02-42fe-a52d-36897fac7c07 found for delete ", "request_id": "req-a9bff602-4aae-4367-9f66-38c12e08eaa1"}]} [pid: 8|app: 0|req: 944/1798] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:23 2026] DELETE /v2.0/networks/28d7857e-0da3-42ec-9d4c-2d2ea069849d => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1799] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:23 2026] GET /v2.0/security-groups?tenant_id=c8354fa3017e45a79a791ac3b1982f1d&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1800] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:23 2026] POST /v2.0/ports => generated 779 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 946/1801] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:23 2026] DELETE /v2.0/security-groups/14b1a692-27d0-42ff-8c6b-71cfc59ac3f9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1802] 10.0.0.83 () {34 vars in 736 bytes} [Thu Aug 13 10:11:23 2026] PUT /v2.0/ports/14cd83ab-2e68-403c-92ed-9af61f64606a => generated 752 bytes in 210 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: 947/1803] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:23 2026] GET /v2.0/security-groups?tenant_id=0c0f5d27515243c7ba524327e63aab6a&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:23.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8a28443-19e8-45a8-90ce-0821d2cbb620 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] TaaS: Handle Delete Port: 14cd83ab-2e68-403c-92ed-9af61f64606a 2026-08-13 10:11:23.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8a28443-19e8-45a8-90ce-0821d2cbb620 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Tap Mirror: Handle Delete Port: 14cd83ab-2e68-403c-92ed-9af61f64606a [pid: 8|app: 0|req: 948/1804] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:23 2026] DELETE /v2.0/security-groups/da1e41c8-1500-40e0-8bf5-9c106a686b82 => 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: 857/1805] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:23 2026] DELETE /v2.0/ports/14cd83ab-2e68-403c-92ed-9af61f64606a => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1806] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:11:24 2026] GET /v2.0/ports => generated 781 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:24.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afe94417-1f6d-4cc7-820e-9b21469acb43 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1807] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:24 2026] GET /v2.0/ports/14cd83ab-2e68-403c-92ed-9af61f64606a => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1808] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:11:24 2026] GET /v2.0/ports => generated 781 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1809] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:24 2026] GET /v2.0/ports/10458c6c-32c6-4437-af2f-ae1239648568 => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:24.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9fb38dd6-0255-4048-9b59-ba67fd67f304 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1810] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:24 2026] DELETE /v2.0/ports/d7bcd6ec-eb65-4859-a9be-5c9d26d75b5f => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:24.358 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86dddfac-59d5-42cb-b3dd-d3c45ab613b1 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 860/1811] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:24 2026] DELETE /v2.0/subnets/49d0b049-602a-4318-bbe4-997bf5e56f4f => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:24.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c0d0541-be2a-4396-a3d1-e1eb9c7faff8 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 952/1812] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:24 2026] DELETE /v2.0/subnets/fab43b40-fdd1-401c-94f2-71bcb1d36ddc => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:24.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-b729c1bc-217f-4eeb-99e5-fecc37fa21df 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] TaaS: Handle Delete Port: 10458c6c-32c6-4437-af2f-ae1239648568 2026-08-13 10:11:24.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b729c1bc-217f-4eeb-99e5-fecc37fa21df 20a842364fba4dfcbb18ced262ff94dd c710c95b1b364872a6ccb8a42121fa80 - - default default] Tap Mirror: Handle Delete Port: 10458c6c-32c6-4437-af2f-ae1239648568 [pid: 7|app: 0|req: 861/1813] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:11:24 2026] DELETE /v2.0/ports/10458c6c-32c6-4437-af2f-ae1239648568 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1814] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:24 2026] DELETE /v2.0/networks/3520a3fd-e59c-41c0-bc65-1cc0753a382e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:25.323 8 INFO neutron.services.segments.plugin [-] Segment 52d0cc75-e8d4-45bb-b65a-ea649a30e952 resource provider aggregate not found 2026-08-13 10:11:25.337 8 INFO neutron.services.segments.plugin [-] Segment 52d0cc75-e8d4-45bb-b65a-ea649a30e952 resource provider aggregate not found 2026-08-13 10:11:25.342 8 INFO neutron.services.segments.plugin [-] Segment 52d0cc75-e8d4-45bb-b65a-ea649a30e952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d0cc75-e8d4-45bb-b65a-ea649a30e952 found for delete ", "request_id": "req-5396a0bc-e64e-4343-a6e4-866d44f34ba6"}]} 2026-08-13 10:11:25.358 8 INFO neutron.services.segments.plugin [-] Segment 52d0cc75-e8d4-45bb-b65a-ea649a30e952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d0cc75-e8d4-45bb-b65a-ea649a30e952 found for delete ", "request_id": "req-e35fff70-99ba-4bb0-be6b-847fd42b198e"}]} [pid: 7|app: 0|req: 862/1815] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:25 2026] GET /v2.0/security-groups?tenant_id=c710c95b1b364872a6ccb8a42121fa80&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1816] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:25 2026] DELETE /v2.0/security-groups/e6deb3ab-ab1d-4f1b-8614-4206793f987f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:27.542 7 INFO neutron.db.segments_db [None req-b5691a6a-396b-40dc-a53c-c2a6d6b25a49 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment c030d16b-4887-40e1-bee2-f82db4d3f038 of type vxlan for network f1fb6e2b-a6a3-4d40-9a12-435b06d69dc5 [pid: 7|app: 0|req: 863/1817] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:27 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:27.684 8 INFO neutron.db.segments_db [None req-3be0bda2-a238-4137-ada0-0ffcd998ebf1 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment 30174b15-2228-4833-9083-947785b81fa5 of type vxlan for network 60d6bde1-c417-42ad-987e-270571b34680 [pid: 8|app: 0|req: 955/1818] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:27 2026] POST /v2.0/networks => generated 615 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1819] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:27 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1820] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:27 2026] GET /v2.0/security-groups?tenant_id=fa87251357b1483fb0d1ab1e3e66e954&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1821] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:28 2026] POST /v2.0/subnets => generated 655 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:28.300 7 INFO neutron.db.segments_db [None req-f657f55d-2380-4721-8a97-d7d57eacaeab da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment 87f48fcd-c577-44ee-8a9c-97be29b1c89c of type vxlan for network 323f563d-7770-4a88-a76d-41a7475113f6 [pid: 8|app: 0|req: 957/1822] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:28 2026] DELETE /v2.0/security-groups/d42acc23-5bdd-4e81-9bf4-c9acf4b9ac90 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:28.537 7 INFO neutron.db.l3_hamode_db [None req-f657f55d-2380-4721-8a97-d7d57eacaeab da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:11:28.694 7 INFO neutron.db.l3_hamode_db [None req-f657f55d-2380-4721-8a97-d7d57eacaeab da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 866/1823] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:28 2026] POST /v2.0/routers => generated 511 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1824] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:29 2026] PUT /v2.0/routers/84a6a3af-999c-4377-bdc8-0480ab43727f/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:30.390 7 INFO neutron.db.segments_db [None req-49ba853f-a9f2-48d0-8d2c-525c079ad99d 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 321d6abd-bf44-420d-9f13-718140e71d3d of type vxlan for network 5f5a2ae3-4264-4c06-8b16-3a00aa79fdda [pid: 8|app: 0|req: 959/1825] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:30 2026] GET /v2.0/ports/82d64019-7645-4167-8985-d82da5a42411 => generated 959 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1826] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:11:30 2026] POST /v2.0/networks => generated 722 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1827] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:30 2026] POST /v2.0/subnets => generated 688 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:30.793 7 INFO neutron.db.segments_db [None req-53083f1d-5038-462e-8a98-44f5d2c339bf 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment c337335c-ad05-4e5e-bdde-c7194568243e of type vxlan for network f518c895-8b17-456c-8794-2ec9eeeadd3c 2026-08-13 10:11:31.130 7 INFO neutron.db.l3_hamode_db [None req-53083f1d-5038-462e-8a98-44f5d2c339bf 91f2cf5f79c14bd09f098977822441b3 7cd3bd6668094e6c9947a366390eb545 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 960/1828] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:30 2026] PUT /v2.0/routers/84a6a3af-999c-4377-bdc8-0480ab43727f/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1829] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:31 2026] GET /v2.0/ports/c0038de5-6f36-4282-932f-71322a0fd2ea => generated 967 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:31.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-dabff12f-29d2-4d4f-8cea-1f557d32476d da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: c0038de5-6f36-4282-932f-71322a0fd2ea 2026-08-13 10:11:31.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabff12f-29d2-4d4f-8cea-1f557d32476d da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: c0038de5-6f36-4282-932f-71322a0fd2ea 2026-08-13 10:11:32.007 7 INFO neutron.db.l3_hamode_db [None req-53083f1d-5038-462e-8a98-44f5d2c339bf 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 962/1830] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:31 2026] PUT /v2.0/routers/84a6a3af-999c-4377-bdc8-0480ab43727f/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:32.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-920f45f3-6fb2-4fa2-b860-02149b072992 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 82d64019-7645-4167-8985-d82da5a42411 2026-08-13 10:11:32.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-920f45f3-6fb2-4fa2-b860-02149b072992 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 82d64019-7645-4167-8985-d82da5a42411 [pid: 7|app: 0|req: 869/1831] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:30 2026] POST /v2.0/routers => generated 728 bytes in 2165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1832] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:32 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1833] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:32 2026] PUT /v2.0/routers/84a6a3af-999c-4377-bdc8-0480ab43727f/remove_router_interface => generated 309 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1834] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:33 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&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: 965/1835] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:33 2026] GET /v2.0/ports?device_id=84a6a3af-999c-4377-bdc8-0480ab43727f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:33.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-f734f1eb-8853-4df1-8848-647520d35848 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 987618ce-8a7b-4608-aca0-a0bd7ddfca3c 2026-08-13 10:11:33.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f734f1eb-8853-4df1-8848-647520d35848 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 987618ce-8a7b-4608-aca0-a0bd7ddfca3c 2026-08-13 10:11:33.698 8 INFO neutron.services.segments.plugin [-] Segment 87f48fcd-c577-44ee-8a9c-97be29b1c89c resource provider aggregate not found 2026-08-13 10:11:33.713 8 INFO neutron.services.segments.plugin [-] Segment 87f48fcd-c577-44ee-8a9c-97be29b1c89c resource provider aggregate not found 2026-08-13 10:11:33.719 8 INFO neutron.services.segments.plugin [-] Segment 87f48fcd-c577-44ee-8a9c-97be29b1c89c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87f48fcd-c577-44ee-8a9c-97be29b1c89c found for delete ", "request_id": "req-4bbc5cec-3934-401c-96c1-fc0c978cad53"}]} 2026-08-13 10:11:33.729 8 INFO neutron.services.segments.plugin [-] Segment 87f48fcd-c577-44ee-8a9c-97be29b1c89c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87f48fcd-c577-44ee-8a9c-97be29b1c89c found for delete ", "request_id": "req-e9e7b0d7-f209-4c15-89e6-1a229b33af12"}]} 2026-08-13 10:11:33.738 8 INFO neutron.db.l3_hamode_db [None req-f734f1eb-8853-4df1-8848-647520d35848 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] HA network 323f563d-7770-4a88-a76d-41a7475113f6 was deleted as no HA routers are present in tenant 28c3309a8be740628b4d1abf8a399ac6. [pid: 8|app: 0|req: 966/1836] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:33 2026] DELETE /v2.0/routers/84a6a3af-999c-4377-bdc8-0480ab43727f => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1837] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:11:33 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1838] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:33 2026] DELETE /v2.0/subnets/f4e553c5-5a92-4ccd-b365-1c87089dd399 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1839] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:33 2026] DELETE /v2.0/subnets/cdee79d9-0cef-4737-bdeb-404c358777e5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1840] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:33 2026] PUT /v2.0/routers/94ea098c-5169-45d2-9e6e-ead1519a418d/add_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:34.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6bf9a99-6575-42ba-bf53-1822727c9983 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 6498be30-3cb0-4f17-a31b-d97ef8545869 2026-08-13 10:11:34.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6bf9a99-6575-42ba-bf53-1822727c9983 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 6498be30-3cb0-4f17-a31b-d97ef8545869 [pid: 7|app: 0|req: 872/1841] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:34 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1842] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:34 2026] GET /v2.0/security-groups?id=ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1843] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:34 2026] DELETE /v2.0/networks/60d6bde1-c417-42ad-987e-270571b34680 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:34.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-086fca01-155d-4585-933f-3c0c0968b72f da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 60632a92-ab5e-41d6-818f-ab6ed4224842 2026-08-13 10:11:34.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086fca01-155d-4585-933f-3c0c0968b72f da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 60632a92-ab5e-41d6-818f-ab6ed4224842 2026-08-13 10:11:34.783 7 INFO neutron.services.segments.plugin [-] Segment c030d16b-4887-40e1-bee2-f82db4d3f038 resource provider aggregate not found 2026-08-13 10:11:34.788 7 INFO neutron.services.segments.plugin [-] Segment c030d16b-4887-40e1-bee2-f82db4d3f038 resource provider aggregate not found [pid: 7|app: 0|req: 874/1844] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:34 2026] DELETE /v2.0/networks/f1fb6e2b-a6a3-4d40-9a12-435b06d69dc5 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:34.806 7 INFO neutron.services.segments.plugin [-] Segment c030d16b-4887-40e1-bee2-f82db4d3f038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c030d16b-4887-40e1-bee2-f82db4d3f038 found for delete ", "request_id": "req-1f87c25b-a839-44f6-9b52-eabd52046ee1"}]} 2026-08-13 10:11:34.808 7 INFO neutron.services.segments.plugin [-] Segment c030d16b-4887-40e1-bee2-f82db4d3f038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c030d16b-4887-40e1-bee2-f82db4d3f038 found for delete ", "request_id": "req-15a5f015-4602-452c-b256-73d60f8a7b3a"}]} 2026-08-13 10:11:34.872 8 INFO neutron.db.segments_db [None req-1ac5641e-0634-4e4a-9d4d-cd1deb74f10b da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 of type vxlan for network 7f684f89-f3e6-4114-b5e1-2b7b31df1c03 [pid: 7|app: 0|req: 875/1845] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:11:34 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1846] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:34 2026] POST /v2.0/networks => generated 615 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1847] 10.0.0.92 () {30 vars in 689 bytes} [Thu Aug 13 10:11:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:35.109 8 INFO neutron_taas.services.taas.taas_plugin [req-861fc68c-79b9-4eee-8af8-93889dc7ab93 req-f24ee2ab-f6e8-4543-bd60-294577f258e4 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: 816fae6f-6a4d-4165-bb2d-0ce8d7e64b17 2026-08-13 10:11:35.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-861fc68c-79b9-4eee-8af8-93889dc7ab93 req-f24ee2ab-f6e8-4543-bd60-294577f258e4 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: 816fae6f-6a4d-4165-bb2d-0ce8d7e64b17 [pid: 7|app: 0|req: 877/1848] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:34 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: 7|app: 0|req: 878/1849] 10.0.0.92 () {30 vars in 691 bytes} [Thu Aug 13 10:11:35 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) 2026-08-13 10:11:35.240 8 INFO neutron.db.l3_db [req-861fc68c-79b9-4eee-8af8-93889dc7ab93 req-f24ee2ab-f6e8-4543-bd60-294577f258e4 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Floating IP cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee disassociated. External IP: 10.96.250.208, port: 816fae6f-6a4d-4165-bb2d-0ce8d7e64b17. 2026-08-13 10:11:35.247 7 INFO neutron.db.segments_db [None req-5a683d41-9b22-4902-b687-308e911d8be5 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 of type vxlan for network e72c87eb-23b0-4f2e-908e-b74d4a237143 2026-08-13 10:11:35.469 7 INFO neutron.db.l3_hamode_db [None req-5a683d41-9b22-4902-b687-308e911d8be5 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 972/1850] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:11:34 2026] DELETE /v2.0/ports/816fae6f-6a4d-4165-bb2d-0ce8d7e64b17 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1851] 10.0.0.92 () {30 vars in 667 bytes} [Thu Aug 13 10:11:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:35.629 7 INFO neutron.db.l3_hamode_db [None req-5a683d41-9b22-4902-b687-308e911d8be5 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 974/1852] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:35 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 975/1853] 10.0.0.92 () {30 vars in 703 bytes} [Thu Aug 13 10:11:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:35.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c03e718-4334-4e7b-b3f5-35f1a14520b6'] response: {'server_uuid': 'fce13d14-347e-476e-afd3-4a65c1983da3', 'name': 'network-vif-deleted', 'tag': '816fae6f-6a4d-4165-bb2d-0ce8d7e64b17', 'status': 'completed', 'code': 200} 2026-08-13 10:11:35.741 8 INFO neutron.services.segments.plugin [-] Segment 30174b15-2228-4833-9083-947785b81fa5 resource provider aggregate not found 2026-08-13 10:11:35.760 8 INFO neutron.services.segments.plugin [-] Segment 30174b15-2228-4833-9083-947785b81fa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30174b15-2228-4833-9083-947785b81fa5 found for delete ", "request_id": "req-e9d266f9-42dd-4b96-b4a3-1d18a5ca5df7"}]} 2026-08-13 10:11:35.760 8 INFO neutron.services.segments.plugin [-] Segment 30174b15-2228-4833-9083-947785b81fa5 resource provider aggregate not found 2026-08-13 10:11:35.772 8 INFO neutron.services.segments.plugin [-] Segment 30174b15-2228-4833-9083-947785b81fa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30174b15-2228-4833-9083-947785b81fa5 found for delete ", "request_id": "req-7b63fd86-9258-4311-8d98-fa564bdc8dcc"}]} [pid: 8|app: 0|req: 976/1854] 10.0.0.92 () {28 vars in 438 bytes} [Thu Aug 13 10:11:36 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1855] 10.0.0.92 () {30 vars in 727 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 657 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1856] 10.0.0.92 () {30 vars in 689 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1857] 10.0.0.92 () {30 vars in 691 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1858] 10.0.0.92 () {30 vars in 667 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1859] 10.0.0.92 () {30 vars in 703 bytes} [Thu Aug 13 10:11:36 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: 879/1860] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:35 2026] POST /v2.0/routers => generated 511 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1861] 10.0.0.92 () {30 vars in 727 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1862] 10.0.0.92 () {30 vars in 689 bytes} [Thu Aug 13 10:11:36 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: 984/1863] 10.0.0.92 () {30 vars in 691 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1864] 10.0.0.92 () {30 vars in 667 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1865] 10.0.0.92 () {30 vars in 703 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1866] 10.0.0.92 () {30 vars in 729 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 797 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1867] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/networks?id=5f5a2ae3-4264-4c06-8b16-3a00aa79fdda => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1868] 10.0.0.92 () {30 vars in 681 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1869] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/quotas/7cd3bd6668094e6c9947a366390eb545 => 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: 880/1870] 10.0.0.83 () {34 vars in 664 bytes} [Thu Aug 13 10:11:36 2026] POST /v2.0/ports => generated 963 bytes in 368 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: 881/1871] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:11:36 2026] GET /v2.0/ports?tenant_id=7cd3bd6668094e6c9947a366390eb545&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1872] 10.0.0.92 () {34 vars in 703 bytes} [Thu Aug 13 10:11:36 2026] POST /v2.0/ports => generated 1128 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 992/1873] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:37 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 993/1874] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:11:37 2026] GET /v2.0/networks/5f5a2ae3-4264-4c06-8b16-3a00aa79fdda?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1875] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:11:37 2026] GET /v2.0/networks/5f5a2ae3-4264-4c06-8b16-3a00aa79fdda?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: 995/1876] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:37 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 882/1877] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:36 2026] PUT /v2.0/routers/6c0a795a-1533-45a9-8900-8cef5a404aca/add_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1878] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:37 2026] GET /v2.0/ports/04ffd6a8-c5d6-4dfd-bf40-3dc6e19b175c => generated 1037 bytes in 86 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-08-13 10:11:38.151 7 INFO neutron_taas.services.taas.taas_plugin [None req-62fc8ec7-ea8c-4109-bad3-4538c2d28bc0 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 04ffd6a8-c5d6-4dfd-bf40-3dc6e19b175c 2026-08-13 10:11:38.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62fc8ec7-ea8c-4109-bad3-4538c2d28bc0 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 04ffd6a8-c5d6-4dfd-bf40-3dc6e19b175c [pid: 8|app: 0|req: 999/1881] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:38 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => 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: 1000/1882] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:38 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 883/1883] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:37 2026] PUT /v2.0/routers/6c0a795a-1533-45a9-8900-8cef5a404aca/remove_router_interface => generated 309 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:38.714 8 INFO neutron.api.v2.resource [None req-73a84710-0b38-4cfe-83d7-70ed086d72bc da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/1884] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:38 2026] PUT /v2.0/routers/6c0a795a-1533-45a9-8900-8cef5a404aca/remove_router_interface => generated 197 bytes in 129 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: 884/1885] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:38 2026] GET /v2.0/ports?device_id=6c0a795a-1533-45a9-8900-8cef5a404aca => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:38.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d94a0fd-e6ef-42ec-b5e4-073668e327a7 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: c108036e-2015-4b7c-b277-7f15d18ce565 2026-08-13 10:11:38.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d94a0fd-e6ef-42ec-b5e4-073668e327a7 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: c108036e-2015-4b7c-b277-7f15d18ce565 2026-08-13 10:11:39.317 8 INFO neutron.services.segments.plugin [-] Segment 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 resource provider aggregate not found 2026-08-13 10:11:39.323 8 INFO neutron.services.segments.plugin [-] Segment 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 resource provider aggregate not found 2026-08-13 10:11:39.341 8 INFO neutron.services.segments.plugin [-] Segment 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 found for delete ", "request_id": "req-562a1288-7783-4dc4-b4c2-920ba07bc6f7"}]} [pid: 7|app: 0|req: 885/1886] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/ports?device_id=fce13d14-347e-476e-afd3-4a65c1983da3 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:39.348 8 INFO neutron.services.segments.plugin [-] Segment 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47dc561a-b61b-45eb-bdd3-7a1050a0b3a3 found for delete ", "request_id": "req-d052b46b-220f-49d3-b4fb-e94f58b20eeb"}]} 2026-08-13 10:11:39.350 8 INFO neutron.db.l3_hamode_db [None req-0d94a0fd-e6ef-42ec-b5e4-073668e327a7 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] HA network e72c87eb-23b0-4f2e-908e-b74d4a237143 was deleted as no HA routers are present in tenant 28c3309a8be740628b4d1abf8a399ac6. [pid: 8|app: 0|req: 1002/1887] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:38 2026] DELETE /v2.0/routers/6c0a795a-1533-45a9-8900-8cef5a404aca => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1888] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 886/1889] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:39 2026] DELETE /v2.0/subnets/4d4a3bda-18e7-4a83-8fe0-a03eb541d0c9 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1890] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1891] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:11:39 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: 1006/1892] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:11:39 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: 1007/1893] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:39.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ddb2b27-869d-458d-86fa-e071a8d83925 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 3f826d99-5dee-4385-9eb9-521a865f5c4d 2026-08-13 10:11:39.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ddb2b27-869d-458d-86fa-e071a8d83925 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 3f826d99-5dee-4385-9eb9-521a865f5c4d [pid: 8|app: 0|req: 1008/1894] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:11:39.841 7 INFO neutron.services.segments.plugin [-] Segment 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 resource provider aggregate not found 2026-08-13 10:11:39.847 7 INFO neutron.services.segments.plugin [-] Segment 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 resource provider aggregate not found 2026-08-13 10:11:39.870 7 INFO neutron.services.segments.plugin [-] Segment 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 found for delete ", "request_id": "req-f8fab41b-814f-438d-bf3a-f0f395a3eb03"}]} 2026-08-13 10:11:39.870 7 INFO neutron.services.segments.plugin [-] Segment 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bdbf184-88d3-4f80-be52-0116dbe7a5a0 found for delete ", "request_id": "req-4f522410-9bb6-4d7b-9a15-300d12dae671"}]} [pid: 7|app: 0|req: 887/1895] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:39 2026] DELETE /v2.0/networks/7f684f89-f3e6-4114-b5e1-2b7b31df1c03 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1896] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:39.954 8 INFO neutron.db.segments_db [None req-ef1bc608-ef53-4886-9afe-808328a574ca da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment df2ae1a1-80d4-4df3-9799-5cf526abb8d4 of type vxlan for network ee8fcdc5-f14c-4e03-80f8-e08f6d959c59 [pid: 7|app: 0|req: 889/1897] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:11:39 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: 890/1898] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:11:39 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: 891/1899] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:40.006 7 INFO neutron.api.v2.resource [None req-56633dce-20f2-449e-a601-83720ff8855b 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1900] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 10:11:39 2026] GET /v2.0/security-groups/lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1901] 199.204.45.235 () {30 vars in 785 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/security-groups?name=lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1902] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:11:39 2026] POST /v2.0/networks => generated 615 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1903] 199.204.45.235 () {34 vars in 736 bytes} [Thu Aug 13 10:11:40 2026] POST /v2.0/security-groups => generated 1636 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1904] 199.204.45.235 () {30 vars in 815 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/security-group-rules?security_group_id=1748380f-bca4-499f-83c1-8425e70b1dfd => 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: 1010/1905] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:40 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:40.363 8 INFO neutron.db.segments_db [None req-fdb7d8b5-5999-4629-8f43-604776c0ad59 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment d417f5e0-edfa-4eed-8884-93d2b541af42 of type vxlan for network 38b8e7ae-eff8-4493-a286-bd4264614fdb [pid: 7|app: 0|req: 896/1906] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:11:40 2026] PUT /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 897/1907] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:40 2026] DELETE /v2.0/security-groups/ab9dce43-7171-42f8-9e5e-8f2fafbe0ad2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1908] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:40.590 8 INFO neutron.db.l3_hamode_db [None req-fdb7d8b5-5999-4629-8f43-604776c0ad59 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 899/1909] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 900/1910] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:40.691 8 INFO neutron.db.l3_hamode_db [None req-fdb7d8b5-5999-4629-8f43-604776c0ad59 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:11:40.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cbecf3d-40ee-4dcf-aa93-4e64b2311ffe aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: e927996e-83ef-481b-bab3-e08424c5d75c 2026-08-13 10:11:40.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cbecf3d-40ee-4dcf-aa93-4e64b2311ffe aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: e927996e-83ef-481b-bab3-e08424c5d75c [pid: 7|app: 0|req: 901/1911] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:11:40 2026] DELETE /v2.0/floatingips/cdfabe43-2164-4b0f-8e1e-d5ea65fec6ee => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1912] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1913] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:11:40 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: 904/1914] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:11:40 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1915] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:41 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1916] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:41 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1917] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:41 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 908/1918] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:11:41 2026] GET /v2.0/networks?id=5f5a2ae3-4264-4c06-8b16-3a00aa79fdda => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1919] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:40 2026] POST /v2.0/routers => generated 511 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1920] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:11:41 2026] POST /v2.0/ports => generated 958 bytes in 458 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: 910/1921] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:11:42 2026] PUT /v2.0/ports/dbb3cb52-26d7-4416-8373-d441c685e336 => generated 1239 bytes in 433 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-08-13 10:11:42.741 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8aef5f5-adf6-402d-b496-26158228d029'] response: {'name': 'network-changed', 'server_uuid': '89f62bb8-db82-4adb-9679-e345778b820a', 'tag': 'dbb3cb52-26d7-4416-8373-d441c685e336', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 911/1922] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:42 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 912/1923] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:42 2026] GET /v2.0/security-groups?id=f8fee6f7-d142-4e27-81a0-c514cf5f0555&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1924] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:42 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1925] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:42 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1926] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:41 2026] PUT /v2.0/routers/ed919b1e-5454-481c-bd1b-564f1cc16c0a/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1927] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:11:42 2026] GET /v2.0/ports/8f06c7f7-aacb-4675-b399-60315658361b => generated 959 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1928] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:43 2026] GET /v2.0/ports?tenant_id=7cd3bd6668094e6c9947a366390eb545&device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1929] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:11:43 2026] GET /v2.0/networks?tenant_id=7cd3bd6668094e6c9947a366390eb545&shared=False => generated 769 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1930] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:11:43 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) 2026-08-13 10:11:43.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9ecd266-c7b2-4f5f-b587-5c82e7bcb4a2 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 8f06c7f7-aacb-4675-b399-60315658361b 2026-08-13 10:11:43.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9ecd266-c7b2-4f5f-b587-5c82e7bcb4a2 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 8f06c7f7-aacb-4675-b399-60315658361b [pid: 7|app: 0|req: 919/1931] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:11:43 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:43.624 7 INFO neutron_taas.services.taas.taas_plugin [req-ae4f6585-44f3-4796-871d-fca0add87814 req-c7dc5297-8132-4daf-a834-6df018f4b850 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: 0200b400-a40d-4402-80ec-144c460a4689 2026-08-13 10:11:43.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ae4f6585-44f3-4796-871d-fca0add87814 req-c7dc5297-8132-4daf-a834-6df018f4b850 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: 0200b400-a40d-4402-80ec-144c460a4689 [pid: 7|app: 0|req: 920/1932] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:11:43 2026] DELETE /v2.0/ports/0200b400-a40d-4402-80ec-144c460a4689 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1933] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:43 2026] PUT /v2.0/routers/ed919b1e-5454-481c-bd1b-564f1cc16c0a/remove_router_interface => generated 309 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1934] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:43 2026] GET /v2.0/ports?device_id=ed919b1e-5454-481c-bd1b-564f1cc16c0a => 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: 922/1935] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:43 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 923/1936] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:43 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:44.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bcd8a45-be17-4891-bc85-46eb1ed4e99a da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: a36e416d-2d86-4adc-b178-4235a2383f43 2026-08-13 10:11:44.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bcd8a45-be17-4891-bc85-46eb1ed4e99a da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: a36e416d-2d86-4adc-b178-4235a2383f43 [pid: 7|app: 0|req: 924/1937] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:44.352 8 INFO neutron.services.segments.plugin [-] Segment d417f5e0-edfa-4eed-8884-93d2b541af42 resource provider aggregate not found 2026-08-13 10:11:44.359 8 INFO neutron.services.segments.plugin [-] Segment d417f5e0-edfa-4eed-8884-93d2b541af42 resource provider aggregate not found 2026-08-13 10:11:44.375 8 INFO neutron.services.segments.plugin [-] Segment d417f5e0-edfa-4eed-8884-93d2b541af42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d417f5e0-edfa-4eed-8884-93d2b541af42 found for delete ", "request_id": "req-9844ca70-0160-46fb-b100-2115c827acae"}]} 2026-08-13 10:11:44.380 8 INFO neutron.services.segments.plugin [-] Segment d417f5e0-edfa-4eed-8884-93d2b541af42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d417f5e0-edfa-4eed-8884-93d2b541af42 found for delete ", "request_id": "req-542a2499-11a4-41b5-af89-76eae66845f8"}]} 2026-08-13 10:11:44.388 8 INFO neutron.db.l3_hamode_db [None req-8bcd8a45-be17-4891-bc85-46eb1ed4e99a da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] HA network 38b8e7ae-eff8-4493-a286-bd4264614fdb was deleted as no HA routers are present in tenant 28c3309a8be740628b4d1abf8a399ac6. [pid: 8|app: 0|req: 1014/1938] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:43 2026] DELETE /v2.0/routers/ed919b1e-5454-481c-bd1b-564f1cc16c0a => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1939] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/ports?tenant_id=7cd3bd6668094e6c9947a366390eb545&device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1940] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=dbb3cb52-26d7-4416-8373-d441c685e336 => 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: 927/1941] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/subnets?id=7214ac1a-dee3-4f03-aa1e-49edf90667ce => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1942] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:44 2026] DELETE /v2.0/subnets/bf7ee9db-7f55-4f49-9d6b-e0f1d690aec6 => 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: 928/1943] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/ports?network_id=5f5a2ae3-4264-4c06-8b16-3a00aa79fdda&device_owner=network%3Adhcp => 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: 929/1944] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/networks/5f5a2ae3-4264-4c06-8b16-3a00aa79fdda?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: 930/1945] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/networks/5f5a2ae3-4264-4c06-8b16-3a00aa79fdda?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: 1016/1946] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:44 2026] DELETE /v2.0/networks/ee8fcdc5-f14c-4e03-80f8-e08f6d959c59 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:11:44.719 7 INFO neutron.db.segments_db [None req-a796424f-b160-4906-8b8f-9c842d52c7b0 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Added segment a0204d00-afee-4251-945e-07ead0f563b0 of type vxlan for network 10a2408a-8f2e-4a49-a054-8c9b3687f58f 2026-08-13 10:11:44.796 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb1d15c4-ccee-4ca9-89a3-bf184184ec0e'] response: {'server_uuid': '76d5a0b3-4dbf-497a-9ec2-2277c669f038', 'name': 'network-vif-deleted', 'tag': '0200b400-a40d-4402-80ec-144c460a4689', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1017/1947] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:44 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:45.022 7 INFO neutron.db.l3_hamode_db [None req-a796424f-b160-4906-8b8f-9c842d52c7b0 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1018/1948] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:45 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1949] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:45 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:45.748 7 INFO neutron.db.l3_hamode_db [None req-a796424f-b160-4906-8b8f-9c842d52c7b0 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1020/1950] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:46 2026] GET /v2.0/ports?device_id=76d5a0b3-4dbf-497a-9ec2-2277c669f038 => 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: 1021/1951] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:46 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:46.404 8 INFO neutron.services.segments.plugin [-] Segment df2ae1a1-80d4-4df3-9799-5cf526abb8d4 resource provider aggregate not found 2026-08-13 10:11:46.410 8 INFO neutron.services.segments.plugin [-] Segment df2ae1a1-80d4-4df3-9799-5cf526abb8d4 resource provider aggregate not found 2026-08-13 10:11:46.422 8 INFO neutron.services.segments.plugin [-] Segment df2ae1a1-80d4-4df3-9799-5cf526abb8d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df2ae1a1-80d4-4df3-9799-5cf526abb8d4 found for delete ", "request_id": "req-0a7f1e0c-ebc9-43f4-a33c-b4cd98a99650"}]} [pid: 8|app: 0|req: 1022/1952] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:46 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:46.428 8 INFO neutron.services.segments.plugin [-] Segment df2ae1a1-80d4-4df3-9799-5cf526abb8d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df2ae1a1-80d4-4df3-9799-5cf526abb8d4 found for delete ", "request_id": "req-c6288d3a-901d-4142-ad7b-8d3ce381d1f9"}]} [pid: 7|app: 0|req: 931/1953] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:44 2026] POST /v2.0/routers => generated 692 bytes in 2005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1954] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:11:46 2026] GET /v2.0/routers/a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 698 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1955] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:11:46 2026] GET /v2.0/routers => generated 701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1956] 10.0.0.83 () {34 vars in 740 bytes} [Thu Aug 13 10:11:46 2026] PUT /v2.0/routers/a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 705 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1957] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:47 2026] DELETE /v2.0/security-groups/f8fee6f7-d142-4e27-81a0-c514cf5f0555 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1958] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:11:47 2026] GET /v2.0/routers/a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 705 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1959] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:47 2026] GET /v2.0/ports?device_id=a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:47.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-1257112a-67ba-430f-838b-8a903d5d63a8 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: b05249b0-725e-4ca4-b044-56d66ea3b85b 2026-08-13 10:11:47.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1257112a-67ba-430f-838b-8a903d5d63a8 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: b05249b0-725e-4ca4-b044-56d66ea3b85b 2026-08-13 10:11:47.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-21764ea9-e98c-41d7-835f-6510c0276579 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: 36560c57-15f1-4e5e-af68-a0a0238e6e7c 2026-08-13 10:11:47.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21764ea9-e98c-41d7-835f-6510c0276579 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: 36560c57-15f1-4e5e-af68-a0a0238e6e7c 2026-08-13 10:11:47.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-1257112a-67ba-430f-838b-8a903d5d63a8 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] TaaS: Handle Delete Port: 54685879-8132-4200-8985-82b2b93982f0 2026-08-13 10:11:47.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1257112a-67ba-430f-838b-8a903d5d63a8 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] Tap Mirror: Handle Delete Port: 54685879-8132-4200-8985-82b2b93982f0 2026-08-13 10:11:48.171 7 INFO neutron.services.segments.plugin [-] Segment a0204d00-afee-4251-945e-07ead0f563b0 resource provider aggregate not found 2026-08-13 10:11:48.175 7 INFO neutron.services.segments.plugin [-] Segment a0204d00-afee-4251-945e-07ead0f563b0 resource provider aggregate not found 2026-08-13 10:11:48.187 7 INFO neutron.services.segments.plugin [-] Segment a0204d00-afee-4251-945e-07ead0f563b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0204d00-afee-4251-945e-07ead0f563b0 found for delete ", "request_id": "req-45b73e3f-e3eb-457a-9f36-eecfb37aafcf"}]} 2026-08-13 10:11:48.191 7 INFO neutron.services.segments.plugin [-] Segment a0204d00-afee-4251-945e-07ead0f563b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0204d00-afee-4251-945e-07ead0f563b0 found for delete ", "request_id": "req-f002e7b6-4296-451c-8c09-5951b8fa8e17"}]} 2026-08-13 10:11:48.192 7 INFO neutron.db.l3_hamode_db [None req-1257112a-67ba-430f-838b-8a903d5d63a8 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] HA network 10a2408a-8f2e-4a49-a054-8c9b3687f58f was deleted as no HA routers are present in tenant 28c3309a8be740628b4d1abf8a399ac6. [pid: 7|app: 0|req: 935/1960] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:47 2026] DELETE /v2.0/routers/a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1961] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:48 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1962] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:48 2026] GET /v2.0/ports?device_id=a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1963] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:48 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1964] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:11:47 2026] PUT /v2.0/routers/cbeaac0b-d4a3-497f-9e97-b0afdcfd8e12/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:48.319 7 INFO neutron.api.v2.resource [None req-3c1d7c27-0a1e-4343-82de-5a84e89b10f8 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1965] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/routers/a78feaee-46cb-4590-afe0-02d9eac86ab3 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1966] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:48 2026] GET /v2.0/ports?device_id=ed919b1e-5454-481c-bd1b-564f1cc16c0a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:48.373 7 INFO neutron.api.v2.resource [None req-289dea6c-eaff-484c-b4b9-e440feb9b614 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 941/1967] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/routers/ed919b1e-5454-481c-bd1b-564f1cc16c0a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:48.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec631d99-b490-400f-bfda-c444c81b3526 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1968] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/subnets/bf7ee9db-7f55-4f49-9d6b-e0f1d690aec6 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1969] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:48 2026] GET /v2.0/ports?device_id=6c0a795a-1533-45a9-8900-8cef5a404aca => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:48.457 7 INFO neutron.api.v2.resource [None req-3c15ba7e-4d6f-4152-916a-260d325db372 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1970] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/routers/6c0a795a-1533-45a9-8900-8cef5a404aca => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:48.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53591cfb-7bc7-4d93-a3c6-25ba591ee031 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/1971] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/subnets/7aa71ab0-d14c-4be2-8de9-ddd095e263cc => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1972] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/subnets/4d4a3bda-18e7-4a83-8fe0-a03eb541d0c9 => 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: 946/1973] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:11:48 2026] GET /v2.0/ports?device_id=84a6a3af-999c-4377-bdc8-0480ab43727f => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:48.557 7 INFO neutron.api.v2.resource [None req-d9165bd0-8d69-4460-a309-f9805721bc36 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1974] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/routers/84a6a3af-999c-4377-bdc8-0480ab43727f => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:48.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-889cc7d7-317c-4488-b3ad-ce4b436f135f da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 948/1975] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/subnets/f4e553c5-5a92-4ccd-b365-1c87089dd399 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:48.596 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b63a96e6-5049-4c3f-b1d3-e5f60d225682 da1195eff5374fd0920868110f1aef6f 28c3309a8be740628b4d1abf8a399ac6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 949/1976] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/subnets/cdee79d9-0cef-4737-bdeb-404c358777e5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:48.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-d056569c-8819-45c8-9919-51772aaa4eb1 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: 48553cdd-298d-4e1e-a5b3-22b6ad339d48 2026-08-13 10:11:48.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d056569c-8819-45c8-9919-51772aaa4eb1 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: 48553cdd-298d-4e1e-a5b3-22b6ad339d48 2026-08-13 10:11:49.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-d056569c-8819-45c8-9919-51772aaa4eb1 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: 1b40f039-7504-4291-a9a3-09309ac786e8 2026-08-13 10:11:49.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d056569c-8819-45c8-9919-51772aaa4eb1 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: 1b40f039-7504-4291-a9a3-09309ac786e8 [pid: 7|app: 0|req: 950/1977] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/security-groups?tenant_id=28c3309a8be740628b4d1abf8a399ac6&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: 951/1978] 10.0.0.168 () {34 vars in 1016 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/security-groups?id=3798cb6f-d24c-4d79-929a-d575af718aaf&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1979] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:49 2026] DELETE /v2.0/security-groups/4d1089c5-5e80-436d-b191-d01aa7b7ad48 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1980] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/networks?id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1981] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 955/1982] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/quotas/295f964ed6374939bb169fa8108c7466 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:49.527 8 INFO neutron.services.segments.plugin [-] Segment 8a4b2673-32a5-430f-87c6-00822770f61b resource provider aggregate not found [pid: 7|app: 0|req: 956/1983] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:49.549 8 INFO neutron.services.segments.plugin [-] Segment 8a4b2673-32a5-430f-87c6-00822770f61b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4b2673-32a5-430f-87c6-00822770f61b found for delete ", "request_id": "req-0eebad98-5cd4-467e-8023-cd7616684ad1"}]} 2026-08-13 10:11:49.558 8 INFO neutron.services.segments.plugin [-] Segment 8a4b2673-32a5-430f-87c6-00822770f61b resource provider aggregate not found 2026-08-13 10:11:49.567 8 INFO neutron.db.l3_hamode_db [None req-d056569c-8819-45c8-9919-51772aaa4eb1 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] HA network 877d7589-d4b7-4b0d-9900-0fd3fcc75370 was deleted as no HA routers are present in tenant ef35c21dddfb42059f5107a24217def2. 2026-08-13 10:11:49.572 8 INFO neutron.services.segments.plugin [-] Segment 8a4b2673-32a5-430f-87c6-00822770f61b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4b2673-32a5-430f-87c6-00822770f61b found for delete ", "request_id": "req-c8eb7b0e-d303-420f-b224-874728fdddd4"}]} [pid: 8|app: 0|req: 1028/1984] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:11:48 2026] DELETE /v2.0/routers/cbeaac0b-d4a3-497f-9e97-b0afdcfd8e12 => generated 0 bytes in 1085 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1985] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&fields=id => generated 149 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1986] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:49.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa668e7c-c354-4517-82d2-2dc8ba4e1328 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] TaaS: Handle Delete Port: daa4cdee-c1ec-46ea-aeeb-f1fb3c39af24 2026-08-13 10:11:49.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa668e7c-c354-4517-82d2-2dc8ba4e1328 aec4e3b625d54663b5527da6b6d49ed0 ef35c21dddfb42059f5107a24217def2 - - default default] Tap Mirror: Handle Delete Port: daa4cdee-c1ec-46ea-aeeb-f1fb3c39af24 [pid: 7|app: 0|req: 959/1987] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:11:49 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1988] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:11:49 2026] DELETE /v2.0/networks/7458957e-66a3-458e-86d0-b64d1e74e459 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1989] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:50 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1990] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:50 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => 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: 961/1991] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:50 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1992] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:50 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&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: 962/1993] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:50 2026] GET /v2.0/security-groups?tenant_id=ef35c21dddfb42059f5107a24217def2&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1994] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:50 2026] DELETE /v2.0/security-groups/b938c76a-ee9c-4a57-9a78-facc78fe2fbb => 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: 963/1995] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:51 2026] GET /v2.0/security-groups?tenant_id=3acc79e42b5a4c3f99a5db083f9163dd&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1996] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:51 2026] DELETE /v2.0/security-groups/7853ef9c-9af1-42a6-9d74-f6eb207c0d1f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:51.569 8 INFO neutron.services.segments.plugin [-] Segment 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 resource provider aggregate not found 2026-08-13 10:11:51.583 8 INFO neutron.services.segments.plugin [-] Segment 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 found for delete ", "request_id": "req-ef3eafa8-8f38-4259-b475-eb7e2a16f52d"}]} 2026-08-13 10:11:51.588 8 INFO neutron.services.segments.plugin [-] Segment 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 resource provider aggregate not found 2026-08-13 10:11:51.606 8 INFO neutron.services.segments.plugin [-] Segment 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16f02485-ec10-4ca2-b8ba-ea8b0898ec32 found for delete ", "request_id": "req-038757cd-ee7d-4932-a835-c679071abd37"}]} [pid: 7|app: 0|req: 964/1997] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:11:51 2026] POST /v2.0/subnetpools => generated 548 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1998] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:51 2026] GET /v2.0/subnetpools/c88ffd75-5b5a-46cc-959c-f137f8fc4c24 => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1999] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:11:51 2026] PUT /v2.0/subnetpools/c88ffd75-5b5a-46cc-959c-f137f8fc4c24 => generated 501 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2000] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:11:51 2026] DELETE /v2.0/subnetpools/c88ffd75-5b5a-46cc-959c-f137f8fc4c24 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:51.951 7 INFO neutron.api.v2.resource [None req-d1e53f1c-7c55-43dd-87c5-0473658f4977 77fabc8eabd7426aa34e9e2b8063b138 0b1a1ade20eb4c4aa51813ca9fbf8472 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 966/2001] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:11:51 2026] GET /v2.0/subnetpools/c88ffd75-5b5a-46cc-959c-f137f8fc4c24 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:11:51.980 8 INFO neutron.api.v2.resource [None req-c3d23aae-0ee7-418d-9082-9dffa506b64c 77fabc8eabd7426aa34e9e2b8063b138 0b1a1ade20eb4c4aa51813ca9fbf8472 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2002] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:11:51 2026] DELETE /v2.0/subnetpools/c88ffd75-5b5a-46cc-959c-f137f8fc4c24 => generated 145 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2003] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:52 2026] GET /v2.0/security-groups?tenant_id=0b1a1ade20eb4c4aa51813ca9fbf8472&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2004] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:52 2026] DELETE /v2.0/security-groups/87b8591a-701e-4c18-8a02-b4b92e82bd39 => 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: 967/2005] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:52 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 975 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2008] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:53 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2009] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:53 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2010] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:53 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:53.719 8 INFO neutron.db.segments_db [None req-675e7ae8-6645-42ae-a47c-c83b7654dbb4 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 of type vxlan for network ccb490f0-3162-4575-85d8-2c244bbdc6fe [pid: 8|app: 0|req: 1040/2011] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:11:53 2026] POST /v2.0/networks => generated 722 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2012] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:53 2026] POST /v2.0/subnets => generated 688 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:11:54.088 8 INFO neutron.db.segments_db [None req-dc061225-508d-4269-9724-c4a2fd7e1eb4 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment 23d52215-de3c-4356-8594-6dd0f2aab912 of type vxlan for network 19b8f9a4-a9ab-4952-b542-58a593acc43a [pid: 7|app: 0|req: 973/2013] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:54 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2014] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:54 2026] GET /v2.0/security-groups?id=7dc915ff-2850-4e88-a0ca-a1e282b0d9aa&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:54.400 8 INFO neutron.db.l3_hamode_db [None req-dc061225-508d-4269-9724-c4a2fd7e1eb4 91f2cf5f79c14bd09f098977822441b3 af8a80f45b0e4594b5bce208974c2a50 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 975/2015] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:11:54 2026] GET /v2.0/networks?id=07cd753a-a664-4abc-8658-85556e4b7024 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2016] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:11:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=295f964ed6374939bb169fa8108c7466 => generated 343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2017] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:11:54 2026] POST /v2.0/ports => generated 1082 bytes in 275 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-08-13 10:11:55.121 8 INFO neutron.db.l3_hamode_db [None req-dc061225-508d-4269-9724-c4a2fd7e1eb4 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 978/2018] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:11:54 2026] PUT /v2.0/ports/f6640189-5872-4761-aae2-1479e80bed2c => generated 1243 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 979/2019] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:11:55 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:11:55.258 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77cf4c60-c06d-41ac-a8c9-b381b8bfe372'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': 'f6640189-5872-4761-aae2-1479e80bed2c', 'status': 'completed', 'code': 200} 2026-08-13 10:11:55.369 7 INFO neutron_taas.services.taas.taas_plugin [req-f486edd0-b882-4cd8-8780-9190761cc521 req-63e4aa8a-466f-4f0c-9169-095d1afbfad9 ac6cb0b0498b4b07b31c276925adacd7 7cd3bd6668094e6c9947a366390eb545 - - default default] TaaS: Handle Delete Port: dbb3cb52-26d7-4416-8373-d441c685e336 2026-08-13 10:11:55.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f486edd0-b882-4cd8-8780-9190761cc521 req-63e4aa8a-466f-4f0c-9169-095d1afbfad9 ac6cb0b0498b4b07b31c276925adacd7 7cd3bd6668094e6c9947a366390eb545 - - default default] Tap Mirror: Handle Delete Port: dbb3cb52-26d7-4416-8373-d441c685e336 [pid: 7|app: 0|req: 980/2020] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:11:55 2026] DELETE /v2.0/ports/dbb3cb52-26d7-4416-8373-d441c685e336 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2021] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:55 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 982/2022] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:55 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2023] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:11:55 2026] GET /v2.0/networks?tenant_id=295f964ed6374939bb169fa8108c7466&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2024] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:11:55 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: 8|app: 0|req: 1041/2025] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:54 2026] POST /v2.0/routers => generated 728 bytes in 2064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2026] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:56 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2027] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:56 2026] GET /v2.0/security-groups?id=3798cb6f-d24c-4d79-929a-d575af718aaf&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2028] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:56 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2029] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:56 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2030] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:11:56 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2031] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:11:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => 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: 1048/2032] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:11:57 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2033] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:11:57 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2034] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:11:57 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1051/2035] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:11:57 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:11:57.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fb5be3f-143c-4bfc-b0cc-6bbbadf6e8e2'] response: {'server_uuid': '89f62bb8-db82-4adb-9679-e345778b820a', 'name': 'network-vif-deleted', 'tag': 'dbb3cb52-26d7-4416-8373-d441c685e336', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 985/2036] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:11:56 2026] PUT /v2.0/routers/03822080-c538-4bff-9e30-1d6562ab7436/add_router_interface => generated 309 bytes in 1376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2037] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:57 2026] GET /v2.0/ports?device_id=89f62bb8-db82-4adb-9679-e345778b820a => 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: 986/2038] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:58 2026] GET /v2.0/security-groups?tenant_id=e8e7e4f004824457a80f71a4f8cebb37&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2039] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:58 2026] DELETE /v2.0/security-groups/10504fc5-d7ba-4a08-89c6-5875cb919267 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:58.831 7 INFO neutron.db.segments_db [None req-88e62927-3dfa-4552-a3af-722af1c27ea9 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment a01aee6f-ff41-4518-b209-b614b2a5794c of type vxlan for network 1d85bbcf-7db3-431d-bc37-379e05a41a7c [pid: 7|app: 0|req: 987/2040] 10.0.0.83 () {34 vars in 670 bytes} [Thu Aug 13 10:11:58 2026] POST /v2.0/networks => generated 722 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2041] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:11:58 2026] GET /v2.0/security-groups?tenant_id=043e930a99e84fc7918a610ad2ab15cc&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2042] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:58 2026] POST /v2.0/subnets => generated 688 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2043] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:11:59 2026] DELETE /v2.0/security-groups/fc346e54-e276-4908-9e3b-ea1b370cfad6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:11:59.260 7 INFO neutron.db.segments_db [None req-93721407-cc52-4d82-bf60-cea2da72dcb0 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Added segment c4a1c92d-b44c-4a04-995b-577299922f3f of type vxlan for network 30d693f1-aa8d-4a53-8b6d-6c81e1fee728 2026-08-13 10:11:59.562 7 INFO neutron.db.l3_hamode_db [None req-93721407-cc52-4d82-bf60-cea2da72dcb0 91f2cf5f79c14bd09f098977822441b3 f31b0dcd436245759fbeb04d8ebb3087 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1056/2044] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:59 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2045] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:11:59 2026] GET /v2.0/security-groups?id=3798cb6f-d24c-4d79-929a-d575af718aaf&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2046] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:11:59 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:00.389 7 INFO neutron.db.l3_hamode_db [None req-93721407-cc52-4d82-bf60-cea2da72dcb0 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:12:00.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-54a7dcfc-73ce-4e94-874f-cb1c3fc61886 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 7dd9c689-f22a-4b80-aec1-e8d7e0ee9dcd 2026-08-13 10:12:00.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a7dcfc-73ce-4e94-874f-cb1c3fc61886 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 7dd9c689-f22a-4b80-aec1-e8d7e0ee9dcd [pid: 8|app: 0|req: 1059/2047] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:12:00 2026] PUT /v2.0/routers/94ea098c-5169-45d2-9e6e-ead1519a418d/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:01.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2444357-2cfd-49b5-b1dc-d6e49710cdec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: e0c1e836-73e0-43d9-add8-4a5d79e0f16f 2026-08-13 10:12:01.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2444357-2cfd-49b5-b1dc-d6e49710cdec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: e0c1e836-73e0-43d9-add8-4a5d79e0f16f [pid: 7|app: 0|req: 989/2048] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:11:59 2026] POST /v2.0/routers => generated 728 bytes in 2158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:01.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2444357-2cfd-49b5-b1dc-d6e49710cdec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 6afc22cc-cb89-470d-9f4b-a36ef1de97d6 2026-08-13 10:12:01.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2444357-2cfd-49b5-b1dc-d6e49710cdec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 6afc22cc-cb89-470d-9f4b-a36ef1de97d6 2026-08-13 10:12:02.114 8 INFO neutron.services.segments.plugin [-] Segment c337335c-ad05-4e5e-bdde-c7194568243e resource provider aggregate not found 2026-08-13 10:12:02.127 8 INFO neutron.services.segments.plugin [-] Segment c337335c-ad05-4e5e-bdde-c7194568243e resource provider aggregate not found 2026-08-13 10:12:02.134 8 INFO neutron.services.segments.plugin [-] Segment c337335c-ad05-4e5e-bdde-c7194568243e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c337335c-ad05-4e5e-bdde-c7194568243e found for delete ", "request_id": "req-13f42623-3281-45cd-a6c5-c92c928b9e17"}]} 2026-08-13 10:12:02.146 8 INFO neutron.services.segments.plugin [-] Segment c337335c-ad05-4e5e-bdde-c7194568243e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c337335c-ad05-4e5e-bdde-c7194568243e found for delete ", "request_id": "req-023b051a-f852-4ded-8369-7077e614e742"}]} 2026-08-13 10:12:02.169 8 INFO neutron.db.l3_hamode_db [None req-a2444357-2cfd-49b5-b1dc-d6e49710cdec 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network f518c895-8b17-456c-8794-2ec9eeeadd3c was deleted as no HA routers are present in tenant 7cd3bd6668094e6c9947a366390eb545. [pid: 8|app: 0|req: 1060/2049] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:01 2026] DELETE /v2.0/routers/94ea098c-5169-45d2-9e6e-ead1519a418d => generated 0 bytes in 1117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2050] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:12:02 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2051] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:02 2026] DELETE /v2.0/subnets/7214ac1a-dee3-4f03-aa1e-49edf90667ce => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2052] 199.204.45.235 () {34 vars in 1044 bytes} [Thu Aug 13 10:12:02 2026] GET /v2.0/security-groups?id=3798cb6f-d24c-4d79-929a-d575af718aaf&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:02.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-38851ab6-fe95-4f3e-9795-9d6320a61a94 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 492d3a52-a267-45cc-92e1-ee1daca7d811 2026-08-13 10:12:02.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38851ab6-fe95-4f3e-9795-9d6320a61a94 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 492d3a52-a267-45cc-92e1-ee1daca7d811 [pid: 8|app: 0|req: 1064/2053] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:02 2026] DELETE /v2.0/networks/5f5a2ae3-4264-4c06-8b16-3a00aa79fdda => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2054] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:02 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2055] 10.0.0.83 () {34 vars in 782 bytes} [Thu Aug 13 10:12:01 2026] PUT /v2.0/routers/0a0ee43e-6b86-4b91-9076-703f87162351/add_router_interface => generated 309 bytes in 1586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2056] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:12:02 2026] GET /v2.0/security-groups?id=3798cb6f-d24c-4d79-929a-d575af718aaf&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2057] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:03 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2058] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:03 2026] GET /v2.0/security-groups?tenant_id=7cd3bd6668094e6c9947a366390eb545&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2059] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:03 2026] DELETE /v2.0/security-groups/7dc915ff-2850-4e88-a0ca-a1e282b0d9aa => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2060] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:03 2026] GET /v2.0/security-groups?tenant_id=1ae2d70bc71a44cda408d4253df31dc0&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2061] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:03 2026] DELETE /v2.0/security-groups/3881fd80-78a1-4f33-b2ba-9b273e83198b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2062] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:12:03 2026] POST /v2.0/security-groups => generated 1675 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2063] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:04.174 8 INFO neutron.services.segments.plugin [-] Segment 321d6abd-bf44-420d-9f13-718140e71d3d resource provider aggregate not found 2026-08-13 10:12:04.180 8 INFO neutron.services.segments.plugin [-] Segment 321d6abd-bf44-420d-9f13-718140e71d3d resource provider aggregate not found 2026-08-13 10:12:04.199 8 INFO neutron.services.segments.plugin [-] Segment 321d6abd-bf44-420d-9f13-718140e71d3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 321d6abd-bf44-420d-9f13-718140e71d3d found for delete ", "request_id": "req-4aa7b77f-be57-4b7b-9331-24514589ec2d"}]} 2026-08-13 10:12:04.209 8 INFO neutron.services.segments.plugin [-] Segment 321d6abd-bf44-420d-9f13-718140e71d3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 321d6abd-bf44-420d-9f13-718140e71d3d found for delete ", "request_id": "req-64ce1de2-4ab1-4ce2-a40e-c5b752794fa4"}]} [pid: 8|app: 0|req: 1070/2064] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2065] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2066] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:04.640 7 INFO neutron.db.securitygroups_db [None req-42191fd3-3b89-4be4-b296-7de5a2ba2390 e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] Project af8a80f45b0e4594b5bce208974c2a50 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: 996/2067] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:04.800 8 INFO neutron.db.securitygroups_db [None req-195e486b-4263-4f85-8f95-2df6d5146569 e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] Project af8a80f45b0e4594b5bce208974c2a50 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: 1072/2068] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2069] 10.0.0.83 () {34 vars in 684 bytes} [Thu Aug 13 10:12:05 2026] POST /v2.0/security-groups => generated 1659 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2070] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2071] 10.0.0.83 () {34 vars in 694 bytes} [Thu Aug 13 10:12:05 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: 999/2072] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:05 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2073] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:12:05 2026] GET /v2.0/security-groups?id=3798cb6f-d24c-4d79-929a-d575af718aaf&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: 1001/2074] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => 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: 1074/2075] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:05 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2076] 10.0.0.168 () {34 vars in 1100 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1574471836&fields=id&tenant_id=af8a80f45b0e4594b5bce208974c2a50 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2077] 10.0.0.168 () {34 vars in 1098 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--392452671&fields=id&tenant_id=af8a80f45b0e4594b5bce208974c2a50 => generated 69 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2078] 10.0.0.168 () {34 vars in 982 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/networks?id=ccb490f0-3162-4575-85d8-2c244bbdc6fe => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2079] 10.0.0.168 () {34 vars in 965 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/quotas/af8a80f45b0e4594b5bce208974c2a50 => 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: 1004/2080] 10.0.0.168 () {34 vars in 1002 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/ports?tenant_id=af8a80f45b0e4594b5bce208974c2a50&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: 1077/2081] 10.0.0.168 () {34 vars in 1008 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe?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: 1005/2082] 10.0.0.168 () {34 vars in 1108 bytes} [Thu Aug 13 10:12:06 2026] GET /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe?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: 1006/2083] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:07.128 8 INFO neutron.db.segments_db [None req-c464ba17-93c2-45c4-a83f-78f45c420241 f3b5e8987dff46fbb84aabc3fc9c5029 670ca6ccbd7744b883a53dcacf29c2bb - - default default] Added segment acbb8456-6a2f-4c67-b9a5-a3074b085ec0 of type vxlan for network 3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276 [pid: 8|app: 0|req: 1078/2084] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:06 2026] POST /v2.0/networks => generated 612 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2085] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:07 2026] PUT /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2086] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/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: 1008/2087] 10.0.0.83 () {34 vars in 763 bytes} [Thu Aug 13 10:12:07 2026] PUT /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2088] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/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: 1009/2089] 10.0.0.83 () {34 vars in 759 bytes} [Thu Aug 13 10:12:07 2026] PUT /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2090] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2091] 10.0.0.83 () {34 vars in 781 bytes} [Thu Aug 13 10:12:07 2026] PUT /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2092] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2093] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:07 2026] PUT /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2094] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2095] 10.0.0.83 () {32 vars in 740 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:07.958 8 INFO neutron.api.v2.resource [None req-85aeda4a-35bb-49a3-945f-a4e559667297 f3b5e8987dff46fbb84aabc3fc9c5029 670ca6ccbd7744b883a53dcacf29c2bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2096] 10.0.0.83 () {32 vars in 744 bytes} [Thu Aug 13 10:12:07 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2097] 10.0.0.83 () {32 vars in 743 bytes} [Thu Aug 13 10:12:07 2026] DELETE /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2098] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:08 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2101] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:08 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:08.192 7 INFO neutron.api.v2.resource [None req-82926286-780f-4099-b6dc-2007ce2047f9 f3b5e8987dff46fbb84aabc3fc9c5029 670ca6ccbd7744b883a53dcacf29c2bb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1015/2102] 10.0.0.83 () {32 vars in 747 bytes} [Thu Aug 13 10:12:08 2026] DELETE /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags/green => generated 99 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2103] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:12:08 2026] DELETE /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => 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: 1017/2104] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:08 2026] GET /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:08.476 7 INFO neutron.services.segments.plugin [-] Segment acbb8456-6a2f-4c67-b9a5-a3074b085ec0 resource provider aggregate not found 2026-08-13 10:12:08.480 7 INFO neutron.services.segments.plugin [-] Segment acbb8456-6a2f-4c67-b9a5-a3074b085ec0 resource provider aggregate not found 2026-08-13 10:12:08.492 7 INFO neutron.services.segments.plugin [-] Segment acbb8456-6a2f-4c67-b9a5-a3074b085ec0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acbb8456-6a2f-4c67-b9a5-a3074b085ec0 found for delete ", "request_id": "req-628a61a0-7fab-4161-8412-76e4978ffa7c"}]} 2026-08-13 10:12:08.502 7 INFO neutron.services.segments.plugin [-] Segment acbb8456-6a2f-4c67-b9a5-a3074b085ec0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acbb8456-6a2f-4c67-b9a5-a3074b085ec0 found for delete ", "request_id": "req-7588d40b-2c52-4acd-8251-839fead18b2f"}]} [pid: 7|app: 0|req: 1018/2105] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:08 2026] DELETE /v2.0/networks/3b2d299d-bdda-4bab-8c7c-1e8d7ac0f276 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:08.609 8 INFO neutron.db.segments_db [None req-c126cb63-2cee-4808-8cd6-7abdb4563854 cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] Added segment c6628c93-d517-4dc3-a4c2-02f6c1acce6c of type vxlan for network 1f834351-e118-4e1e-b42e-39cca4c75497 [pid: 8|app: 0|req: 1088/2106] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:08 2026] POST /v2.0/networks => generated 708 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2107] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:08 2026] POST /v2.0/subnets => generated 644 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:08.991 8 WARNING neutron.api.v2.base [None req-01a2ee6a-814c-4277-8b5f-388916b04c8d cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - 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-08-13 10:12:08.992 8 INFO neutron.api.v2.resource [None req-01a2ee6a-814c-4277-8b5f-388916b04c8d cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1089/2108] 10.0.0.83 () {34 vars in 680 bytes} [Thu Aug 13 10:12:08 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2109] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:08 2026] DELETE /v2.0/networks/1f834351-e118-4e1e-b42e-39cca4c75497 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2110] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:09 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:09.271 8 INFO neutron.db.segments_db [None req-d0863a6b-08c5-4e99-93bb-ae7024cb5797 cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] Added segment 4b231d98-52e5-42b8-95d8-5265b17801b5 of type vxlan for network 51ce774b-5594-4692-8bbd-130bd2d73c95 [pid: 8|app: 0|req: 1090/2111] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:09 2026] POST /v2.0/networks => generated 708 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2112] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:09 2026] GET /v2.0/security-groups?tenant_id=670ca6ccbd7744b883a53dcacf29c2bb&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: 1091/2113] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:09 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:09.585 8 WARNING neutron.api.v2.base [None req-a0c3cf48-ca83-41b5-ab40-cb65b41b05cb cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - 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-08-13 10:12:09.586 8 INFO neutron.api.v2.resource [None req-a0c3cf48-ca83-41b5-ab40-cb65b41b05cb cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1092/2114] 10.0.0.83 () {34 vars in 680 bytes} [Thu Aug 13 10:12:09 2026] POST /v2.0/rbac-policies => generated 547 bytes in 15 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2115] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:09 2026] DELETE /v2.0/security-groups/654a4ece-02e0-4d78-8242-5eeab695f0b4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:09.767 8 INFO neutron.services.segments.plugin [-] Segment 4b231d98-52e5-42b8-95d8-5265b17801b5 resource provider aggregate not found 2026-08-13 10:12:09.775 8 INFO neutron.services.segments.plugin [-] Segment 4b231d98-52e5-42b8-95d8-5265b17801b5 resource provider aggregate not found 2026-08-13 10:12:09.790 8 INFO neutron.services.segments.plugin [-] Segment 4b231d98-52e5-42b8-95d8-5265b17801b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b231d98-52e5-42b8-95d8-5265b17801b5 found for delete ", "request_id": "req-09715295-30fe-48f3-b35c-1deb85591261"}]} [pid: 8|app: 0|req: 1093/2116] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:09 2026] DELETE /v2.0/networks/51ce774b-5594-4692-8bbd-130bd2d73c95 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:09.799 8 INFO neutron.services.segments.plugin [-] Segment 4b231d98-52e5-42b8-95d8-5265b17801b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b231d98-52e5-42b8-95d8-5265b17801b5 found for delete ", "request_id": "req-ede879d7-2be5-4913-9cc3-6455f78af42b"}]} 2026-08-13 10:12:09.864 8 INFO neutron.db.segments_db [None req-21829bc0-55ca-4c63-84e2-83a92f4381c0 cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] Added segment 15d631f8-055b-4e42-b8cf-8d0804d1b909 of type vxlan for network c9ff040f-d7d5-493c-b0e3-cf325d2c3825 [pid: 7|app: 0|req: 1024/2117] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:09 2026] GET /v2.0/security-groups?tenant_id=eee6433a709d400b9ab80a2c71b189e6&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2118] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:09 2026] POST /v2.0/networks => generated 707 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2119] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:09 2026] DELETE /v2.0/security-groups/e84accaa-fe24-4c72-a424-94574b943b60 => 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: 1095/2120] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:09 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2121] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:10 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => 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: 1026/2122] 10.0.0.83 () {34 vars in 680 bytes} [Thu Aug 13 10:12:10 2026] POST /v2.0/rbac-policies => generated 324 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:10.517 7 INFO neutron.services.segments.plugin [-] Segment c6628c93-d517-4dc3-a4c2-02f6c1acce6c resource provider aggregate not found 2026-08-13 10:12:10.522 7 INFO neutron.services.segments.plugin [-] Segment c6628c93-d517-4dc3-a4c2-02f6c1acce6c resource provider aggregate not found 2026-08-13 10:12:10.539 7 INFO neutron.services.segments.plugin [-] Segment c6628c93-d517-4dc3-a4c2-02f6c1acce6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6628c93-d517-4dc3-a4c2-02f6c1acce6c found for delete ", "request_id": "req-6a34faa0-741d-47b5-aa94-1e60e9e45843"}]} 2026-08-13 10:12:10.543 7 INFO neutron.services.segments.plugin [-] Segment c6628c93-d517-4dc3-a4c2-02f6c1acce6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6628c93-d517-4dc3-a4c2-02f6c1acce6c found for delete ", "request_id": "req-2f1411af-861c-4864-883e-1cc49cdc9f7f"}]} [pid: 8|app: 0|req: 1097/2123] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:12:10 2026] GET /v2.0/networks/c9ff040f-d7d5-493c-b0e3-cf325d2c3825 => generated 654 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2124] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:12:11 2026] GET /v2.0/networks?id=ccb490f0-3162-4575-85d8-2c244bbdc6fe => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2125] 199.204.45.235 () {34 vars in 1050 bytes} [Thu Aug 13 10:12:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=af8a80f45b0e4594b5bce208974c2a50 => generated 273 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2126] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:11 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:11.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-805d8dd7-a230-4c7d-ba7c-53b80f149bbf 7329f24a410a4224a650d181c7a59db4 6c02fdedd6424cefbbfff87c8dc67b6d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1098/2127] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:12:11 2026] GET /v2.0/networks/c9ff040f-d7d5-493c-b0e3-cf325d2c3825 => generated 138 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2128] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:11 2026] DELETE /v2.0/networks/c9ff040f-d7d5-493c-b0e3-cf325d2c3825 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:11.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a802d9ea-d476-4f1f-8ed3-0c107f40903a cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1100/2129] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:11 2026] DELETE /v2.0/subnets/de3de7a6-96ef-4ffe-8fab-68eaedd631af => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:12:11.817 8 INFO neutron.services.segments.plugin [-] Segment 15d631f8-055b-4e42-b8cf-8d0804d1b909 resource provider aggregate not found 2026-08-13 10:12:11.821 8 INFO neutron.services.segments.plugin [-] Segment 15d631f8-055b-4e42-b8cf-8d0804d1b909 resource provider aggregate not found 2026-08-13 10:12:11.840 8 INFO neutron.services.segments.plugin [-] Segment 15d631f8-055b-4e42-b8cf-8d0804d1b909 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d631f8-055b-4e42-b8cf-8d0804d1b909 found for delete ", "request_id": "req-00f07ed6-a8fa-454e-8cfa-1e7548aa9916"}]} 2026-08-13 10:12:11.841 8 INFO neutron.services.segments.plugin [-] Segment 15d631f8-055b-4e42-b8cf-8d0804d1b909 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d631f8-055b-4e42-b8cf-8d0804d1b909 found for delete ", "request_id": "req-df3466df-96e0-46d2-a30c-6d02d2527036"}]} 2026-08-13 10:12:11.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e217a2ce-eab2-4273-a130-480b634f06be cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1101/2130] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:11 2026] DELETE /v2.0/subnets/f43401c2-ff75-4c26-a646-1fbf326e1975 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:12:11.858 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fea5986-d50a-4284-b53b-974bc9a6b894 cc7eb01111b14343879cc863f7646592 8aa5cdfb0ec24674b5663a51527a75e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1102/2131] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:11 2026] DELETE /v2.0/subnets/d38ae292-d12f-49b4-9bb7-21e13ccfc42c => 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: 1030/2132] 199.204.45.235 () {38 vars in 955 bytes} [Thu Aug 13 10:12:11 2026] POST /v2.0/ports => generated 993 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2133] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:12:11 2026] PUT /v2.0/ports/84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 => generated 1274 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:12.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9495b299-5b3c-447c-9107-3969dd6afb12'] response: {'name': 'network-changed', 'server_uuid': 'cbc85b7b-a4ca-4d20-8f29-9450615e667a', 'tag': '84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9', '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: 1031/2134] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:12 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1008 bytes in 66 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: 1104/2135] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:12 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2136] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:12 2026] GET /v2.0/ports?tenant_id=af8a80f45b0e4594b5bce208974c2a50&device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1277 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2137] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:12 2026] GET /v2.0/security-groups?tenant_id=8aa5cdfb0ec24674b5663a51527a75e6&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2138] 199.204.45.235 () {34 vars in 1018 bytes} [Thu Aug 13 10:12:13 2026] GET /v2.0/networks?tenant_id=af8a80f45b0e4594b5bce208974c2a50&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2139] 199.204.45.235 () {34 vars in 930 bytes} [Thu Aug 13 10:12:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2140] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:13 2026] DELETE /v2.0/security-groups/f8bf2705-dd3c-42f2-9357-f65cf0e1ac97 => 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: 1108/2141] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:13 2026] GET /v2.0/security-groups?tenant_id=6c02fdedd6424cefbbfff87c8dc67b6d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2142] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:13 2026] DELETE /v2.0/security-groups/2dbe45ca-0fff-435d-9f83-1fce93993bec => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:13.751 8 INFO neutron.db.segments_db [None req-c88a474f-036b-4bdb-850f-2b15521f8079 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] Added segment 6d67306f-9378-4787-8842-1c667534e4b8 of type vxlan for network 6aee58b7-6c78-488b-a9d9-b468502ff986 [pid: 7|app: 0|req: 1035/2143] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:13 2026] GET /v2.0/security-groups?tenant_id=5936ed348ce44ff98780d657a6e4a8fa&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: 1036/2144] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:13 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2145] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:13 2026] DELETE /v2.0/security-groups/f3d62e8e-d522-4b2e-9258-c82799e162f1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:13.992 8 INFO neutron.db.l3_hamode_db [None req-c88a474f-036b-4bdb-850f-2b15521f8079 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1038/2146] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:13 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:14.088 8 INFO neutron.db.l3_hamode_db [None req-c88a474f-036b-4bdb-850f-2b15521f8079 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1039/2147] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/ports?tenant_id=af8a80f45b0e4594b5bce208974c2a50&device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1277 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2148] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 => 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: 1041/2149] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/subnets?id=5c1ddea7-10a7-4ba1-bdab-2edbfd4a650a => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2150] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/ports?network_id=ccb490f0-3162-4575-85d8-2c244bbdc6fe&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: 1043/2151] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe?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: 1044/2152] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe?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: 1109/2153] 10.0.0.83 () {34 vars in 667 bytes} [Thu Aug 13 10:12:13 2026] POST /v2.0/routers => generated 474 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2154] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:12:14 2026] PUT /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 25 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2155] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:14 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2156] 10.0.0.83 () {34 vars in 761 bytes} [Thu Aug 13 10:12:14 2026] PUT /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/green => generated 4 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2157] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2158] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2159] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 34 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2160] 10.0.0.83 () {34 vars in 757 bytes} [Thu Aug 13 10:12:15 2026] PUT /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/red => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2161] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 34 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2162] 10.0.0.83 () {34 vars in 779 bytes} [Thu Aug 13 10:12:15 2026] PUT /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/black.or.white => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2163] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 52 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2164] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:12:15 2026] PUT /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2165] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 37 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2166] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:15 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:16.124 7 INFO neutron.api.v2.resource [None req-7591150d-bf98-4a55-9406-9d104190d9da 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/2167] 10.0.0.83 () {32 vars in 742 bytes} [Thu Aug 13 10:12:16 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2168] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:12:16 2026] DELETE /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/red => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2169] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:16 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2170] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:16 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2171] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:16 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 30 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:16.463 8 INFO neutron.api.v2.resource [None req-f41b5bfa-0a6e-403a-b34f-ec440b6dc704 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1120/2172] 10.0.0.83 () {32 vars in 745 bytes} [Thu Aug 13 10:12:16 2026] DELETE /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2173] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:12:16 2026] DELETE /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => 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: 1121/2174] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:12:16 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6/tags => generated 12 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2175] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:12:16 2026] GET /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6 => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2176] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:17 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1008 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2177] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:17 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2178] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:12:17 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => 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: 1058/2179] 199.204.45.235 () {34 vars in 1124 bytes} [Thu Aug 13 10:12:17 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2180] 10.0.0.83 () {34 vars in 741 bytes} [Thu Aug 13 10:12:16 2026] PUT /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6 => generated 480 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2181] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:12:17 2026] GET /v2.0/ports?device_id=7204c143-0168-488d-b1bc-8103b9495ee6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:17.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ab21c3b-19f7-47b1-a60b-4083b8a6a102 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] TaaS: Handle Delete Port: 11feba4a-613b-427d-a4c9-31282755b8ad 2026-08-13 10:12:17.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ab21c3b-19f7-47b1-a60b-4083b8a6a102 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] Tap Mirror: Handle Delete Port: 11feba4a-613b-427d-a4c9-31282755b8ad 2026-08-13 10:12:18.331 8 INFO neutron.services.segments.plugin [-] Segment 6d67306f-9378-4787-8842-1c667534e4b8 resource provider aggregate not found 2026-08-13 10:12:18.340 8 INFO neutron.services.segments.plugin [-] Segment 6d67306f-9378-4787-8842-1c667534e4b8 resource provider aggregate not found 2026-08-13 10:12:18.350 8 INFO neutron.db.l3_hamode_db [None req-3ab21c3b-19f7-47b1-a60b-4083b8a6a102 40e986bb43f445c09554b84f9446297d 26c82f48078a44c99c5e07537ea09c1d - - default default] HA network 6aee58b7-6c78-488b-a9d9-b468502ff986 was deleted as no HA routers are present in tenant 26c82f48078a44c99c5e07537ea09c1d. 2026-08-13 10:12:18.355 8 INFO neutron.services.segments.plugin [-] Segment 6d67306f-9378-4787-8842-1c667534e4b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d67306f-9378-4787-8842-1c667534e4b8 found for delete ", "request_id": "req-e9b5ffea-198b-4954-a721-f059b45d3d2f"}]} [pid: 8|app: 0|req: 1123/2182] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:17 2026] DELETE /v2.0/routers/7204c143-0168-488d-b1bc-8103b9495ee6 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:18.361 8 INFO neutron.services.segments.plugin [-] Segment 6d67306f-9378-4787-8842-1c667534e4b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d67306f-9378-4787-8842-1c667534e4b8 found for delete ", "request_id": "req-78490a0f-e173-494b-ba73-ccacaa5e0a49"}]} [pid: 7|app: 0|req: 1060/2183] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:18 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2184] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:18 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:19.190 8 INFO neutron.db.segments_db [None req-94290b09-468a-465b-a083-96ac9cc921ed 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Added segment 3478b64b-f3c8-4d42-a3a9-18c6eb08696d of type vxlan for network dc884963-256b-4b2b-893a-1fe6eeb6c4ad [pid: 8|app: 0|req: 1124/2185] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:18 2026] POST /v2.0/networks => generated 613 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2186] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:19 2026] GET /v2.0/security-groups?tenant_id=3d1f1fe8c3a6450a952bac3d22c23174&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2187] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:19 2026] DELETE /v2.0/security-groups/2efcf932-bb65-45ab-90c9-6497a73523af => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2188] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:12:19 2026] POST /v2.0/ports => generated 743 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 10:12:19.715 8 INFO neutron.db.segments_db [None req-6491d16e-d04a-42b9-bf0e-961cc289f2e1 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Added segment a98c419b-ffa6-42ac-9422-1cff7a88cdbf of type vxlan for network 69b0af47-4100-4871-a88c-f916934be62d [pid: 7|app: 0|req: 1064/2189] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:19 2026] GET /v2.0/security-groups?tenant_id=26c82f48078a44c99c5e07537ea09c1d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2190] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:19 2026] POST /v2.0/networks => generated 613 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2191] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:19 2026] DELETE /v2.0/security-groups/56b54689-549b-47fa-bc72-11bdb8d3ed3a => 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: 1066/2192] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:19 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2193] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:19 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2194] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:12:19 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:20.150 7 INFO neutron.db.segments_db [None req-5715960d-29ad-46d2-baae-b437822cf3b0 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Added segment 0b2a4c4a-5b78-4f0c-904f-4056e13db767 of type vxlan for network 5f559134-7504-4c57-bbc7-f965e25b635d [pid: 7|app: 0|req: 1068/2195] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:20 2026] POST /v2.0/networks => generated 613 bytes in 119 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: 1128/2196] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:12:20 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:20.617 7 INFO neutron.db.segments_db [None req-8b2ae505-4e93-42e7-8f36-24831154508a 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Added segment 28c1540c-6bd9-4766-8b73-e427c4d24136 of type vxlan for network b1a178be-b1aa-4465-8fd7-01ed346c0074 [pid: 7|app: 0|req: 1069/2197] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:20 2026] POST /v2.0/networks => generated 613 bytes in 150 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: 1129/2198] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:12:20 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:21.116 7 INFO neutron.db.segments_db [None req-d7c29e71-196f-4a31-ad24-3d20921a0076 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Added segment 180fa156-4e17-4359-80d3-18cdd5eb5903 of type vxlan for network 7a5787db-a758-4ee2-a4e3-d830de97bc23 [pid: 7|app: 0|req: 1070/2199] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:21 2026] POST /v2.0/networks => generated 613 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1071/2200] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:21 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2201] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:21 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2202] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:21 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2203] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:12:21 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1131/2204] 10.0.0.83 () {34 vars in 746 bytes} [Thu Aug 13 10:12:21 2026] PUT /v2.0/ports/6d78a6af-3467-45e5-bd36-8c5a0de914fc/tags => generated 17 bytes in 62 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: 1132/2205] 10.0.0.83 () {34 vars in 746 bytes} [Thu Aug 13 10:12:21 2026] PUT /v2.0/ports/09ced05e-20f0-42f3-806a-fccd16d662e6/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1133/2206] 10.0.0.83 () {34 vars in 746 bytes} [Thu Aug 13 10:12:21 2026] PUT /v2.0/ports/14e43638-f3d0-463d-9f97-564d459ce0d2/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1134/2207] 10.0.0.83 () {34 vars in 746 bytes} [Thu Aug 13 10:12:21 2026] PUT /v2.0/ports/2a948a46-cfb3-4fb8-b3ad-ad48ef13f489/tags => generated 19 bytes in 41 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: 1135/2208] 10.0.0.83 () {32 vars in 659 bytes} [Thu Aug 13 10:12:21 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:21.942 7 INFO neutron.db.l3_db [None req-1360b8bd-afe7-4b3a-b74e-4b0e4fb93d15 e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] Floating IP 6a41e7da-e2a3-4568-ab01-89616b7aec4a associated. External IP: 10.96.250.212, port: 84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9. [pid: 8|app: 0|req: 1136/2209] 10.0.0.83 () {32 vars in 673 bytes} [Thu Aug 13 10:12:21 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2210] 10.0.0.83 () {32 vars in 669 bytes} [Thu Aug 13 10:12:21 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2211] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2212] 10.0.0.83 () {32 vars in 667 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2213] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2214] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:12:21 2026] PUT /v2.0/floatingips/6a41e7da-e2a3-4568-ab01-89616b7aec4a => generated 855 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:22.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f92ae35c-aa48-488f-8a33-456922898e4a'] response: {'name': 'network-changed', 'server_uuid': 'cbc85b7b-a4ca-4d20-8f29-9450615e667a', 'tag': '84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1141/2215] 10.0.0.83 () {32 vars in 677 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2216] 10.0.0.83 () {32 vars in 689 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:22.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfb155db-4df4-4f37-b349-fcb972acfa09 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] TaaS: Handle Delete Port: 6d78a6af-3467-45e5-bd36-8c5a0de914fc 2026-08-13 10:12:22.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfb155db-4df4-4f37-b349-fcb972acfa09 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Tap Mirror: Handle Delete Port: 6d78a6af-3467-45e5-bd36-8c5a0de914fc [pid: 8|app: 0|req: 1142/2217] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:12:22 2026] DELETE /v2.0/ports/6d78a6af-3467-45e5-bd36-8c5a0de914fc => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:22.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-9eb6e9a4-d2d5-4e35-a6c6-38d62aab0c88 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] TaaS: Handle Delete Port: 09ced05e-20f0-42f3-806a-fccd16d662e6 2026-08-13 10:12:22.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eb6e9a4-d2d5-4e35-a6c6-38d62aab0c88 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Tap Mirror: Handle Delete Port: 09ced05e-20f0-42f3-806a-fccd16d662e6 [pid: 8|app: 0|req: 1143/2218] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/ports?tenant_id=af8a80f45b0e4594b5bce208974c2a50&device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => 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: 1076/2219] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:12:22 2026] DELETE /v2.0/ports/09ced05e-20f0-42f3-806a-fccd16d662e6 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2220] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:12:22 2026] GET /v2.0/networks?id=ccb490f0-3162-4575-85d8-2c244bbdc6fe => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2221] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2222] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/subnets?id=5c1ddea7-10a7-4ba1-bdab-2edbfd4a650a => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2225] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/ports?network_id=ccb490f0-3162-4575-85d8-2c244bbdc6fe&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:23.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-26c4abde-c1f1-484c-8d03-be93ebf2f2c1 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] TaaS: Handle Delete Port: 14e43638-f3d0-463d-9f97-564d459ce0d2 2026-08-13 10:12:23.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26c4abde-c1f1-484c-8d03-be93ebf2f2c1 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Tap Mirror: Handle Delete Port: 14e43638-f3d0-463d-9f97-564d459ce0d2 [pid: 8|app: 0|req: 1150/2226] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2227] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe?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: 1077/2228] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:12:23 2026] DELETE /v2.0/ports/14e43638-f3d0-463d-9f97-564d459ce0d2 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:23.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-f227f0d8-902b-4063-9f15-3e9eed70e8c9 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] TaaS: Handle Delete Port: 2a948a46-cfb3-4fb8-b3ad-ad48ef13f489 2026-08-13 10:12:23.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f227f0d8-902b-4063-9f15-3e9eed70e8c9 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Tap Mirror: Handle Delete Port: 2a948a46-cfb3-4fb8-b3ad-ad48ef13f489 [pid: 8|app: 0|req: 1152/2229] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:12:23 2026] DELETE /v2.0/ports/2a948a46-cfb3-4fb8-b3ad-ad48ef13f489 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:23.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-58b20071-04d1-48f3-a1bd-30866f4f74ab 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] TaaS: Handle Delete Port: 7588fc74-fa0b-4558-84c2-89954b36bb6e 2026-08-13 10:12:23.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b20071-04d1-48f3-a1bd-30866f4f74ab 8ee17337325f4edf95bcd96168e2433c f2fe610beab04b20944f80a679c642b0 - - default default] Tap Mirror: Handle Delete Port: 7588fc74-fa0b-4558-84c2-89954b36bb6e [pid: 7|app: 0|req: 1078/2230] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:12:23 2026] DELETE /v2.0/ports/7588fc74-fa0b-4558-84c2-89954b36bb6e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2231] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:23.788 7 INFO neutron.services.segments.plugin [-] Segment 3478b64b-f3c8-4d42-a3a9-18c6eb08696d resource provider aggregate not found [pid: 8|app: 0|req: 1154/2232] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:23 2026] PUT /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:23.789 7 INFO neutron.services.segments.plugin [-] Segment 3478b64b-f3c8-4d42-a3a9-18c6eb08696d resource provider aggregate not found 2026-08-13 10:12:23.809 7 INFO neutron.services.segments.plugin [-] Segment 3478b64b-f3c8-4d42-a3a9-18c6eb08696d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3478b64b-f3c8-4d42-a3a9-18c6eb08696d found for delete ", "request_id": "req-b2974a70-8b8d-4803-aa1c-0652db1939ac"}]} 2026-08-13 10:12:23.811 7 INFO neutron.services.segments.plugin [-] Segment 3478b64b-f3c8-4d42-a3a9-18c6eb08696d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3478b64b-f3c8-4d42-a3a9-18c6eb08696d found for delete ", "request_id": "req-be49ac19-1b40-4144-99c1-c501af5c84f9"}]} [pid: 8|app: 0|req: 1155/2233] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2234] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:23 2026] DELETE /v2.0/networks/dc884963-256b-4b2b-893a-1fe6eeb6c4ad => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2235] 10.0.0.83 () {34 vars in 769 bytes} [Thu Aug 13 10:12:23 2026] PUT /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2236] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:23 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2237] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:23 2026] DELETE /v2.0/networks/69b0af47-4100-4871-a88c-f916934be62d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2238] 10.0.0.83 () {34 vars in 765 bytes} [Thu Aug 13 10:12:23 2026] PUT /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2239] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/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: 1160/2240] 10.0.0.83 () {34 vars in 787 bytes} [Thu Aug 13 10:12:24 2026] PUT /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2241] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/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: 1081/2242] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/networks/5f559134-7504-4c57-bbc7-f965e25b635d => 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: 1162/2243] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:24 2026] PUT /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2244] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2245] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:24.350 8 INFO neutron.api.v2.resource [None req-a795fec9-241c-4833-9dc3-e036b7ef678a 62786e59486b4ba2a774ce086a246366 c4d12e67336640079d062421e666ec03 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1165/2246] 10.0.0.83 () {32 vars in 750 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2247] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/networks/b1a178be-b1aa-4465-8fd7-01ed346c0074 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2248] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2249] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:24.475 8 INFO neutron.api.v2.resource [None req-0cacc5be-3551-416e-83fd-5295cea12927 62786e59486b4ba2a774ce086a246366 c4d12e67336640079d062421e666ec03 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1168/2250] 10.0.0.83 () {32 vars in 753 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2251] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/networks/7a5787db-a758-4ee2-a4e3-d830de97bc23 => 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: 1169/2252] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2253] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:24 2026] GET /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2254] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:24 2026] DELETE /v2.0/subnetpools/2f1bb66b-c657-4845-9a63-68b82e67d9ba => 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: 1085/2255] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:25 2026] GET /v2.0/security-groups?tenant_id=0e3af31931854623be7769560e1f045c&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: 1171/2256] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:25 2026] GET /v2.0/security-groups?tenant_id=5415e01cccad4c929329be28d00fc81c&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2257] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:25 2026] DELETE /v2.0/security-groups/a8d5a078-5dfd-43e2-8e1c-fed686c2d2fa => 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: 1172/2258] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:25 2026] DELETE /v2.0/security-groups/b8ea5366-483a-4391-927f-a7665c9e9477 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2259] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:25 2026] GET /v2.0/security-groups?tenant_id=f2fe610beab04b20944f80a679c642b0&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:25.830 7 INFO neutron.services.segments.plugin [-] Segment a98c419b-ffa6-42ac-9422-1cff7a88cdbf resource provider aggregate not found 2026-08-13 10:12:25.837 7 INFO neutron.services.segments.plugin [-] Segment a98c419b-ffa6-42ac-9422-1cff7a88cdbf resource provider aggregate not found 2026-08-13 10:12:25.851 7 INFO neutron.services.segments.plugin [-] Segment a98c419b-ffa6-42ac-9422-1cff7a88cdbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a98c419b-ffa6-42ac-9422-1cff7a88cdbf found for delete ", "request_id": "req-3bdfba1e-5c9e-4e02-8347-2bfb1befb691"}]} 2026-08-13 10:12:25.860 7 INFO neutron.services.segments.plugin [-] Segment a98c419b-ffa6-42ac-9422-1cff7a88cdbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a98c419b-ffa6-42ac-9422-1cff7a88cdbf found for delete ", "request_id": "req-1f13d6ef-2e4e-4999-8f13-633884f09151"}]} 2026-08-13 10:12:25.867 7 INFO neutron.services.segments.plugin [-] Segment 0b2a4c4a-5b78-4f0c-904f-4056e13db767 resource provider aggregate not found [pid: 8|app: 0|req: 1174/2260] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:25 2026] DELETE /v2.0/security-groups/9424f0f6-03ce-4345-93f0-e72e57bb7ff3 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2261] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:25 2026] GET /v2.0/security-groups?tenant_id=c4d12e67336640079d062421e666ec03&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:25.884 7 INFO neutron.services.segments.plugin [-] Segment 0b2a4c4a-5b78-4f0c-904f-4056e13db767 resource provider aggregate not found 2026-08-13 10:12:25.889 7 INFO neutron.services.segments.plugin [-] Segment 0b2a4c4a-5b78-4f0c-904f-4056e13db767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2a4c4a-5b78-4f0c-904f-4056e13db767 found for delete ", "request_id": "req-d545b680-18bf-469e-97f8-ee99f5e9cdcd"}]} 2026-08-13 10:12:25.907 7 INFO neutron.services.segments.plugin [-] Segment 0b2a4c4a-5b78-4f0c-904f-4056e13db767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2a4c4a-5b78-4f0c-904f-4056e13db767 found for delete ", "request_id": "req-21eb9f87-06b1-42e7-85c0-c1f16077ae63"}]} 2026-08-13 10:12:25.912 7 INFO neutron.services.segments.plugin [-] Segment 28c1540c-6bd9-4766-8b73-e427c4d24136 resource provider aggregate not found 2026-08-13 10:12:25.933 7 INFO neutron.services.segments.plugin [-] Segment 28c1540c-6bd9-4766-8b73-e427c4d24136 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c1540c-6bd9-4766-8b73-e427c4d24136 found for delete ", "request_id": "req-8785e99b-b032-4a41-919a-3ec0b42ebce3"}]} 2026-08-13 10:12:25.939 7 INFO neutron.services.segments.plugin [-] Segment 28c1540c-6bd9-4766-8b73-e427c4d24136 resource provider aggregate not found [pid: 8|app: 0|req: 1175/2262] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:25 2026] DELETE /v2.0/security-groups/966910a8-ec24-468a-b16f-4bb9f83d7818 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:25.970 7 INFO neutron.services.segments.plugin [-] Segment 28c1540c-6bd9-4766-8b73-e427c4d24136 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c1540c-6bd9-4766-8b73-e427c4d24136 found for delete ", "request_id": "req-e2ea161f-0995-4c02-8c71-4f6c6484710a"}]} 2026-08-13 10:12:25.970 7 INFO neutron.services.segments.plugin [-] Segment 180fa156-4e17-4359-80d3-18cdd5eb5903 resource provider aggregate not found 2026-08-13 10:12:25.991 7 INFO neutron.services.segments.plugin [-] Segment 180fa156-4e17-4359-80d3-18cdd5eb5903 resource provider aggregate not found 2026-08-13 10:12:26.000 7 INFO neutron.services.segments.plugin [-] Segment 180fa156-4e17-4359-80d3-18cdd5eb5903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 180fa156-4e17-4359-80d3-18cdd5eb5903 found for delete ", "request_id": "req-639a0cf4-7c48-42f3-b574-49951fa5412a"}]} 2026-08-13 10:12:26.012 7 INFO neutron.services.segments.plugin [-] Segment 180fa156-4e17-4359-80d3-18cdd5eb5903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 180fa156-4e17-4359-80d3-18cdd5eb5903 found for delete ", "request_id": "req-e9b4687b-9ff0-4d72-ba5d-b4f5b323b227"}]} [pid: 7|app: 0|req: 1088/2263] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:26 2026] GET /v2.0/security-groups?tenant_id=e36361f5560b4ad88797128b9a98caa5&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2264] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:26 2026] DELETE /v2.0/security-groups/9b407d0a-f7a0-443f-9f77-96eceea0dc41 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:29.717 7 INFO neutron.db.segments_db [None req-70799ddd-2803-4bd7-bb12-15ad63b872be 1cb5bee5541e4705a00fdb86e9778d18 c92b11aac17f4947a129cb336e6e9558 - - default default] Added segment 6367f171-d2b5-49ae-9d88-cb7d4181772c of type vxlan for network 185eee78-8e51-4c1c-9657-c17eef7c4846 [pid: 7|app: 0|req: 1089/2265] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:29 2026] POST /v2.0/networks => generated 612 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:29.893 8 INFO neutron.db.segments_db [None req-e8670deb-4a59-41c9-a8c8-d7da7a74a2cb 1cb5bee5541e4705a00fdb86e9778d18 c92b11aac17f4947a129cb336e6e9558 - - default default] Added segment 55d29008-cbf2-42aa-b7e2-736f0e399a35 of type vxlan for network 9aa75e94-933c-46bd-8190-6494e58b85c1 [pid: 8|app: 0|req: 1177/2266] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:29 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2267] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:30 2026] PUT /v2.0/networks/185eee78-8e51-4c1c-9657-c17eef7c4846/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2268] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/networks/185eee78-8e51-4c1c-9657-c17eef7c4846/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: 1091/2269] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2270] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:30 2026] PUT /v2.0/networks/9aa75e94-933c-46bd-8190-6494e58b85c1/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2271] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2272] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/networks/9aa75e94-933c-46bd-8190-6494e58b85c1/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2273] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:30 2026] PUT /v2.0/networks/9aa75e94-933c-46bd-8190-6494e58b85c1/tags => generated 12 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2274] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/networks/9aa75e94-933c-46bd-8190-6494e58b85c1/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2275] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/networks/185eee78-8e51-4c1c-9657-c17eef7c4846/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2276] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1279 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2277] 10.0.0.83 () {32 vars in 857 bytes} [Thu Aug 13 10:12:30 2026] GET /v2.0/floatingips?floating_network_id=e3f3cf59-73a8-4047-b50c-eda7368ff686&port_id=84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 => generated 860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:30.610 8 INFO neutron.services.segments.plugin [-] Segment 6367f171-d2b5-49ae-9d88-cb7d4181772c resource provider aggregate not found 2026-08-13 10:12:30.619 8 INFO neutron.services.segments.plugin [-] Segment 6367f171-d2b5-49ae-9d88-cb7d4181772c resource provider aggregate not found 2026-08-13 10:12:30.628 8 INFO neutron.services.segments.plugin [-] Segment 6367f171-d2b5-49ae-9d88-cb7d4181772c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6367f171-d2b5-49ae-9d88-cb7d4181772c found for delete ", "request_id": "req-54646c6f-9a58-4f23-af40-98d832a6fda6"}]} 2026-08-13 10:12:30.637 8 INFO neutron.services.segments.plugin [-] Segment 6367f171-d2b5-49ae-9d88-cb7d4181772c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6367f171-d2b5-49ae-9d88-cb7d4181772c found for delete ", "request_id": "req-562a0d70-8745-4bc6-88c4-7f9f6f38975b"}]} [pid: 8|app: 0|req: 1184/2278] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:30 2026] DELETE /v2.0/networks/185eee78-8e51-4c1c-9657-c17eef7c4846 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:30.795 7 INFO neutron.services.segments.plugin [-] Segment 55d29008-cbf2-42aa-b7e2-736f0e399a35 resource provider aggregate not found 2026-08-13 10:12:30.802 7 INFO neutron.services.segments.plugin [-] Segment 55d29008-cbf2-42aa-b7e2-736f0e399a35 resource provider aggregate not found 2026-08-13 10:12:30.822 7 INFO neutron.services.segments.plugin [-] Segment 55d29008-cbf2-42aa-b7e2-736f0e399a35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55d29008-cbf2-42aa-b7e2-736f0e399a35 found for delete ", "request_id": "req-dfb481f8-279f-40be-9a47-1d4ae739ead1"}]} 2026-08-13 10:12:30.824 7 INFO neutron.services.segments.plugin [-] Segment 55d29008-cbf2-42aa-b7e2-736f0e399a35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55d29008-cbf2-42aa-b7e2-736f0e399a35 found for delete ", "request_id": "req-a6cd483b-6d94-4bb7-8b5e-dfeca561cf3b"}]} [pid: 7|app: 0|req: 1095/2279] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:30 2026] DELETE /v2.0/networks/9aa75e94-933c-46bd-8190-6494e58b85c1 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:31.292 8 INFO neutron.db.segments_db [None req-b56929e1-3d0b-4288-8c0e-2ffc20bc4fb0 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] Added segment 5883785b-be50-4f55-bc3c-d4b6796cb4d5 of type vxlan for network 10c6681d-b664-448e-8e7d-86bc2aa70903 [pid: 7|app: 0|req: 1096/2280] 10.0.0.67 () {34 vars in 989 bytes} [Thu Aug 13 10:12:31 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1279 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2281] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:31 2026] POST /v2.0/networks => generated 612 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2282] 10.0.0.67 () {34 vars in 1119 bytes} [Thu Aug 13 10:12:31 2026] GET /v2.0/security-groups?id=64232a36-ee4e-4f51-af48-7bd45775e453&id=d96618dd-60dd-4d6a-8538-da765736960e&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2283] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:31 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2284] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:31 2026] GET /v2.0/security-groups?tenant_id=a6a2afd063cc426aa7ca354d5779b6ab&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:31.751 8 INFO neutron.db.segments_db [None req-517931c1-cead-48eb-a337-c5d08363a9d2 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] Added segment 2400b899-e88d-41ee-a292-98c4d8c1a4c1 of type vxlan for network 1d2b3407-f384-4ec5-9fe3-f18c8063c3de [pid: 8|app: 0|req: 1187/2285] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:31 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2286] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:31 2026] DELETE /v2.0/security-groups/5ceea9b7-dfea-43a0-b722-308eccb059e4 => 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: 1100/2287] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:31 2026] GET /v2.0/security-groups?tenant_id=c92b11aac17f4947a129cb336e6e9558&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: 1188/2288] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:31 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2289] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:32 2026] DELETE /v2.0/security-groups/1598ba15-9e6a-42e1-840b-97554fb3a523 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:32.169 8 INFO neutron.db.segments_db [None req-08f3bb80-a918-49aa-b99a-050f8167cb10 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] Added segment 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb of type vxlan for network d2c45916-566e-4f8e-884b-7af984c1f090 [pid: 8|app: 0|req: 1189/2290] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:32 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2291] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:32 2026] POST /v2.0/subnets => generated 629 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:32.648 8 INFO neutron.db.segments_db [None req-08c5acee-120c-4cef-9fbd-fe4bf4c10933 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] Added segment 06756af6-0ef9-41c9-bf61-a7c7e25e9059 of type vxlan for network 281360c0-1216-4055-a4f9-715183a9e4f4 [pid: 8|app: 0|req: 1190/2292] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:32 2026] POST /v2.0/networks => generated 613 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2293] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:32 2026] POST /v2.0/subnets => generated 629 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:33.166 8 INFO neutron.db.segments_db [None req-3dc93a19-6892-42ce-b090-0b1cc5fa43b0 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] Added segment f02279de-7d8f-45d8-954d-43cfd5bf69b7 of type vxlan for network 71a07199-7d53-4311-96a5-114196ebe3a3 [pid: 8|app: 0|req: 1191/2294] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:33 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2295] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:12:33 2026] POST /v2.0/subnets => generated 629 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2296] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:12:33 2026] PUT /v2.0/subnets/de7dcd96-3db3-4216-a63a-fe0c08df058e/tags => generated 17 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2297] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:12:33 2026] PUT /v2.0/subnets/9cf4c068-dc0c-4be2-80b1-204fc5dd2786/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2298] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:12:33 2026] PUT /v2.0/subnets/de9e6457-32e2-459d-b534-27f0f621bd4c/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2299] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:12:33 2026] PUT /v2.0/subnets/6076661e-2c45-4848-bdea-eb940e724c94/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2300] 10.0.0.83 () {32 vars in 663 bytes} [Thu Aug 13 10:12:33 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: 7|app: 0|req: 1107/2301] 10.0.0.83 () {32 vars in 677 bytes} [Thu Aug 13 10:12:33 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2302] 10.0.0.83 () {32 vars in 673 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2303] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:33 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2304] 10.0.0.83 () {32 vars in 685 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2305] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2306] 10.0.0.83 () {32 vars in 671 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2307] 10.0.0.83 () {32 vars in 685 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2308] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2309] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:12:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2310] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:34 2026] DELETE /v2.0/subnets/de7dcd96-3db3-4216-a63a-fe0c08df058e => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2311] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:34 2026] DELETE /v2.0/subnets/9cf4c068-dc0c-4be2-80b1-204fc5dd2786 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2312] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:34 2026] DELETE /v2.0/subnets/de9e6457-32e2-459d-b534-27f0f621bd4c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2313] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:34 2026] DELETE /v2.0/subnets/6076661e-2c45-4848-bdea-eb940e724c94 => 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: 1114/2314] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:34 2026] DELETE /v2.0/subnets/97e725e5-be96-4a6b-a460-5f9e5afffa32 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:35.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-896f088e-861d-473f-bfdc-1c8963afcc63 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] TaaS: Handle Delete Port: 30e1f464-7f4c-40e8-a867-d733aae1c6c4 2026-08-13 10:12:35.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-896f088e-861d-473f-bfdc-1c8963afcc63 8ea0f45def5144d493d8d607db4eab50 4b7cb9545a4e4026b18e8d97a0349162 - - default default] Tap Mirror: Handle Delete Port: 30e1f464-7f4c-40e8-a867-d733aae1c6c4 [pid: 7|app: 0|req: 1115/2315] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:35 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2316] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:35 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:35.321 8 INFO neutron.services.segments.plugin [-] Segment 5883785b-be50-4f55-bc3c-d4b6796cb4d5 resource provider aggregate not found 2026-08-13 10:12:35.325 8 INFO neutron.services.segments.plugin [-] Segment 5883785b-be50-4f55-bc3c-d4b6796cb4d5 resource provider aggregate not found 2026-08-13 10:12:35.338 8 INFO neutron.services.segments.plugin [-] Segment 5883785b-be50-4f55-bc3c-d4b6796cb4d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5883785b-be50-4f55-bc3c-d4b6796cb4d5 found for delete ", "request_id": "req-95633458-ff54-4e88-a50c-9721487fcfab"}]} [pid: 8|app: 0|req: 1201/2317] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:35 2026] DELETE /v2.0/networks/10c6681d-b664-448e-8e7d-86bc2aa70903 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:35.353 8 INFO neutron.services.segments.plugin [-] Segment 5883785b-be50-4f55-bc3c-d4b6796cb4d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5883785b-be50-4f55-bc3c-d4b6796cb4d5 found for delete ", "request_id": "req-65d0f60b-eae1-46f5-bcc1-6c63fe96c2f8"}]} 2026-08-13 10:12:35.494 7 INFO neutron.services.segments.plugin [-] Segment 2400b899-e88d-41ee-a292-98c4d8c1a4c1 resource provider aggregate not found 2026-08-13 10:12:35.500 7 INFO neutron.services.segments.plugin [-] Segment 2400b899-e88d-41ee-a292-98c4d8c1a4c1 resource provider aggregate not found 2026-08-13 10:12:35.520 7 INFO neutron.services.segments.plugin [-] Segment 2400b899-e88d-41ee-a292-98c4d8c1a4c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2400b899-e88d-41ee-a292-98c4d8c1a4c1 found for delete ", "request_id": "req-0d9bdd25-4bb7-40da-9bbb-008df555e76b"}]} 2026-08-13 10:12:35.530 7 INFO neutron.services.segments.plugin [-] Segment 2400b899-e88d-41ee-a292-98c4d8c1a4c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2400b899-e88d-41ee-a292-98c4d8c1a4c1 found for delete ", "request_id": "req-e99ae134-5e4c-4a4c-9b71-ecd204c64c55"}]} [pid: 7|app: 0|req: 1117/2318] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:35 2026] DELETE /v2.0/networks/1d2b3407-f384-4ec5-9fe3-f18c8063c3de => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2319] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:35 2026] DELETE /v2.0/networks/d2c45916-566e-4f8e-884b-7af984c1f090 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2320] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:35 2026] DELETE /v2.0/networks/281360c0-1216-4055-a4f9-715183a9e4f4 => 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: 1203/2321] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:35 2026] DELETE /v2.0/networks/71a07199-7d53-4311-96a5-114196ebe3a3 => 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: 1119/2322] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:36 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2323] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:12:36 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2324] 10.0.0.168 () {34 vars in 1120 bytes} [Thu Aug 13 10:12:36 2026] GET /v2.0/security-groups?id=d96618dd-60dd-4d6a-8538-da765736960e&id=64232a36-ee4e-4f51-af48-7bd45775e453&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:36.555 8 INFO neutron_taas.services.taas.taas_plugin [req-f1b53504-79dd-4994-9801-a8eb6ee203c5 req-ec1d5781-b0b9-4d69-b7e9-3417f83bdd73 e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] TaaS: Handle Delete Port: 84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 2026-08-13 10:12:36.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f1b53504-79dd-4994-9801-a8eb6ee203c5 req-ec1d5781-b0b9-4d69-b7e9-3417f83bdd73 e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] Tap Mirror: Handle Delete Port: 84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 2026-08-13 10:12:36.681 8 INFO neutron.db.l3_db [req-f1b53504-79dd-4994-9801-a8eb6ee203c5 req-ec1d5781-b0b9-4d69-b7e9-3417f83bdd73 e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] Floating IP 6a41e7da-e2a3-4568-ab01-89616b7aec4a disassociated. External IP: 10.96.250.212, port: 84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9. [pid: 8|app: 0|req: 1205/2325] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:12:36 2026] DELETE /v2.0/ports/84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:37.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89e95444-5ab0-4bea-a08c-bf85ac488a2a'] response: {'server_uuid': 'cbc85b7b-a4ca-4d20-8f29-9450615e667a', 'name': 'network-vif-deleted', 'tag': '84faa6bb-83ad-4cbb-8a08-73aa62a4a2a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1121/2326] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:36 2026] GET /v2.0/security-groups?tenant_id=5a4f8724f918401e9171a4c0a1dea927&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:37.363 8 INFO neutron.services.segments.plugin [-] Segment 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb resource provider aggregate not found 2026-08-13 10:12:37.377 8 INFO neutron.services.segments.plugin [-] Segment 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb resource provider aggregate not found 2026-08-13 10:12:37.386 8 INFO neutron.services.segments.plugin [-] Segment 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb found for delete ", "request_id": "req-f9a35e55-8953-48e9-abaa-bf017cd8fbac"}]} [pid: 8|app: 0|req: 1206/2327] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:37 2026] DELETE /v2.0/security-groups/5140ec70-088f-4b07-9e3f-cd37063e6c86 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:37.400 8 INFO neutron.services.segments.plugin [-] Segment 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55cf8e10-d69b-46fd-8a9e-7b0e6549edcb found for delete ", "request_id": "req-9364fae1-68e8-4f77-bc65-255cb3cfa5e4"}]} 2026-08-13 10:12:37.404 8 INFO neutron.services.segments.plugin [-] Segment f02279de-7d8f-45d8-954d-43cfd5bf69b7 resource provider aggregate not found 2026-08-13 10:12:37.420 8 INFO neutron.services.segments.plugin [-] Segment f02279de-7d8f-45d8-954d-43cfd5bf69b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f02279de-7d8f-45d8-954d-43cfd5bf69b7 found for delete ", "request_id": "req-6f37a645-ba83-44b1-9a05-384b87a3d8d8"}]} 2026-08-13 10:12:37.421 8 INFO neutron.services.segments.plugin [-] Segment f02279de-7d8f-45d8-954d-43cfd5bf69b7 resource provider aggregate not found 2026-08-13 10:12:37.435 8 INFO neutron.services.segments.plugin [-] Segment f02279de-7d8f-45d8-954d-43cfd5bf69b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f02279de-7d8f-45d8-954d-43cfd5bf69b7 found for delete ", "request_id": "req-90656d54-90ca-496d-bd86-2a8bc6291055"}]} [pid: 7|app: 0|req: 1122/2328] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:37 2026] GET /v2.0/security-groups?tenant_id=4b7cb9545a4e4026b18e8d97a0349162&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:37.537 7 INFO neutron.services.segments.plugin [-] Segment 06756af6-0ef9-41c9-bf61-a7c7e25e9059 resource provider aggregate not found 2026-08-13 10:12:37.548 7 INFO neutron.services.segments.plugin [-] Segment 06756af6-0ef9-41c9-bf61-a7c7e25e9059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06756af6-0ef9-41c9-bf61-a7c7e25e9059 found for delete ", "request_id": "req-b60bc0fa-992d-4772-88d6-fabf8ba41838"}]} 2026-08-13 10:12:37.560 7 INFO neutron.services.segments.plugin [-] Segment 06756af6-0ef9-41c9-bf61-a7c7e25e9059 resource provider aggregate not found 2026-08-13 10:12:37.586 7 INFO neutron.services.segments.plugin [-] Segment 06756af6-0ef9-41c9-bf61-a7c7e25e9059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06756af6-0ef9-41c9-bf61-a7c7e25e9059 found for delete ", "request_id": "req-1e0a66d4-842a-4045-959d-cc0826954d6a"}]} [pid: 7|app: 0|req: 1123/2329] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:37 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => 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: 1207/2330] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:37 2026] DELETE /v2.0/security-groups/d6099d8a-e5ba-4f0f-b721-9a4736badd29 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2331] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:37 2026] GET /v2.0/security-groups?tenant_id=dc7c34bfcd1147788b4a26bc7218c34f&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2332] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:37 2026] DELETE /v2.0/security-groups/de3dfbb3-ea63-45c4-859e-0d245eb369da => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2335] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:38 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => 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: 1210/2336] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:12:39 2026] GET /v2.0/ports?device_id=cbc85b7b-a4ca-4d20-8f29-9450615e667a => 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: 1127/2337] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:40 2026] DELETE /v2.0/security-groups/64232a36-ee4e-4f51-af48-7bd45775e453 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:41.077 8 INFO neutron.api.v2.resource [None req-271c2672-1645-4bee-b2a4-da4271fcc35f e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2338] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:12:41 2026] GET /v2.0/security-groups/64232a36-ee4e-4f51-af48-7bd45775e453 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:12:41.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-717de569-dce6-4134-a226-c65e8a3dfd3f e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] TaaS: Handle Delete Port: 2e0d1ae0-62ac-4d6f-ae1a-f3a649a27147 2026-08-13 10:12:41.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-717de569-dce6-4134-a226-c65e8a3dfd3f e4e81ad6609742e99a582b34ed10c820 af8a80f45b0e4594b5bce208974c2a50 - - default default] Tap Mirror: Handle Delete Port: 2e0d1ae0-62ac-4d6f-ae1a-f3a649a27147 [pid: 7|app: 0|req: 1128/2339] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:41 2026] DELETE /v2.0/floatingips/6a41e7da-e2a3-4568-ab01-89616b7aec4a => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2340] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:41 2026] DELETE /v2.0/security-groups/d96618dd-60dd-4d6a-8538-da765736960e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:41.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ac5eae2-789a-46fc-abde-7b8c1e9a1368 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 6d130344-364d-4ada-860a-e9119206a237 2026-08-13 10:12:41.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ac5eae2-789a-46fc-abde-7b8c1e9a1368 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 6d130344-364d-4ada-860a-e9119206a237 [pid: 7|app: 0|req: 1129/2341] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:12:41 2026] PUT /v2.0/routers/03822080-c538-4bff-9e30-1d6562ab7436/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2342] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2343] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:42 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: 1215/2344] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2345] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:42.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbef8910-ef3f-4cea-9c3e-2914915ab63e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: c10114bf-602a-4ccd-aedc-a9733039e3e8 2026-08-13 10:12:42.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbef8910-ef3f-4cea-9c3e-2914915ab63e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: c10114bf-602a-4ccd-aedc-a9733039e3e8 [pid: 8|app: 0|req: 1217/2346] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2347] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:42 2026] PUT /v2.0/subnetpools/5bf73e60-f0ab-4d8e-bee4-a8f007a294d5/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2348] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:42 2026] PUT /v2.0/subnetpools/23a8d124-17af-4fb5-8344-f9c08f60405f/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2349] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:12:42 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: 1221/2350] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:42 2026] PUT /v2.0/subnetpools/cb6360c9-9484-4230-8a03-5e9580aeb6f5/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2351] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:12:42 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) 2026-08-13 10:12:43.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbef8910-ef3f-4cea-9c3e-2914915ab63e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: bf9157ad-29dd-4296-947e-eb367b5f3276 2026-08-13 10:12:43.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbef8910-ef3f-4cea-9c3e-2914915ab63e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: bf9157ad-29dd-4296-947e-eb367b5f3276 [pid: 8|app: 0|req: 1223/2352] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:42 2026] PUT /v2.0/subnetpools/a5639bc1-743e-4262-9a05-14fd3cbe80d2/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2353] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2354] 10.0.0.83 () {32 vars in 671 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2355] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2356] 10.0.0.83 () {32 vars in 685 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => 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: 1228/2357] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2358] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:12: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: 1230/2359] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2360] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => 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: 1232/2361] 10.0.0.83 () {32 vars in 679 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:43.436 7 INFO neutron.services.segments.plugin [-] Segment 23d52215-de3c-4356-8594-6dd0f2aab912 resource provider aggregate not found 2026-08-13 10:12:43.442 7 INFO neutron.services.segments.plugin [-] Segment 23d52215-de3c-4356-8594-6dd0f2aab912 resource provider aggregate not found 2026-08-13 10:12:43.455 7 INFO neutron.services.segments.plugin [-] Segment 23d52215-de3c-4356-8594-6dd0f2aab912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23d52215-de3c-4356-8594-6dd0f2aab912 found for delete ", "request_id": "req-7e04c2dc-5073-4352-890e-45b58f09b887"}]} 2026-08-13 10:12:43.460 7 INFO neutron.services.segments.plugin [-] Segment 23d52215-de3c-4356-8594-6dd0f2aab912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23d52215-de3c-4356-8594-6dd0f2aab912 found for delete ", "request_id": "req-eb780aca-69ae-49b9-8bf4-52e1e3cbcfc9"}]} 2026-08-13 10:12:43.477 7 INFO neutron.db.l3_hamode_db [None req-fbef8910-ef3f-4cea-9c3e-2914915ab63e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 19b8f9a4-a9ab-4952-b542-58a593acc43a was deleted as no HA routers are present in tenant af8a80f45b0e4594b5bce208974c2a50. [pid: 7|app: 0|req: 1130/2362] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:42 2026] DELETE /v2.0/routers/03822080-c538-4bff-9e30-1d6562ab7436 => generated 0 bytes in 973 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2363] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2364] 199.204.45.235 () {34 vars in 717 bytes} [Thu Aug 13 10:12:43 2026] POST /v2.0/ports => generated 1055 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2365] 10.0.0.83 () {32 vars in 689 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2366] 10.0.0.83 () {32 vars in 701 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2367] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/subnetpools/5bf73e60-f0ab-4d8e-bee4-a8f007a294d5 => 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: 1237/2368] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1055 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2369] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/subnets/5c1ddea7-10a7-4ba1-bdab-2edbfd4a650a => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2370] 10.0.0.168 () {34 vars in 907 bytes} [Thu Aug 13 10:12:43 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2371] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/subnetpools/23a8d124-17af-4fb5-8344-f9c08f60405f => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2372] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/subnetpools/cb6360c9-9484-4230-8a03-5e9580aeb6f5 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:43.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-234dc299-83b8-4bc0-a774-e4e0b34c1784 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 55ef5163-0555-40d8-9209-3c064dc06eaa 2026-08-13 10:12:43.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-234dc299-83b8-4bc0-a774-e4e0b34c1784 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 55ef5163-0555-40d8-9209-3c064dc06eaa [pid: 8|app: 0|req: 1240/2373] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/subnetpools/a5639bc1-743e-4262-9a05-14fd3cbe80d2 => 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: 1241/2374] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/subnetpools/5cb62e57-91d7-470e-8725-10becdc5d0d0 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2375] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:43 2026] DELETE /v2.0/networks/ccb490f0-3162-4575-85d8-2c244bbdc6fe => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:44.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-adef086c-b076-408c-b094-5d307ec94ee5 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 9136fc87-c7fa-438e-b6de-5be0080dd2e7 2026-08-13 10:12:44.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adef086c-b076-408c-b094-5d307ec94ee5 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 9136fc87-c7fa-438e-b6de-5be0080dd2e7 [pid: 8|app: 0|req: 1242/2376] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:12:44 2026] PUT /v2.0/routers/0a0ee43e-6b86-4b91-9076-703f87162351/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2377] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:44 2026] GET /v2.0/security-groups?tenant_id=0f7f9133520c47c7b6f3d4a90695ed18&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2378] 199.204.45.235 () {34 vars in 1262 bytes} [Thu Aug 13 10:12:44 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2379] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:45 2026] DELETE /v2.0/security-groups/6cbfbe95-e981-427a-8d71-88499f65a2a2 => 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: 1245/2380] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:45 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1246/2381] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:45 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2382] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:45 2026] GET /v2.0/security-groups?tenant_id=7d61fe7bcfb04ae99d2eba5a52d8c67a&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2383] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:45 2026] DELETE /v2.0/security-groups/4c5f4166-5dc5-44d3-96a6-c461543ba434 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:45.526 7 INFO neutron.services.segments.plugin [-] Segment 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 resource provider aggregate not found 2026-08-13 10:12:45.532 7 INFO neutron.services.segments.plugin [-] Segment 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 resource provider aggregate not found 2026-08-13 10:12:45.550 7 INFO neutron.services.segments.plugin [-] Segment 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 found for delete ", "request_id": "req-437b9420-2967-47c1-9847-9fdd73ddc2da"}]} 2026-08-13 10:12:45.552 7 INFO neutron.services.segments.plugin [-] Segment 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5f353c-13bd-4ab6-8b46-dbcc3e0aea42 found for delete ", "request_id": "req-c7e0ea5d-4525-4e01-be20-d80dc834f9a5"}]} [pid: 8|app: 0|req: 1249/2384] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:45 2026] GET /v2.0/security-groups?tenant_id=2084c96bc7db4b4b893ee2ca00e9439b&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2385] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:45 2026] DELETE /v2.0/security-groups/35fdc1f3-3415-4d86-a5ed-7f1516104ab0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:45.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-37cba567-b50c-4ecd-b46f-2519ceffa7d7 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 5805b7f6-1b73-4c11-9a04-3191a792ea88 2026-08-13 10:12:45.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37cba567-b50c-4ecd-b46f-2519ceffa7d7 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 5805b7f6-1b73-4c11-9a04-3191a792ea88 [pid: 8|app: 0|req: 1251/2386] 199.204.45.235 () {34 vars in 975 bytes} [Thu Aug 13 10:12:45 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1055 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2387] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:12:45 2026] GET /v2.0/networks?id=2cbab260-9d8e-48ee-9164-f8e04453119e => generated 800 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:45.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-37cba567-b50c-4ecd-b46f-2519ceffa7d7 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 44588c34-db3f-410d-9130-e309b2e16d7a 2026-08-13 10:12:46.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37cba567-b50c-4ecd-b46f-2519ceffa7d7 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 44588c34-db3f-410d-9130-e309b2e16d7a [pid: 8|app: 0|req: 1253/2388] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:12:45 2026] PUT /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1245 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:46.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e9cb2fc-562b-463a-8c7c-133be7565e6b'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '44faab33-644f-4d14-8849-f50e14529aea', 'status': 'completed', 'code': 200} 2026-08-13 10:12:46.402 7 INFO neutron.db.l3_hamode_db [None req-37cba567-b50c-4ecd-b46f-2519ceffa7d7 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] HA network 30d693f1-aa8d-4a53-8b6d-6c81e1fee728 was deleted as no HA routers are present in tenant f31b0dcd436245759fbeb04d8ebb3087. [pid: 7|app: 0|req: 1136/2389] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:45 2026] DELETE /v2.0/routers/0a0ee43e-6b86-4b91-9076-703f87162351 => generated 0 bytes in 1403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2390] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:12:46 2026] DELETE /v2.0/subnets/ef5b8f70-fca6-4ffa-b02d-6efccd05a2dd => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:46.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-d517e3e8-ed15-4a9b-8234-9f752fbadfbf 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 0c630a49-7694-44b7-a311-fbccc866023d 2026-08-13 10:12:46.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d517e3e8-ed15-4a9b-8234-9f752fbadfbf 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 0c630a49-7694-44b7-a311-fbccc866023d [pid: 8|app: 0|req: 1255/2391] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:46 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2485 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2392] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:46 2026] DELETE /v2.0/networks/1d85bbcf-7db3-431d-bc37-379e05a41a7c => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2393] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:12:46 2026] GET /v2.0/networks?id=2cbab260-9d8e-48ee-9164-f8e04453119e => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2394] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:12:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2395] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:47 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2396] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:47 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2397] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:47 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2398] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:47 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1259/2399] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:47 2026] GET /v2.0/security-groups?tenant_id=af8a80f45b0e4594b5bce208974c2a50&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2400] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:47 2026] DELETE /v2.0/security-groups/939617e0-abf1-4c38-9416-5e424a088511 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2401] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:47 2026] GET /v2.0/security-groups?tenant_id=f31b0dcd436245759fbeb04d8ebb3087&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:47.568 7 INFO neutron.services.segments.plugin [-] Segment c4a1c92d-b44c-4a04-995b-577299922f3f resource provider aggregate not found 2026-08-13 10:12:47.580 7 INFO neutron.services.segments.plugin [-] Segment c4a1c92d-b44c-4a04-995b-577299922f3f resource provider aggregate not found 2026-08-13 10:12:47.586 7 INFO neutron.services.segments.plugin [-] Segment c4a1c92d-b44c-4a04-995b-577299922f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a1c92d-b44c-4a04-995b-577299922f3f found for delete ", "request_id": "req-1f4d456f-78a0-409e-967f-4edc2af64eea"}]} 2026-08-13 10:12:47.599 7 INFO neutron.services.segments.plugin [-] Segment c4a1c92d-b44c-4a04-995b-577299922f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a1c92d-b44c-4a04-995b-577299922f3f found for delete ", "request_id": "req-f0051f5e-51c3-4a04-99c7-7ad186c284ed"}]} 2026-08-13 10:12:47.607 7 INFO neutron.services.segments.plugin [-] Segment a01aee6f-ff41-4518-b209-b614b2a5794c resource provider aggregate not found 2026-08-13 10:12:47.625 7 INFO neutron.services.segments.plugin [-] Segment a01aee6f-ff41-4518-b209-b614b2a5794c resource provider aggregate not found 2026-08-13 10:12:47.631 7 INFO neutron.services.segments.plugin [-] Segment a01aee6f-ff41-4518-b209-b614b2a5794c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a01aee6f-ff41-4518-b209-b614b2a5794c found for delete ", "request_id": "req-38379cb1-55b8-41c7-9bf2-403dd9f99b13"}]} 2026-08-13 10:12:47.646 7 INFO neutron.services.segments.plugin [-] Segment a01aee6f-ff41-4518-b209-b614b2a5794c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a01aee6f-ff41-4518-b209-b614b2a5794c found for delete ", "request_id": "req-d7029b10-d794-46ff-847a-51c804292bb6"}]} [pid: 7|app: 0|req: 1142/2402] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:47 2026] DELETE /v2.0/security-groups/1b815a28-c48e-43df-917e-7af662a69ae9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2403] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2404] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => 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: 1262/2405] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2406] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2407] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2408] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1264/2409] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => 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: 1146/2410] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2411] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&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: 1147/2412] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1266/2413] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:48 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2414] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:12:49 2026] POST /v2.0/floatingips => generated 552 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2415] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:49 2026] PUT /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/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: 1149/2416] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:49 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2417] 10.0.0.83 () {34 vars in 769 bytes} [Thu Aug 13 10:12:50 2026] PUT /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/green => 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: 1150/2418] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2419] 10.0.0.83 () {34 vars in 765 bytes} [Thu Aug 13 10:12:50 2026] PUT /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2420] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2421] 10.0.0.83 () {34 vars in 787 bytes} [Thu Aug 13 10:12:50 2026] PUT /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2422] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2423] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:12:50 2026] PUT /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2424] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/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: 1272/2425] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:50.618 7 INFO neutron.api.v2.resource [None req-a47cc13a-8cf1-47be-810c-4652b55480be c73921a6317e40c7bdbc382beb3d63d2 1628bf70cf20491497b23f2931751038 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1154/2426] 10.0.0.83 () {32 vars in 750 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2427] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:12:50 2026] DELETE /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2428] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:50.775 8 INFO neutron.api.v2.resource [None req-a352b951-ad62-4a84-9d06-3e5a4ea46ee3 c73921a6317e40c7bdbc382beb3d63d2 1628bf70cf20491497b23f2931751038 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2429] 10.0.0.83 () {32 vars in 753 bytes} [Thu Aug 13 10:12:50 2026] DELETE /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2430] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:12:50 2026] DELETE /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2431] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:12:50 2026] GET /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:51.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5837132-f24c-4629-bab8-75f8d04516c0 c73921a6317e40c7bdbc382beb3d63d2 1628bf70cf20491497b23f2931751038 - - default default] TaaS: Handle Delete Port: bce8223e-353b-4876-bab2-454300df61c7 2026-08-13 10:12:51.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5837132-f24c-4629-bab8-75f8d04516c0 c73921a6317e40c7bdbc382beb3d63d2 1628bf70cf20491497b23f2931751038 - - default default] Tap Mirror: Handle Delete Port: bce8223e-353b-4876-bab2-454300df61c7 [pid: 7|app: 0|req: 1157/2432] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:12:50 2026] DELETE /v2.0/floatingips/0fe525e0-8f68-42d1-a1db-bc49ad7b291a => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2433] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:51 2026] GET /v2.0/security-groups?tenant_id=7240dd8a21de4f8398f5d8ef79462821&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:52.127 7 INFO neutron.db.segments_db [None req-b64df86c-9a23-4ac2-81d6-2bddbd75dd0a c91c74fd2e27473b9d7eeb8823282b17 71bd52dab2c64083b612f984acab2168 - - default default] Added segment 21067d79-9e37-4459-b3e2-7376ba6358c1 of type vxlan for network 4d7a54cb-e776-492c-abee-9d2d04a9f6bb [pid: 8|app: 0|req: 1277/2434] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:52 2026] DELETE /v2.0/security-groups/7f48c5f4-e59d-4a1b-a958-aa279ed0060c => 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: 1158/2435] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:51 2026] POST /v2.0/networks => generated 612 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:52.260 8 INFO neutron.db.segments_db [None req-8b90ef61-975a-4d74-bcdf-2ca194029e1f c91c74fd2e27473b9d7eeb8823282b17 71bd52dab2c64083b612f984acab2168 - - default default] Added segment 4321ac54-c7ee-4dcf-b3c8-a343f38749bc of type vxlan for network 34d27e0b-e2d5-431d-8349-bde0eaea7490 [pid: 8|app: 0|req: 1278/2436] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:52 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2437] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:52 2026] GET /v2.0/security-groups?tenant_id=1628bf70cf20491497b23f2931751038&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:52.415 8 INFO neutron.db.segments_db [None req-b56ae631-d29b-4d9d-85ae-38238e049d58 c91c74fd2e27473b9d7eeb8823282b17 71bd52dab2c64083b612f984acab2168 - - default default] Added segment 571ca47c-99a1-4dcf-8e5a-20347b52a912 of type vxlan for network 5fd6ad52-fcf1-40ef-b4e1-9c8911a3de8f [pid: 7|app: 0|req: 1160/2438] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:52 2026] DELETE /v2.0/security-groups/c6908fa8-0cd6-4cd8-8e2b-c54b66cd9045 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2439] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:52 2026] POST /v2.0/networks => generated 611 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:52.579 7 INFO neutron.db.segments_db [None req-dccff353-94cd-432e-954c-09fb98227101 c91c74fd2e27473b9d7eeb8823282b17 71bd52dab2c64083b612f984acab2168 - - default default] Added segment 30410288-b145-4eb6-aeec-6f335b122f39 of type vxlan for network 616faf1f-b9c3-4e17-af8c-6fc87dc50273 [pid: 7|app: 0|req: 1161/2440] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:52 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:52.743 8 INFO neutron.db.segments_db [None req-0ca80093-b50b-40d7-93e1-23de70d9eb58 c91c74fd2e27473b9d7eeb8823282b17 71bd52dab2c64083b612f984acab2168 - - default default] Added segment c3719c6a-a00b-480c-8d7e-316cd8ddab08 of type vxlan for network 6f1c5258-cee6-486f-82b1-4eb4217a1799 [pid: 7|app: 0|req: 1162/2441] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:12:52 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1247 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2442] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:12:52 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2443] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:52 2026] PUT /v2.0/networks/4d7a54cb-e776-492c-abee-9d2d04a9f6bb/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2444] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:52 2026] PUT /v2.0/networks/34d27e0b-e2d5-431d-8349-bde0eaea7490/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2445] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:53 2026] PUT /v2.0/networks/5fd6ad52-fcf1-40ef-b4e1-9c8911a3de8f/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2446] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:12:52 2026] PUT /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1271 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:53.124 7 INFO neutron.api.v2.resource [None req-2b17efd1-8518-4111-8993-027213be4745 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2449] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/security-groups/lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => 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: 1284/2450] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:53 2026] PUT /v2.0/networks/616faf1f-b9c3-4e17-af8c-6fc87dc50273/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:53.156 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cbc911f-54a3-4531-a51f-499aea7a0b6a'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '44faab33-644f-4d14-8849-f50e14529aea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1167/2451] 199.204.45.235 () {30 vars in 785 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/security-groups?name=lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 1637 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2452] 10.0.0.83 () {32 vars in 665 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2453] 10.0.0.83 () {32 vars in 679 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2454] 10.0.0.83 () {32 vars in 675 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?tags-any=blue => 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: 1288/2455] 10.0.0.83 () {32 vars in 687 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2456] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:12:53 2026] PUT /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1309 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2457] 10.0.0.83 () {32 vars in 673 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1169/2458] 10.0.0.83 () {32 vars in 687 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2459] 10.0.0.83 () {32 vars in 683 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2460] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2461] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2462] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:12:53 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: 1294/2463] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2464] 10.0.0.83 () {32 vars in 695 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2465] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2466] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2467] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2468] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks?id=2cbab260-9d8e-48ee-9164-f8e04453119e => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2469] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:53.822 8 INFO neutron.services.segments.plugin [-] Segment 21067d79-9e37-4459-b3e2-7376ba6358c1 resource provider aggregate not found [pid: 7|app: 0|req: 1175/2470] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:53.826 8 INFO neutron.services.segments.plugin [-] Segment 21067d79-9e37-4459-b3e2-7376ba6358c1 resource provider aggregate not found 2026-08-13 10:12:53.841 8 INFO neutron.services.segments.plugin [-] Segment 21067d79-9e37-4459-b3e2-7376ba6358c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21067d79-9e37-4459-b3e2-7376ba6358c1 found for delete ", "request_id": "req-ea4eb849-641f-4155-96fb-6c885faa687f"}]} 2026-08-13 10:12:53.846 8 INFO neutron.services.segments.plugin [-] Segment 21067d79-9e37-4459-b3e2-7376ba6358c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21067d79-9e37-4459-b3e2-7376ba6358c1 found for delete ", "request_id": "req-fab24155-a64c-4b3e-b6c2-e1c89f8d0423"}]} [pid: 7|app: 0|req: 1176/2471] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2472] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:53 2026] DELETE /v2.0/networks/4d7a54cb-e776-492c-abee-9d2d04a9f6bb => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2473] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2474] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2475] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2476] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:54.028 7 INFO neutron.services.segments.plugin [-] Segment 4321ac54-c7ee-4dcf-b3c8-a343f38749bc resource provider aggregate not found 2026-08-13 10:12:54.039 7 INFO neutron.services.segments.plugin [-] Segment 4321ac54-c7ee-4dcf-b3c8-a343f38749bc resource provider aggregate not found [pid: 8|app: 0|req: 1300/2477] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:53 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:54.062 7 INFO neutron.services.segments.plugin [-] Segment 4321ac54-c7ee-4dcf-b3c8-a343f38749bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4321ac54-c7ee-4dcf-b3c8-a343f38749bc found for delete ", "request_id": "req-67d168cb-f7f7-4445-a950-0b8f78a0ba49"}]} 2026-08-13 10:12:54.063 7 INFO neutron.services.segments.plugin [-] Segment 4321ac54-c7ee-4dcf-b3c8-a343f38749bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4321ac54-c7ee-4dcf-b3c8-a343f38749bc found for delete ", "request_id": "req-09484e13-92e9-4996-aac3-8f65697c9291"}]} [pid: 8|app: 0|req: 1301/2478] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:12:54 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2479] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:53 2026] DELETE /v2.0/networks/34d27e0b-e2d5-431d-8349-bde0eaea7490 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2480] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:54 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1179/2481] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:54 2026] DELETE /v2.0/networks/5fd6ad52-fcf1-40ef-b4e1-9c8911a3de8f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2482] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:54 2026] DELETE /v2.0/networks/616faf1f-b9c3-4e17-af8c-6fc87dc50273 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2483] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:12:54 2026] DELETE /v2.0/networks/6f1c5258-cee6-486f-82b1-4eb4217a1799 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:12:55.199 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-124b70f1-f0dd-45c2-a082-1bcf5fba09b6'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '44faab33-644f-4d14-8849-f50e14529aea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1304/2484] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/security-groups?tenant_id=6c363726a3d74bad8555a5dbe84f4be9&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2485] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:55 2026] DELETE /v2.0/security-groups/a197851c-3753-4ddd-b924-36af381a33db => 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: 1305/2486] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2487] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/networks?id=2cbab260-9d8e-48ee-9164-f8e04453119e => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2488] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:55.868 8 INFO neutron.services.segments.plugin [-] Segment 30410288-b145-4eb6-aeec-6f335b122f39 resource provider aggregate not found 2026-08-13 10:12:55.875 8 INFO neutron.services.segments.plugin [-] Segment 30410288-b145-4eb6-aeec-6f335b122f39 resource provider aggregate not found [pid: 8|app: 0|req: 1307/2489] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:12:55.902 8 INFO neutron.services.segments.plugin [-] Segment 30410288-b145-4eb6-aeec-6f335b122f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30410288-b145-4eb6-aeec-6f335b122f39 found for delete ", "request_id": "req-196a02c2-a9a8-431b-9323-8f30ed802884"}]} 2026-08-13 10:12:55.911 8 INFO neutron.services.segments.plugin [-] Segment 30410288-b145-4eb6-aeec-6f335b122f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30410288-b145-4eb6-aeec-6f335b122f39 found for delete ", "request_id": "req-16de6310-a3c8-4f52-8c60-41ec14e4af76"}]} [pid: 8|app: 0|req: 1308/2490] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2491] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/security-groups?tenant_id=0063779f17f4429389d25d9e46809e18&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2492] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:12:55 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:56.084 7 INFO neutron.services.segments.plugin [-] Segment 571ca47c-99a1-4dcf-8e5a-20347b52a912 resource provider aggregate not found 2026-08-13 10:12:56.087 7 INFO neutron.services.segments.plugin [-] Segment 571ca47c-99a1-4dcf-8e5a-20347b52a912 resource provider aggregate not found 2026-08-13 10:12:56.102 7 INFO neutron.services.segments.plugin [-] Segment 571ca47c-99a1-4dcf-8e5a-20347b52a912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571ca47c-99a1-4dcf-8e5a-20347b52a912 found for delete ", "request_id": "req-0e58bd13-6f35-4bc5-982a-09064b632b84"}]} 2026-08-13 10:12:56.104 7 INFO neutron.services.segments.plugin [-] Segment 571ca47c-99a1-4dcf-8e5a-20347b52a912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571ca47c-99a1-4dcf-8e5a-20347b52a912 found for delete ", "request_id": "req-253450c0-85d8-4a53-993b-f9e2546a1f40"}]} 2026-08-13 10:12:56.122 7 INFO neutron.services.segments.plugin [-] Segment c3719c6a-a00b-480c-8d7e-316cd8ddab08 resource provider aggregate not found 2026-08-13 10:12:56.131 7 INFO neutron.services.segments.plugin [-] Segment c3719c6a-a00b-480c-8d7e-316cd8ddab08 resource provider aggregate not found [pid: 8|app: 0|req: 1309/2493] 10.0.0.83 () {34 vars in 677 bytes} [Thu Aug 13 10:12:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:12:56.137 7 INFO neutron.services.segments.plugin [-] Segment c3719c6a-a00b-480c-8d7e-316cd8ddab08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3719c6a-a00b-480c-8d7e-316cd8ddab08 found for delete ", "request_id": "req-9512e545-c1b2-488a-b002-d6b288cbc210"}]} 2026-08-13 10:12:56.143 7 INFO neutron.services.segments.plugin [-] Segment c3719c6a-a00b-480c-8d7e-316cd8ddab08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3719c6a-a00b-480c-8d7e-316cd8ddab08 found for delete ", "request_id": "req-e03ea6be-b950-41b9-a482-b3dd17fd19ff"}]} [pid: 7|app: 0|req: 1185/2494] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:56 2026] DELETE /v2.0/security-groups/2900893e-f037-4477-823d-d88b6dfbd089 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2495] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2496] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:56 2026] PUT /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2497] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2498] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/security-groups?tenant_id=71bd52dab2c64083b612f984acab2168&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2499] 10.0.0.83 () {34 vars in 763 bytes} [Thu Aug 13 10:12:56 2026] PUT /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2500] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2501] 10.0.0.83 () {34 vars in 759 bytes} [Thu Aug 13 10:12:56 2026] PUT /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2502] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:56 2026] DELETE /v2.0/security-groups/089deeaf-4147-4b7b-aeb5-4288d0a7fd7a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2503] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2504] 10.0.0.83 () {34 vars in 781 bytes} [Thu Aug 13 10:12:56 2026] PUT /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/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: 7|app: 0|req: 1191/2505] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/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: 1315/2506] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:12:56 2026] PUT /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2507] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2508] 10.0.0.83 () {32 vars in 740 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:12:56.754 7 INFO neutron.api.v2.resource [None req-a0f9dd4f-653b-4ea9-97eb-c1104ce108e6 66fa227a9bdd49829ade48f0d82d6ffb 6c41c8e6ccba4bc78ba0b115dcc383b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1193/2509] 10.0.0.83 () {32 vars in 744 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2510] 10.0.0.83 () {32 vars in 743 bytes} [Thu Aug 13 10:12:56 2026] DELETE /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2511] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:12:56.910 8 INFO neutron.api.v2.resource [None req-774dfde6-cadc-418b-85d6-375fbbad4413 66fa227a9bdd49829ade48f0d82d6ffb 6c41c8e6ccba4bc78ba0b115dcc383b5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2512] 10.0.0.83 () {32 vars in 747 bytes} [Thu Aug 13 10:12:56 2026] DELETE /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2513] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:12:56 2026] DELETE /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/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: 1319/2514] 10.0.0.83 () {32 vars in 732 bytes} [Thu Aug 13 10:12:56 2026] GET /v2.0/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2515] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:12:57 2026] DELETE /v2.0/qos/policies/73c15567-0e8d-43e0-9e32-2c5fc8e1d253 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2516] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:57 2026] GET /v2.0/security-groups?tenant_id=9112953656e449388675df6fabf2d4e3&name=default => generated 2929 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2517] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:57 2026] DELETE /v2.0/security-groups/a41e207b-68cb-4acf-851b-9751dc024ff7 => 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: 1199/2518] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:12:58 2026] GET /v2.0/security-groups?tenant_id=6c41c8e6ccba4bc78ba0b115dcc383b5&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:12:58.449 8 INFO neutron.db.l3_db [None req-d0b499fd-0ea2-45f5-91a4-ca1afeda97f9 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Floating IP 57055e49-87aa-4625-ac14-c54789de8889 associated. External IP: 10.96.250.203, port: a514407e-b955-4f56-a53c-583a2b34eebf. [pid: 7|app: 0|req: 1200/2519] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:12:58 2026] DELETE /v2.0/security-groups/472a5da4-2f37-480a-a073-c1477e457546 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2520] 10.0.0.83 () {34 vars in 676 bytes} [Thu Aug 13 10:12:57 2026] POST /v2.0/floatingips => generated 898 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:13:01.187 7 INFO neutron.db.segments_db [None req-57c42e0f-9cb4-439e-9181-8c682a53b954 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Added segment 777ac725-14ce-4fa0-b6be-b7a1cde1e40b of type vxlan for network ac7d3987-9e61-492e-b0ce-cec5420fdfae 2026-08-13 10:13:01.437 7 INFO neutron.db.l3_hamode_db [None req-57c42e0f-9cb4-439e-9181-8c682a53b954 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:13:01.537 7 INFO neutron.db.l3_hamode_db [None req-57c42e0f-9cb4-439e-9181-8c682a53b954 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1321/2521] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:01 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: 1322/2522] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2523] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:01 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: 1324/2524] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:01 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-08-13 10:13:01.661 8 INFO neutron.api.v2.resource [None req-a3b959f6-1c6a-440a-920e-66cb02d80c35 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1325/2525] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 10:13:01 2026] GET /v2.0/security-groups/lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2526] 199.204.45.235 () {30 vars in 785 bytes} [Thu Aug 13 10:13:01 2026] GET /v2.0/security-groups?name=lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2527] 199.204.45.235 () {30 vars in 815 bytes} [Thu Aug 13 10:13:01 2026] GET /v2.0/security-group-rules?security_group_id=1748380f-bca4-499f-83c1-8425e70b1dfd => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2528] 199.204.45.235 () {34 vars in 747 bytes} [Thu Aug 13 10:13:01 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: 1201/2529] 10.0.0.83 () {34 vars in 667 bytes} [Thu Aug 13 10:13:00 2026] POST /v2.0/routers => generated 474 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2530] 199.204.45.235 () {34 vars in 747 bytes} [Thu Aug 13 10:13:02 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: 1329/2531] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:13:01 2026] POST /v2.0/security-groups => generated 1603 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-13 10:13:02.247 7 INFO neutron.db.l3_hamode_db [None req-66e30df7-fef6-4cee-a97b-06a5e91d0253 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1330/2532] 10.0.0.83 () {34 vars in 766 bytes} [Thu Aug 13 10:13:02 2026] PUT /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2533] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/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: 1332/2534] 10.0.0.83 () {34 vars in 777 bytes} [Thu Aug 13 10:13:02 2026] PUT /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2535] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:02.371 7 INFO neutron.db.l3_hamode_db [None req-66e30df7-fef6-4cee-a97b-06a5e91d0253 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1334/2536] 10.0.0.83 () {34 vars in 773 bytes} [Thu Aug 13 10:13:02 2026] PUT /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2537] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2538] 10.0.0.83 () {34 vars in 795 bytes} [Thu Aug 13 10:13:02 2026] PUT /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2539] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2540] 10.0.0.83 () {34 vars in 766 bytes} [Thu Aug 13 10:13:02 2026] PUT /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2541] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2542] 10.0.0.83 () {32 vars in 754 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:13:02.679 8 INFO neutron.api.v2.resource [None req-2a5160c3-550d-409f-8a1e-7ecf107d7bd1 ff7fc53b0b8742239921b3108712eba6 478d724fe5304130933b443275ecbadd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1341/2543] 10.0.0.83 () {32 vars in 758 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2544] 10.0.0.83 () {32 vars in 757 bytes} [Thu Aug 13 10:13:02 2026] DELETE /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2545] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:02.806 8 INFO neutron.api.v2.resource [None req-cebdd286-c946-400b-aac1-9bba9b6ec1e6 ff7fc53b0b8742239921b3108712eba6 478d724fe5304130933b443275ecbadd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1344/2546] 10.0.0.83 () {32 vars in 761 bytes} [Thu Aug 13 10:13:02 2026] DELETE /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2547] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:13:02 2026] DELETE /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2548] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:13:02 2026] GET /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657/tags => 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: 1203/2549] 10.0.0.83 () {34 vars in 667 bytes} [Thu Aug 13 10:13:02 2026] POST /v2.0/routers => generated 474 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:13:02.975 7 INFO neutron.db.l3_hamode_db [None req-6f01aeb4-7754-426c-8d01-2fe174bbf7bd 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1347/2550] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:02 2026] DELETE /v2.0/security-groups/0a027336-5bca-490a-b09d-b407fa070657 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:13:03.120 7 INFO neutron.db.l3_hamode_db [None req-6f01aeb4-7754-426c-8d01-2fe174bbf7bd 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1204/2551] 10.0.0.83 () {34 vars in 667 bytes} [Thu Aug 13 10:13:02 2026] POST /v2.0/routers => generated 474 bytes in 879 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:13:03.858 7 INFO neutron.db.l3_hamode_db [None req-f5340f54-5760-4e91-a8b8-818cd0c26da9 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1348/2552] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:03 2026] GET /v2.0/security-groups?tenant_id=f8f51fb27c9d45e3b97eb438b23cc017&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:13:03.994 7 INFO neutron.db.l3_hamode_db [None req-f5340f54-5760-4e91-a8b8-818cd0c26da9 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1349/2553] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:03 2026] DELETE /v2.0/security-groups/1407c9c0-7dc1-4a84-9233-a2adac05e009 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2554] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:04 2026] GET /v2.0/security-groups?tenant_id=478d724fe5304130933b443275ecbadd&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2555] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:04 2026] DELETE /v2.0/security-groups/375ebc4c-a223-4904-9df0-a11edad3f2d4 => 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: 1205/2556] 10.0.0.83 () {34 vars in 667 bytes} [Thu Aug 13 10:13:03 2026] POST /v2.0/routers => generated 474 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-13 10:13:04.650 8 INFO neutron.db.l3_hamode_db [None req-0576fa19-f998-4d4c-875b-4046b609ba13 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-13 10:13:04.734 8 INFO neutron.db.l3_hamode_db [None req-0576fa19-f998-4d4c-875b-4046b609ba13 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1352/2557] 10.0.0.83 () {34 vars in 667 bytes} [Thu Aug 13 10:13:04 2026] POST /v2.0/routers => generated 474 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2558] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:13:05 2026] PUT /v2.0/routers/9e7c5b61-7262-4806-8055-03324a8f5f7d/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2559] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:13:05 2026] PUT /v2.0/routers/a9079ca8-c271-4a52-b876-052ce621cd55/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2560] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:13:05 2026] PUT /v2.0/routers/a3d7cf67-bdb7-4d7f-903e-4eee51046e05/tags => generated 34 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2561] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:13:05 2026] PUT /v2.0/routers/9ec7d41a-6844-4106-81e2-e96b97aca847/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2562] 10.0.0.83 () {32 vars in 663 bytes} [Thu Aug 13 10:13:05 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2563] 10.0.0.83 () {32 vars in 677 bytes} [Thu Aug 13 10:13:05 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2564] 10.0.0.83 () {32 vars in 673 bytes} [Thu Aug 13 10:13:05 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2565] 10.0.0.83 () {32 vars in 685 bytes} [Thu Aug 13 10:13:05 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2566] 10.0.0.83 () {32 vars in 671 bytes} [Thu Aug 13 10:13:06 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2567] 10.0.0.83 () {32 vars in 685 bytes} [Thu Aug 13 10:13:06 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2568] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:13:06 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2569] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:13:06 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2570] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:13:06 2026] GET /v2.0/routers/9e7c5b61-7262-4806-8055-03324a8f5f7d => generated 485 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2571] 10.0.0.83 () {34 vars in 741 bytes} [Thu Aug 13 10:13:06 2026] PUT /v2.0/routers/9e7c5b61-7262-4806-8055-03324a8f5f7d => generated 485 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2572] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:13:07 2026] GET /v2.0/ports?device_id=9e7c5b61-7262-4806-8055-03324a8f5f7d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:07.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-50d2e5f5-8ac3-4bfe-862c-6c2bca7180d4 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] TaaS: Handle Delete Port: 30a80f6b-2192-4f51-bf34-bd78f5fa9eaa 2026-08-13 10:13:07.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50d2e5f5-8ac3-4bfe-862c-6c2bca7180d4 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Tap Mirror: Handle Delete Port: 30a80f6b-2192-4f51-bf34-bd78f5fa9eaa [pid: 8|app: 0|req: 1360/2573] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:13:07 2026] DELETE /v2.0/routers/9e7c5b61-7262-4806-8055-03324a8f5f7d => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2574] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:13:07 2026] GET /v2.0/routers/a9079ca8-c271-4a52-b876-052ce621cd55 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2577] 10.0.0.83 () {34 vars in 741 bytes} [Thu Aug 13 10:13:07 2026] PUT /v2.0/routers/a9079ca8-c271-4a52-b876-052ce621cd55 => generated 493 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2578] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:13:08 2026] GET /v2.0/ports?device_id=a9079ca8-c271-4a52-b876-052ce621cd55 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:08.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3210846-965e-4261-87cf-2c4f9e5de41a 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] TaaS: Handle Delete Port: 525fa63f-2b83-4260-92b7-9488668a9328 2026-08-13 10:13:08.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3210846-965e-4261-87cf-2c4f9e5de41a 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Tap Mirror: Handle Delete Port: 525fa63f-2b83-4260-92b7-9488668a9328 [pid: 8|app: 0|req: 1362/2579] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:13:08 2026] DELETE /v2.0/routers/a9079ca8-c271-4a52-b876-052ce621cd55 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2580] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:13:08 2026] GET /v2.0/routers/a3d7cf67-bdb7-4d7f-903e-4eee51046e05 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2581] 10.0.0.83 () {34 vars in 741 bytes} [Thu Aug 13 10:13:08 2026] PUT /v2.0/routers/a3d7cf67-bdb7-4d7f-903e-4eee51046e05 => generated 502 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2582] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:13:09 2026] GET /v2.0/ports?device_id=a3d7cf67-bdb7-4d7f-903e-4eee51046e05 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:09.555 8 INFO neutron_taas.services.taas.taas_plugin [None req-683682ec-a529-4072-a37b-7e037ebeaac3 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] TaaS: Handle Delete Port: 455cb41d-8b92-40ca-87ee-4a06c579c490 2026-08-13 10:13:09.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-683682ec-a529-4072-a37b-7e037ebeaac3 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Tap Mirror: Handle Delete Port: 455cb41d-8b92-40ca-87ee-4a06c579c490 [pid: 8|app: 0|req: 1364/2583] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:13:09 2026] DELETE /v2.0/routers/a3d7cf67-bdb7-4d7f-903e-4eee51046e05 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2584] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:13:09 2026] GET /v2.0/routers/9ec7d41a-6844-4106-81e2-e96b97aca847 => generated 487 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2585] 10.0.0.83 () {34 vars in 741 bytes} [Thu Aug 13 10:13:09 2026] PUT /v2.0/routers/9ec7d41a-6844-4106-81e2-e96b97aca847 => generated 487 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2586] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:13:10 2026] GET /v2.0/ports?device_id=9ec7d41a-6844-4106-81e2-e96b97aca847 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:10.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-beca586f-3b68-4f7b-8f55-b98b992a8973 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] TaaS: Handle Delete Port: 61dd4a2f-e283-42fe-8128-b1e8061e2553 2026-08-13 10:13:10.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-beca586f-3b68-4f7b-8f55-b98b992a8973 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Tap Mirror: Handle Delete Port: 61dd4a2f-e283-42fe-8128-b1e8061e2553 [pid: 7|app: 0|req: 1222/2587] 10.0.0.92 () {30 vars in 689 bytes} [Thu Aug 13 10:13:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2588] 10.0.0.92 () {30 vars in 691 bytes} [Thu Aug 13 10:13:10 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: 1224/2589] 10.0.0.92 () {30 vars in 667 bytes} [Thu Aug 13 10:13:10 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: 1225/2590] 10.0.0.92 () {30 vars in 703 bytes} [Thu Aug 13 10:13:10 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: 1366/2591] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:13:10 2026] DELETE /v2.0/routers/9ec7d41a-6844-4106-81e2-e96b97aca847 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2592] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:13:10 2026] GET /v2.0/routers/c9826d10-5619-4e24-aeb4-15035cf46105 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2593] 10.0.0.83 () {34 vars in 741 bytes} [Thu Aug 13 10:13:10 2026] PUT /v2.0/routers/c9826d10-5619-4e24-aeb4-15035cf46105 => generated 480 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2594] 10.0.0.92 () {28 vars in 438 bytes} [Thu Aug 13 10:13:11 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2595] 10.0.0.83 () {32 vars in 735 bytes} [Thu Aug 13 10:13:11 2026] GET /v2.0/ports?device_id=c9826d10-5619-4e24-aeb4-15035cf46105 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2596] 10.0.0.92 () {30 vars in 727 bytes} [Thu Aug 13 10:13:11 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => generated 656 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:13:11.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e86e96f-55aa-4191-960d-5b991796a3ba 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] TaaS: Handle Delete Port: 29810b90-ba2d-4d33-8e75-2f1e1b390920 2026-08-13 10:13:11.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e86e96f-55aa-4191-960d-5b991796a3ba 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] Tap Mirror: Handle Delete Port: 29810b90-ba2d-4d33-8e75-2f1e1b390920 2026-08-13 10:13:11.775 8 INFO neutron.services.segments.plugin [-] Segment 777ac725-14ce-4fa0-b6be-b7a1cde1e40b resource provider aggregate not found 2026-08-13 10:13:11.780 8 INFO neutron.services.segments.plugin [-] Segment 777ac725-14ce-4fa0-b6be-b7a1cde1e40b resource provider aggregate not found 2026-08-13 10:13:11.793 8 INFO neutron.services.segments.plugin [-] Segment 777ac725-14ce-4fa0-b6be-b7a1cde1e40b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777ac725-14ce-4fa0-b6be-b7a1cde1e40b found for delete ", "request_id": "req-34f37b7d-4ae5-47d9-b2fb-762d463f4d3b"}]} 2026-08-13 10:13:11.797 8 INFO neutron.services.segments.plugin [-] Segment 777ac725-14ce-4fa0-b6be-b7a1cde1e40b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777ac725-14ce-4fa0-b6be-b7a1cde1e40b found for delete ", "request_id": "req-434b9273-ce09-4248-a6e4-cbc30446c863"}]} 2026-08-13 10:13:11.810 8 INFO neutron.db.l3_hamode_db [None req-7e86e96f-55aa-4191-960d-5b991796a3ba 47337ba10ac2481fa861927acc3ab861 f98acb949aa040488f4d6f040e4516c1 - - default default] HA network ac7d3987-9e61-492e-b0ce-cec5420fdfae was deleted as no HA routers are present in tenant f98acb949aa040488f4d6f040e4516c1. [pid: 8|app: 0|req: 1369/2597] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:13:11 2026] DELETE /v2.0/routers/c9826d10-5619-4e24-aeb4-15035cf46105 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2598] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2599] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2600] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:12 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: 1371/2601] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2602] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => generated 674 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2603] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2604] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:12 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: 1373/2605] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:12 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: 1233/2606] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:12 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: 1374/2607] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:12 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: 1234/2608] 199.204.45.235 () {34 vars in 717 bytes} [Thu Aug 13 10:13:12 2026] POST /v2.0/ports => generated 1316 bytes in 307 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: 1235/2609] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1316 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2610] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:12 2026] GET /v2.0/security-groups?tenant_id=b25a077a10904b40876c57c3a1ac63ba&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2611] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:12 2026] DELETE /v2.0/security-groups/81034395-47dd-4706-a49a-8d08ce4a9b73 => 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: 1376/2612] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:13 2026] GET /v2.0/security-groups?tenant_id=8d13927a41cd48589ca0fc36b42aa399&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: 1237/2613] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:13 2026] DELETE /v2.0/security-groups/6904441f-30d6-413d-8597-a06818bf5584 => 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: 1377/2614] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:13 2026] GET /v2.0/security-groups?tenant_id=f98acb949aa040488f4d6f040e4516c1&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2615] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:13 2026] DELETE /v2.0/security-groups/54d33b4b-b242-48d2-ba64-ed37301d058a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2616] 199.204.45.235 () {34 vars in 1262 bytes} [Thu Aug 13 10:13:13 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2617] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:13 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1379/2618] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:13 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2619] 199.204.45.235 () {34 vars in 975 bytes} [Thu Aug 13 10:13:14 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1316 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2620] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:13:14 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2621] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:13:14 2026] PUT /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1506 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:13:15.159 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bad19c5d-a403-4a7b-819f-be94eb026980'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '4a12a2be-150b-4586-a1f3-584d535686f3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1381/2622] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4083 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1242/2623] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2624] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => 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: 1243/2625] 199.204.45.235 () {34 vars in 1100 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => 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: 1383/2626] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b&id=982a20b7-8427-40de-93b2-896744bbdedb => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2627] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2628] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&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: 7|app: 0|req: 1245/2629] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:15 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2630] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:16 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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-08-13 10:13:17.139 7 INFO neutron.db.segments_db [None req-7714b321-5f61-4d70-b5ce-07cac3a151e0 4d71302eda0b407cb86f9cc4d4622c27 3fb1fc1782ab4ee48c093113f910a6db - - default default] Added segment a46c0b11-03bb-4814-b2fb-771a0ae134f0 of type vxlan for network d5c9d668-3f3c-4d09-9c2e-77cad0da1bee [pid: 8|app: 0|req: 1386/2631] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4083 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2632] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => 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: 1388/2633] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2634] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:13:16 2026] POST /v2.0/networks => generated 613 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2635] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2636] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1391/2637] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2638] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2639] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2640] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&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: 1247/2641] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:13:17 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1395/2642] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1248/2643] 10.0.0.83 () {34 vars in 746 bytes} [Thu Aug 13 10:13:17 2026] PUT /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 25 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: 8|app: 0|req: 1396/2644] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1249/2645] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2646] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => generated 19 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, ' [pid: 8|app: 0|req: 1398/2647] 199.204.45.235 () {34 vars in 1100 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => 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: 1399/2648] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b&id=982a20b7-8427-40de-93b2-896744bbdedb => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2649] 10.0.0.83 () {34 vars in 757 bytes} [Thu Aug 13 10:13:17 2026] PUT /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/green => generated 4 bytes in 77 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: 1400/2650] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2651] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2652] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 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: 1402/2653] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1252/2654] 10.0.0.83 () {34 vars in 753 bytes} [Thu Aug 13 10:13:17 2026] PUT /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/red => generated 4 bytes in 65 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: 1403/2655] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1253/2656] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:17 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2657] 10.0.0.83 () {34 vars in 775 bytes} [Thu Aug 13 10:13:17 2026] PUT /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/black.or.white => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1254/2658] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:18 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 52 bytes in 45 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: 1405/2659] 10.0.0.83 () {34 vars in 746 bytes} [Thu Aug 13 10:13:18 2026] PUT /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1255/2660] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:18 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1406/2661] 10.0.0.83 () {32 vars in 734 bytes} [Thu Aug 13 10:13:18 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/red => generated 0 bytes in 53 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-08-13 10:13:18.318 7 INFO neutron.api.v2.resource [None req-a003eb5f-4000-4c1b-8092-77dd985ad90b 4d71302eda0b407cb86f9cc4d4622c27 3fb1fc1782ab4ee48c093113f910a6db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1256/2662] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:13:18 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/green => generated 99 bytes in 59 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: 1407/2663] 10.0.0.83 () {32 vars in 737 bytes} [Thu Aug 13 10:13:18 2026] DELETE /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/red => generated 0 bytes in 78 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: 1257/2664] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:18 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 10:13:18.524 8 INFO neutron.api.v2.resource [None req-6a33fe6f-c1a7-41c4-a080-3780d150f94e 4d71302eda0b407cb86f9cc4d4622c27 3fb1fc1782ab4ee48c093113f910a6db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1408/2665] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:13:18 2026] DELETE /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags/green => generated 99 bytes in 55 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: 1258/2666] 10.0.0.83 () {32 vars in 729 bytes} [Thu Aug 13 10:13:18 2026] DELETE /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 0 bytes in 75 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: 1409/2667] 10.0.0.83 () {32 vars in 726 bytes} [Thu Aug 13 10:13:18 2026] GET /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 10:13:18.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0fc2efc-d3f1-4f8e-b77d-8d2564870823 4d71302eda0b407cb86f9cc4d4622c27 3fb1fc1782ab4ee48c093113f910a6db - - default default] TaaS: Handle Delete Port: 035afa97-76c9-4032-a10a-b8484a5b448b 2026-08-13 10:13:18.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0fc2efc-d3f1-4f8e-b77d-8d2564870823 4d71302eda0b407cb86f9cc4d4622c27 3fb1fc1782ab4ee48c093113f910a6db - - default default] Tap Mirror: Handle Delete Port: 035afa97-76c9-4032-a10a-b8484a5b448b [pid: 7|app: 0|req: 1259/2668] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:13:18 2026] DELETE /v2.0/ports/035afa97-76c9-4032-a10a-b8484a5b448b => generated 0 bytes in 139 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-08-13 10:13:18.927 8 INFO neutron.services.segments.plugin [-] Segment a46c0b11-03bb-4814-b2fb-771a0ae134f0 resource provider aggregate not found 2026-08-13 10:13:18.934 8 INFO neutron.services.segments.plugin [-] Segment a46c0b11-03bb-4814-b2fb-771a0ae134f0 resource provider aggregate not found 2026-08-13 10:13:18.954 8 INFO neutron.services.segments.plugin [-] Segment a46c0b11-03bb-4814-b2fb-771a0ae134f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a46c0b11-03bb-4814-b2fb-771a0ae134f0 found for delete ", "request_id": "req-ddbaff2c-6e7e-4c77-9237-547f7bfadb94"}]} 2026-08-13 10:13:18.955 8 INFO neutron.services.segments.plugin [-] Segment a46c0b11-03bb-4814-b2fb-771a0ae134f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a46c0b11-03bb-4814-b2fb-771a0ae134f0 found for delete ", "request_id": "req-5ea5dc23-d849-40c2-ab3a-c8f941a5cb3f"}]} [pid: 8|app: 0|req: 1410/2669] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:13:18 2026] DELETE /v2.0/networks/d5c9d668-3f3c-4d09-9c2e-77cad0da1bee => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2670] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:19 2026] GET /v2.0/security-groups?tenant_id=3fb1fc1782ab4ee48c093113f910a6db&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2671] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:19 2026] DELETE /v2.0/security-groups/514dbef6-5e1c-40c4-bb31-0063fd29b6d5 => 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: 1261/2672] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:19 2026] GET /v2.0/security-groups?tenant_id=c3051579633a45a7a5efc1848f970b0a&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: 1412/2673] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:20 2026] DELETE /v2.0/security-groups/e9a70f53-aefe-42d0-b327-5f7aeeb7e13d => 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: 1262/2674] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:13:21 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1508 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2675] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:21 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 796 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2676] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => 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: 1414/2677] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/subnets/982a20b7-8427-40de-93b2-896744bbdedb => generated 744 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2678] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2679] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:22 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: 1265/2680] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:22 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: 1416/2681] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2682] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2683] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2684] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2685] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2686] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 797 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2687] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2688] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:22 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:13:23.614 8 INFO neutron.db.segments_db [None req-7a3c00f7-8b35-42df-9882-86a6fe3152df 53bd87029f3248f6ae7fd85c21a6b497 8e03297b7bcf42eeb243bc9058652f11 - - default default] Added segment 3af38d50-ef4f-4840-9155-696b61e0c70c of type vxlan for network 992f762e-44b0-4f84-837c-8f6ddf2ae893 [pid: 8|app: 0|req: 1421/2691] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:13:23 2026] POST /v2.0/networks => generated 613 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2692] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:13:23 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2693] 10.0.0.83 () {34 vars in 665 bytes} [Thu Aug 13 10:13:24 2026] POST /v2.0/trunks => generated 407 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1272/2694] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:13:24 2026] PUT /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2695] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2696] 10.0.0.83 () {34 vars in 759 bytes} [Thu Aug 13 10:13:24 2026] PUT /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2697] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2698] 10.0.0.83 () {34 vars in 755 bytes} [Thu Aug 13 10:13:24 2026] PUT /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2699] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2700] 10.0.0.83 () {34 vars in 777 bytes} [Thu Aug 13 10:13:24 2026] PUT /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2701] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2702] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:13:24 2026] PUT /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2703] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/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: 1277/2704] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:13:24.733 8 INFO neutron.api.v2.resource [None req-a6c53c3b-4085-4863-8031-665f196f0328 53bd87029f3248f6ae7fd85c21a6b497 8e03297b7bcf42eeb243bc9058652f11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1428/2705] 10.0.0.83 () {32 vars in 740 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/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: 1278/2706] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:24 2026] DELETE /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2707] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:13:24.848 7 INFO neutron.api.v2.resource [None req-53dc8b5f-0745-469a-9f82-f5214074f7ea 53bd87029f3248f6ae7fd85c21a6b497 8e03297b7bcf42eeb243bc9058652f11 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1279/2708] 10.0.0.83 () {32 vars in 743 bytes} [Thu Aug 13 10:13:24 2026] DELETE /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/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: 1430/2709] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:13:24 2026] DELETE /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2710] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2711] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2712] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:13:24 2026] GET /v2.0/ports/f4685b77-9874-4418-92d7-152ada68389e => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2713] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:13:25 2026] DELETE /v2.0/trunks/8b96f591-5a70-4478-bb44-c4e0e7d10103 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:13:25.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-ace89176-de39-4a81-81d5-808875944d35 53bd87029f3248f6ae7fd85c21a6b497 8e03297b7bcf42eeb243bc9058652f11 - - default default] TaaS: Handle Delete Port: f4685b77-9874-4418-92d7-152ada68389e 2026-08-13 10:13:25.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ace89176-de39-4a81-81d5-808875944d35 53bd87029f3248f6ae7fd85c21a6b497 8e03297b7bcf42eeb243bc9058652f11 - - default default] Tap Mirror: Handle Delete Port: f4685b77-9874-4418-92d7-152ada68389e [pid: 7|app: 0|req: 1282/2714] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:13:25 2026] DELETE /v2.0/ports/f4685b77-9874-4418-92d7-152ada68389e => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:13:25.467 8 INFO neutron.services.segments.plugin [-] Segment 3af38d50-ef4f-4840-9155-696b61e0c70c resource provider aggregate not found 2026-08-13 10:13:25.474 8 INFO neutron.services.segments.plugin [-] Segment 3af38d50-ef4f-4840-9155-696b61e0c70c resource provider aggregate not found 2026-08-13 10:13:25.492 8 INFO neutron.services.segments.plugin [-] Segment 3af38d50-ef4f-4840-9155-696b61e0c70c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3af38d50-ef4f-4840-9155-696b61e0c70c found for delete ", "request_id": "req-3868c6bf-8b1b-4186-b156-d758321bcff3"}]} 2026-08-13 10:13:25.494 8 INFO neutron.services.segments.plugin [-] Segment 3af38d50-ef4f-4840-9155-696b61e0c70c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3af38d50-ef4f-4840-9155-696b61e0c70c found for delete ", "request_id": "req-82896642-fb93-4960-9aa1-3fa44a81502a"}]} [pid: 8|app: 0|req: 1433/2715] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:13:25 2026] DELETE /v2.0/networks/992f762e-44b0-4f84-837c-8f6ddf2ae893 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2716] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:26 2026] GET /v2.0/security-groups?tenant_id=8e03297b7bcf42eeb243bc9058652f11&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2717] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:26 2026] DELETE /v2.0/security-groups/958b03c7-1321-43bd-9fba-84e00a80c48a => 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: 1284/2718] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:13:26 2026] GET /v2.0/security-groups?tenant_id=175450ae8cea4433818ccda8c6c938e2&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2719] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:13:26 2026] DELETE /v2.0/security-groups/e70b9c51-8c07-42a9-877b-9e521b34c4e5 => 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: 1285/2720] 10.0.0.92 () {30 vars in 689 bytes} [Thu Aug 13 10:13:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2721] 10.0.0.92 () {30 vars in 691 bytes} [Thu Aug 13 10:13:31 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: 1286/2722] 10.0.0.92 () {30 vars in 667 bytes} [Thu Aug 13 10:13:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2723] 10.0.0.92 () {30 vars in 703 bytes} [Thu Aug 13 10:13:31 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: 1287/2724] 10.0.0.92 () {28 vars in 438 bytes} [Thu Aug 13 10:13:32 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2725] 10.0.0.92 () {30 vars in 727 bytes} [Thu Aug 13 10:13:32 2026] GET /v2.0/subnets/3414be5e-5e22-4085-9565-86a9dd0521ce => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2726] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:33 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: 1439/2727] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:33 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: 1289/2728] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:33 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: 1440/2729] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:33 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: 1290/2730] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:33 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2731] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:33 2026] GET /v2.0/subnets/3414be5e-5e22-4085-9565-86a9dd0521ce => 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: 1291/2732] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:13:33 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4085 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2733] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:33 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: 1292/2734] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:33 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: 1443/2735] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:33 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: 1293/2736] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2737] 199.204.45.235 () {34 vars in 717 bytes} [Thu Aug 13 10:13:33 2026] POST /v2.0/ports => generated 1328 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2738] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:13:34 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1328 bytes in 249 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: 1445/2739] 199.204.45.235 () {34 vars in 1262 bytes} [Thu Aug 13 10:13:35 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f?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: 1295/2740] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:35 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 1446/2741] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:35 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2742] 199.204.45.235 () {34 vars in 975 bytes} [Thu Aug 13 10:13:36 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1328 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2743] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:13:36 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2744] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:13:36 2026] PUT /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1518 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:13:36.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f30d29dc-ce3d-458f-b574-c3154178b993'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '5cae1aee-5cc0-4e9d-905e-53407cad574f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1448/2745] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 5595 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1298/2746] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2747] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.217&port_id=5cae1aee-5cc0-4e9d-905e-53407cad574f => 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: 1299/2748] 199.204.45.235 () {34 vars in 1104 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f&port_id=5cae1aee-5cc0-4e9d-905e-53407cad574f => 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: 1450/2749] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/subnets?id=3414be5e-5e22-4085-9565-86a9dd0521ce&id=4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2750] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2751] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 1301/2752] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2753] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:37 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 1303/2756] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 5595 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2757] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => 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: 1304/2758] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2759] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&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: 1305/2760] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1456/2761] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1306/2762] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => 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: 1457/2763] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => 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: 1307/2764] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2765] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1308/2766] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:38 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2767] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2768] 199.204.45.235 () {34 vars in 1100 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2769] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b&id=982a20b7-8427-40de-93b2-896744bbdedb => generated 1411 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2770] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2771] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2772] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2773] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2774] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.217&port_id=5cae1aee-5cc0-4e9d-905e-53407cad574f => 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: 1463/2775] 199.204.45.235 () {34 vars in 1104 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f&port_id=5cae1aee-5cc0-4e9d-905e-53407cad574f => 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: 1313/2776] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/subnets?id=3414be5e-5e22-4085-9565-86a9dd0521ce&id=4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2777] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 1314/2778] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2779] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2780] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:39 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 1466/2781] 10.0.0.168 () {34 vars in 971 bytes} [Thu Aug 13 10:13:43 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2782] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:43 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2783] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:43 2026] GET /v2.0/subnets/3414be5e-5e22-4085-9565-86a9dd0521ce => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2784] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:43 2026] GET /v2.0/subnets/4ef591fc-b6d8-4480-a93e-dc4f3f324467 => 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: 1468/2785] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:43 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1508 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2786] 199.204.45.235 () {34 vars in 790 bytes} [Thu Aug 13 10:13:43 2026] PUT /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1251 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:13:44.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f8c00d8-7b13-43b2-a3c9-7236c4af4cc3'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '4a12a2be-150b-4586-a1f3-584d535686f3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1469/2787] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 796 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: 7|app: 0|req: 1319/2788] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2789] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:44 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: 1320/2790] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:44 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: 1471/2791] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:44 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: 1321/2792] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2793] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2794] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2795] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1345 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2796] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2797] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2798] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2799] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2800] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 5376 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2801] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2802] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => 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: 1327/2803] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:13:44 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2804] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:13:45 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2805] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:45 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1478/2806] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:45 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1330/2809] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13:56 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: 1480/2810] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13:57 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: 1331/2811] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2812] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13: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: 1332/2813] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => 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: 1482/2814] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 5376 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2815] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:13: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: 1483/2816] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:13: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: 1334/2817] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2818] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2819] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2820] 199.204.45.235 () {34 vars in 790 bytes} [Thu Aug 13 10:13:57 2026] PUT /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1307 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2821] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26 => 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, ' 2026-08-13 10:13:57.761 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e609a91f-9d5a-4581-9525-192d7f1ebf99'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '5cae1aee-5cc0-4e9d-905e-53407cad574f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1486/2822] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/subnets/4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 747 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2823] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:13:57 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2824] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:13:57 2026] PUT /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1080 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2825] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 798 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: 8|app: 0|req: 1488/2826] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4972 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2827] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2828] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2829] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4972 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2830] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 1341/2831] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:13:58 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2832] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:13:59 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4972 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:13:59.799 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa2b8f11-4fcd-4f98-a1cb-efb96be6aa14'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '5cae1aee-5cc0-4e9d-905e-53407cad574f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1342/2833] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2834] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2835] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2836] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 1344/2837] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 4972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2838] 199.204.45.235 () {34 vars in 975 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2839] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2840] 199.204.45.235 () {34 vars in 1016 bytes} [Thu Aug 13 10:14:00 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2841] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:14:00 2026] PUT /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 917 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2842] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:01 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3864 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 10:14:01.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dd0bd24-8aa8-460c-bec3-5348fe863b55 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 5cae1aee-5cc0-4e9d-905e-53407cad574f 2026-08-13 10:14:01.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd0bd24-8aa8-460c-bec3-5348fe863b55 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 5cae1aee-5cc0-4e9d-905e-53407cad574f [pid: 7|app: 0|req: 1347/2843] 199.204.45.235 () {32 vars in 759 bytes} [Thu Aug 13 10:14:01 2026] DELETE /v2.0/ports/5cae1aee-5cc0-4e9d-905e-53407cad574f => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2844] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:01 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: 1348/2845] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:01 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: 1498/2846] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2847] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:01 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: 1499/2848] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:01 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2849] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2850] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2851] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2852] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2853] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2854] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2855] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3864 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2856] 199.204.45.235 () {34 vars in 1226 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/networks?id=07cd753a-a664-4abc-8658-85556e4b7024&id=2cbab260-9d8e-48ee-9164-f8e04453119e&id=793e03c3-50cc-4703-a876-d2bdd4bf2059&id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 3093 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2857] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2858] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2859] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2860] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1356/2861] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2862] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => 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: 1357/2863] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2864] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2865] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2866] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:02 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1359/2867] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:14:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=4a12a2be-150b-4586-a1f3-584d535686f3 => 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: 1509/2868] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:14:03 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2869] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:03 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&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: 1510/2870] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:03 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1361/2871] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:03 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1512/2874] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2875] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2876] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:08 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: 1364/2877] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:08 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: 1514/2878] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:08 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3864 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2879] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:09 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: 1515/2880] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:09 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: 1366/2881] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:09 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: 1516/2882] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:09 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: 1367/2883] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:09 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1287 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2884] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:14:09 2026] PUT /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1080 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:14:09.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d060f03-41b2-4b31-8096-79105188f6b8'] response: {'name': 'network-changed', 'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'tag': '4a12a2be-150b-4586-a1f3-584d535686f3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1368/2885] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:14:09 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 796 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1518/2886] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:09 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2887] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:10 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2888] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:10 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2889] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:14:10 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2890] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:10 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1371/2891] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:10 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?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: 1521/2892] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:11 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2893] 199.204.45.235 () {34 vars in 975 bytes} [Thu Aug 13 10:14:12 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 1116 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2894] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:14:12 2026] GET /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2895] 199.204.45.235 () {34 vars in 1016 bytes} [Thu Aug 13 10:14:12 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2896] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:12 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2897] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:14:12 2026] PUT /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 917 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2898] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 10:14:13.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-886f4b11-c011-4eb5-9eb1-d3c69401c233 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 4a12a2be-150b-4586-a1f3-584d535686f3 2026-08-13 10:14:13.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-886f4b11-c011-4eb5-9eb1-d3c69401c233 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 4a12a2be-150b-4586-a1f3-584d535686f3 [pid: 8|app: 0|req: 1524/2899] 199.204.45.235 () {32 vars in 759 bytes} [Thu Aug 13 10:14:13 2026] DELETE /v2.0/ports/4a12a2be-150b-4586-a1f3-584d535686f3 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2900] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:13 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: 1525/2901] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:13 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: 1377/2902] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:13 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: 1526/2903] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:13 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: 1378/2904] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2905] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2906] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2907] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2908] 199.204.45.235 () {30 vars in 743 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => 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: 1529/2909] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2910] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2911] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2912] 199.204.45.235 () {34 vars in 1146 bytes} [Thu Aug 13 10:14:13 2026] GET /v2.0/networks?id=07cd753a-a664-4abc-8658-85556e4b7024&id=2cbab260-9d8e-48ee-9164-f8e04453119e&id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 2306 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2913] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => 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: 1383/2914] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2915] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2916] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1533/2917] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1385/2918] 199.204.45.235 () {34 vars in 1056 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=44faab33-644f-4d14-8849-f50e14529aea => 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: 1534/2919] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/subnets?id=73213de8-e002-4f59-8a23-38728c595972 => 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: 1386/2920] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/ports?network_id=2cbab260-9d8e-48ee-9164-f8e04453119e&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2921] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1387/2922] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:14 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?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: 1537/2925] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:23 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: 1389/2926] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:23 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: 1538/2927] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2928] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:23 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) 2026-08-13 10:14:23.966 8 INFO neutron.api.v2.resource [None req-680e7cdf-7865-47f6-ae1f-bc94655ef4f2 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/2929] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 10:14:23 2026] GET /v2.0/security-groups/lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2930] 199.204.45.235 () {30 vars in 785 bytes} [Thu Aug 13 10:14:23 2026] GET /v2.0/security-groups?name=lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 2863 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2931] 199.204.45.235 () {30 vars in 815 bytes} [Thu Aug 13 10:14:24 2026] GET /v2.0/security-group-rules?security_group_id=1748380f-bca4-499f-83c1-8425e70b1dfd => generated 2334 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2932] 199.204.45.235 () {32 vars in 789 bytes} [Thu Aug 13 10:14:24 2026] DELETE /v2.0/security-group-rules/810f54de-5b6c-4832-abc5-e22330825ab9 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2933] 199.204.45.235 () {32 vars in 789 bytes} [Thu Aug 13 10:14:24 2026] DELETE /v2.0/security-group-rules/a8d1012d-a289-43ed-aef7-3fe23f802258 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:14:27.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ef71efd-76e2-45e5-ae51-07492f7a08f7 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 13c08922-ee5b-4f31-905b-7c78859bdf21 2026-08-13 10:14:27.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ef71efd-76e2-45e5-ae51-07492f7a08f7 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 13c08922-ee5b-4f31-905b-7c78859bdf21 2026-08-13 10:14:27.627 7 INFO neutron.db.l3_db [None req-0ef71efd-76e2-45e5-ae51-07492f7a08f7 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Floating IP 57055e49-87aa-4625-ac14-c54789de8889 disassociated (deleted). External IP: 10.96.250.203, port: a514407e-b955-4f56-a53c-583a2b34eebf. [pid: 7|app: 0|req: 1393/2934] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:14:27 2026] DELETE /v2.0/floatingips/57055e49-87aa-4625-ac14-c54789de8889 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:14:27.920 8 INFO neutron.api.v2.resource [None req-05932314-7898-4338-adb1-21ad531bdd51 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/2935] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:14:27 2026] GET /v2.0/floatingips/57055e49-87aa-4625-ac14-c54789de8889 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2936] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2937] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:28 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: 1395/2938] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2939] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:14:28.953 7 INFO neutron.api.v2.resource [None req-73c3fa3d-4038-4da9-bf0f-07dec5a88094 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1396/2940] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 10:14:28 2026] GET /v2.0/security-groups/lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2941] 199.204.45.235 () {30 vars in 785 bytes} [Thu Aug 13 10:14:28 2026] GET /v2.0/security-groups?name=lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 1637 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2942] 199.204.45.235 () {30 vars in 815 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/security-group-rules?security_group_id=1748380f-bca4-499f-83c1-8425e70b1dfd => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2943] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2944] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2945] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2946] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2947] 199.204.45.235 () {30 vars in 741 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2948] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2949] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2950] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:29 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2951] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:30 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2952] 199.204.45.235 () {34 vars in 975 bytes} [Thu Aug 13 10:14:31 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2953] 199.204.45.235 () {34 vars in 1060 bytes} [Thu Aug 13 10:14:31 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2954] 199.204.45.235 () {34 vars in 1016 bytes} [Thu Aug 13 10:14:31 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2955] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:31 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2956] 199.204.45.235 () {38 vars in 1028 bytes} [Thu Aug 13 10:14:31 2026] PUT /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1146 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2957] 199.204.45.235 () {30 vars in 769 bytes} [Thu Aug 13 10:14:32 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1405/2958] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:14:32 2026] PUT /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1086 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2959] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:32 2026] GET /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 1086 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-13 10:14:33.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca5d9473-e63a-4838-850d-940718853a4f 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: 44faab33-644f-4d14-8849-f50e14529aea 2026-08-13 10:14:33.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca5d9473-e63a-4838-850d-940718853a4f 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: 44faab33-644f-4d14-8849-f50e14529aea [pid: 7|app: 0|req: 1406/2960] 199.204.45.235 () {32 vars in 759 bytes} [Thu Aug 13 10:14:32 2026] DELETE /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2961] 199.204.45.235 () {30 vars in 703 bytes} [Thu Aug 13 10:14:33 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: 1407/2962] 199.204.45.235 () {30 vars in 705 bytes} [Thu Aug 13 10:14:33 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: 1556/2963] 199.204.45.235 () {30 vars in 681 bytes} [Thu Aug 13 10:14:33 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: 1408/2964] 199.204.45.235 () {30 vars in 717 bytes} [Thu Aug 13 10:14:33 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-08-13 10:14:33.327 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b737941-6866-43b7-b17c-cc6d38e5faf3 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/2965] 199.204.45.235 () {32 vars in 759 bytes} [Thu Aug 13 10:14:33 2026] DELETE /v2.0/ports/44faab33-644f-4d14-8849-f50e14529aea => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2966] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:14:33.396 8 INFO neutron.api.v2.resource [None req-7a31a110-cd85-4460-816e-ec04a5c0c3b8 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/2967] 199.204.45.235 () {30 vars in 763 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/security-groups/lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2968] 199.204.45.235 () {30 vars in 785 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/security-groups?name=lb-57feec61-d7f0-475d-a3bf-54c993f60b64 => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2969] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/ports?tenant_id=295f964ed6374939bb169fa8108c7466&device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2970] 199.204.45.235 () {30 vars in 737 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2971] 199.204.45.235 () {34 vars in 1066 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/networks?id=07cd753a-a664-4abc-8658-85556e4b7024&id=2cbab260-9d8e-48ee-9164-f8e04453119e => generated 1521 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2972] 199.204.45.235 () {34 vars in 1062 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.159&port_id=f6640189-5872-4761-aae2-1479e80bed2c => 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: 1562/2973] 199.204.45.235 () {34 vars in 984 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/subnets?id=02eb329b-20d7-47bc-87e7-852913f93533 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2974] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/ports?network_id=07cd753a-a664-4abc-8658-85556e4b7024&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2975] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1412/2976] 199.204.45.235 () {34 vars in 789 bytes} [Thu Aug 13 10:14:33 2026] PUT /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 1090 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2977] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:33 2026] GET /v2.0/networks/07cd753a-a664-4abc-8658-85556e4b7024?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: 1413/2978] 199.204.45.235 () {32 vars in 779 bytes} [Thu Aug 13 10:14:33 2026] DELETE /v2.0/security-groups/1748380f-bca4-499f-83c1-8425e70b1dfd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:14:33.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dd4cf10-d007-48d0-ba03-103f4a83c723 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: a514407e-b955-4f56-a53c-583a2b34eebf 2026-08-13 10:14:33.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dd4cf10-d007-48d0-ba03-103f4a83c723 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: a514407e-b955-4f56-a53c-583a2b34eebf [pid: 8|app: 0|req: 1566/2979] 199.204.45.235 () {32 vars in 759 bytes} [Thu Aug 13 10:14:33 2026] DELETE /v2.0/ports/a514407e-b955-4f56-a53c-583a2b34eebf => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2980] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:14:36 2026] GET /v2.0/ports?device_id=a8df04c0-1a9c-4646-a41d-b503e86375d2 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:14:37.039 8 INFO neutron_taas.services.taas.taas_plugin [req-6fa2bb3a-c9ba-4a60-8976-e95ff068071f req-b2a41a47-92db-4da5-a83c-80cfa6a4310e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] TaaS: Handle Delete Port: f6640189-5872-4761-aae2-1479e80bed2c 2026-08-13 10:14:37.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6fa2bb3a-c9ba-4a60-8976-e95ff068071f req-b2a41a47-92db-4da5-a83c-80cfa6a4310e 91f2cf5f79c14bd09f098977822441b3 295f964ed6374939bb169fa8108c7466 - - default default] Tap Mirror: Handle Delete Port: f6640189-5872-4761-aae2-1479e80bed2c [pid: 8|app: 0|req: 1567/2981] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:14:36 2026] DELETE /v2.0/ports/f6640189-5872-4761-aae2-1479e80bed2c => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:14:37.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21b304dc-0eb8-4ff0-9e83-48c10b389676'] response: {'server_uuid': 'a8df04c0-1a9c-4646-a41d-b503e86375d2', 'name': 'network-vif-deleted', 'tag': 'f6640189-5872-4761-aae2-1479e80bed2c', 'status': 'completed', 'code': 200} 2026-08-13 10:14:38.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-c096c58c-924c-40ff-b892-7cbd205982aa bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 840e18ca-2524-4fde-b1ba-7c0036773622 2026-08-13 10:14:38.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c096c58c-924c-40ff-b892-7cbd205982aa bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 840e18ca-2524-4fde-b1ba-7c0036773622 2026-08-13 10:14:38.495 7 INFO neutron.db.l3_db [None req-c096c58c-924c-40ff-b892-7cbd205982aa bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Floating IP 75c4b5c6-c7e2-4741-9990-635d56054b03 disassociated (deleted). External IP: 10.96.250.213, port: 59a9956f-eba9-40f1-ba94-57fbe28253c9. [pid: 7|app: 0|req: 1416/2984] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:14:38 2026] DELETE /v2.0/floatingips/75c4b5c6-c7e2-4741-9990-635d56054b03 => generated 0 bytes in 647 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:14:38.826 8 INFO neutron.api.v2.resource [None req-bee23b6d-92c3-4e23-be04-3f44d0105ee8 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/2985] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:14:38 2026] GET /v2.0/floatingips/75c4b5c6-c7e2-4741-9990-635d56054b03 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:14:38.873 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4601fbb-cc32-47ff-8427-716171249503'] response: {'name': 'network-changed', 'server_uuid': '150c2f59-5af8-44b8-bc84-55aae91b2786', 'tag': '59a9956f-eba9-40f1-ba94-57fbe28253c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1417/2986] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1200 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2987] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2988] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2989] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/networks?id=aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2990] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.207&port_id=59a9956f-eba9-40f1-ba94-57fbe28253c9 => 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: 1572/2991] 199.204.45.235 () {34 vars in 1104 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A67&port_id=59a9956f-eba9-40f1-ba94-57fbe28253c9 => 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: 1420/2992] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/subnets?id=3414be5e-5e22-4085-9565-86a9dd0521ce&id=4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2993] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&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: 1421/2994] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/ports?network_id=aed1911d-90b0-401f-9d74-bfdc313e7a26&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2995] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?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: 1422/2996] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:39 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2997] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:14:41 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 1200 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:14:41.842 7 INFO neutron_taas.services.taas.taas_plugin [req-e5a204e5-e2b8-43d3-99e3-96b35644125b req-c382e725-cb81-42ff-b581-5174edc629f5 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 59a9956f-eba9-40f1-ba94-57fbe28253c9 2026-08-13 10:14:41.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e5a204e5-e2b8-43d3-99e3-96b35644125b req-c382e725-cb81-42ff-b581-5174edc629f5 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 59a9956f-eba9-40f1-ba94-57fbe28253c9 [pid: 7|app: 0|req: 1423/2998] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:14:41 2026] DELETE /v2.0/ports/59a9956f-eba9-40f1-ba94-57fbe28253c9 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:14:42.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cf15a5e-8e3b-4829-b80e-8e6ba569f069'] response: {'server_uuid': '150c2f59-5af8-44b8-bc84-55aae91b2786', 'name': 'network-vif-deleted', 'tag': '59a9956f-eba9-40f1-ba94-57fbe28253c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1576/2999] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:14:44 2026] GET /v2.0/ports?device_id=150c2f59-5af8-44b8-bc84-55aae91b2786 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:14:49.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-25d096e3-34bf-4130-b4d2-3a9b0f42e31b bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 2ee18f06-ed40-4eb9-9618-d25bbb60f941 2026-08-13 10:14:49.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25d096e3-34bf-4130-b4d2-3a9b0f42e31b bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 2ee18f06-ed40-4eb9-9618-d25bbb60f941 2026-08-13 10:14:49.921 7 INFO neutron.db.l3_db [None req-25d096e3-34bf-4130-b4d2-3a9b0f42e31b bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Floating IP ab3b3ca2-8ac4-4709-8aa3-a03a3b5b7cd4 disassociated (deleted). External IP: 10.96.250.215, port: b15372fd-5e67-49eb-b25b-99e21b858162. [pid: 7|app: 0|req: 1424/3000] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:14:49 2026] DELETE /v2.0/floatingips/ab3b3ca2-8ac4-4709-8aa3-a03a3b5b7cd4 => generated 0 bytes in 1543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:14:51.161 8 INFO neutron.api.v2.resource [None req-2a87eebe-8d25-4b1e-b9d1-5fe407c361d5 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3001] 10.0.0.83 () {32 vars in 728 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/floatingips/ab3b3ca2-8ac4-4709-8aa3-a03a3b5b7cd4 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:14:51.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3efe0c44-0623-4b40-9b35-eb8e07876927'] response: {'name': 'network-changed', 'server_uuid': '510e9d4a-cbd2-42dc-8223-c98dc6abde9f', 'tag': 'b15372fd-5e67-49eb-b25b-99e21b858162', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1425/3002] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3003] 10.0.0.168 () {34 vars in 1040 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/security-groups?id=ecd970c0-78dd-4cea-998c-74ae1b6b7fb2&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3004] 199.204.45.235 () {34 vars in 1080 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/ports?tenant_id=804e100604b54b8cae286efdce014a8a&device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3005] 199.204.45.235 () {34 vars in 986 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/networks?id=793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3006] 199.204.45.235 () {34 vars in 1058 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.166&port_id=b15372fd-5e67-49eb-b25b-99e21b858162 => 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: 1580/3007] 199.204.45.235 () {34 vars in 1102 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A72&port_id=b15372fd-5e67-49eb-b25b-99e21b858162 => 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: 1428/3008] 199.204.45.235 () {34 vars in 1064 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/subnets?id=de0d384d-5e27-4107-822e-ca18599a9d1b&id=982a20b7-8427-40de-93b2-896744bbdedb => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3009] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3010] 199.204.45.235 () {34 vars in 1052 bytes} [Thu Aug 13 10:14:51 2026] GET /v2.0/ports?network_id=793e03c3-50cc-4703-a876-d2bdd4bf2059&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3011] 199.204.45.235 () {34 vars in 1012 bytes} [Thu Aug 13 10:14:52 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3012] 199.204.45.235 () {34 vars in 1112 bytes} [Thu Aug 13 10:14:52 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3015] 199.204.45.235 () {34 vars in 994 bytes} [Thu Aug 13 10:14:53 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => generated 1196 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:14:53.905 8 INFO neutron_taas.services.taas.taas_plugin [req-485b41b9-01c2-47d4-996b-d0302b6d7e06 req-05c2ab9b-38c9-4daf-a427-7caba36f6101 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: b15372fd-5e67-49eb-b25b-99e21b858162 2026-08-13 10:14:53.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-485b41b9-01c2-47d4-996b-d0302b6d7e06 req-05c2ab9b-38c9-4daf-a427-7caba36f6101 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: b15372fd-5e67-49eb-b25b-99e21b858162 [pid: 8|app: 0|req: 1584/3016] 199.204.45.235 () {36 vars in 997 bytes} [Thu Aug 13 10:14:53 2026] DELETE /v2.0/ports/b15372fd-5e67-49eb-b25b-99e21b858162 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:14:54.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5d9cefb-30ee-4877-9d10-a3a7c16025bf'] response: {'server_uuid': '510e9d4a-cbd2-42dc-8223-c98dc6abde9f', 'name': 'network-vif-deleted', 'tag': 'b15372fd-5e67-49eb-b25b-99e21b858162', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1433/3017] 10.0.0.168 () {34 vars in 990 bytes} [Thu Aug 13 10:14:56 2026] GET /v2.0/ports?device_id=510e9d4a-cbd2-42dc-8223-c98dc6abde9f => 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: 1585/3018] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:01 2026] DELETE /v2.0/security-group-rules/c7f06ba3-5020-4616-905b-65540a896190 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:01.700 7 INFO neutron.api.v2.resource [None req-1a1bb3a1-4cf8-491a-b41b-186ec9006ab5 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1434/3019] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:01 2026] GET /v2.0/security-group-rules/c7f06ba3-5020-4616-905b-65540a896190 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3020] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:01 2026] DELETE /v2.0/security-group-rules/12e5ba56-d004-48e3-ae7e-5e7311918068 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:01.797 7 INFO neutron.api.v2.resource [None req-d264c3a3-6e84-4352-b13d-fb7858c9b083 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1435/3021] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:01 2026] GET /v2.0/security-group-rules/12e5ba56-d004-48e3-ae7e-5e7311918068 => 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: 1587/3022] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:01 2026] DELETE /v2.0/security-group-rules/e25e8cd9-dbca-4030-8d6d-5f5962196704 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:01.877 7 INFO neutron.api.v2.resource [None req-c1a41086-4d3b-44b9-b26d-121c17ac7364 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1436/3023] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:01 2026] GET /v2.0/security-group-rules/e25e8cd9-dbca-4030-8d6d-5f5962196704 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3024] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:01 2026] DELETE /v2.0/security-group-rules/43b513e5-cc62-4e30-b86f-8607d8e0906e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:01.983 7 INFO neutron.api.v2.resource [None req-35d0069a-ad1f-48f3-b13c-41c7a27adbcf bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1437/3025] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:01 2026] GET /v2.0/security-group-rules/43b513e5-cc62-4e30-b86f-8607d8e0906e => 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: 1589/3026] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:01 2026] DELETE /v2.0/security-group-rules/aea5638b-574f-4923-b8c1-e916d5c2c38f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.070 7 INFO neutron.api.v2.resource [None req-4e8460a4-66f6-472b-becb-906acea6abd9 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1438/3027] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/aea5638b-574f-4923-b8c1-e916d5c2c38f => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3028] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-group-rules/496f48f2-8f0a-4f72-9ed6-b26c7a98cb62 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.162 7 INFO neutron.api.v2.resource [None req-77f18438-2fa0-436f-95a1-cbf7098361bf bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/3029] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/496f48f2-8f0a-4f72-9ed6-b26c7a98cb62 => 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: 1591/3030] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-group-rules/bd5bc024-2ce4-48e6-a151-2bde0e6bd1e3 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.241 7 INFO neutron.api.v2.resource [None req-7dd80f61-4457-4a8e-a8d0-b4379596aaa3 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1440/3031] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/bd5bc024-2ce4-48e6-a151-2bde0e6bd1e3 => 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: 1592/3032] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-group-rules/a6cb760b-5a77-4e7b-b032-4754a58eb78a => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.320 7 INFO neutron.api.v2.resource [None req-f766b495-d637-4284-a9b2-db25e9881a3e bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1441/3033] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/a6cb760b-5a77-4e7b-b032-4754a58eb78a => 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: 1593/3034] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-group-rules/b8b7b339-98e8-4b91-9b39-acb27132cca9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.397 7 INFO neutron.api.v2.resource [None req-10fa8f43-dc4f-40b4-a059-e77e4ed1ee25 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1442/3035] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/b8b7b339-98e8-4b91-9b39-acb27132cca9 => 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: 1594/3036] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-group-rules/9dd52958-6b83-4514-b91d-b098defcdd39 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.488 7 INFO neutron.api.v2.resource [None req-9a7cddd6-b821-42ad-8585-441b0794a35b bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/3037] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/9dd52958-6b83-4514-b91d-b098defcdd39 => 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: 1595/3038] 10.0.0.83 () {32 vars in 749 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-group-rules/a695a5b7-63a5-461d-872b-e2ef49441cb4 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.573 7 INFO neutron.api.v2.resource [None req-77e410cf-1679-493f-83da-fd89dc3ba6f2 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1444/3039] 10.0.0.83 () {32 vars in 746 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-group-rules/a695a5b7-63a5-461d-872b-e2ef49441cb4 => 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: 1596/3040] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:02 2026] DELETE /v2.0/security-groups/ecd970c0-78dd-4cea-998c-74ae1b6b7fb2 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:02.684 7 INFO neutron.api.v2.resource [None req-5ad9a5f5-d294-47d0-be71-cf6b110a5b12 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/3041] 10.0.0.83 () {32 vars in 736 bytes} [Thu Aug 13 10:15:02 2026] GET /v2.0/security-groups/ecd970c0-78dd-4cea-998c-74ae1b6b7fb2 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:03.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d61c4ba-77b3-4bd1-b07d-f1e45b8e9610 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: b646c895-2d33-43d6-92c7-319eba423e5e 2026-08-13 10:15:03.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d61c4ba-77b3-4bd1-b07d-f1e45b8e9610 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: b646c895-2d33-43d6-92c7-319eba423e5e [pid: 8|app: 0|req: 1597/3042] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:15:02 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/remove_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:15:03.856 7 INFO neutron.api.v2.resource [None req-b4d67d50-8a95-4c82-a5a6-11ba9598c4dc bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1446/3043] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:15:03 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:04.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd4087c5-b5ad-44d9-9212-f5f2e7a0f4f6 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: d32a9168-68e5-4983-a17c-9dd6d498f7c5 2026-08-13 10:15:04.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd4087c5-b5ad-44d9-9212-f5f2e7a0f4f6 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: d32a9168-68e5-4983-a17c-9dd6d498f7c5 [pid: 8|app: 0|req: 1598/3044] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:15:03 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/remove_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:15:05.329 7 INFO neutron.api.v2.resource [None req-f902a926-b551-4783-b9f8-6535772bb31a bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1447/3045] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:15:05 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/remove_router_interface => generated 198 bytes in 285 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:05.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-9415222c-0d25-4013-87d1-6ba640abc7c9 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: b497beff-0d81-4fbe-b8c9-d6afa5d52b04 2026-08-13 10:15:05.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9415222c-0d25-4013-87d1-6ba640abc7c9 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: b497beff-0d81-4fbe-b8c9-d6afa5d52b04 [pid: 8|app: 0|req: 1599/3046] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:15:05 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-13 10:15:06.387 7 INFO neutron.api.v2.resource [None req-3b10db07-9efd-4463-a44a-7fa1df580fdf bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/3047] 10.0.0.83 () {34 vars in 788 bytes} [Thu Aug 13 10:15:06 2026] PUT /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:06.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-44b2e7ae-35eb-4846-8dde-2fc693036a3d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 6ed81c63-a66b-44a7-8c3a-f78d3e3cec4e 2026-08-13 10:15:06.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44b2e7ae-35eb-4846-8dde-2fc693036a3d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 6ed81c63-a66b-44a7-8c3a-f78d3e3cec4e 2026-08-13 10:15:07.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-44b2e7ae-35eb-4846-8dde-2fc693036a3d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 718df5f7-133d-43f6-90d3-7f26d38b04a8 2026-08-13 10:15:07.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44b2e7ae-35eb-4846-8dde-2fc693036a3d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 718df5f7-133d-43f6-90d3-7f26d38b04a8 2026-08-13 10:15:07.356 8 INFO neutron.db.l3_hamode_db [None req-44b2e7ae-35eb-4846-8dde-2fc693036a3d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] HA network b2ff9442-da08-47b5-955f-b792eb59df30 was deleted as no HA routers are present in tenant 804e100604b54b8cae286efdce014a8a. [pid: 8|app: 0|req: 1600/3048] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:06 2026] DELETE /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:07.381 7 INFO neutron.api.v2.resource [None req-9a5bc531-bc0b-4aea-ba8c-34bc7d1900a9 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1449/3049] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:07 2026] GET /v2.0/routers/5789c942-f7d5-4f3a-ba9c-9956c22b1372 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:07.437 8 INFO neutron.services.segments.plugin [-] Segment d6fb6c3e-6563-434e-886b-403eb5ad0af0 resource provider aggregate not found 2026-08-13 10:15:07.444 8 INFO neutron.services.segments.plugin [-] Segment d6fb6c3e-6563-434e-886b-403eb5ad0af0 resource provider aggregate not found 2026-08-13 10:15:07.467 8 INFO neutron.services.segments.plugin [-] Segment d6fb6c3e-6563-434e-886b-403eb5ad0af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6fb6c3e-6563-434e-886b-403eb5ad0af0 found for delete ", "request_id": "req-53811380-af61-4154-bff9-bc01c2f4d27d"}]} 2026-08-13 10:15:07.468 8 INFO neutron.services.segments.plugin [-] Segment d6fb6c3e-6563-434e-886b-403eb5ad0af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6fb6c3e-6563-434e-886b-403eb5ad0af0 found for delete ", "request_id": "req-5c52db14-eae2-4de9-adc2-d04f665c4385"}]} [pid: 8|app: 0|req: 1601/3050] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:07 2026] DELETE /v2.0/subnets/4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:07.548 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61606447-c7f8-4a4e-8250-d89e19958454 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/3051] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:07 2026] GET /v2.0/subnets/4ef591fc-b6d8-4480-a93e-dc4f3f324467 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3052] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:07 2026] DELETE /v2.0/subnets/3414be5e-5e22-4085-9565-86a9dd0521ce => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:07.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9c3fb27-337c-4330-8832-51a912651bd7 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1451/3053] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:07 2026] GET /v2.0/subnets/3414be5e-5e22-4085-9565-86a9dd0521ce => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:07.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-11a30d11-459f-4ffd-aa0f-687e20c89305 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 778c2912-2a21-4282-896b-d8ed9117ec9a 2026-08-13 10:15:07.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a30d11-459f-4ffd-aa0f-687e20c89305 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 778c2912-2a21-4282-896b-d8ed9117ec9a [pid: 8|app: 0|req: 1603/3054] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:07 2026] DELETE /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:08.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39d40a59-5fdd-4ec5-ba2e-cffe45ce364d bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/3055] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:15:08 2026] GET /v2.0/networks/aed1911d-90b0-401f-9d74-bfdc313e7a26 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3058] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:08 2026] DELETE /v2.0/subnets/982a20b7-8427-40de-93b2-896744bbdedb => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:08.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b21449c-4db4-4a0b-9f01-3de746f3f279 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1455/3059] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:08 2026] GET /v2.0/subnets/982a20b7-8427-40de-93b2-896744bbdedb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3060] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:08 2026] DELETE /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:08.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6d3c2db-e9fb-42be-a7c8-deff5a9ee889 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/3061] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:08 2026] GET /v2.0/subnets/de0d384d-5e27-4107-822e-ca18599a9d1b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:08.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdb56c53-47d5-470f-bc49-64026759f2ed bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 4569467d-b533-4b36-8723-34ed85b06ff5 2026-08-13 10:15:08.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdb56c53-47d5-470f-bc49-64026759f2ed bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 4569467d-b533-4b36-8723-34ed85b06ff5 [pid: 8|app: 0|req: 1606/3062] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:08 2026] DELETE /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:08.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0798274a-d72e-4c02-80a4-1db7232240b0 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/3063] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:15:08 2026] GET /v2.0/networks/793e03c3-50cc-4703-a876-d2bdd4bf2059 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3064] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:08 2026] DELETE /v2.0/subnets/c2d5a277-0d58-4c59-9b3f-e8561af6bfaf => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:08.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d26a509-6365-4824-9602-56d19f0e334e bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/3065] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:08 2026] GET /v2.0/subnets/c2d5a277-0d58-4c59-9b3f-e8561af6bfaf => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3066] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:08 2026] DELETE /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:09.171 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbff9f0c-6ee6-4ec9-b900-256bc1777b57 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/3067] 10.0.0.83 () {32 vars in 720 bytes} [Thu Aug 13 10:15:09 2026] GET /v2.0/subnets/73213de8-e002-4f59-8a23-38728c595972 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:10.183 8 INFO neutron.services.segments.plugin [-] Segment 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 resource provider aggregate not found 2026-08-13 10:15:10.191 8 INFO neutron.services.segments.plugin [-] Segment 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 resource provider aggregate not found 2026-08-13 10:15:10.205 8 INFO neutron.services.segments.plugin [-] Segment 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 found for delete ", "request_id": "req-128912b7-2725-46da-bf1b-9983a7f461f4"}]} 2026-08-13 10:15:10.210 8 INFO neutron.services.segments.plugin [-] Segment 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78227ff8-b7c5-43a8-a8cc-22b87e08d0b1 found for delete ", "request_id": "req-4c0cc86a-7f51-4299-afa4-e6c26488e6ff"}]} 2026-08-13 10:15:10.223 8 INFO neutron.services.segments.plugin [-] Segment a3b68d53-5a0c-4c02-8765-b98bcc23fece resource provider aggregate not found 2026-08-13 10:15:10.231 8 INFO neutron.services.segments.plugin [-] Segment a3b68d53-5a0c-4c02-8765-b98bcc23fece resource provider aggregate not found 2026-08-13 10:15:10.249 8 INFO neutron.services.segments.plugin [-] Segment a3b68d53-5a0c-4c02-8765-b98bcc23fece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b68d53-5a0c-4c02-8765-b98bcc23fece found for delete ", "request_id": "req-3b7534d4-84b4-4ad7-a26a-51aedcf8c00f"}]} 2026-08-13 10:15:10.250 8 INFO neutron.services.segments.plugin [-] Segment a3b68d53-5a0c-4c02-8765-b98bcc23fece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b68d53-5a0c-4c02-8765-b98bcc23fece found for delete ", "request_id": "req-6d36eef3-a53e-4dbe-b18f-01d5370cfb7f"}]} 2026-08-13 10:15:10.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-8862e766-05d6-4c77-99eb-d159c71da12e bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] TaaS: Handle Delete Port: 0ee89051-b221-49f8-a511-2375dd5f8286 2026-08-13 10:15:10.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8862e766-05d6-4c77-99eb-d159c71da12e bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] Tap Mirror: Handle Delete Port: 0ee89051-b221-49f8-a511-2375dd5f8286 [pid: 8|app: 0|req: 1609/3068] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:09 2026] DELETE /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 0 bytes in 1319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:10.515 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b13b6e5-1ca5-413e-9cd8-ee34ce7c9398 bf74b7d974f341c6aa2a8a57a8cfa896 804e100604b54b8cae286efdce014a8a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1460/3069] 10.0.0.83 () {32 vars in 722 bytes} [Thu Aug 13 10:15:10 2026] GET /v2.0/networks/2cbab260-9d8e-48ee-9164-f8e04453119e => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-13 10:15:12.271 8 INFO neutron.services.segments.plugin [-] Segment 7c581e10-b1a3-4b83-918e-0d6e9ad46726 resource provider aggregate not found 2026-08-13 10:15:12.272 8 INFO neutron.services.segments.plugin [-] Segment 7c581e10-b1a3-4b83-918e-0d6e9ad46726 resource provider aggregate not found 2026-08-13 10:15:12.288 8 INFO neutron.services.segments.plugin [-] Segment 7c581e10-b1a3-4b83-918e-0d6e9ad46726 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c581e10-b1a3-4b83-918e-0d6e9ad46726 found for delete ", "request_id": "req-f50ca58d-2d1f-4057-ac97-dc4e1b680d8c"}]} 2026-08-13 10:15:12.298 8 INFO neutron.services.segments.plugin [-] Segment 7c581e10-b1a3-4b83-918e-0d6e9ad46726 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c581e10-b1a3-4b83-918e-0d6e9ad46726 found for delete ", "request_id": "req-775fdf99-861c-4ea1-a255-adb2b1de4932"}]} [pid: 8|app: 0|req: 1610/3070] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:12 2026] GET /v2.0/security-groups?tenant_id=6cecb1dcc13243c1a734a1f610e05765&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3071] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:12 2026] DELETE /v2.0/security-groups/28f82ab1-c3b4-48b3-a076-0451f45af513 => 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: 1611/3072] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:12 2026] GET /v2.0/security-groups?tenant_id=804e100604b54b8cae286efdce014a8a&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: 1462/3073] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:12 2026] DELETE /v2.0/security-groups/c817df50-1073-4ad2-9b91-6de08851a751 => 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: 1612/3074] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:12 2026] GET /v2.0/security-groups?tenant_id=09f6e37105f04919a4e462a71f430e70&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3075] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:13 2026] DELETE /v2.0/security-groups/2d68dbf5-c5a0-4974-a1b8-a457bc3e330d => 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: 1613/3076] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:13 2026] GET /v2.0/security-groups?tenant_id=6633c6f85cb64aa9b7d05770d158923d&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: 1464/3077] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:13 2026] DELETE /v2.0/security-groups/f9290b3a-a0ec-4e49-abd5-58fd5794fe3a => 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: 1614/3078] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:13 2026] GET /v2.0/security-groups?tenant_id=2638c9b04b1b48c5acc783679ebfdd2b&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3079] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:13 2026] DELETE /v2.0/security-groups/899d409c-04e3-4359-89de-46f6eaaa0e49 => 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: 1615/3080] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:13 2026] GET /v2.0/security-groups?tenant_id=64feb0bfa2c74069aa6f5356efb42579&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: 1466/3081] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:14 2026] DELETE /v2.0/security-groups/1e7b1dd3-3ac6-46f6-89c4-b5baeb955b74 => 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: 1616/3082] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:14 2026] GET /v2.0/security-groups?tenant_id=7a7d037366174324ab9f5bad5a165f2d&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3083] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:14 2026] DELETE /v2.0/security-groups/0ecf5a8e-b683-438e-90b0-c5b1f7c50e1d => 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: 1617/3084] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:15:18 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3085] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:15:19 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3086] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:15:19 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3087] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:15:20 2026] POST /v2.0/floatingips => generated 552 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3088] 10.0.0.83 () {34 vars in 675 bytes} [Thu Aug 13 10:15:20 2026] POST /v2.0/floatingips => generated 552 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3089] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:15:21 2026] PUT /v2.0/floatingips/81d5216f-d2dd-4c83-9774-d3ca66af2c35/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3090] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:15:21 2026] PUT /v2.0/floatingips/b911922d-36fe-4799-a85b-880bd3f2e3a7/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3091] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:15:21 2026] PUT /v2.0/floatingips/91ab643d-b353-49a4-8685-13e12356b5b4/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3092] 10.0.0.83 () {34 vars in 758 bytes} [Thu Aug 13 10:15:21 2026] PUT /v2.0/floatingips/b2c73d8f-f8cd-419b-9f97-eb3a0bdce61e/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3093] 10.0.0.83 () {32 vars in 671 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3094] 10.0.0.83 () {32 vars in 685 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3095] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3096] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => 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: 1474/3097] 10.0.0.83 () {32 vars in 679 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3098] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3099] 10.0.0.83 () {32 vars in 689 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3100] 10.0.0.83 () {32 vars in 701 bytes} [Thu Aug 13 10:15:21 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:15:21.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8987717-95ff-4a3b-8ec7-3bb5ff915e8b 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] TaaS: Handle Delete Port: 8a6bf6de-6f93-4a3f-8aee-c29202c6fc66 2026-08-13 10:15:21.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8987717-95ff-4a3b-8ec7-3bb5ff915e8b 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] Tap Mirror: Handle Delete Port: 8a6bf6de-6f93-4a3f-8aee-c29202c6fc66 [pid: 7|app: 0|req: 1476/3101] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:15:21 2026] DELETE /v2.0/floatingips/81d5216f-d2dd-4c83-9774-d3ca66af2c35 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:22.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e6fafa4-52b7-436c-b346-994959a57804 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] TaaS: Handle Delete Port: 0254ce03-c5b2-43a5-9d69-61c4969379bd 2026-08-13 10:15:22.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e6fafa4-52b7-436c-b346-994959a57804 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] Tap Mirror: Handle Delete Port: 0254ce03-c5b2-43a5-9d69-61c4969379bd [pid: 8|app: 0|req: 1626/3102] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:15:22 2026] DELETE /v2.0/floatingips/b911922d-36fe-4799-a85b-880bd3f2e3a7 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:22.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-855107c3-93e4-49cf-8d95-c9a24a689a39 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] TaaS: Handle Delete Port: fea27301-97e5-4acd-a0aa-00c639deb598 2026-08-13 10:15:22.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-855107c3-93e4-49cf-8d95-c9a24a689a39 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] Tap Mirror: Handle Delete Port: fea27301-97e5-4acd-a0aa-00c639deb598 [pid: 7|app: 0|req: 1477/3103] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:15:22 2026] DELETE /v2.0/floatingips/91ab643d-b353-49a4-8685-13e12356b5b4 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:22.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbae4af5-799e-40dd-a718-415db3df8186 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] TaaS: Handle Delete Port: b3b55a40-d574-444c-aa83-fd1b9d538da8 2026-08-13 10:15:22.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbae4af5-799e-40dd-a718-415db3df8186 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] Tap Mirror: Handle Delete Port: b3b55a40-d574-444c-aa83-fd1b9d538da8 [pid: 8|app: 0|req: 1627/3104] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:15:22 2026] DELETE /v2.0/floatingips/b2c73d8f-f8cd-419b-9f97-eb3a0bdce61e => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:23.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-06ad014d-64b4-41d2-8305-b5531e00a4cc 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] TaaS: Handle Delete Port: 251b3329-0d8b-4156-9f82-cb325c047c7e 2026-08-13 10:15:23.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06ad014d-64b4-41d2-8305-b5531e00a4cc 0af722f278594814b3721e684c811bb1 882d47e8de0c475abc42917a0f5fc2d4 - - default default] Tap Mirror: Handle Delete Port: 251b3329-0d8b-4156-9f82-cb325c047c7e [pid: 7|app: 0|req: 1478/3107] 10.0.0.83 () {32 vars in 731 bytes} [Thu Aug 13 10:15:23 2026] DELETE /v2.0/floatingips/85c1d58e-5905-4b6a-a116-74f4be18fde8 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3108] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:24 2026] GET /v2.0/security-groups?tenant_id=882d47e8de0c475abc42917a0f5fc2d4&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3109] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:24 2026] DELETE /v2.0/security-groups/95907325-ba7f-4c41-9cc8-4ea9a4ec10d8 => 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: 1631/3110] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:24 2026] GET /v2.0/security-groups?tenant_id=4f0f92e83d9d46f083b11a7a34003ada&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3111] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:24 2026] DELETE /v2.0/security-groups/108a6a42-cda6-4844-87cf-dca11bea6445 => 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: 1632/3112] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:24 2026] GET /v2.0/security-groups?tenant_id=d5cfc121b91e44b8bc593432f47de2d4&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3113] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:24 2026] DELETE /v2.0/security-groups/098c04ad-4328-4311-9ef7-707c93ea9cd0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3114] 10.0.0.83 () {34 vars in 677 bytes} [Thu Aug 13 10:15:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3115] 10.0.0.83 () {34 vars in 677 bytes} [Thu Aug 13 10:15:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3116] 10.0.0.83 () {34 vars in 677 bytes} [Thu Aug 13 10:15:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3117] 10.0.0.83 () {34 vars in 677 bytes} [Thu Aug 13 10:15:29 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: 1635/3118] 10.0.0.83 () {34 vars in 677 bytes} [Thu Aug 13 10:15:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3119] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:15:29 2026] PUT /v2.0/policies/0ca1cd77-66e0-4934-a0f3-b01af9fd7002/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3120] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:15:29 2026] PUT /v2.0/policies/bc4de464-d325-4355-9366-eaf398cc29e4/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: 1485/3121] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:15:29 2026] PUT /v2.0/policies/05e62bec-18c0-46d5-b587-bc9b007a58a3/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3122] 10.0.0.83 () {34 vars in 752 bytes} [Thu Aug 13 10:15:29 2026] PUT /v2.0/policies/d1a0a50f-d7e8-4cd0-9c43-40ab7c231559/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3123] 10.0.0.83 () {32 vars in 673 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3124] 10.0.0.83 () {32 vars in 687 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3125] 10.0.0.83 () {32 vars in 683 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3126] 10.0.0.83 () {32 vars in 695 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3127] 10.0.0.83 () {32 vars in 681 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3128] 10.0.0.83 () {32 vars in 695 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3129] 10.0.0.83 () {32 vars in 691 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3130] 10.0.0.83 () {32 vars in 703 bytes} [Thu Aug 13 10:15:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3131] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:15:30 2026] DELETE /v2.0/qos/policies/0ca1cd77-66e0-4934-a0f3-b01af9fd7002 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3132] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:15:30 2026] DELETE /v2.0/qos/policies/bc4de464-d325-4355-9366-eaf398cc29e4 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3133] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:15:30 2026] DELETE /v2.0/qos/policies/05e62bec-18c0-46d5-b587-bc9b007a58a3 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3134] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:15:30 2026] DELETE /v2.0/qos/policies/d1a0a50f-d7e8-4cd0-9c43-40ab7c231559 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3135] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:15:30 2026] DELETE /v2.0/qos/policies/a2281134-d91b-4787-8a34-af48abd647ee => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3136] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:31 2026] GET /v2.0/security-groups?tenant_id=6bdff137ca324965a015d66648beb794&name=default => generated 2929 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3137] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:31 2026] DELETE /v2.0/security-groups/836f06a2-1d98-4303-9c11-e50c6dc1af8d => 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: 1645/3138] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:32 2026] GET /v2.0/security-groups?tenant_id=828ea874ecf842f9854e4c8970e77f6f&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3139] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:32 2026] DELETE /v2.0/security-groups/26587073-6446-4ac0-80af-77069aca4382 => 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: 1646/3140] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:32 2026] GET /v2.0/security-groups?tenant_id=d6a3ba7f9f0342958403cacfa309fa4c&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3141] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:32 2026] DELETE /v2.0/security-groups/5ef833c3-4012-41f1-b311-4cdb16a7f82a => 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: 1647/3142] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:15:36 2026] POST /v2.0/security-groups => generated 1603 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3143] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:15:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3144] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:15:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3145] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:15:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3146] 10.0.0.83 () {34 vars in 683 bytes} [Thu Aug 13 10:15:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3147] 10.0.0.83 () {34 vars in 766 bytes} [Thu Aug 13 10:15:37 2026] PUT /v2.0/security-groups/135453ac-b9a0-4bc4-afa2-1308b1ad0204/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3148] 10.0.0.83 () {34 vars in 766 bytes} [Thu Aug 13 10:15:37 2026] PUT /v2.0/security-groups/08c6a5af-81e2-434f-b46e-9b4dc3690b3e/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3149] 10.0.0.83 () {34 vars in 766 bytes} [Thu Aug 13 10:15:37 2026] PUT /v2.0/security-groups/d5f0563f-1198-4c36-8561-c7747de6e8fb/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3150] 10.0.0.83 () {34 vars in 766 bytes} [Thu Aug 13 10:15:37 2026] PUT /v2.0/security-groups/afb7e54f-3b50-4212-a56b-4ccc7589f52e/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3151] 10.0.0.83 () {32 vars in 679 bytes} [Thu Aug 13 10:15:37 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3152] 10.0.0.83 () {32 vars in 693 bytes} [Thu Aug 13 10:15:37 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3153] 10.0.0.83 () {32 vars in 689 bytes} [Thu Aug 13 10:15:37 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3154] 10.0.0.83 () {32 vars in 701 bytes} [Thu Aug 13 10:15:38 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3157] 10.0.0.83 () {32 vars in 687 bytes} [Thu Aug 13 10:15:38 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3158] 10.0.0.83 () {32 vars in 701 bytes} [Thu Aug 13 10:15:38 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3159] 10.0.0.83 () {32 vars in 697 bytes} [Thu Aug 13 10:15:38 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3160] 10.0.0.83 () {32 vars in 709 bytes} [Thu Aug 13 10:15:38 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3161] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:38 2026] DELETE /v2.0/security-groups/135453ac-b9a0-4bc4-afa2-1308b1ad0204 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3162] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:38 2026] DELETE /v2.0/security-groups/08c6a5af-81e2-434f-b46e-9b4dc3690b3e => 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: 1505/3163] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:38 2026] DELETE /v2.0/security-groups/d5f0563f-1198-4c36-8561-c7747de6e8fb => 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: 1659/3164] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:38 2026] DELETE /v2.0/security-groups/afb7e54f-3b50-4212-a56b-4ccc7589f52e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3165] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:38 2026] DELETE /v2.0/security-groups/c82697d0-a850-435c-9c2f-e175a7bd063a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3166] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:39 2026] GET /v2.0/security-groups?tenant_id=3c661dd2b0e1469b9e4b5e7236d479b7&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3167] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:39 2026] DELETE /v2.0/security-groups/4f134238-1130-4bc8-83c9-e8fde980b40a => 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: 1661/3168] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:39 2026] GET /v2.0/security-groups?tenant_id=7e9a07c4f4634b1e9b98166d1c946600&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3169] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:40 2026] DELETE /v2.0/security-groups/bdaba91c-9564-4abf-be2f-d82f12532e2d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3170] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:40 2026] GET /v2.0/security-groups?tenant_id=3e29fd005b8f4ff1a88434174f27ca96&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3171] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:40 2026] DELETE /v2.0/security-groups/1ef97dc6-3bdc-42d6-8e16-38f90655964f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:44.881 8 INFO neutron.db.segments_db [None req-fc771481-95bd-433f-ac47-348fade90582 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Added segment cc720303-a09f-4466-98a7-3b7b27ec17bf of type vxlan for network 8009fbd3-a0bb-42d8-b022-48b586309a9f [pid: 8|app: 0|req: 1663/3172] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:15:44 2026] POST /v2.0/networks => generated 613 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3173] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:15:45 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: 1664/3174] 10.0.0.83 () {34 vars in 665 bytes} [Thu Aug 13 10:15:45 2026] POST /v2.0/trunks => generated 407 bytes in 141 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-08-13 10:15:45.448 7 INFO neutron.db.segments_db [None req-ef9c8fb6-3b3d-49c5-b516-911197bffb35 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Added segment a6fdb983-54d2-4467-81aa-c1bb6d17133c of type vxlan for network 3d5255bf-8b11-40e6-ab1a-d2e580803018 [pid: 7|app: 0|req: 1511/3175] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:15:45 2026] POST /v2.0/networks => generated 613 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3176] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:15:45 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3177] 10.0.0.83 () {34 vars in 665 bytes} [Thu Aug 13 10:15:45 2026] POST /v2.0/trunks => generated 407 bytes in 242 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-08-13 10:15:46.111 8 INFO neutron.db.segments_db [None req-7ef8466f-b2d1-4ab9-aa36-e87fa6c4af5f ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Added segment 05e2462e-50a2-4bfa-9e31-ec35e404350d of type vxlan for network 786c728f-eb0f-4e18-91b7-280fce01f53b [pid: 8|app: 0|req: 1666/3178] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:15:46 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3179] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:15:46 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3180] 10.0.0.83 () {34 vars in 665 bytes} [Thu Aug 13 10:15:46 2026] POST /v2.0/trunks => generated 407 bytes in 162 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-08-13 10:15:46.702 7 INFO neutron.db.segments_db [None req-7549fbc1-0d46-4fb4-a78a-0564ef737abb ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Added segment b46c4029-7cfa-44d8-baeb-a2e60b6e593e of type vxlan for network c839376e-78bd-4591-9889-006a50f6475a [pid: 7|app: 0|req: 1514/3181] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:15:46 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3182] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:15:46 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3183] 10.0.0.83 () {34 vars in 665 bytes} [Thu Aug 13 10:15:47 2026] POST /v2.0/trunks => generated 407 bytes in 128 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-08-13 10:15:47.295 8 INFO neutron.db.segments_db [None req-201cd781-217e-4867-9f84-f5f760d8bea6 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Added segment ef491985-fb6e-4262-98ce-71d62236d115 of type vxlan for network 6d9d7121-67ad-4107-9fb3-50a54b65e3b4 [pid: 8|app: 0|req: 1669/3184] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:15:47 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3185] 10.0.0.83 () {34 vars in 663 bytes} [Thu Aug 13 10:15:47 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) [pid: 8|app: 0|req: 1670/3186] 10.0.0.83 () {34 vars in 665 bytes} [Thu Aug 13 10:15:47 2026] POST /v2.0/trunks => generated 407 bytes in 137 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: 1517/3187] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:15:47 2026] PUT /v2.0/trunks/598a1316-3b61-4e23-bef8-a90e9ac4e43d/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: 1671/3188] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:15:47 2026] PUT /v2.0/trunks/a4444b79-7e7a-449a-b65e-0da2514e9bbe/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3189] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:15:47 2026] PUT /v2.0/trunks/19904393-35ad-432c-9c2f-f3d98587519a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3190] 10.0.0.83 () {34 vars in 748 bytes} [Thu Aug 13 10:15:47 2026] PUT /v2.0/trunks/41804d3c-1c0f-4330-bdeb-3c79d914d5eb/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: 1519/3191] 10.0.0.83 () {32 vars in 661 bytes} [Thu Aug 13 10:15:47 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3192] 10.0.0.83 () {32 vars in 675 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3193] 10.0.0.83 () {32 vars in 671 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3194] 10.0.0.83 () {32 vars in 683 bytes} [Thu Aug 13 10:15:48 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: 1521/3195] 10.0.0.83 () {32 vars in 669 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3196] 10.0.0.83 () {32 vars in 683 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3197] 10.0.0.83 () {32 vars in 679 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3198] 10.0.0.83 () {32 vars in 691 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => 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: 1523/3199] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks/598a1316-3b61-4e23-bef8-a90e9ac4e43d => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3200] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/ports/c577c180-d44b-43d1-9d4e-9a3f57cac72c => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3201] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:15:48 2026] DELETE /v2.0/trunks/598a1316-3b61-4e23-bef8-a90e9ac4e43d => 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: 1678/3202] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks/a4444b79-7e7a-449a-b65e-0da2514e9bbe => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3203] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/ports/fe3e4176-b855-4042-9d96-14ea28dc8962 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3204] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:15:48 2026] DELETE /v2.0/trunks/a4444b79-7e7a-449a-b65e-0da2514e9bbe => 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: 1526/3205] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks/19904393-35ad-432c-9c2f-f3d98587519a => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3206] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/ports/91338670-87c3-44d2-ba43-9baae2b4e717 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3207] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:15:48 2026] DELETE /v2.0/trunks/19904393-35ad-432c-9c2f-f3d98587519a => 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: 1681/3208] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks/41804d3c-1c0f-4330-bdeb-3c79d914d5eb => 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: 1528/3209] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/ports/c2bfb6da-f5bd-4426-87dd-e476e95557e7 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3210] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:15:48 2026] DELETE /v2.0/trunks/41804d3c-1c0f-4330-bdeb-3c79d914d5eb => 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: 1529/3211] 10.0.0.83 () {32 vars in 718 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/trunks/8a5eda5d-34a3-45a6-8d46-92fc3ed47899 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3212] 10.0.0.83 () {32 vars in 716 bytes} [Thu Aug 13 10:15:48 2026] GET /v2.0/ports/3a829d1e-08ee-4afa-bb2e-c6348ccf1b7e => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3213] 10.0.0.83 () {32 vars in 721 bytes} [Thu Aug 13 10:15:48 2026] DELETE /v2.0/trunks/8a5eda5d-34a3-45a6-8d46-92fc3ed47899 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:49.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-df1238cd-07b4-4764-a607-5d80ecdff098 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] TaaS: Handle Delete Port: c577c180-d44b-43d1-9d4e-9a3f57cac72c 2026-08-13 10:15:49.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df1238cd-07b4-4764-a607-5d80ecdff098 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Tap Mirror: Handle Delete Port: c577c180-d44b-43d1-9d4e-9a3f57cac72c [pid: 8|app: 0|req: 1684/3214] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:15:49 2026] DELETE /v2.0/ports/c577c180-d44b-43d1-9d4e-9a3f57cac72c => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:49.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-b707ae0b-007e-4434-a8be-4128ea9a9729 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] TaaS: Handle Delete Port: fe3e4176-b855-4042-9d96-14ea28dc8962 2026-08-13 10:15:49.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b707ae0b-007e-4434-a8be-4128ea9a9729 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Tap Mirror: Handle Delete Port: fe3e4176-b855-4042-9d96-14ea28dc8962 [pid: 7|app: 0|req: 1531/3215] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:15:49 2026] DELETE /v2.0/ports/fe3e4176-b855-4042-9d96-14ea28dc8962 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:49.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c1bfa42-b53e-4033-b8b8-cc7bd8f36612 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] TaaS: Handle Delete Port: 91338670-87c3-44d2-ba43-9baae2b4e717 2026-08-13 10:15:49.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c1bfa42-b53e-4033-b8b8-cc7bd8f36612 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Tap Mirror: Handle Delete Port: 91338670-87c3-44d2-ba43-9baae2b4e717 [pid: 8|app: 0|req: 1685/3216] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:15:49 2026] DELETE /v2.0/ports/91338670-87c3-44d2-ba43-9baae2b4e717 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:49.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-25234e93-3092-45fe-a328-eab4475482a4 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] TaaS: Handle Delete Port: c2bfb6da-f5bd-4426-87dd-e476e95557e7 2026-08-13 10:15:49.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25234e93-3092-45fe-a328-eab4475482a4 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Tap Mirror: Handle Delete Port: c2bfb6da-f5bd-4426-87dd-e476e95557e7 [pid: 7|app: 0|req: 1532/3217] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:15:49 2026] DELETE /v2.0/ports/c2bfb6da-f5bd-4426-87dd-e476e95557e7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:49.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b03eb3a-d5b4-4858-b505-d05bfc7e5853 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] TaaS: Handle Delete Port: 3a829d1e-08ee-4afa-bb2e-c6348ccf1b7e 2026-08-13 10:15:49.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b03eb3a-d5b4-4858-b505-d05bfc7e5853 ea6784b6abe34aa6b2afac2a0be72566 dc3e479eb5574b6989b99f3a6a747bfc - - default default] Tap Mirror: Handle Delete Port: 3a829d1e-08ee-4afa-bb2e-c6348ccf1b7e [pid: 8|app: 0|req: 1686/3218] 10.0.0.83 () {32 vars in 719 bytes} [Thu Aug 13 10:15:49 2026] DELETE /v2.0/ports/3a829d1e-08ee-4afa-bb2e-c6348ccf1b7e => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3219] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:50 2026] DELETE /v2.0/networks/8009fbd3-a0bb-42d8-b022-48b586309a9f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:50.210 7 INFO neutron.services.segments.plugin [-] Segment cc720303-a09f-4466-98a7-3b7b27ec17bf resource provider aggregate not found 2026-08-13 10:15:50.214 7 INFO neutron.services.segments.plugin [-] Segment cc720303-a09f-4466-98a7-3b7b27ec17bf resource provider aggregate not found 2026-08-13 10:15:50.231 7 INFO neutron.services.segments.plugin [-] Segment cc720303-a09f-4466-98a7-3b7b27ec17bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc720303-a09f-4466-98a7-3b7b27ec17bf found for delete ", "request_id": "req-21c6318b-5bfe-4a82-a363-ac7619e33ac9"}]} 2026-08-13 10:15:50.234 7 INFO neutron.services.segments.plugin [-] Segment cc720303-a09f-4466-98a7-3b7b27ec17bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc720303-a09f-4466-98a7-3b7b27ec17bf found for delete ", "request_id": "req-f3963634-a274-4019-aa8f-b0c1acddf612"}]} 2026-08-13 10:15:50.257 8 INFO neutron.services.segments.plugin [-] Segment a6fdb983-54d2-4467-81aa-c1bb6d17133c resource provider aggregate not found 2026-08-13 10:15:50.265 8 INFO neutron.services.segments.plugin [-] Segment a6fdb983-54d2-4467-81aa-c1bb6d17133c resource provider aggregate not found 2026-08-13 10:15:50.272 8 INFO neutron.services.segments.plugin [-] Segment a6fdb983-54d2-4467-81aa-c1bb6d17133c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fdb983-54d2-4467-81aa-c1bb6d17133c found for delete ", "request_id": "req-984f1fc7-79b6-487f-a91b-dae90da26296"}]} 2026-08-13 10:15:50.278 8 INFO neutron.services.segments.plugin [-] Segment a6fdb983-54d2-4467-81aa-c1bb6d17133c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6fdb983-54d2-4467-81aa-c1bb6d17133c found for delete ", "request_id": "req-99231cc5-c78b-41d9-b27d-28ee8d84f5ae"}]} [pid: 8|app: 0|req: 1687/3220] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:50 2026] DELETE /v2.0/networks/3d5255bf-8b11-40e6-ab1a-d2e580803018 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3221] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:50 2026] DELETE /v2.0/networks/786c728f-eb0f-4e18-91b7-280fce01f53b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3222] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:50 2026] DELETE /v2.0/networks/c839376e-78bd-4591-9889-006a50f6475a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3223] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:50 2026] DELETE /v2.0/networks/6d9d7121-67ad-4107-9fb3-50a54b65e3b4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3224] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:51 2026] GET /v2.0/security-groups?tenant_id=4103bcf897ff4c19b9e034de24a5d8f2&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3225] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:51 2026] DELETE /v2.0/security-groups/aaf9d70a-3169-432a-a45c-f5a6fda75ec4 => 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: 1690/3226] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:51 2026] GET /v2.0/security-groups?tenant_id=aac20422cfec46a9bad108fb6db602a7&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3227] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:51 2026] DELETE /v2.0/security-groups/bdefd0c2-3ade-4420-9a00-97b532c5ba56 => 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: 1691/3228] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:52 2026] GET /v2.0/security-groups?tenant_id=dc3e479eb5574b6989b99f3a6a747bfc&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-13 10:15:52.253 7 INFO neutron.services.segments.plugin [-] Segment 05e2462e-50a2-4bfa-9e31-ec35e404350d resource provider aggregate not found 2026-08-13 10:15:52.259 7 INFO neutron.services.segments.plugin [-] Segment 05e2462e-50a2-4bfa-9e31-ec35e404350d resource provider aggregate not found 2026-08-13 10:15:52.274 7 INFO neutron.services.segments.plugin [-] Segment 05e2462e-50a2-4bfa-9e31-ec35e404350d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e2462e-50a2-4bfa-9e31-ec35e404350d found for delete ", "request_id": "req-d77547a1-84ac-4245-b2be-31f93c2e8878"}]} 2026-08-13 10:15:52.291 7 INFO neutron.services.segments.plugin [-] Segment 05e2462e-50a2-4bfa-9e31-ec35e404350d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05e2462e-50a2-4bfa-9e31-ec35e404350d found for delete ", "request_id": "req-e1b0e65c-f2be-47ce-861f-14fe6b80b205"}]} 2026-08-13 10:15:52.302 8 INFO neutron.services.segments.plugin [-] Segment b46c4029-7cfa-44d8-baeb-a2e60b6e593e resource provider aggregate not found 2026-08-13 10:15:52.304 7 INFO neutron.services.segments.plugin [-] Segment ef491985-fb6e-4262-98ce-71d62236d115 resource provider aggregate not found 2026-08-13 10:15:52.307 8 INFO neutron.services.segments.plugin [-] Segment b46c4029-7cfa-44d8-baeb-a2e60b6e593e resource provider aggregate not found 2026-08-13 10:15:52.310 7 INFO neutron.services.segments.plugin [-] Segment ef491985-fb6e-4262-98ce-71d62236d115 resource provider aggregate not found 2026-08-13 10:15:52.318 8 INFO neutron.services.segments.plugin [-] Segment b46c4029-7cfa-44d8-baeb-a2e60b6e593e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b46c4029-7cfa-44d8-baeb-a2e60b6e593e found for delete ", "request_id": "req-f4c52e2d-4224-489c-8ae6-7c00e682e6bd"}]} 2026-08-13 10:15:52.319 8 INFO neutron.services.segments.plugin [-] Segment b46c4029-7cfa-44d8-baeb-a2e60b6e593e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b46c4029-7cfa-44d8-baeb-a2e60b6e593e found for delete ", "request_id": "req-18917047-5b8c-4527-9845-20b7f9f6b3e3"}]} 2026-08-13 10:15:52.327 7 INFO neutron.services.segments.plugin [-] Segment ef491985-fb6e-4262-98ce-71d62236d115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef491985-fb6e-4262-98ce-71d62236d115 found for delete ", "request_id": "req-e5cbc40c-81d8-472f-ae82-f1c441bac5cf"}]} 2026-08-13 10:15:52.329 7 INFO neutron.services.segments.plugin [-] Segment ef491985-fb6e-4262-98ce-71d62236d115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef491985-fb6e-4262-98ce-71d62236d115 found for delete ", "request_id": "req-3674b1ed-65aa-46c1-810a-1058fece25cb"}]} [pid: 7|app: 0|req: 1538/3229] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:52 2026] DELETE /v2.0/security-groups/7028f766-a04e-4e40-af81-82b54e987cb8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:55.810 8 INFO neutron.db.segments_db [None req-92ab4bd0-209e-4615-b247-f3d8e89bd876 b74e705751534ac79af625e6cba81a31 b065c5f279114c2c9594f75cb5dc7a49 - - default default] Added segment 514db489-9f82-45a8-8cdc-cbf60ea7796e of type vxlan for network 557ceea0-e93c-4a81-9875-9c77fad539c8 [pid: 8|app: 0|req: 1693/3232] 10.0.0.83 () {34 vars in 669 bytes} [Thu Aug 13 10:15:55 2026] POST /v2.0/networks => generated 612 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3233] 10.0.0.83 () {34 vars in 668 bytes} [Thu Aug 13 10:15:55 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3234] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:15:56 2026] PUT /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3235] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3236] 10.0.0.83 () {34 vars in 761 bytes} [Thu Aug 13 10:15:56 2026] PUT /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/green => 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: 1542/3237] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/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: 1696/3238] 10.0.0.83 () {34 vars in 757 bytes} [Thu Aug 13 10:15:56 2026] PUT /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/red => 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: 1543/3239] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3240] 10.0.0.83 () {34 vars in 779 bytes} [Thu Aug 13 10:15:56 2026] PUT /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3241] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3242] 10.0.0.83 () {34 vars in 750 bytes} [Thu Aug 13 10:15:56 2026] PUT /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3243] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3244] 10.0.0.83 () {32 vars in 738 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-13 10:15:56.861 7 INFO neutron.api.v2.resource [None req-da5528a0-8baa-4c8a-b8c8-1543860dc858 b74e705751534ac79af625e6cba81a31 b065c5f279114c2c9594f75cb5dc7a49 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3245] 10.0.0.83 () {32 vars in 742 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3246] 10.0.0.83 () {32 vars in 741 bytes} [Thu Aug 13 10:15:56 2026] DELETE /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/red => 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: 1547/3247] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:56 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-13 10:15:57.060 8 INFO neutron.api.v2.resource [None req-c64d479d-12fd-464f-bcc1-7901cb965c7c b74e705751534ac79af625e6cba81a31 b065c5f279114c2c9594f75cb5dc7a49 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1701/3248] 10.0.0.83 () {32 vars in 745 bytes} [Thu Aug 13 10:15:57 2026] DELETE /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3249] 10.0.0.83 () {32 vars in 733 bytes} [Thu Aug 13 10:15:57 2026] DELETE /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => 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: 1702/3250] 10.0.0.83 () {32 vars in 730 bytes} [Thu Aug 13 10:15:57 2026] GET /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3251] 10.0.0.83 () {32 vars in 723 bytes} [Thu Aug 13 10:15:57 2026] DELETE /v2.0/subnets/30be147c-c76d-4c2e-b3e7-ca80594ac565 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-13 10:15:57.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2ef5a6d-7067-4762-a7f0-04f6e4fb86e4 b74e705751534ac79af625e6cba81a31 b065c5f279114c2c9594f75cb5dc7a49 - - default default] TaaS: Handle Delete Port: be92f31f-de5e-4574-b6d2-ea3d2c5b1791 2026-08-13 10:15:57.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2ef5a6d-7067-4762-a7f0-04f6e4fb86e4 b74e705751534ac79af625e6cba81a31 b065c5f279114c2c9594f75cb5dc7a49 - - default default] Tap Mirror: Handle Delete Port: be92f31f-de5e-4574-b6d2-ea3d2c5b1791 2026-08-13 10:15:57.557 8 INFO neutron.services.segments.plugin [-] Segment 514db489-9f82-45a8-8cdc-cbf60ea7796e resource provider aggregate not found 2026-08-13 10:15:57.562 8 INFO neutron.services.segments.plugin [-] Segment 514db489-9f82-45a8-8cdc-cbf60ea7796e resource provider aggregate not found 2026-08-13 10:15:57.577 8 INFO neutron.services.segments.plugin [-] Segment 514db489-9f82-45a8-8cdc-cbf60ea7796e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 514db489-9f82-45a8-8cdc-cbf60ea7796e found for delete ", "request_id": "req-e8e6ffd8-95ab-499d-8bc8-42959010c6bb"}]} 2026-08-13 10:15:57.579 8 INFO neutron.services.segments.plugin [-] Segment 514db489-9f82-45a8-8cdc-cbf60ea7796e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 514db489-9f82-45a8-8cdc-cbf60ea7796e found for delete ", "request_id": "req-9676b2b8-77f5-441d-bf14-fb9d9abc4be5"}]} [pid: 8|app: 0|req: 1703/3252] 10.0.0.83 () {32 vars in 725 bytes} [Thu Aug 13 10:15:57 2026] DELETE /v2.0/networks/557ceea0-e93c-4a81-9875-9c77fad539c8 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3253] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:58 2026] GET /v2.0/security-groups?tenant_id=a5ad747447024c938312c61f6363ed7e&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3254] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:58 2026] DELETE /v2.0/security-groups/fb68114f-78ca-4e9f-a80e-cd7ea8964005 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3255] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:15:58 2026] GET /v2.0/security-groups?tenant_id=b065c5f279114c2c9594f75cb5dc7a49&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3256] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:15:58 2026] DELETE /v2.0/security-groups/b9a85b73-1bbe-4201-b0c8-102502833e5b => 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: 1552/3257] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:16:02 2026] GET /v2.0/security-groups?tenant_id=bf40f3235de0434f80057257791db86c&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: 1706/3258] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:16:02 2026] DELETE /v2.0/security-groups/2f05b1be-36d7-4f8c-b203-942cae25f781 => 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: 1553/3259] 10.0.0.83 () {32 vars in 773 bytes} [Thu Aug 13 10:16:02 2026] GET /v2.0/security-groups?tenant_id=79b4c3859e7d471b87654ca2ec940a7f&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3260] 10.0.0.83 () {32 vars in 739 bytes} [Thu Aug 13 10:16:02 2026] DELETE /v2.0/security-groups/32c20c68-f995-40b0-90f7-bbb14b582bc3 => 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: 1554/3261] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:16:05 2026] GET /v2.0/networks => generated 2168 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3262] 10.0.0.83 () {32 vars in 654 bytes} [Thu Aug 13 10:16:06 2026] GET /v2.0/floatingips => 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: 1555/3263] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:16:06 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3264] 10.0.0.83 () {32 vars in 642 bytes} [Thu Aug 13 10:16:06 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3265] 10.0.0.83 () {32 vars in 646 bytes} [Thu Aug 13 10:16:06 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: 8|app: 0|req: 1710/3266] 10.0.0.83 () {32 vars in 648 bytes} [Thu Aug 13 10:16:06 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3267] 10.0.0.83 () {32 vars in 662 bytes} [Thu Aug 13 10:16:06 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3268] 10.0.0.83 () {32 vars in 654 bytes} [Thu Aug 13 10:16:06 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)