+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jul 1 11:19:37 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-5f854cb756-5674r machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f4e10410668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-01 11:19:42.032 7 INFO neutron.common.config [-] Logging enabled! 2026-07-01 11:19:42.032 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev17 2026-07-01 11:19:42.174 8 INFO neutron.common.config [-] Logging enabled! 2026-07-01 11:19:42.174 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev17 2026-07-01 11:19:42.443 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 11:19:42.564 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 11:19:43.963 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:19:43.965 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 11:19:43.969 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 11:19:43.970 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:19:43.970 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 11:19:43.970 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 11:19:43.971 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:19:43.979 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:19:43.979 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:19:43.979 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:19:44.002 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 11:19:44.004 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:19:44.004 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 11:19:44.030 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 11:19:44.030 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 11:19:44.031 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 11:19:44.031 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 11:19:44.099 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:19:44.102 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 11:19:44.106 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 11:19:44.107 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:19:44.107 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 11:19:44.107 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 11:19:44.107 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:19:44.115 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:19:44.115 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:19:44.115 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:19:44.137 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 11:19:44.138 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:19:44.138 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 11:19:44.164 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 11:19:44.164 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 11:19:44.164 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 11:19:44.164 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 11:19:44.327 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing driver for type 'vlan' 2026-07-01 11:19:44.454 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 11:19:44.599 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] VlanTypeDriver initialization complete 2026-07-01 11:19:44.599 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 11:19:44.599 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 11:19:44.614 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 11:19:44.614 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 11:19:44.614 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing extension driver 'port_security' 2026-07-01 11:19:44.614 7 INFO neutron.plugins.ml2.extensions.port_security [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 11:19:44.615 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing extension driver 'qos' 2026-07-01 11:19:44.615 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 11:19:44.615 7 INFO neutron.plugins.ml2.managers [None req-99a332ff-62d0-4f8f-af2a-911a71474f3e - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 11:19:44.630 7 INFO neutron.quota [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded quota_driver: . 2026-07-01 11:19:44.630 7 INFO neutron.plugins.ml2.plugin [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 11:19:44.630 7 INFO neutron.plugins.ml2.managers [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 11:19:44.630 7 INFO neutron.plugins.ml2.managers [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 11:19:44.630 7 INFO neutron.plugins.ml2.managers [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 11:19:44.631 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: qos 2026-07-01 11:19:44.643 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: router 2026-07-01 11:19:44.684 7 INFO neutron.services.service_base [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 11:19:44.684 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: segments 2026-07-01 11:19:44.732 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 11:19:44.732 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 11:19:44.733 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 11:19:44.746 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 11:19:44.746 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 11:19:44.746 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 11:19:44.746 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 11:19:44.746 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing extension driver 'qos' 2026-07-01 11:19:44.747 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 11:19:44.747 8 INFO neutron.plugins.ml2.managers [None req-2c84069a-cea5-480b-aac5-dd41728eeb93 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 11:19:44.761 8 INFO neutron.quota [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded quota_driver: . 2026-07-01 11:19:44.761 8 INFO neutron.plugins.ml2.plugin [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 11:19:44.762 8 INFO neutron.plugins.ml2.managers [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 11:19:44.762 8 INFO neutron.plugins.ml2.managers [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 11:19:44.762 8 INFO neutron.plugins.ml2.managers [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 11:19:44.762 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: qos 2026-07-01 11:19:44.775 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: router 2026-07-01 11:19:44.777 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: trunk 2026-07-01 11:19:44.793 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: vpnaas 2026-07-01 11:19:44.817 8 INFO neutron.services.service_base [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 11:19:44.817 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: segments 2026-07-01 11:19:44.829 7 WARNING stevedore.named [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 11:19:44.891 7 INFO neutron_vpnaas.services.vpn.plugin [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 11:19:44.891 7 INFO neutron.common.utils [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 11:19:44.891 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: taas 2026-07-01 11:19:44.909 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: trunk 2026-07-01 11:19:44.916 7 WARNING stevedore.named [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:19:44.924 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: vpnaas 2026-07-01 11:19:44.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:19:44.940 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: tapmirror 2026-07-01 11:19:44.954 7 WARNING stevedore.named [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:19:44.961 8 WARNING stevedore.named [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 11:19:44.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:19:44.970 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: auto_allocate 2026-07-01 11:19:44.981 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: tag 2026-07-01 11:19:44.989 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: timestamp 2026-07-01 11:19:44.992 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 11:19:44.997 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: flavors 2026-07-01 11:19:45.000 7 INFO neutron.manager [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loading Plugin: revisions 2026-07-01 11:19:45.004 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Initializing extension manager. 2026-07-01 11:19:45.006 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: address-group 2026-07-01 11:19:45.007 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: address-scope 2026-07-01 11:19:45.007 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 11:19:45.008 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: agent 2026-07-01 11:19:45.008 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 11:19:45.010 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 11:19:45.010 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 11:19:45.011 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: availability_zone 2026-07-01 11:19:45.012 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 11:19:45.012 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 11:19:45.013 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: default-subnetpools 2026-07-01 11:19:45.015 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 11:19:45.015 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: dns-integration 2026-07-01 11:19:45.016 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 11:19:45.016 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 11:19:45.017 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: dvr 2026-07-01 11:19:45.017 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 11:19:45.018 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 11:19:45.019 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:19:45.019 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 11:19:45.020 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: external-net 2026-07-01 11:19:45.020 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 11:19:45.021 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: extraroute 2026-07-01 11:19:45.021 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 11:19:45.022 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 11:19:45.023 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 11:19:45.024 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 11:19:45.024 8 INFO neutron_vpnaas.services.vpn.plugin [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 11:19:45.024 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 11:19:45.024 8 INFO neutron.common.utils [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 11:19:45.025 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: taas 2026-07-01 11:19:45.025 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: fip-port-details 2026-07-01 11:19:45.026 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: flavors 2026-07-01 11:19:45.027 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 11:19:45.027 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: floatingip-pools 2026-07-01 11:19:45.028 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: ip_allocation 2026-07-01 11:19:45.028 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 11:19:45.029 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: l2_adjacency 2026-07-01 11:19:45.030 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: router 2026-07-01 11:19:45.032 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:19:45.032 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 11:19:45.033 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 11:19:45.033 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 11:19:45.034 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: l3-ha 2026-07-01 11:19:45.034 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:19:45.035 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 11:19:45.035 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: l3-flavors 2026-07-01 11:19:45.036 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:19:45.037 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 11:19:45.039 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 11:19:45.040 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 11:19:45.041 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 11:19:45.043 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 11:19:45.043 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 11:19:45.044 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: multi-provider 2026-07-01 11:19:45.044 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: net-mtu 2026-07-01 11:19:45.045 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 11:19:45.045 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: network_availability_zone 2026-07-01 11:19:45.046 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: network_ha 2026-07-01 11:19:45.046 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: network-ip-availability 2026-07-01 11:19:45.048 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 11:19:45.048 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: pagination 2026-07-01 11:19:45.048 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-device-profile 2026-07-01 11:19:45.049 8 WARNING stevedore.named [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:19:45.049 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 11:19:45.050 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 11:19:45.050 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 11:19:45.051 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-mac-override 2026-07-01 11:19:45.051 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 11:19:45.052 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 11:19:45.053 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 11:19:45.053 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-resource-request 2026-07-01 11:19:45.054 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 11:19:45.054 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 11:19:45.055 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: binding 2026-07-01 11:19:45.056 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: binding-extended 2026-07-01 11:19:45.056 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-security 2026-07-01 11:19:45.057 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: project-id 2026-07-01 11:19:45.057 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: provider 2026-07-01 11:19:45.058 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 11:19:45.062 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos 2026-07-01 11:19:45.063 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 11:19:45.064 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 11:19:45.064 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-default 2026-07-01 11:19:45.065 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-fip 2026-07-01 11:19:45.065 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 11:19:45.066 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 11:19:45.067 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 11:19:45.067 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 11:19:45.068 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 11:19:45.069 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-pps 2026-07-01 11:19:45.069 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 11:19:45.070 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 11:19:45.071 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 11:19:45.071 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: quota-check-limit 2026-07-01 11:19:45.072 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 11:19:45.074 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: quotas 2026-07-01 11:19:45.075 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: quota_details 2026-07-01 11:19:45.077 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: rbac-policies 2026-07-01 11:19:45.077 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: rbac-address-group 2026-07-01 11:19:45.078 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 11:19:45.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:19:45.078 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: tapmirror 2026-07-01 11:19:45.078 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 11:19:45.079 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 11:19:45.079 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: revision-if-match 2026-07-01 11:19:45.080 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 11:19:45.081 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: router_availability_zone 2026-07-01 11:19:45.081 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 11:19:45.083 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 11:19:45.083 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 11:19:45.084 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 11:19:45.084 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 11:19:45.085 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 11:19:45.085 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 11:19:45.090 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: security-group 2026-07-01 11:19:45.091 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: segment 2026-07-01 11:19:45.092 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 11:19:45.092 8 WARNING stevedore.named [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:19:45.093 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: service-type 2026-07-01 11:19:45.093 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: sorting 2026-07-01 11:19:45.093 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 11:19:45.094 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: standard-attr-description 2026-07-01 11:19:45.095 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: stateful-security-group 2026-07-01 11:19:45.095 7 WARNING neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 11:19:45.096 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 11:19:45.096 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: subnet-external-network 2026-07-01 11:19:45.097 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: subnet_onboard 2026-07-01 11:19:45.097 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 11:19:45.098 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: subnet-service-types 2026-07-01 11:19:45.098 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: subnet_allocation 2026-07-01 11:19:45.099 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 11:19:45.099 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: tag-creation 2026-07-01 11:19:45.100 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 11:19:45.104 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 11:19:45.105 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 11:19:45.105 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: trunk 2026-07-01 11:19:45.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:19:45.107 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: trunk-details 2026-07-01 11:19:45.108 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: auto_allocate 2026-07-01 11:19:45.109 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 11:19:45.110 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 11:19:45.111 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 11:19:45.112 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 11:19:45.117 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 11:19:45.118 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 11:19:45.119 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: tag 2026-07-01 11:19:45.119 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: vpn-flavors 2026-07-01 11:19:45.122 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: vpnaas 2026-07-01 11:19:45.123 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: taas 2026-07-01 11:19:45.125 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: tap-mirror 2026-07-01 11:19:45.126 7 INFO neutron.api.extensions [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 11:19:45.129 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 11:19:45.130 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: timestamp 2026-07-01 11:19:45.130 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 11:19:45.130 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.130 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 11:19:45.133 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 11:19:45.135 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:19:45.136 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:19:45.140 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: flavors 2026-07-01 11:19:45.142 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:19:45.143 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:19:45.144 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:19:45.145 8 INFO neutron.manager [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loading Plugin: revisions 2026-07-01 11:19:45.145 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.145 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.146 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.146 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.147 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:19:45.147 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.148 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.149 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:19:45.149 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:19:45.150 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Initializing extension manager. 2026-07-01 11:19:45.150 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:19:45.150 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.151 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ipsecpolicy is already registered 2026-07-01 11:19:45.151 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.151 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ikepolicy is already registered 2026-07-01 11:19:45.152 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: address-group 2026-07-01 11:19:45.153 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: address-scope 2026-07-01 11:19:45.154 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 11:19:45.155 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: agent 2026-07-01 11:19:45.156 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 11:19:45.158 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 11:19:45.159 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:19:45.159 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 11:19:45.160 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] router is already registered 2026-07-01 11:19:45.160 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:19:45.160 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] floatingip is already registered 2026-07-01 11:19:45.160 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: availability_zone 2026-07-01 11:19:45.161 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 11:19:45.162 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 11:19:45.163 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: default-subnetpools 2026-07-01 11:19:45.165 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 11:19:45.166 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: dns-integration 2026-07-01 11:19:45.166 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:19:45.166 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] rbac_policy is already registered 2026-07-01 11:19:45.167 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:19:45.167 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 11:19:45.167 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] security_group is already registered 2026-07-01 11:19:45.168 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 11:19:45.168 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:19:45.168 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] security_group_rule is already registered 2026-07-01 11:19:45.169 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: dvr 2026-07-01 11:19:45.169 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.169 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 11:19:45.169 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.170 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 11:19:45.170 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.170 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.171 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:19:45.171 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:19:45.171 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] trunk is already registered 2026-07-01 11:19:45.171 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 11:19:45.172 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.172 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ikepolicy is already registered 2026-07-01 11:19:45.172 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: external-net 2026-07-01 11:19:45.172 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.173 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ipsecpolicy is already registered 2026-07-01 11:19:45.173 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 11:19:45.173 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:19:45.173 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] endpoint_group is already registered 2026-07-01 11:19:45.173 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: extraroute 2026-07-01 11:19:45.174 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:19:45.174 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] vpnservice is already registered 2026-07-01 11:19:45.174 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 11:19:45.175 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:19:45.175 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ipsec_site_connection is already registered 2026-07-01 11:19:45.175 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 11:19:45.176 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.176 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ipsecpolicy is already registered 2026-07-01 11:19:45.176 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 11:19:45.176 7 INFO neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.177 7 WARNING neutron.quota.resource_registry [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] ikepolicy is already registered 2026-07-01 11:19:45.177 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 11:19:45.177 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 11:19:45.178 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: fip-port-details 2026-07-01 11:19:45.179 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: flavors 2026-07-01 11:19:45.181 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 11:19:45.182 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: floatingip-pools 2026-07-01 11:19:45.182 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: ip_allocation 2026-07-01 11:19:45.183 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 11:19:45.184 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: l2_adjacency 2026-07-01 11:19:45.187 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: router 2026-07-01 11:19:45.191 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:19:45.192 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 11:19:45.193 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 11:19:45.194 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 11:19:45.195 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: l3-ha 2026-07-01 11:19:45.195 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:19:45.196 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 11:19:45.197 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: l3-flavors 2026-07-01 11:19:45.198 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:19:45.199 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 11:19:45.202 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 11:19:45.203 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 11:19:45.204 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 11:19:45.205 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 11:19:45.206 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 11:19:45.207 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: multi-provider 2026-07-01 11:19:45.207 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: net-mtu 2026-07-01 11:19:45.208 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 11:19:45.208 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: network_availability_zone 2026-07-01 11:19:45.209 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: network_ha 2026-07-01 11:19:45.209 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: network-ip-availability 2026-07-01 11:19:45.211 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 11:19:45.211 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: pagination 2026-07-01 11:19:45.212 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-device-profile 2026-07-01 11:19:45.212 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 11:19:45.213 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 11:19:45.213 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 11:19:45.214 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-mac-override 2026-07-01 11:19:45.214 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 11:19:45.215 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 11:19:45.215 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 11:19:45.215 7 WARNING keystonemiddleware._common.config [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 11:19:45.216 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-resource-request 2026-07-01 11:19:45.216 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 11:19:45.217 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 11:19:45.217 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: binding 2026-07-01 11:19:45.218 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: binding-extended 2026-07-01 11:19:45.219 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-security 2026-07-01 11:19:45.219 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: project-id 2026-07-01 11:19:45.220 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: provider 2026-07-01 11:19:45.220 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 11:19:45.223 7 WARNING oslo_config.cfg [None req-be9f3372-9988-415b-a169-f1fbddfd083d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-01 11:19:45.225 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f4e10410668 pid: 7 (default app) 2026-07-01 11:19:45.225 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 11:19:45.226 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 11:19:45.226 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-default 2026-07-01 11:19:45.227 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-fip 2026-07-01 11:19:45.228 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 11:19:45.228 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 11:19:45.229 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 11:19:45.229 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 11:19:45.230 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 11:19:45.230 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-pps 2026-07-01 11:19:45.232 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 11:19:45.232 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 11:19:45.233 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 11:19:45.233 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: quota-check-limit 2026-07-01 11:19:45.234 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 11:19:45.236 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: quotas 2026-07-01 11:19:45.237 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: quota_details 2026-07-01 11:19:45.239 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: rbac-policies 2026-07-01 11:19:45.239 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: rbac-address-group 2026-07-01 11:19:45.240 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 11:19:45.240 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 11:19:45.241 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 11:19:45.241 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: revision-if-match 2026-07-01 11:19:45.242 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 11:19:45.242 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: router_availability_zone 2026-07-01 11:19:45.243 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 11:19:45.245 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 11:19:45.246 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 11:19:45.247 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 11:19:45.247 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 11:19:45.248 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 11:19:45.249 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 11:19:45.253 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: security-group 2026-07-01 11:19:45.254 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: segment 2026-07-01 11:19:45.255 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 11:19:45.256 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: service-type 2026-07-01 11:19:45.256 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: sorting 2026-07-01 11:19:45.257 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 11:19:45.258 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: standard-attr-description 2026-07-01 11:19:45.258 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: stateful-security-group 2026-07-01 11:19:45.259 8 WARNING neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 11:19:45.259 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 11:19:45.260 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: subnet-external-network 2026-07-01 11:19:45.260 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: subnet_onboard 2026-07-01 11:19:45.261 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 11:19:45.261 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: subnet-service-types 2026-07-01 11:19:45.262 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: subnet_allocation 2026-07-01 11:19:45.263 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 11:19:45.263 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: tag-creation 2026-07-01 11:19:45.264 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 11:19:45.268 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 11:19:45.269 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 11:19:45.269 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: trunk 2026-07-01 11:19:45.270 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: trunk-details 2026-07-01 11:19:45.270 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 11:19:45.271 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 11:19:45.271 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 11:19:45.272 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 11:19:45.274 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 11:19:45.274 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 11:19:45.275 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: vpn-flavors 2026-07-01 11:19:45.277 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: vpnaas 2026-07-01 11:19:45.278 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: taas 2026-07-01 11:19:45.279 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: tap-mirror 2026-07-01 11:19:45.280 8 INFO neutron.api.extensions [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 11:19:45.282 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 11:19:45.282 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 11:19:45.282 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.283 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 11:19:45.286 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:19:45.286 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:19:45.291 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:19:45.291 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:19:45.292 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:19:45.293 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.293 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.293 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.293 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.294 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:19:45.294 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.295 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.295 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:19:45.295 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:19:45.296 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:19:45.296 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.296 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ipsecpolicy is already registered 2026-07-01 11:19:45.297 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.297 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ikepolicy is already registered 2026-07-01 11:19:45.301 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:19:45.302 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] router is already registered 2026-07-01 11:19:45.302 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:19:45.302 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] floatingip is already registered 2026-07-01 11:19:45.306 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:19:45.306 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] rbac_policy is already registered 2026-07-01 11:19:45.306 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:19:45.307 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] security_group is already registered 2026-07-01 11:19:45.307 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:19:45.307 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] security_group_rule is already registered 2026-07-01 11:19:45.308 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.308 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.308 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:19:45.309 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] subnetpool is already registered 2026-07-01 11:19:45.309 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:19:45.309 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] trunk is already registered 2026-07-01 11:19:45.309 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.310 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ikepolicy is already registered 2026-07-01 11:19:45.310 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.310 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ipsecpolicy is already registered 2026-07-01 11:19:45.310 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:19:45.311 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] endpoint_group is already registered 2026-07-01 11:19:45.311 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:19:45.311 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] vpnservice is already registered 2026-07-01 11:19:45.311 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:19:45.312 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ipsec_site_connection is already registered 2026-07-01 11:19:45.312 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:19:45.312 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ipsecpolicy is already registered 2026-07-01 11:19:45.314 8 INFO neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:19:45.314 8 WARNING neutron.quota.resource_registry [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] ikepolicy is already registered 2026-07-01 11:19:45.352 8 WARNING keystonemiddleware._common.config [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 11:19:45.359 8 WARNING oslo_config.cfg [None req-7c6ec013-a41f-4c37-8778-6fb986d78acf - - - - - -] 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 0x7f4e10410668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:19:49.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ffb63c4-faed-4211-b4aa-8ccf01b6490d 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:19:49 2026] GET /v2.0/networks/public => generated 108 bytes in 811 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: 2/4] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:19:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:19:50.679 7 WARNING neutron.services.revisions.revision_plugin [None req-22725e55-ca36-4139-abf2-84161ca58a89 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:19:50.714 7 INFO neutron.db.segments_db [None req-22725e55-ca36-4139-abf2-84161ca58a89 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment c48fcd67-c6a2-40f6-a4c3-7b677a6544a1 of type flat for network 55afa9e5-d61c-4553-921c-f38adc427f9c 2026-07-01 11:19:50.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22725e55-ca36-4139-abf2-84161ca58a89 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.238 () {48 vars in 967 bytes} [Wed Jul 1 11:19:50 2026] POST /v2.0/networks => generated 124 bytes in 547 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:19:56.943 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fa5d62b-bc2c-4182-a985-d5c13473c549 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:19:56 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:19:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:19:57.210 8 WARNING neutron.services.revisions.revision_plugin [None req-9837ef23-7c01-44d9-a8da-66379493411a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:19:57.235 8 INFO neutron.db.segments_db [None req-9837ef23-7c01-44d9-a8da-66379493411a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment e1cf7770-0b58-44ec-9db9-7e7cfcd23f02 of type flat for network 828bdf58-e938-459e-8801-1408ee539ea0 2026-07-01 11:19:57.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9837ef23-7c01-44d9-a8da-66379493411a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.238 () {48 vars in 967 bytes} [Wed Jul 1 11:19:56 2026] POST /v2.0/networks => generated 124 bytes in 335 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:20:03.186 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffa655f0-26ad-4a41-b57e-a0819d1dde58 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:20:03 2026] GET /v2.0/networks/public => generated 108 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:20:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:20:03.261 8 WARNING neutron.services.revisions.revision_plugin [None req-a3146393-4ffe-4e63-97de-228a36734657 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:20:03.274 8 INFO neutron.db.segments_db [None req-a3146393-4ffe-4e63-97de-228a36734657 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 952b66c7-ea64-4a03-a4ea-caef11b03a1e of type flat for network b0e4c661-25f5-41ee-8f8e-0b1187369ef1 2026-07-01 11:20:03.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3146393-4ffe-4e63-97de-228a36734657 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.238 () {48 vars in 967 bytes} [Wed Jul 1 11:20:03 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:20:09.220 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2aba16b0-fbce-4093-956a-99c295cb72b9 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:20: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: 8|app: 0|req: 7/14] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:20:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:20:09.293 7 WARNING neutron.services.revisions.revision_plugin [None req-81447454-e904-4c7e-9e81-d19ca07ace73 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:20:09.304 7 INFO neutron.db.segments_db [None req-81447454-e904-4c7e-9e81-d19ca07ace73 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment a18d2bfd-13e2-48f1-bcb6-d6d7cf992202 of type flat for network b0446a2f-5664-4535-9556-06e04ae04534 2026-07-01 11:20:09.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81447454-e904-4c7e-9e81-d19ca07ace73 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.238 () {48 vars in 967 bytes} [Wed Jul 1 11:20:09 2026] POST /v2.0/networks => generated 124 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:20:15.193 8 INFO neutron.pecan_wsgi.hooks.translation [None req-109c30ed-5872-4c79-bb08-1f705cf7c7f0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:20:15 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:20:15 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-07-01 11:20:15.309 8 WARNING neutron.services.revisions.revision_plugin [None req-0970348a-c618-4af7-8280-5079a26dfe4e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:20:15.325 8 INFO neutron.db.segments_db [None req-0970348a-c618-4af7-8280-5079a26dfe4e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 4614fd44-7edb-4d31-9f6c-5a31e47600cd of type flat for network 7ec17954-5477-4dee-a60a-eb8e92677895 2026-07-01 11:20:15.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0970348a-c618-4af7-8280-5079a26dfe4e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.204.45.238 () {48 vars in 967 bytes} [Wed Jul 1 11:20:15 2026] POST /v2.0/networks => generated 124 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:20:21.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d8568cd-51b4-421f-b0fc-97dc4832b263 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:20:21 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:20:21 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-07-01 11:20:21.353 8 WARNING neutron.services.revisions.revision_plugin [None req-b22b12d5-7fb0-46cb-8eb8-594586a678bb 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:20:21.379 8 INFO neutron.db.segments_db [None req-b22b12d5-7fb0-46cb-8eb8-594586a678bb 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment dc22094e-165b-45d9-9b07-22d86befd010 of type flat for network 6517350c-9cea-4d82-92c9-ae6b5777bc05 [pid: 8|app: 0|req: 11/22] 199.204.45.238 () {48 vars in 967 bytes} [Wed Jul 1 11:20:21 2026] POST /v2.0/networks => generated 706 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:20:22.650 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bef5825-4982-4f88-8560-e532efe9d4c4 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:20:22 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:20:22 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:20:22.727 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc2d13c9-1676-4876-b100-9452ee610b93 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/25] 199.204.45.238 () {44 vars in 1034 bytes} [Wed Jul 1 11:20:22 2026] GET /v2.0/subnets/public-subnet?network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/26] 199.204.45.238 () {44 vars in 1057 bytes} [Wed Jul 1 11:20:22 2026] GET /v2.0/subnets?name=public-subnet&network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/27] 199.204.45.238 () {48 vars in 965 bytes} [Wed Jul 1 11:20:22 2026] POST /v2.0/subnets => generated 664 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:25:15.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17d086ce-17d7-4b39-bc36-6ce787d2e95c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/65] 199.204.45.238 () {44 vars in 937 bytes} [Wed Jul 1 11:25:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/66] 199.204.45.238 () {44 vars in 959 bytes} [Wed Jul 1 11:25:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:25:15.870 8 INFO neutron.db.segments_db [None req-8efb3bbc-0ad6-49f8-86a2-4cfb46ec4c8b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment f7c73691-b127-42fa-ab98-770e5d00be4e of type vxlan for network 7f2b848a-ac45-440b-b73c-ba7e644e9154 [pid: 8|app: 0|req: 34/67] 199.204.45.238 () {48 vars in 966 bytes} [Wed Jul 1 11:25:15 2026] POST /v2.0/networks => generated 707 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:25:16.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cb6b857-c936-48a9-b965-526b49405042 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/68] 199.204.45.238 () {44 vars in 937 bytes} [Wed Jul 1 11:25:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/69] 199.204.45.238 () {44 vars in 959 bytes} [Wed Jul 1 11:25:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:25:16.964 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e292bf84-5fea-46df-9a53-2eec033771de 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 199.204.45.238 () {44 vars in 1036 bytes} [Wed Jul 1 11:25:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.204.45.238 () {44 vars in 1059 bytes} [Wed Jul 1 11:25:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.238 () {48 vars in 965 bytes} [Wed Jul 1 11:25:16 2026] POST /v2.0/subnets => generated 651 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:25:18.317 8 INFO neutron.api.v2.resource [None req-c68f6e4c-8a1a-408a-8415-96fb86822865 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.204.45.238 () {44 vars in 971 bytes} [Wed Jul 1 11:25:18 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.238 () {44 vars in 993 bytes} [Wed Jul 1 11:25:18 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.238 () {48 vars in 980 bytes} [Wed Jul 1 11:25:18 2026] POST /v2.0/security-groups => generated 1616 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:19 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:19 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:19 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:19 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: 41/82] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:20 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 2230 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:20 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:20 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => 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: 43/85] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:21 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:21 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:21 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:22 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:22 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:22 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:23 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:23 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => 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: 48/96] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:23 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.238 () {44 vars in 987 bytes} [Wed Jul 1 11:25:25 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:25:25.410 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef7cc56e-5cb2-46cc-8e38-483207a5e887 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/99] 199.204.45.238 () {44 vars in 1076 bytes} [Wed Jul 1 11:25:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.238 () {44 vars in 1099 bytes} [Wed Jul 1 11:25:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => 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: 51/101] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:25 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.238 () {48 vars in 961 bytes} [Wed Jul 1 11:25:25 2026] POST /v2.0/ports => generated 1100 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 11:25:34.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ec4e5f2-ae31-4276-b47b-14933e3b45ee 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/105] 199.204.45.238 () {44 vars in 979 bytes} [Wed Jul 1 11:25:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/106] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.238 () {48 vars in 1031 bytes} [Wed Jul 1 11:25:34 2026] PUT /v2.0/ports/7d29dcaa-a0dc-4459-81c3-915fee8c4fad => generated 1249 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.238 () {44 vars in 920 bytes} [Wed Jul 1 11:25:36 2026] GET /v2.0/ports => generated 3730 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:25:37.960 8 INFO neutron.api.v2.resource [None req-d10a20ef-4b85-4de4-b6b6-64f141f34d54 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/109] 199.204.45.238 () {44 vars in 959 bytes} [Wed Jul 1 11:25:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.238 () {44 vars in 981 bytes} [Wed Jul 1 11:25:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.238 () {48 vars in 980 bytes} [Wed Jul 1 11:25:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:38 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:39 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:39 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:39 2026] POST /v2.0/security-group-rules => generated 623 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:40 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:40 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:25:40 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:25:40 2026] POST /v2.0/security-group-rules => generated 627 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/128] 199.204.45.238 () {44 vars in 975 bytes} [Wed Jul 1 11:26:40 2026] GET /v2.0/quotas/f024603f17cf45c69251b23fefb4d298 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.204.45.238 () {48 vars in 1027 bytes} [Wed Jul 1 11:26:41 2026] PUT /v2.0/quotas/f024603f17cf45c69251b23fefb4d298 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:29:02.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ccd558ad-425e-4ca8-8e24-fb9c927568c4 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/148] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:29:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 74/149] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 11:29:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:29:04.268 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00159d67-9a20-432a-9f07-1ffb9edf6f86 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/152] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:29:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/153] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 11:29:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:35:03.904 8 INFO neutron.api.v2.resource [None req-e0b3f31f-0a0c-491d-a9b0-8ae47a95fe5b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/202] 199.204.45.238 () {44 vars in 1074 bytes} [Wed Jul 1 11:35:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 139 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 199.204.45.238 () {44 vars in 1097 bytes} [Wed Jul 1 11:35:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 199.204.45.238 () {48 vars in 981 bytes} [Wed Jul 1 11:35:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:05 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:35:05 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:05 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:35:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:06 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 2234 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:35:06 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:06 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:35:06 2026] POST /v2.0/security-group-rules => generated 599 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:07 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:35:07 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:07 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:35:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:09 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 3460 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:35:09 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:35:09 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.238 () {48 vars in 991 bytes} [Wed Jul 1 11:35:09 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: 119/239] 199.204.45.238 () {30 vars in 740 bytes} [Wed Jul 1 11:37:25 2026] GET /v2.0/networks?tenant_id=77a26cc77d4e4fbeac4b71687ffb6dd7&shared=False => generated 15 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:37:25.479 8 INFO neutron.db.segments_db [None req-7d04a3b5-d8a1-471c-b975-644ca287d045 86e5847e7e6d485f898a35f77f57c6db 77a26cc77d4e4fbeac4b71687ffb6dd7 - - 24841da935bf4d50b6715209af65bd67 24841da935bf4d50b6715209af65bd67] Added segment e8fa62c5-dc58-4bc0-b66d-b337be62b011 of type vxlan for network b9de9864-f36a-4985-b6b3-856dd396569c [pid: 8|app: 0|req: 121/240] 199.204.45.238 () {34 vars in 682 bytes} [Wed Jul 1 11:37:25 2026] POST /v2.0/networks => generated 718 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/241] 199.204.45.238 () {30 vars in 722 bytes} [Wed Jul 1 11:37:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 199.204.45.238 () {30 vars in 633 bytes} [Wed Jul 1 11:37:25 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/243] 199.204.45.238 () {34 vars in 677 bytes} [Wed Jul 1 11:37:25 2026] POST /v2.0/ports => generated 999 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:37:26 2026] GET /v2.0/networks/b9de9864-f36a-4985-b6b3-856dd396569c => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/245] 199.204.45.238 () {30 vars in 722 bytes} [Wed Jul 1 11:37:28 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/246] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:37:28 2026] GET /v2.0/networks/b9de9864-f36a-4985-b6b3-856dd396569c => generated 705 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/249] 199.204.45.238 () {44 vars in 975 bytes} [Wed Jul 1 11:37:42 2026] GET /v2.0/quotas/77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.238 () {48 vars in 1027 bytes} [Wed Jul 1 11:37:42 2026] PUT /v2.0/quotas/77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:49:31.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1e0950e-b758-4403-bd3e-bae2a1a52a5c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/345] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:49:30 2026] GET /v2.0/networks/public => generated 108 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/346] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:49:31 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:49:32.207 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1587f698-25f0-44c7-a302-4c5343f2b384 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/347] 199.204.45.238 () {44 vars in 927 bytes} [Wed Jul 1 11:49:32 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/348] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:49:32 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:49:32.287 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a44aba85-cff7-4719-a432-d4cbd64dd643 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/349] 199.204.45.238 () {44 vars in 1034 bytes} [Wed Jul 1 11:49:32 2026] GET /v2.0/subnets/public-subnet?network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/350] 199.204.45.238 () {44 vars in 1057 bytes} [Wed Jul 1 11:49:32 2026] GET /v2.0/subnets?name=public-subnet&network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:49:59.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac1ecd31-af3c-426c-80c0-3ec4a590f07c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/355] 199.204.45.238 () {44 vars in 937 bytes} [Wed Jul 1 11:49:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/356] 199.204.45.238 () {44 vars in 959 bytes} [Wed Jul 1 11:49:59 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:50:00.385 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b65c6be-0ed6-4e52-b4a0-77dcb69737a8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/357] 199.204.45.238 () {44 vars in 937 bytes} [Wed Jul 1 11:50:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/358] 199.204.45.238 () {44 vars in 959 bytes} [Wed Jul 1 11:50:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:50:00.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81e5b2c9-7ec9-4e36-b55b-ebb1beedcdd5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/359] 199.204.45.238 () {44 vars in 1036 bytes} [Wed Jul 1 11:50:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/360] 199.204.45.238 () {44 vars in 1059 bytes} [Wed Jul 1 11:50:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:50:01.676 8 INFO neutron.api.v2.resource [None req-392bf18e-29de-4f7d-a26a-70ab399b3ed1 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/361] 199.204.45.238 () {44 vars in 971 bytes} [Wed Jul 1 11:50:01 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/362] 199.204.45.238 () {44 vars in 993 bytes} [Wed Jul 1 11:50:01 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/365] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:02 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:02 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:02 2026] GET /v2.0/security-group-rules/40222f7c-c1ba-4fce-a076-40c87a2cbdf0 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:03 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:03 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:03 2026] GET /v2.0/security-group-rules/be6d1854-fdb6-4bb8-bcbf-14d9eb6b8c1e => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:04 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:04 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:04 2026] GET /v2.0/security-group-rules/e24c35d9-c384-425f-89c9-d2bb02bb2424 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/374] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:05 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:05 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => 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: 187/376] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:05 2026] GET /v2.0/security-group-rules/10c4dc29-378e-459b-a85e-c1af9ead6f19 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:06 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/378] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:06 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:07 2026] GET /v2.0/security-group-rules/a8495a87-8c9f-4df9-a95f-28a19ad935f3 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/380] 199.204.45.238 () {44 vars in 987 bytes} [Wed Jul 1 11:50:08 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:50:08.381 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be070052-e99e-45aa-8250-d8ceb33e1018 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/381] 199.204.45.238 () {44 vars in 1076 bytes} [Wed Jul 1 11:50:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/382] 199.204.45.238 () {44 vars in 1099 bytes} [Wed Jul 1 11:50:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 1254 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:08 2026] GET /v2.0/security-groups/ce6b7795-a68d-4a1d-8815-2d77d1535e00 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:50:16.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32358bd7-d12f-4543-bf16-a750b39a1712 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/384] 199.204.45.238 () {44 vars in 979 bytes} [Wed Jul 1 11:50:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 199.204.45.238 () {44 vars in 920 bytes} [Wed Jul 1 11:50:17 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:50:18.950 8 INFO neutron.api.v2.resource [None req-df689818-e608-45f9-98e9-6c8314bdf441 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/389] 199.204.45.238 () {44 vars in 959 bytes} [Wed Jul 1 11:50:18 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 199.204.45.238 () {44 vars in 981 bytes} [Wed Jul 1 11:50:18 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: 197/391] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:19 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:19 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:19 2026] GET /v2.0/security-group-rules/48c14e40-21ff-42aa-a64f-8af4d4edd0c2 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:20 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2886 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:50:20 2026] GET /v2.0/security-groups/2df396bf-02ac-45c1-9e6c-1a91b187d61f => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:50:20 2026] GET /v2.0/security-group-rules/3943316b-d09b-4772-929f-206e826c155e => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.238 () {44 vars in 975 bytes} [Wed Jul 1 11:50:33 2026] GET /v2.0/quotas/f024603f17cf45c69251b23fefb4d298 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:51:29.144 7 INFO neutron.api.v2.resource [None req-22eea32b-75b5-4ef5-b0da-0417d288dcb1 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/406] 199.204.45.238 () {44 vars in 1074 bytes} [Wed Jul 1 11:51:29 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 139 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.204.45.238 () {44 vars in 1097 bytes} [Wed Jul 1 11:51:29 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:51:30 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:51:30 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/410] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:51:30 2026] GET /v2.0/security-group-rules/46a4b7a5-3d3d-450b-9776-38b5ecf17d03 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:51:31 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:51:31 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:51:31 2026] GET /v2.0/security-group-rules/7c6b033c-dd74-4827-ad19-665a07c2a9b1 => generated 599 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:51:32 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:51:32 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:51:32 2026] GET /v2.0/security-group-rules/2cc9d286-2422-450a-8804-692fbf149193 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 199.204.45.238 () {44 vars in 1088 bytes} [Wed Jul 1 11:51:33 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45?project_id=77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/420] 199.204.45.238 () {44 vars in 1001 bytes} [Wed Jul 1 11:51:33 2026] GET /v2.0/security-groups/c4f2845b-6651-4c89-82b3-9cc95a105b45 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 199.204.45.238 () {44 vars in 1011 bytes} [Wed Jul 1 11:51:33 2026] GET /v2.0/security-group-rules/625053e2-12b4-426f-8e9b-3b8e61fc61ff => 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: 211/422] 199.204.45.238 () {44 vars in 975 bytes} [Wed Jul 1 11:51:41 2026] GET /v2.0/quotas/77a26cc77d4e4fbeac4b71687ffb6dd7 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 199.204.45.238 () {44 vars in 949 bytes} [Wed Jul 1 11:52:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/436] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:53:13 2026] GET /v2.0/networks => generated 2168 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 10.0.0.123 () {32 vars in 655 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/438] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/439] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/440] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/442] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/443] 10.0.0.123 () {32 vars in 655 bytes} [Wed Jul 1 11:53:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:53:26.772 7 INFO neutron.db.segments_db [None req-bb7e9a54-0bb6-463f-9027-03c63ac413c8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment acc41e1d-3ed6-4dfd-81f6-84fd04855a01 of type vxlan for network f6579cd2-23bf-4f89-a1de-7289ce866280 [pid: 7|app: 0|req: 223/446] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:53:26 2026] POST /v2.0/networks => generated 748 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:26.970 8 INFO neutron.db.segments_db [None req-daf4fb41-1f70-4d81-98fd-1f2ac907e730 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment dfebb64c-e827-44cf-93ca-eaff757e28be of type vxlan for network 236126df-5b72-45f1-b9bc-0fb7d0b32b17 [pid: 7|app: 0|req: 224/447] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:26 2026] POST /v2.0/subnets => generated 695 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/448] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:53:26 2026] POST /v2.0/networks => generated 745 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:27.133 7 INFO neutron.db.segments_db [None req-51ba659c-368b-4514-8fc9-8845946be65c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment ec1edc53-4cf1-453a-9df6-f380a31dcff0 of type vxlan for network d755467a-1ba8-43ed-b279-6f7813180b2c [pid: 8|app: 0|req: 225/449] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:27 2026] POST /v2.0/subnets => generated 692 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:27.364 7 INFO neutron.db.l3_hamode_db [None req-51ba659c-368b-4514-8fc9-8845946be65c 87871fe3673a429493654121a8aaee77 d06527f07b38498fb0b50f6faa5c6dd9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:53:27.374 8 INFO neutron.db.segments_db [None req-c6cb8612-0f9f-476b-ad65-6d754b9a56b6 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 59f10582-bcf2-459b-88e2-621b3b999304 of type vxlan for network f6e1e64e-29be-4aaf-bda7-bbdbcc9509af 2026-07-01 11:53:27.544 8 INFO neutron.db.l3_hamode_db [None req-c6cb8612-0f9f-476b-ad65-6d754b9a56b6 87871fe3673a429493654121a8aaee77 941d4fa4b10f4946bc72c80df529d6dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:53:28.495 8 INFO neutron.db.l3_hamode_db [None req-c6cb8612-0f9f-476b-ad65-6d754b9a56b6 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:53:28.543 7 INFO neutron.db.l3_hamode_db [None req-51ba659c-368b-4514-8fc9-8845946be65c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/450] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:27 2026] POST /v2.0/routers => generated 732 bytes in 2163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:27 2026] POST /v2.0/routers => generated 735 bytes in 2570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:29 2026] GET /v2.0/security-groups?tenant_id=c61205927c2f4f5c8b4e5181ac950fab&name=default => generated 2921 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:53:29 2026] PUT /v2.0/routers/76a86780-bfe4-4c23-a177-27cfccc35ac8/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/454] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:30 2026] DELETE /v2.0/security-groups/fc8302fc-ce2b-4310-8dfb-3c59d5aaf918 => 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: 228/455] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:53:29 2026] PUT /v2.0/routers/1b43ad14-d789-4f67-8744-40fa95c42c7c/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:31 2026] GET /v2.0/security-groups?tenant_id=fe6612d249af465ea6192a82fef2004a&name=default => generated 2921 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:31 2026] DELETE /v2.0/security-groups/4eafda98-8319-4b3a-acc8-9661f23de75b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:31 2026] GET /v2.0/security-groups?tenant_id=c3a339614d984403bf4fb315312b4e56&name=default => generated 2924 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:31 2026] DELETE /v2.0/security-groups/d0f1ed85-80f2-48a9-91a2-9d1f81303533 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.26 () {38 vars in 970 bytes} [Wed Jul 1 11:53:31 2026] POST /v2.0/security-groups => generated 1680 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.26 () {38 vars in 970 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/security-groups => generated 1680 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.26 () {38 vars in 970 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/security-groups => generated 1686 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.26 () {38 vars in 970 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/security-groups => generated 1679 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:32 2026] GET /v2.0/security-groups/add2ef85-07a7-45a2-9131-2fd7f452649d => generated 1686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:53:32 2026] GET /v2.0/security-groups?tenant_id=941d4fa4b10f4946bc72c80df529d6dc => generated 7900 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:32 2026] GET /v2.0/security-groups/c67e2b23-2695-4714-9535-12fc08741705 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.26 () {38 vars in 980 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/security-group-rules => generated 614 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:32 2026] GET /v2.0/security-groups/c67e2b23-2695-4714-9535-12fc08741705 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.26 () {38 vars in 970 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/security-groups => generated 1685 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/472] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:32 2026] GET /v2.0/security-groups/d99ef97c-df8b-4d07-a54d-f3434fa82e65 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/473] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:32 2026] GET /v2.0/security-groups/8b350046-3907-45d4-8df9-3c45682dc1af => generated 1685 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/474] 10.0.0.26 () {36 vars in 1012 bytes} [Wed Jul 1 11:53:32 2026] DELETE /v2.0/security-groups/d99ef97c-df8b-4d07-a54d-f3434fa82e65 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:53:32.930 7 INFO neutron.db.segments_db [None req-33aafb1c-4385-462f-8176-143852a88ecb 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 4b3a946d-fdbc-498c-ad93-ad04681a9023 of type vxlan for network f4769448-c4d0-4c94-a092-4336b0324859 [pid: 8|app: 0|req: 242/475] 10.0.0.26 () {38 vars in 980 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/security-group-rules => generated 614 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/476] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:53:32 2026] POST /v2.0/networks => generated 751 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:33.020 8 INFO neutron.api.v2.resource [req-abcb9a56-3563-47e3-833f-935688722d20 req-71c87f71-36f0-4f16-af59-86828d689076 20efe7075a9d4f6abcae0e83a4a977c1 941d4fa4b10f4946bc72c80df529d6dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 243/477] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/d99ef97c-df8b-4d07-a54d-f3434fa82e65 => 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: 244/478] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/8b350046-3907-45d4-8df9-3c45682dc1af => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/479] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/f5c73ee6-2487-4872-b555-202cec824e31 => generated 1680 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/480] 10.0.0.26 () {38 vars in 980 bytes} [Wed Jul 1 11:53:33 2026] POST /v2.0/security-group-rules => generated 619 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/481] 10.0.0.26 () {36 vars in 1012 bytes} [Wed Jul 1 11:53:33 2026] DELETE /v2.0/security-groups/f5c73ee6-2487-4872-b555-202cec824e31 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/482] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:33 2026] POST /v2.0/subnets => generated 698 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/483] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/8b350046-3907-45d4-8df9-3c45682dc1af => generated 2940 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:53:33.236 7 INFO neutron.api.v2.resource [req-fef8863e-1969-400d-977f-3852a85d9450 req-4e734f4e-d4bf-4f23-a3c4-8ce7ed435071 20efe7075a9d4f6abcae0e83a4a977c1 941d4fa4b10f4946bc72c80df529d6dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 236/484] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/f5c73ee6-2487-4872-b555-202cec824e31 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:53:33.281 8 INFO neutron.db.segments_db [None req-3d4a2951-8310-4cf4-bf7b-5a11bb5cbf67 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment fdc378ea-a56b-4e20-a9dc-fc071e250216 of type vxlan for network a9ed95c1-4ac9-41a6-ad2b-5905b3653a48 [pid: 7|app: 0|req: 237/485] 10.0.0.26 () {34 vars in 1000 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-group-rules/17de93ea-b282-4ef8-8ece-3e4b2a268b7c => generated 616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/486] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/6a29497c-6df8-4414-a891-f7f4b3ad0a14 => generated 1679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/487] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/8b350046-3907-45d4-8df9-3c45682dc1af => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/488] 10.0.0.26 () {36 vars in 1012 bytes} [Wed Jul 1 11:53:33 2026] DELETE /v2.0/security-groups/6a29497c-6df8-4414-a891-f7f4b3ad0a14 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/489] 10.0.0.26 () {36 vars in 1022 bytes} [Wed Jul 1 11:53:33 2026] DELETE /v2.0/security-group-rules/17de93ea-b282-4ef8-8ece-3e4b2a268b7c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:53:33.507 8 INFO neutron.db.l3_hamode_db [None req-3d4a2951-8310-4cf4-bf7b-5a11bb5cbf67 87871fe3673a429493654121a8aaee77 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:53:33.518 7 INFO neutron.api.v2.resource [req-f1c2e2ac-145d-4569-a4bc-1dd2d8e47025 req-67bc2f19-8980-44aa-9397-97c137ebcdae 20efe7075a9d4f6abcae0e83a4a977c1 941d4fa4b10f4946bc72c80df529d6dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/490] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/6a29497c-6df8-4414-a891-f7f4b3ad0a14 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/8b350046-3907-45d4-8df9-3c45682dc1af => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/492] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups?tenant_id=941d4fa4b10f4946bc72c80df529d6dc => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/493] 10.0.0.26 () {36 vars in 1012 bytes} [Wed Jul 1 11:53:33 2026] DELETE /v2.0/security-groups/8b350046-3907-45d4-8df9-3c45682dc1af => 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: 246/494] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/c67e2b23-2695-4714-9535-12fc08741705 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/495] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/add2ef85-07a7-45a2-9131-2fd7f452649d => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/496] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/c67e2b23-2695-4714-9535-12fc08741705 => 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: 249/497] 10.0.0.26 () {36 vars in 1012 bytes} [Wed Jul 1 11:53:33 2026] DELETE /v2.0/security-groups/add2ef85-07a7-45a2-9131-2fd7f452649d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:53:33.909 7 INFO neutron.api.v2.resource [req-3eea8dd8-b589-4c25-8b47-2e2a756da24a req-6bdddce5-5549-4f8f-a0d8-4d5e5d6f4a9a 20efe7075a9d4f6abcae0e83a4a977c1 941d4fa4b10f4946bc72c80df529d6dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 250/498] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:33 2026] GET /v2.0/security-groups/6a29497c-6df8-4414-a891-f7f4b3ad0a14 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:53:34.309 8 INFO neutron.db.l3_hamode_db [None req-3d4a2951-8310-4cf4-bf7b-5a11bb5cbf67 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:53:34.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-58135fd4-ef8a-4c3d-ba58-40d51c63d195 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 17574048-d1a7-4ee7-8f3e-24c5bfc943ff 2026-07-01 11:53:34.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58135fd4-ef8a-4c3d-ba58-40d51c63d195 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 17574048-d1a7-4ee7-8f3e-24c5bfc943ff [pid: 8|app: 0|req: 249/499] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:33 2026] POST /v2.0/routers => generated 738 bytes in 1966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:35.205 8 INFO neutron.api.v2.resource [req-371a956c-9499-454b-96dd-c8b7409de8cd req-9622580c-676e-49f0-81c4-ec8a009efac2 20efe7075a9d4f6abcae0e83a4a977c1 941d4fa4b10f4946bc72c80df529d6dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/500] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:35 2026] GET /v2.0/security-groups/f5c73ee6-2487-4872-b555-202cec824e31 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/501] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:53:33 2026] PUT /v2.0/routers/1b43ad14-d789-4f67-8744-40fa95c42c7c/remove_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:35.244 7 INFO neutron.api.v2.resource [req-1250fbee-6330-4fe1-90f5-338246e51f63 req-c0948dc1-e382-4632-9fba-c518e80fb39d 20efe7075a9d4f6abcae0e83a4a977c1 941d4fa4b10f4946bc72c80df529d6dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/502] 10.0.0.26 () {34 vars in 990 bytes} [Wed Jul 1 11:53:35 2026] GET /v2.0/security-groups/d99ef97c-df8b-4d07-a54d-f3434fa82e65 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:53:35.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff90b08e-c5ac-4e80-827f-5a2c5fd68385 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 22aea8d6-c04b-4b8f-a87c-366c0aa30a9a 2026-07-01 11:53:35.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff90b08e-c5ac-4e80-827f-5a2c5fd68385 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 22aea8d6-c04b-4b8f-a87c-366c0aa30a9a 2026-07-01 11:53:35.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff90b08e-c5ac-4e80-827f-5a2c5fd68385 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 865b5873-34e8-4fb1-8fba-545ca94e7e81 2026-07-01 11:53:35.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff90b08e-c5ac-4e80-827f-5a2c5fd68385 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 865b5873-34e8-4fb1-8fba-545ca94e7e81 2026-07-01 11:53:35.773 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ff90b08e-c5ac-4e80-827f-5a2c5fd68385 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-01 11:53:36.138 7 INFO neutron.db.l3_hamode_db [None req-ff90b08e-c5ac-4e80-827f-5a2c5fd68385 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network d755467a-1ba8-43ed-b279-6f7813180b2c was deleted as no HA routers are present in tenant d06527f07b38498fb0b50f6faa5c6dd9. [pid: 7|app: 0|req: 253/503] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:53:35 2026] DELETE /v2.0/routers/1b43ad14-d789-4f67-8744-40fa95c42c7c => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:53:36.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ae80eb7-c58c-4155-a991-175ec0a09aa3 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: eba363c5-8974-42f3-bed3-592c53a05b3d 2026-07-01 11:53:36.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ae80eb7-c58c-4155-a991-175ec0a09aa3 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: eba363c5-8974-42f3-bed3-592c53a05b3d [pid: 8|app: 0|req: 251/504] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:53:35 2026] PUT /v2.0/routers/f66c3d54-fcc2-471f-8116-e603e2097398/add_router_interface => generated 309 bytes in 1466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:36.757 7 INFO neutron.services.segments.plugin [-] Segment ec1edc53-4cf1-453a-9df6-f380a31dcff0 resource provider aggregate not found 2026-07-01 11:53:36.766 7 INFO neutron.services.segments.plugin [-] Segment ec1edc53-4cf1-453a-9df6-f380a31dcff0 resource provider aggregate not found 2026-07-01 11:53:36.790 7 INFO neutron.services.segments.plugin [-] Segment ec1edc53-4cf1-453a-9df6-f380a31dcff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec1edc53-4cf1-453a-9df6-f380a31dcff0 found for delete ", "request_id": "req-e3be0c48-508d-40e8-966c-2634a10e075c"}]} 2026-07-01 11:53:36.801 7 INFO neutron.services.segments.plugin [-] Segment ec1edc53-4cf1-453a-9df6-f380a31dcff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec1edc53-4cf1-453a-9df6-f380a31dcff0 found for delete ", "request_id": "req-74f04cd4-7016-49ee-bbdc-aea5973d8a03"}]} [pid: 8|app: 0|req: 252/505] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:53:36 2026] DELETE /v2.0/subnets/8b84f605-c6bf-4782-84ea-f95bb87b6da8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:53:36.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-a512ebea-63d7-49c6-b970-47d42913e7bb 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: d96ff1f1-9577-4c87-b2ac-71566290793e 2026-07-01 11:53:36.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a512ebea-63d7-49c6-b970-47d42913e7bb 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: d96ff1f1-9577-4c87-b2ac-71566290793e [pid: 7|app: 0|req: 254/506] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:53:36 2026] PUT /v2.0/routers/76a86780-bfe4-4c23-a177-27cfccc35ac8/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:53:36 2026] DELETE /v2.0/networks/f6579cd2-23bf-4f89-a1de-7289ce866280 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:53:37.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c85ea1d-42e0-48eb-8685-77a89073ec24 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: aec9c890-d009-4308-9355-49ead1039102 2026-07-01 11:53:37.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c85ea1d-42e0-48eb-8685-77a89073ec24 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: aec9c890-d009-4308-9355-49ead1039102 [pid: 8|app: 0|req: 254/508] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:53:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/509] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:37 2026] GET /v2.0/security-groups?tenant_id=d06527f07b38498fb0b50f6faa5c6dd9&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:53:37.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c85ea1d-42e0-48eb-8685-77a89073ec24 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: c0f657a4-eb15-4425-95ae-f7471f8cebbe 2026-07-01 11:53:37.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c85ea1d-42e0-48eb-8685-77a89073ec24 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: c0f657a4-eb15-4425-95ae-f7471f8cebbe [pid: 8|app: 0|req: 256/510] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:53:37 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: 8|app: 0|req: 257/511] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:37 2026] DELETE /v2.0/security-groups/f987d3e2-8b22-44f6-8995-e902cf34a427 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/512] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:53:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:37.868 8 INFO neutron.services.segments.plugin [-] Segment acc41e1d-3ed6-4dfd-81f6-84fd04855a01 resource provider aggregate not found 2026-07-01 11:53:37.888 8 INFO neutron.services.segments.plugin [-] Segment acc41e1d-3ed6-4dfd-81f6-84fd04855a01 resource provider aggregate not found 2026-07-01 11:53:37.896 8 INFO neutron.services.segments.plugin [-] Segment acc41e1d-3ed6-4dfd-81f6-84fd04855a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acc41e1d-3ed6-4dfd-81f6-84fd04855a01 found for delete ", "request_id": "req-0aca8e89-4064-4023-8dc1-54c13707526c"}]} 2026-07-01 11:53:37.920 8 INFO neutron.services.segments.plugin [-] Segment acc41e1d-3ed6-4dfd-81f6-84fd04855a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acc41e1d-3ed6-4dfd-81f6-84fd04855a01 found for delete ", "request_id": "req-fd45ea43-7a03-43d6-b928-8331c0eea640"}]} 2026-07-01 11:53:37.975 7 INFO neutron.db.l3_hamode_db [None req-9c85ea1d-42e0-48eb-8685-77a89073ec24 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network f6e1e64e-29be-4aaf-bda7-bbdbcc9509af was deleted as no HA routers are present in tenant 941d4fa4b10f4946bc72c80df529d6dc. [pid: 7|app: 0|req: 255/513] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:53:37 2026] DELETE /v2.0/routers/76a86780-bfe4-4c23-a177-27cfccc35ac8 => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/514] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:53:37 2026] DELETE /v2.0/subnets/945c9807-53e5-41e4-a456-28108dbc91f7 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/515] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:38 2026] GET /v2.0/security-groups?tenant_id=02ac76ebf9ff487099a51ac522ad137c&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/516] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:53:37 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:38.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-44d5a0cf-7cc3-4dda-b3df-62da4545980b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 2dfdec79-f9ea-4c8a-8d68-9251245c69d9 [pid: 8|app: 0|req: 260/517] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:38 2026] DELETE /v2.0/security-groups/7de14c87-fee3-4ccc-9184-42d25a29b520 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:53:38.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d5a0cf-7cc3-4dda-b3df-62da4545980b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 2dfdec79-f9ea-4c8a-8d68-9251245c69d9 [pid: 8|app: 0|req: 261/518] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:38 2026] GET /v2.0/security-groups?tenant_id=9c331a4e412d42458f4e63fed45dd83c&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/519] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:53:38 2026] DELETE /v2.0/networks/236126df-5b72-45f1-b9bc-0fb7d0b32b17 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/520] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:38 2026] DELETE /v2.0/security-groups/018c4b1f-886f-481c-983c-be4d7e4ab72b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:53:38.810 7 INFO neutron.services.segments.plugin [-] Segment 59f10582-bcf2-459b-88e2-621b3b999304 resource provider aggregate not found 2026-07-01 11:53:38.818 7 INFO neutron.services.segments.plugin [-] Segment 59f10582-bcf2-459b-88e2-621b3b999304 resource provider aggregate not found 2026-07-01 11:53:38.829 7 INFO neutron.services.segments.plugin [-] Segment 59f10582-bcf2-459b-88e2-621b3b999304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f10582-bcf2-459b-88e2-621b3b999304 found for delete ", "request_id": "req-aa77fb6c-6b97-40e2-a212-fc733f0f077b"}]} 2026-07-01 11:53:38.843 7 INFO neutron.services.segments.plugin [-] Segment 59f10582-bcf2-459b-88e2-621b3b999304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f10582-bcf2-459b-88e2-621b3b999304 found for delete ", "request_id": "req-6d32f88a-a8f5-459d-b31e-9dda437d14e1"}]} 2026-07-01 11:53:38.843 7 INFO neutron.services.segments.plugin [-] Segment dfebb64c-e827-44cf-93ca-eaff757e28be resource provider aggregate not found 2026-07-01 11:53:38.865 7 INFO neutron.services.segments.plugin [-] Segment dfebb64c-e827-44cf-93ca-eaff757e28be resource provider aggregate not found 2026-07-01 11:53:38.869 7 INFO neutron.services.segments.plugin [-] Segment dfebb64c-e827-44cf-93ca-eaff757e28be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfebb64c-e827-44cf-93ca-eaff757e28be found for delete ", "request_id": "req-61b6c007-db22-45e4-9f48-039fd27b2304"}]} 2026-07-01 11:53:38.881 7 INFO neutron.services.segments.plugin [-] Segment dfebb64c-e827-44cf-93ca-eaff757e28be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfebb64c-e827-44cf-93ca-eaff757e28be found for delete ", "request_id": "req-105a9d57-5ff9-4d5f-b630-87187f1382d2"}]} [pid: 7|app: 0|req: 259/521] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:38 2026] GET /v2.0/security-groups?tenant_id=941d4fa4b10f4946bc72c80df529d6dc&name=default => generated 2921 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/522] 10.0.0.26 () {34 vars in 1097 bytes} [Wed Jul 1 11:53:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--509523199&fields=id&tenant_id=860d4cb1f09a4ece87168ae8f2661ff3 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/523] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 683 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/524] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/quotas/860d4cb1f09a4ece87168ae8f2661ff3 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/525] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:38 2026] DELETE /v2.0/security-groups/c67e2b23-2695-4714-9535-12fc08741705 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/526] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&fields=id => generated 57 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/527] 10.0.0.26 () {34 vars in 906 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/extensions => generated 21537 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/528] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/529] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/530] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:39 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:53:41.202 7 INFO neutron.db.segments_db [None req-69d8df05-3974-40d0-a77b-bfe6df1be149 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 994304e8-df54-4cee-a073-eccf2a77708e of type vxlan for network 0170cd95-7864-40c1-8b92-3918644243db [pid: 7|app: 0|req: 263/531] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:53:40 2026] POST /v2.0/networks => generated 747 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/532] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:41 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 269/533] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:41 2026] GET /v2.0/security-groups?tenant_id=c3fbad74deea4961904a26e2506b5713&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/534] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:41 2026] DELETE /v2.0/security-groups/65d45641-247e-46a3-babf-0f965351b4b3 => 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: 265/535] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:41 2026] POST /v2.0/subnets => generated 694 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:53:41.508 8 INFO neutron.db.segments_db [None req-11d7af94-4642-429c-be3d-c4a9a9d76031 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment c275d54e-4643-4e08-b8cd-8891e5c59eff of type vxlan for network 4be62cae-6c70-4a20-9667-38d308ff5129 2026-07-01 11:53:41.805 8 INFO neutron.db.l3_hamode_db [None req-11d7af94-4642-429c-be3d-c4a9a9d76031 87871fe3673a429493654121a8aaee77 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 266/536] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:42 2026] GET /v2.0/security-groups?tenant_id=0a58201b78c042e284f2313b69fc1cd9&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:53:42.499 8 INFO neutron.db.l3_hamode_db [None req-11d7af94-4642-429c-be3d-c4a9a9d76031 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/537] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:42 2026] DELETE /v2.0/security-groups/0129c573-4e95-4dfa-8038-008059dba37a => 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: 268/538] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:42 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 269/539] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:42 2026] GET /v2.0/security-groups?tenant_id=b47764fff4e942d482f3985fa43da2ff&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/540] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:42 2026] DELETE /v2.0/security-groups/26a1bf91-e100-4c54-8da1-39fff65c60a5 => 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: 271/541] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:41 2026] POST /v2.0/routers => generated 734 bytes in 1968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/542] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:43 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 273/543] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:43 2026] GET /v2.0/security-groups?tenant_id=67b6e6c51060484bbfb1059a8930238b&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/544] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:44 2026] DELETE /v2.0/security-groups/59016e29-24f9-440e-ae79-7ae29cd11774 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/545] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:53:43 2026] PUT /v2.0/routers/9dadc967-f9cd-4c89-b68b-9fcf03d66dee/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/546] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:44 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 272/547] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:53:45 2026] POST /v2.0/security-groups => generated 1661 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/548] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/549] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:53:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/550] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:53:45 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 683 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/551] 199.204.45.238 () {34 vars in 911 bytes} [Wed Jul 1 11:53:45 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:53:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=860d4cb1f09a4ece87168ae8f2661ff3 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/553] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:53:45 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/554] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 961 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/555] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:53:45 2026] POST /v2.0/ports => generated 958 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/556] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 53 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: 277/557] 10.0.0.123 () {32 vars in 653 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/558] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/559] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/560] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/561] 10.0.0.123 () {32 vars in 665 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/562] 10.0.0.123 () {32 vars in 699 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/563] 10.0.0.123 () {32 vars in 697 bytes} [Wed Jul 1 11:53:46 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: 284/564] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/565] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/566] 10.0.0.123 () {32 vars in 703 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/567] 10.0.0.123 () {32 vars in 693 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/568] 10.0.0.123 () {32 vars in 695 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/569] 10.0.0.123 () {32 vars in 685 bytes} [Wed Jul 1 11:53:46 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: 287/570] 10.0.0.123 () {32 vars in 687 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/571] 10.0.0.123 () {32 vars in 661 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/572] 10.0.0.123 () {32 vars in 699 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/573] 10.0.0.123 () {32 vars in 679 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/574] 10.0.0.123 () {32 vars in 683 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/575] 10.0.0.123 () {32 vars in 675 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/576] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/577] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/578] 10.0.0.123 () {32 vars in 687 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/579] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:46 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: 294/580] 10.0.0.123 () {32 vars in 687 bytes} [Wed Jul 1 11:53:46 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: 295/581] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/582] 10.0.0.123 () {32 vars in 699 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/ip-substring-filtering => 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: 297/583] 10.0.0.123 () {32 vars in 679 bytes} [Wed Jul 1 11:53:46 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: 298/584] 10.0.0.123 () {32 vars in 667 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/585] 10.0.0.123 () {32 vars in 677 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/586] 10.0.0.123 () {32 vars in 665 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/587] 10.0.0.123 () {32 vars in 675 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/588] 10.0.0.123 () {32 vars in 713 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/589] 10.0.0.123 () {32 vars in 691 bytes} [Wed Jul 1 11:53:46 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: 304/590] 10.0.0.123 () {32 vars in 683 bytes} [Wed Jul 1 11:53:46 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: 305/591] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/592] 10.0.0.123 () {32 vars in 687 bytes} [Wed Jul 1 11:53:46 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: 307/593] 10.0.0.123 () {32 vars in 705 bytes} [Wed Jul 1 11:53:46 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: 308/594] 10.0.0.123 () {32 vars in 675 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/595] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/596] 10.0.0.123 () {32 vars in 675 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/597] 10.0.0.123 () {32 vars in 693 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/598] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/599] 10.0.0.123 () {32 vars in 709 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/600] 10.0.0.123 () {32 vars in 705 bytes} [Wed Jul 1 11:53:46 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: 315/601] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/602] 10.0.0.123 () {32 vars in 697 bytes} [Wed Jul 1 11:53:46 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: 317/603] 10.0.0.123 () {32 vars in 711 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/604] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/605] 10.0.0.123 () {32 vars in 687 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/binding-extended => 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: 320/606] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/607] 10.0.0.123 () {32 vars in 675 bytes} [Wed Jul 1 11:53:46 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: 322/608] 10.0.0.123 () {32 vars in 671 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/609] 10.0.0.123 () {32 vars in 661 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/610] 10.0.0.123 () {32 vars in 699 bytes} [Wed Jul 1 11:53:46 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: 325/611] 10.0.0.123 () {32 vars in 699 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/612] 10.0.0.123 () {32 vars in 677 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/613] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/614] 10.0.0.123 () {32 vars in 683 bytes} [Wed Jul 1 11:53:46 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: 329/615] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:46 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: 330/616] 10.0.0.123 () {32 vars in 685 bytes} [Wed Jul 1 11:53:46 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: 331/617] 10.0.0.123 () {32 vars in 707 bytes} [Wed Jul 1 11:53:46 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: 332/618] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/619] 10.0.0.123 () {32 vars in 697 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/620] 10.0.0.123 () {32 vars in 695 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/621] 10.0.0.123 () {32 vars in 685 bytes} [Wed Jul 1 11:53:46 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/622] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:47 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: 337/623] 10.0.0.123 () {32 vars in 705 bytes} [Wed Jul 1 11:53:47 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: 338/624] 10.0.0.123 () {32 vars in 667 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/quotas => 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: 339/625] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:47 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: 340/626] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:47 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: 341/627] 10.0.0.123 () {32 vars in 691 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/628] 10.0.0.123 () {32 vars in 691 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/629] 10.0.0.123 () {32 vars in 695 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/630] 10.0.0.123 () {32 vars in 685 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/631] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/632] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/633] 10.0.0.123 () {32 vars in 703 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/634] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:53:46 2026] PUT /v2.0/ports/df052271-2fff-439f-a1b6-6f35b9dd661e => generated 1239 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/635] 10.0.0.123 () {32 vars in 713 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 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: 288/636] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/637] 10.0.0.123 () {32 vars in 715 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/638] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/639] 10.0.0.123 () {32 vars in 741 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/640] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/641] 10.0.0.123 () {32 vars in 683 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/642] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/643] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/644] 10.0.0.123 () {32 vars in 679 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/645] 10.0.0.123 () {32 vars in 669 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/646] 10.0.0.123 () {32 vars in 697 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/647] 10.0.0.123 () {32 vars in 705 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/648] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/649] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/650] 10.0.0.123 () {32 vars in 683 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/651] 10.0.0.123 () {32 vars in 705 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/652] 10.0.0.123 () {32 vars in 695 bytes} [Wed Jul 1 11:53:47 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: 7|app: 0|req: 298/653] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/654] 10.0.0.123 () {32 vars in 697 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/655] 10.0.0.123 () {32 vars in 679 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/656] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/657] 10.0.0.123 () {32 vars in 689 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/658] 10.0.0.123 () {32 vars in 701 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/659] 10.0.0.123 () {32 vars in 665 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/660] 10.0.0.123 () {32 vars in 681 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/661] 10.0.0.123 () {32 vars in 677 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/662] 10.0.0.123 () {32 vars in 693 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/663] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/664] 10.0.0.123 () {32 vars in 677 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/665] 10.0.0.123 () {32 vars in 667 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/666] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/667] 10.0.0.123 () {32 vars in 675 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/668] 10.0.0.123 () {32 vars in 687 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:47.794 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-152dbdcc-2566-466d-aaed-ed971cd31523'] response: {'name': 'network-changed', 'server_uuid': 'ff83f9c4-d900-409b-832a-7b060146358d', 'tag': 'df052271-2fff-439f-a1b6-6f35b9dd661e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 311/671] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/672] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/673] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/674] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&device_owner=network%3Adhcp => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/675] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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: 365/676] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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: 312/677] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/security-groups?tenant_id=4be406c3a7f94282a0e9f8f5f4ab8e50&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/678] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/679] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:48 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&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: 313/680] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:48 2026] DELETE /v2.0/security-groups/df4addfa-3e6f-4c0c-a21c-1e226b758a49 => 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: 368/681] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/682] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/683] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/684] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/685] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/686] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&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: 316/687] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&device_owner=network%3Adhcp => 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: 372/688] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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: 317/689] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:53:49 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/690] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:50 2026] GET /v2.0/security-groups?tenant_id=e18d82f8e37f40bcb3b58b2c560f0610&name=default => generated 2925 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/691] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:50 2026] DELETE /v2.0/security-groups/6859f750-7a22-4a69-a8ba-baea50e1b499 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/692] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:50 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/693] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:50 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:51.019 8 INFO neutron.db.segments_db [None req-94346db0-22d9-4de2-814c-7f43a282658b 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Added segment fcf8869b-34a5-4306-815a-1d74113cb54e of type vxlan for network 9dc27409-089e-479a-8306-5e1b11e470e2 [pid: 8|app: 0|req: 374/694] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:53:50 2026] POST /v2.0/networks => generated 650 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/695] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/security-groups?tenant_id=c7cb2eee02184213a7c8a136aa6dc655&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/696] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:51 2026] DELETE /v2.0/security-groups/c9067e63-9fe5-4349-8d83-863fbf3f5161 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/697] 10.0.0.26 () {34 vars in 1099 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1503876008&fields=id&tenant_id=9d85d26c15ff4e3c914d22b63c5baf10 => 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: 324/698] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/networks?id=0170cd95-7864-40c1-8b92-3918644243db => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/699] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/quotas/9d85d26c15ff4e3c914d22b63c5baf10 => 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: 375/700] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:51 2026] POST /v2.0/subnets => generated 627 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/701] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/ports?tenant_id=9d85d26c15ff4e3c914d22b63c5baf10&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:51.523 8 INFO neutron.db.segments_db [None req-6c036843-fd09-48e2-9b65-cde330d1cc43 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Added segment ba397e2d-aed0-4018-af41-d80cdec0b42a of type vxlan for network 85cec06c-6ff6-4dea-b79a-23aea0c5b526 2026-07-01 11:53:51.815 8 INFO neutron.db.l3_hamode_db [None req-6c036843-fd09-48e2-9b65-cde330d1cc43 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 327/702] 10.0.0.26 () {34 vars in 906 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/703] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:53:51 2026] GET /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db?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: 329/704] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:53:52 2026] GET /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/705] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:52 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 973 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/706] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:52 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 332/707] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:52 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:52.957 8 INFO neutron.db.l3_hamode_db [None req-6c036843-fd09-48e2-9b65-cde330d1cc43 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 333/708] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:53 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 334/709] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:53 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 335/710] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:53 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/711] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:53:51 2026] POST /v2.0/routers => generated 695 bytes in 2355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/712] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:54 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 378/713] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:54 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/714] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:54 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&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: 336/715] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:53:53 2026] PUT /v2.0/routers/f16e5d27-333d-4721-903e-dbd9cfdaa0d6/add_router_interface => generated 309 bytes in 1457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/716] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:55 2026] GET /v2.0/security-groups?tenant_id=42131fe520c542929f8f76a2d611a0ee&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/717] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:53:55 2026] POST /v2.0/ports => generated 955 bytes in 377 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: 338/718] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:55 2026] DELETE /v2.0/security-groups/0a58342f-fbe9-4a90-9791-25381b20b41a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/719] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:55 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 340/720] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:53:55 2026] GET /v2.0/security-groups?tenant_id=fc88772d84b542059d0d568759216ee8&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/721] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:53:55 2026] DELETE /v2.0/security-groups/465f4aa4-8fb0-4057-bb99-3dd4fd08c579 => 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: 381/722] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:53:55 2026] POST /v2.0/ports => generated 953 bytes in 373 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: 342/723] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:56 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/724] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:56 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/725] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:53:56 2026] GET /v2.0/networks?id=0170cd95-7864-40c1-8b92-3918644243db => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/726] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:53:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d85d26c15ff4e3c914d22b63c5baf10 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:57.013 8 INFO neutron.db.l3_db [None req-e7b3492b-e798-4d73-bfa2-928cf8f0209b 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Floating IP 63392d01-d18a-45aa-a226-d66c63c65df1 associated. External IP: 10.96.250.220, port: 85fa3872-4757-44d6-b8bd-806b6dea9dcc. [pid: 7|app: 0|req: 346/727] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:53:56 2026] POST /v2.0/ports => generated 954 bytes in 422 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: 347/728] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:57 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/729] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:57 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/730] 10.0.0.123 () {34 vars in 677 bytes} [Wed Jul 1 11:53:56 2026] POST /v2.0/floatingips => generated 840 bytes in 1357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/731] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:57 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&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: 384/732] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:57 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:57.648 8 INFO neutron.db.l3_db [None req-cb78b7ed-687b-4a83-b647-52debc3e1c85 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Floating IP 63392d01-d18a-45aa-a226-d66c63c65df1 disassociated. External IP: 10.96.250.220, port: 85fa3872-4757-44d6-b8bd-806b6dea9dcc. [pid: 7|app: 0|req: 349/733] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:53:57 2026] PUT /v2.0/ports/a9e2d607-17f2-49f1-8a7d-7dfbb725fac3 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:53:57.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4d4106b-f615-4e7e-b057-21354e1e5461'] response: {'name': 'network-changed', 'server_uuid': 'fe42bb20-3605-4c25-b59e-be1cb534fd69', 'tag': 'a9e2d607-17f2-49f1-8a7d-7dfbb725fac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 350/734] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:57 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/735] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:53:57 2026] PUT /v2.0/floatingips/63392d01-d18a-45aa-a226-d66c63c65df1 => generated 552 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:58.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f6f2647-9dff-40f8-8fad-10ad4920edc6 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: 05521e34-cfca-4335-9ec5-d0712b87d523 2026-07-01 11:53:58.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f6f2647-9dff-40f8-8fad-10ad4920edc6 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: 05521e34-cfca-4335-9ec5-d0712b87d523 2026-07-01 11:53:58.265 7 INFO neutron.db.l3_db [None req-8f6b9481-5786-4f57-8c9e-6e1d89867d1f ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] Floating IP acf8b851-fe5f-4991-a6d5-bf1f9b86416c associated. External IP: 10.96.250.208, port: df052271-2fff-439f-a1b6-6f35b9dd661e. [pid: 8|app: 0|req: 386/736] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:53:58 2026] DELETE /v2.0/floatingips/63392d01-d18a-45aa-a226-d66c63c65df1 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/737] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/ports?tenant_id=9d85d26c15ff4e3c914d22b63c5baf10&device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/738] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:53:57 2026] PUT /v2.0/floatingips/acf8b851-fe5f-4991-a6d5-bf1f9b86416c => generated 856 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/739] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/networks?tenant_id=9d85d26c15ff4e3c914d22b63c5baf10&shared=False => generated 775 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/740] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/741] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/742] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/743] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/744] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:53:58 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:59.108 8 INFO neutron.db.l3_db [None req-ffea2ebe-42e7-4d9e-bd39-f952e451dd7c 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Floating IP c88fbe9c-4b50-4c14-bcde-c978291ee772 associated. External IP: 10.96.250.205, port: 97fc36fb-9be5-4f0e-929f-dba5fec657bc. [pid: 8|app: 0|req: 388/745] 10.0.0.123 () {34 vars in 677 bytes} [Wed Jul 1 11:53:58 2026] POST /v2.0/floatingips => generated 842 bytes in 1094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/746] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/floatingips/c88fbe9c-4b50-4c14-bcde-c978291ee772 => generated 842 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/747] 10.0.0.123 () {32 vars in 655 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/floatingips => generated 845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/748] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/ports?tenant_id=9d85d26c15ff4e3c914d22b63c5baf10&device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:53:59.839 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e5db90b-841d-469a-a16e-1f7f0557e2a7'] response: {'name': 'network-changed', 'server_uuid': 'ff83f9c4-d900-409b-832a-7b060146358d', 'tag': 'df052271-2fff-439f-a1b6-6f35b9dd661e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 391/749] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a9e2d607-17f2-49f1-8a7d-7dfbb725fac3 => 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: 392/750] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/subnets?id=748caaa8-95ca-4197-891c-81aedc9eb04c => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/751] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:53:59.975 7 INFO neutron.db.l3_db [None req-0a7f7554-5646-46de-bd32-cda14f42f809 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Floating IP c88fbe9c-4b50-4c14-bcde-c978291ee772 associated. External IP: 10.96.250.205, port: 97fc36fb-9be5-4f0e-929f-dba5fec657bc. [pid: 8|app: 0|req: 394/752] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:53:59 2026] GET /v2.0/ports?network_id=0170cd95-7864-40c1-8b92-3918644243db&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/753] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&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: 396/754] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db?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: 397/755] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db?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: 398/756] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/757] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 779 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/758] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/759] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:53:59 2026] PUT /v2.0/floatingips/c88fbe9c-4b50-4c14-bcde-c978291ee772 => generated 840 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/760] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/761] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:00.662 7 INFO neutron.db.l3_db [None req-aae682a9-a30f-4a5a-8464-0f6f1463e13a 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Floating IP c88fbe9c-4b50-4c14-bcde-c978291ee772 disassociated. External IP: 10.96.250.205, port: 85fa3872-4757-44d6-b8bd-806b6dea9dcc. [pid: 7|app: 0|req: 360/762] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:54:00 2026] PUT /v2.0/floatingips/c88fbe9c-4b50-4c14-bcde-c978291ee772 => generated 552 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/763] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/security-groups?tenant_id=eae64e3bafe5489a9636d32612cf1bd4&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/764] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:00 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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: 362/765] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:00 2026] DELETE /v2.0/security-groups/493cc72f-a390-44c5-9f69-475a1c6fc509 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:01.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff5aefc1-16b5-4704-8dae-9d51f2662174 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: 72f3e86f-d878-4344-bc42-7c29f8332165 2026-07-01 11:54:01.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff5aefc1-16b5-4704-8dae-9d51f2662174 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: 72f3e86f-d878-4344-bc42-7c29f8332165 [pid: 7|app: 0|req: 363/766] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:01 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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: 364/767] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:01 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 404/768] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:54:00 2026] DELETE /v2.0/floatingips/c88fbe9c-4b50-4c14-bcde-c978291ee772 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/769] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:01 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/770] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:01 2026] GET /v2.0/security-groups?tenant_id=0ae8f56c69bd4920a5b40af1f38535f3&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:01.305 8 INFO neutron.api.v2.resource [None req-a1a79a28-880d-4f7b-bc7b-4201998f52da 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 406/771] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:54:01 2026] DELETE /v2.0/floatingips/c88fbe9c-4b50-4c14-bcde-c978291ee772 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/772] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:01 2026] DELETE /v2.0/security-groups/09f8f8fb-c3e9-4cb6-8fc4-de3da79135d4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:01.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdae2463-c925-494b-a2ce-0630b74a43fe 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: 85fa3872-4757-44d6-b8bd-806b6dea9dcc 2026-07-01 11:54:01.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdae2463-c925-494b-a2ce-0630b74a43fe 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: 85fa3872-4757-44d6-b8bd-806b6dea9dcc [pid: 8|app: 0|req: 407/773] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:01 2026] DELETE /v2.0/ports/85fa3872-4757-44d6-b8bd-806b6dea9dcc => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:01.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cf1c877-cd25-4092-bd99-5b7156e296c8 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: 97fc36fb-9be5-4f0e-929f-dba5fec657bc 2026-07-01 11:54:01.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf1c877-cd25-4092-bd99-5b7156e296c8 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: 97fc36fb-9be5-4f0e-929f-dba5fec657bc [pid: 7|app: 0|req: 367/774] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:01 2026] DELETE /v2.0/ports/97fc36fb-9be5-4f0e-929f-dba5fec657bc => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/775] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:02 2026] GET /v2.0/ports?device_id=f16e5d27-333d-4721-903e-dbd9cfdaa0d6 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/776] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:02 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 410/777] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:02 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:02.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-572c5192-f0a4-4c12-b465-556fe2603a3a 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: a4b7347d-4a12-4900-af18-7b68c9935427 2026-07-01 11:54:02.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-572c5192-f0a4-4c12-b465-556fe2603a3a 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: a4b7347d-4a12-4900-af18-7b68c9935427 [pid: 7|app: 0|req: 368/780] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:02 2026] PUT /v2.0/routers/f16e5d27-333d-4721-903e-dbd9cfdaa0d6/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:03.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7ddaaa5-7313-4243-add4-ca4f0cf7b844 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: 8b897d97-5401-4960-8250-58f63b10db66 2026-07-01 11:54:03.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7ddaaa5-7313-4243-add4-ca4f0cf7b844 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: 8b897d97-5401-4960-8250-58f63b10db66 2026-07-01 11:54:03.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7ddaaa5-7313-4243-add4-ca4f0cf7b844 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] TaaS: Handle Delete Port: 35a8fd5e-263b-42a6-8d89-3ea143d37310 2026-07-01 11:54:03.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7ddaaa5-7313-4243-add4-ca4f0cf7b844 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] Tap Mirror: Handle Delete Port: 35a8fd5e-263b-42a6-8d89-3ea143d37310 [pid: 7|app: 0|req: 369/781] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:03 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/782] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:03 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:03.687 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c7ddaaa5-7313-4243-add4-ca4f0cf7b844 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-01 11:54:03.962 8 INFO neutron.services.segments.plugin [-] Segment ba397e2d-aed0-4018-af41-d80cdec0b42a resource provider aggregate not found 2026-07-01 11:54:03.971 8 INFO neutron.services.segments.plugin [-] Segment ba397e2d-aed0-4018-af41-d80cdec0b42a resource provider aggregate not found 2026-07-01 11:54:03.980 8 INFO neutron.services.segments.plugin [-] Segment ba397e2d-aed0-4018-af41-d80cdec0b42a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba397e2d-aed0-4018-af41-d80cdec0b42a found for delete ", "request_id": "req-301843ae-5f38-47a1-b2e8-69f0c43b8d15"}]} 2026-07-01 11:54:03.992 8 INFO neutron.services.segments.plugin [-] Segment ba397e2d-aed0-4018-af41-d80cdec0b42a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba397e2d-aed0-4018-af41-d80cdec0b42a found for delete ", "request_id": "req-884c8883-e1d7-41eb-84b8-f2d4cfdb4f67"}]} 2026-07-01 11:54:04.001 8 INFO neutron.db.l3_hamode_db [None req-c7ddaaa5-7313-4243-add4-ca4f0cf7b844 9f8f103848804628a7bdaf2c01f6987c 5d796f7931414404808d9cc358269e75 - - default default] HA network 85cec06c-6ff6-4dea-b79a-23aea0c5b526 was deleted as no HA routers are present in tenant 5d796f7931414404808d9cc358269e75. [pid: 8|app: 0|req: 413/783] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:03 2026] DELETE /v2.0/routers/f16e5d27-333d-4721-903e-dbd9cfdaa0d6 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/784] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:04 2026] DELETE /v2.0/subnets/4b7cef65-790d-4410-bc9a-85b1726ec0bf => 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: 414/785] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:04 2026] DELETE /v2.0/networks/9dc27409-089e-479a-8306-5e1b11e470e2 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/786] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:04 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 415/787] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:04 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/788] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:04 2026] GET /v2.0/security-groups?tenant_id=5d796f7931414404808d9cc358269e75&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/789] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:05 2026] DELETE /v2.0/security-groups/52d19504-b46d-42b6-a62c-f612c766c1d2 => 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: 374/790] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:05 2026] GET /v2.0/security-groups?tenant_id=88d94eb9fa0e4efc9214b9b691532876&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/791] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:05 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/792] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:05 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&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: 417/793] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:05 2026] DELETE /v2.0/security-groups/bf9282a4-1e46-4e0d-840e-b70502f1c322 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:06.001 8 INFO neutron.services.segments.plugin [-] Segment fcf8869b-34a5-4306-815a-1d74113cb54e resource provider aggregate not found 2026-07-01 11:54:06.014 8 INFO neutron.services.segments.plugin [-] Segment fcf8869b-34a5-4306-815a-1d74113cb54e resource provider aggregate not found 2026-07-01 11:54:06.032 8 INFO neutron.services.segments.plugin [-] Segment fcf8869b-34a5-4306-815a-1d74113cb54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf8869b-34a5-4306-815a-1d74113cb54e found for delete ", "request_id": "req-efb3cab3-5d44-4644-afba-01186ff24de4"}]} 2026-07-01 11:54:06.039 8 INFO neutron.services.segments.plugin [-] Segment fcf8869b-34a5-4306-815a-1d74113cb54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcf8869b-34a5-4306-815a-1d74113cb54e found for delete ", "request_id": "req-330886af-afeb-40ea-b19f-9b1ae9815a7f"}]} [pid: 7|app: 0|req: 377/794] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:06 2026] GET /v2.0/security-groups?tenant_id=429e3c96444b4d68a7a97d0a654cc5a3&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/795] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:06 2026] DELETE /v2.0/security-groups/55f66653-109a-404f-a70f-2a97c81c36ef => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/796] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:07 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/797] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:07 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&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: 7|app: 0|req: 379/798] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:54:07 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1244 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/799] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:54:07 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:07.485 8 INFO neutron.db.segments_db [None req-453e2944-351a-4b43-b041-2082d398b0a4 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Added segment 6e3d556b-915f-41af-b2e6-087dd02f32eb of type vxlan for network ccdbbd63-1070-46c6-8836-4622802c538e 2026-07-01 11:54:07.563 8 INFO neutron.db.segments_db [None req-453e2944-351a-4b43-b041-2082d398b0a4 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Added segment 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 of type vxlan for network 75801471-52f3-40b3-bd0a-e3d41482bfd6 [pid: 8|app: 0|req: 420/800] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:07 2026] POST /v2.0/networks => generated 1246 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/801] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:54:07 2026] GET /v2.0/networks => generated 1845 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/802] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:07 2026] DELETE /v2.0/networks/ccdbbd63-1070-46c6-8836-4622802c538e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:08.056 8 INFO neutron.services.segments.plugin [-] Segment 6e3d556b-915f-41af-b2e6-087dd02f32eb resource provider aggregate not found 2026-07-01 11:54:08.061 8 INFO neutron.services.segments.plugin [-] Segment 6e3d556b-915f-41af-b2e6-087dd02f32eb resource provider aggregate not found 2026-07-01 11:54:08.076 8 INFO neutron.services.segments.plugin [-] Segment 6e3d556b-915f-41af-b2e6-087dd02f32eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3d556b-915f-41af-b2e6-087dd02f32eb found for delete ", "request_id": "req-33bbe19e-3f58-42db-8eff-739cc84374da"}]} 2026-07-01 11:54:08.079 8 INFO neutron.services.segments.plugin [-] Segment 6e3d556b-915f-41af-b2e6-087dd02f32eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3d556b-915f-41af-b2e6-087dd02f32eb found for delete ", "request_id": "req-019cadd2-da67-4e12-8f14-f20d7708abe4"}]} 2026-07-01 11:54:08.114 7 INFO neutron.services.segments.plugin [-] Segment 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 resource provider aggregate not found 2026-07-01 11:54:08.123 7 INFO neutron.services.segments.plugin [-] Segment 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 resource provider aggregate not found 2026-07-01 11:54:08.130 7 INFO neutron.services.segments.plugin [-] Segment 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 found for delete ", "request_id": "req-7fcab343-ab62-47ab-a839-80788b9a5d65"}]} 2026-07-01 11:54:08.153 7 INFO neutron.services.segments.plugin [-] Segment 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dffa9bd-3531-48de-9b3a-5bf85a4c5022 found for delete ", "request_id": "req-02027eca-4c7f-4780-8cac-b21f96a03d9a"}]} [pid: 7|app: 0|req: 382/803] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:07 2026] DELETE /v2.0/networks/75801471-52f3-40b3-bd0a-e3d41482bfd6 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/804] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:54:08 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/805] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:08 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:08.339 8 INFO neutron.db.segments_db [None req-c5f63999-02ae-45be-99ba-09e9d3ca1ede 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Added segment 789802c1-419f-44e5-9c0e-05d0cd73a5f4 of type vxlan for network 0ba90a29-3662-4537-b1ac-cf41bafb7a26 [pid: 8|app: 0|req: 424/806] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:08 2026] POST /v2.0/networks => generated 654 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/807] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:08 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:08.510 8 INFO neutron.db.segments_db [None req-3650d28c-7586-49c1-89b6-c80e29991102 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Added segment 827422df-7832-4032-ac8a-9516b28b2a02 of type vxlan for network d22dbc1d-2069-48af-8445-7855e4121e70 2026-07-01 11:54:08.554 7 INFO neutron.db.segments_db [None req-ccb97818-5dfd-4cc9-a58e-88f1de2ca0a8 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Added segment 9c710ffa-d99d-4cf5-b08c-9211a8975031 of type vxlan for network 6dd49793-5689-40dc-a960-6885d09aa1d1 [pid: 8|app: 0|req: 426/808] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:08 2026] POST /v2.0/networks => generated 653 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:08.634 7 INFO neutron.db.segments_db [None req-ccb97818-5dfd-4cc9-a58e-88f1de2ca0a8 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Added segment 6828e8f0-a802-45ec-97cb-1e1aaad09207 of type vxlan for network c125d1fc-9ce8-4322-b150-558eb48ee92b [pid: 8|app: 0|req: 427/809] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:08 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/810] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:08 2026] POST /v2.0/networks => generated 1244 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 11:54:09.199 7 INFO neutron.db.l3_db [None req-ebebfa35-8801-4556-a967-5fe57b46ff5b fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] Floating IP 739a766e-2c2b-42a3-ae75-53e52e54eaf1 associated. External IP: 10.96.250.211, port: a9e2d607-17f2-49f1-8a7d-7dfbb725fac3. [pid: 8|app: 0|req: 428/811] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:08 2026] POST /v2.0/ports => generated 1506 bytes in 607 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: 429/812] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:54:09 2026] GET /v2.0/networks => generated 1843 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/813] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:54:09 2026] GET /v2.0/ports => generated 1506 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/814] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:09 2026] DELETE /v2.0/networks/6dd49793-5689-40dc-a960-6885d09aa1d1 => 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: 384/815] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:54:08 2026] PUT /v2.0/floatingips/739a766e-2c2b-42a3-ae75-53e52e54eaf1 => generated 855 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:09.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e006b51b-3f73-4226-84ea-93bd25fed752'] response: {'name': 'network-changed', 'server_uuid': 'fe42bb20-3605-4c25-b59e-be1cb534fd69', 'tag': 'a9e2d607-17f2-49f1-8a7d-7dfbb725fac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/816] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:09 2026] DELETE /v2.0/networks/c125d1fc-9ce8-4322-b150-558eb48ee92b => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/817] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:09 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 387/818] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:54:09 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/819] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:09 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:09.959 7 INFO neutron.db.segments_db [None req-3d697ee2-c360-466e-96a0-bfeb54cedf5e edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Added segment b64e908f-1832-4e78-8776-0c52c61f9978 of type vxlan for network ce781eb4-3d82-44df-9456-e497cce2a01b 2026-07-01 11:54:10.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ffa319e-8542-4f63-91bd-03177ba2044d 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] TaaS: Handle Delete Port: 35c96895-914b-442c-ab9a-52e1abd9690f 2026-07-01 11:54:10.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ffa319e-8542-4f63-91bd-03177ba2044d 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Tap Mirror: Handle Delete Port: 35c96895-914b-442c-ab9a-52e1abd9690f [pid: 7|app: 0|req: 389/820] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:09 2026] POST /v2.0/networks => generated 650 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:10.104 8 INFO neutron.services.segments.plugin [-] Segment 9c710ffa-d99d-4cf5-b08c-9211a8975031 resource provider aggregate not found 2026-07-01 11:54:10.121 8 INFO neutron.services.segments.plugin [-] Segment 9c710ffa-d99d-4cf5-b08c-9211a8975031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c710ffa-d99d-4cf5-b08c-9211a8975031 found for delete ", "request_id": "req-08f11234-5cf2-41d3-a07f-b9e094e5fb35"}]} 2026-07-01 11:54:10.122 8 INFO neutron.services.segments.plugin [-] Segment 9c710ffa-d99d-4cf5-b08c-9211a8975031 resource provider aggregate not found 2026-07-01 11:54:10.137 7 INFO neutron.db.segments_db [None req-37121bbf-da65-4a43-b57e-6b032cd98f88 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Added segment ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e of type vxlan for network 21354415-3392-488b-ba76-efa397a47827 2026-07-01 11:54:10.146 8 INFO neutron.services.segments.plugin [-] Segment 9c710ffa-d99d-4cf5-b08c-9211a8975031 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c710ffa-d99d-4cf5-b08c-9211a8975031 found for delete ", "request_id": "req-78f68574-31b0-4e08-8ae3-e0ecd352df40"}]} [pid: 8|app: 0|req: 432/821] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:09 2026] DELETE /v2.0/ports/35c96895-914b-442c-ab9a-52e1abd9690f => generated 0 bytes in 602 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:10.160 7 INFO neutron.services.segments.plugin [-] Segment 6828e8f0-a802-45ec-97cb-1e1aaad09207 resource provider aggregate not found 2026-07-01 11:54:10.175 7 INFO neutron.services.segments.plugin [-] Segment 6828e8f0-a802-45ec-97cb-1e1aaad09207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6828e8f0-a802-45ec-97cb-1e1aaad09207 found for delete ", "request_id": "req-c5ce82d0-9c85-4e8d-a687-14553b5470db"}]} 2026-07-01 11:54:10.177 7 INFO neutron.services.segments.plugin [-] Segment 6828e8f0-a802-45ec-97cb-1e1aaad09207 resource provider aggregate not found [pid: 8|app: 0|req: 433/822] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/ports?tenant_id=9d85d26c15ff4e3c914d22b63c5baf10&device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:10.201 7 INFO neutron.services.segments.plugin [-] Segment 6828e8f0-a802-45ec-97cb-1e1aaad09207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6828e8f0-a802-45ec-97cb-1e1aaad09207 found for delete ", "request_id": "req-22a00feb-4ccd-4c36-9076-d3739d0028d7"}]} [pid: 7|app: 0|req: 390/823] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:10 2026] POST /v2.0/networks => generated 650 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:10.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf90953a-13f3-4817-be32-36613d668330 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] TaaS: Handle Delete Port: 14829b81-acd1-46e5-825f-71a08fd35c4b 2026-07-01 11:54:10.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf90953a-13f3-4817-be32-36613d668330 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Tap Mirror: Handle Delete Port: 14829b81-acd1-46e5-825f-71a08fd35c4b [pid: 8|app: 0|req: 434/824] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:10 2026] DELETE /v2.0/ports/14829b81-acd1-46e5-825f-71a08fd35c4b => 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: 435/825] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 391/826] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/networks?id=0170cd95-7864-40c1-8b92-3918644243db => generated 775 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/827] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/ports => 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: 393/828] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/829] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a9e2d607-17f2-49f1-8a7d-7dfbb725fac3 => generated 858 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:10.886 7 INFO neutron.db.segments_db [None req-2dbf8bdc-72f8-460e-8f87-bff913226948 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Added segment 40dcda56-a1b9-482d-91e9-77bbd03cb451 of type vxlan for network 580070d5-b6d7-431e-b380-73358950f347 [pid: 7|app: 0|req: 395/830] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:10 2026] POST /v2.0/networks => generated 654 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/831] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:10 2026] GET /v2.0/subnets?id=748caaa8-95ca-4197-891c-81aedc9eb04c => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/832] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:10 2026] POST /v2.0/ports => generated 1505 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:11.107 7 INFO neutron.db.segments_db [None req-779892ff-e65b-40b3-a730-a7f282fe5c96 5d2c4160b4f94f71b748819f35918670 27e9bea0e07244e2a70a1294008cad0b - - default default] Added segment 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 of type vxlan for network 519ff679-a84b-457c-ba1d-bfae9a011cc5 [pid: 8|app: 0|req: 437/833] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:11 2026] GET /v2.0/ports?network_id=0170cd95-7864-40c1-8b92-3918644243db&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: 438/834] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:54:11 2026] GET /v2.0/ports => generated 1505 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/835] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:11 2026] POST /v2.0/networks => generated 652 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/836] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:11 2026] GET /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db?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: 440/837] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:11 2026] GET /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:11.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc6038ec-fdf7-499b-a371-f9fc3d4c26e4 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] TaaS: Handle Delete Port: 69a2bb40-8974-450d-8c8c-1ae7a7eb3d6b 2026-07-01 11:54:11.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6038ec-fdf7-499b-a371-f9fc3d4c26e4 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Tap Mirror: Handle Delete Port: 69a2bb40-8974-450d-8c8c-1ae7a7eb3d6b [pid: 7|app: 0|req: 398/838] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:11 2026] DELETE /v2.0/ports/69a2bb40-8974-450d-8c8c-1ae7a7eb3d6b => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:11.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f5550b1-fb92-48a4-9ce4-8c337a14f7fc edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] TaaS: Handle Delete Port: ba376840-a818-4d47-bbe7-27b0e0d76932 2026-07-01 11:54:11.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f5550b1-fb92-48a4-9ce4-8c337a14f7fc edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Tap Mirror: Handle Delete Port: ba376840-a818-4d47-bbe7-27b0e0d76932 [pid: 8|app: 0|req: 441/839] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:11 2026] DELETE /v2.0/ports/ba376840-a818-4d47-bbe7-27b0e0d76932 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/840] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:54:11 2026] GET /v2.0/ports => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:11.714 8 INFO neutron.db.segments_db [None req-a905184d-0481-42a4-ba97-0e3d23847f22 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Added segment 9ef8ba23-6340-48bc-b151-d6dd72d746a6 of type vxlan for network 24ef37bd-b602-45da-815d-db709f379ce7 [pid: 8|app: 0|req: 442/841] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:11 2026] POST /v2.0/networks => generated 649 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/842] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:11 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:11.924 8 INFO neutron.db.segments_db [None req-0c2fcf8c-dc66-4e35-91eb-a2e1a2ec97a3 edb8c0aa1d134c508a0f0189b82f6616 7400b5bae4c54b359ff84d92d9c7b942 - - default default] Added segment 0838dc16-5e97-41d1-8125-511c9cc1bb09 of type vxlan for network acbf708d-c310-436d-9750-b98117974c62 [pid: 8|app: 0|req: 444/843] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:11 2026] POST /v2.0/networks => generated 650 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/844] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:12 2026] GET /v2.0/security-groups?id=8703e1e1-d2b7-4464-afec-66dbd3fdff9e&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: 400/845] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:11 2026] POST /v2.0/subnets => generated 1324 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/846] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:12 2026] GET /v2.0/subnets => generated 1960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/847] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/subnets/31b2499e-3b4d-4b0e-91fa-b813d229308c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/848] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:12 2026] POST /v2.0/subnets => generated 1273 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/849] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/subnets/99225836-5277-485c-8492-0c6aaa60f00c => 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: 447/850] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:12 2026] GET /v2.0/subnets => generated 1909 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/851] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:12 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/852] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/subnets/16e11fe0-872b-4366-a759-d8ed21a9ed99 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:12.759 7 INFO neutron.services.segments.plugin [-] Segment 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 resource provider aggregate not found 2026-07-01 11:54:12.762 7 INFO neutron.services.segments.plugin [-] Segment 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 resource provider aggregate not found 2026-07-01 11:54:12.785 7 INFO neutron.services.segments.plugin [-] Segment 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 found for delete ", "request_id": "req-c5f60ac3-df9d-4118-b095-f6bf4f7119d4"}]} 2026-07-01 11:54:12.790 7 INFO neutron.services.segments.plugin [-] Segment 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c68f5e-4a09-41ae-95b9-c4f3a3ab1bd1 found for delete ", "request_id": "req-761590c6-cfb8-4f21-b569-4ab547d8618d"}]} [pid: 7|app: 0|req: 405/853] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/networks/519ff679-a84b-457c-ba1d-bfae9a011cc5 => 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: 449/854] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:54:12 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:12.943 8 INFO neutron.services.segments.plugin [-] Segment 40dcda56-a1b9-482d-91e9-77bbd03cb451 resource provider aggregate not found 2026-07-01 11:54:12.946 8 INFO neutron.services.segments.plugin [-] Segment 40dcda56-a1b9-482d-91e9-77bbd03cb451 resource provider aggregate not found 2026-07-01 11:54:12.961 8 INFO neutron.services.segments.plugin [-] Segment 40dcda56-a1b9-482d-91e9-77bbd03cb451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40dcda56-a1b9-482d-91e9-77bbd03cb451 found for delete ", "request_id": "req-2663b6ac-e661-4aa7-a5cf-e26e4d1671b5"}]} [pid: 7|app: 0|req: 406/855] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/subnets/8ace5da1-e669-443d-8ac6-d7e0bf300321 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:12.978 8 INFO neutron.services.segments.plugin [-] Segment 40dcda56-a1b9-482d-91e9-77bbd03cb451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40dcda56-a1b9-482d-91e9-77bbd03cb451 found for delete ", "request_id": "req-deb0d9e8-bffd-40c4-acc2-1056a9ca03bd"}]} [pid: 8|app: 0|req: 450/856] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/networks/580070d5-b6d7-431e-b380-73358950f347 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/857] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:12 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:13.069 7 INFO neutron_taas.services.taas.taas_plugin [req-7ed4d1e3-fcd1-4d64-93ec-7232f209468c req-9b298e13-19d9-4416-a182-ae0f8883b965 fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] TaaS: Handle Delete Port: a9e2d607-17f2-49f1-8a7d-7dfbb725fac3 2026-07-01 11:54:13.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ed4d1e3-fcd1-4d64-93ec-7232f209468c req-9b298e13-19d9-4416-a182-ae0f8883b965 fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] Tap Mirror: Handle Delete Port: a9e2d607-17f2-49f1-8a7d-7dfbb725fac3 [pid: 8|app: 0|req: 452/858] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:13 2026] DELETE /v2.0/networks/d22dbc1d-2069-48af-8445-7855e4121e70 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/859] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:13 2026] DELETE /v2.0/networks/acbf708d-c310-436d-9750-b98117974c62 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:13.237 7 INFO neutron.db.l3_db [req-7ed4d1e3-fcd1-4d64-93ec-7232f209468c req-9b298e13-19d9-4416-a182-ae0f8883b965 fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] Floating IP 739a766e-2c2b-42a3-ae75-53e52e54eaf1 disassociated. External IP: 10.96.250.211, port: a9e2d607-17f2-49f1-8a7d-7dfbb725fac3. [pid: 8|app: 0|req: 454/860] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:13 2026] DELETE /v2.0/networks/0ba90a29-3662-4537-b1ac-cf41bafb7a26 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/861] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:13 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 456/862] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:13 2026] DELETE /v2.0/networks/24ef37bd-b602-45da-815d-db709f379ce7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/863] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:54:12 2026] DELETE /v2.0/ports/a9e2d607-17f2-49f1-8a7d-7dfbb725fac3 => generated 0 bytes in 702 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/864] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:13 2026] DELETE /v2.0/networks/21354415-3392-488b-ba76-efa397a47827 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:13.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa1c2591-b196-4506-97be-6dc7efcf30f3'] response: {'server_uuid': 'fe42bb20-3605-4c25-b59e-be1cb534fd69', 'name': 'network-vif-deleted', 'tag': 'a9e2d607-17f2-49f1-8a7d-7dfbb725fac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 408/865] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:13 2026] DELETE /v2.0/networks/ce781eb4-3d82-44df-9456-e497cce2a01b => 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: 458/866] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:13 2026] GET /v2.0/security-groups?tenant_id=27e9bea0e07244e2a70a1294008cad0b&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/867] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:14 2026] DELETE /v2.0/security-groups/a488dcb3-ecd8-4b5e-b09e-ed1403194d0c => 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: 410/868] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:14 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => 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: 459/869] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:14 2026] GET /v2.0/security-groups?tenant_id=7400b5bae4c54b359ff84d92d9c7b942&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/870] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:14 2026] DELETE /v2.0/security-groups/eff16380-6c79-4447-8775-81486df54724 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:14.811 7 INFO neutron.services.segments.plugin [-] Segment b64e908f-1832-4e78-8776-0c52c61f9978 resource provider aggregate not found 2026-07-01 11:54:14.814 7 INFO neutron.services.segments.plugin [-] Segment b64e908f-1832-4e78-8776-0c52c61f9978 resource provider aggregate not found 2026-07-01 11:54:14.829 7 INFO neutron.services.segments.plugin [-] Segment b64e908f-1832-4e78-8776-0c52c61f9978 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b64e908f-1832-4e78-8776-0c52c61f9978 found for delete ", "request_id": "req-ad74227f-d4d8-4f42-8bc7-d322d741a25e"}]} 2026-07-01 11:54:14.837 7 INFO neutron.services.segments.plugin [-] Segment b64e908f-1832-4e78-8776-0c52c61f9978 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b64e908f-1832-4e78-8776-0c52c61f9978 found for delete ", "request_id": "req-a727e09c-06df-4adf-a69f-0c9691d940de"}]} 2026-07-01 11:54:14.978 8 INFO neutron.services.segments.plugin [-] Segment 827422df-7832-4032-ac8a-9516b28b2a02 resource provider aggregate not found 2026-07-01 11:54:14.996 8 INFO neutron.services.segments.plugin [-] Segment 827422df-7832-4032-ac8a-9516b28b2a02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 827422df-7832-4032-ac8a-9516b28b2a02 found for delete ", "request_id": "req-923d57ca-1bdb-40e0-ab96-96b3618f8a02"}]} 2026-07-01 11:54:15.005 8 INFO neutron.services.segments.plugin [-] Segment 827422df-7832-4032-ac8a-9516b28b2a02 resource provider aggregate not found 2026-07-01 11:54:15.021 8 INFO neutron.services.segments.plugin [-] Segment 0838dc16-5e97-41d1-8125-511c9cc1bb09 resource provider aggregate not found 2026-07-01 11:54:15.027 8 INFO neutron.services.segments.plugin [-] Segment 827422df-7832-4032-ac8a-9516b28b2a02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 827422df-7832-4032-ac8a-9516b28b2a02 found for delete ", "request_id": "req-a3cba5b3-1a91-4d64-9240-882c830c8c4e"}]} 2026-07-01 11:54:15.043 8 INFO neutron.services.segments.plugin [-] Segment 0838dc16-5e97-41d1-8125-511c9cc1bb09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0838dc16-5e97-41d1-8125-511c9cc1bb09 found for delete ", "request_id": "req-c5d45f35-3ac0-468f-9bb8-b30d4add70e8"}]} 2026-07-01 11:54:15.047 8 INFO neutron.services.segments.plugin [-] Segment 0838dc16-5e97-41d1-8125-511c9cc1bb09 resource provider aggregate not found 2026-07-01 11:54:15.061 8 INFO neutron.services.segments.plugin [-] Segment 0838dc16-5e97-41d1-8125-511c9cc1bb09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0838dc16-5e97-41d1-8125-511c9cc1bb09 found for delete ", "request_id": "req-28724d7c-8bd5-4fb1-90a2-fcf5bb478925"}]} 2026-07-01 11:54:15.067 8 INFO neutron.services.segments.plugin [-] Segment 789802c1-419f-44e5-9c0e-05d0cd73a5f4 resource provider aggregate not found 2026-07-01 11:54:15.079 8 INFO neutron.services.segments.plugin [-] Segment 789802c1-419f-44e5-9c0e-05d0cd73a5f4 resource provider aggregate not found 2026-07-01 11:54:15.091 8 INFO neutron.services.segments.plugin [-] Segment 789802c1-419f-44e5-9c0e-05d0cd73a5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 789802c1-419f-44e5-9c0e-05d0cd73a5f4 found for delete ", "request_id": "req-f5bc5cb0-2d95-480d-9c68-757710247791"}]} 2026-07-01 11:54:15.094 8 INFO neutron.services.segments.plugin [-] Segment 789802c1-419f-44e5-9c0e-05d0cd73a5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 789802c1-419f-44e5-9c0e-05d0cd73a5f4 found for delete ", "request_id": "req-1bca5a5c-fee4-48f9-befb-7532097cfa97"}]} 2026-07-01 11:54:15.107 8 INFO neutron.services.segments.plugin [-] Segment 9ef8ba23-6340-48bc-b151-d6dd72d746a6 resource provider aggregate not found 2026-07-01 11:54:15.116 8 INFO neutron.services.segments.plugin [-] Segment 9ef8ba23-6340-48bc-b151-d6dd72d746a6 resource provider aggregate not found 2026-07-01 11:54:15.122 8 INFO neutron.services.segments.plugin [-] Segment 9ef8ba23-6340-48bc-b151-d6dd72d746a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ef8ba23-6340-48bc-b151-d6dd72d746a6 found for delete ", "request_id": "req-897b1afe-c250-4806-94fe-83be2aff2af5"}]} 2026-07-01 11:54:15.139 8 INFO neutron.services.segments.plugin [-] Segment 9ef8ba23-6340-48bc-b151-d6dd72d746a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ef8ba23-6340-48bc-b151-d6dd72d746a6 found for delete ", "request_id": "req-7410be11-3396-4c1b-bd14-86947e7905e5"}]} 2026-07-01 11:54:15.145 8 INFO neutron.services.segments.plugin [-] Segment ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e resource provider aggregate not found 2026-07-01 11:54:15.160 8 INFO neutron.services.segments.plugin [-] Segment ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e resource provider aggregate not found 2026-07-01 11:54:15.165 8 INFO neutron.services.segments.plugin [-] Segment ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e found for delete ", "request_id": "req-0b59b20e-e20b-44e2-be18-78c96fc80c20"}]} 2026-07-01 11:54:15.175 8 INFO neutron.services.segments.plugin [-] Segment ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea3bcb3c-fc6f-4e7f-bfca-0c0e3d1da67e found for delete ", "request_id": "req-d86e249b-dd30-4581-b9de-88f7c69cbde3"}]} [pid: 8|app: 0|req: 460/871] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:15 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:16.453 7 INFO neutron.db.segments_db [None req-b0cfca86-3cdf-43d8-b97e-dd0a36999519 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Added segment 285b2951-83c7-481e-b26d-ae3f66bf90ad of type vxlan for network baf247b6-544a-4df6-860f-53e407c6e8bf [pid: 7|app: 0|req: 412/872] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:16 2026] POST /v2.0/networks => generated 645 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:16.595 8 INFO neutron.db.segments_db [None req-18a87f89-d2a5-48c2-b631-8b60b9fe0c25 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment 43207c3e-cdaf-4847-946e-4fb6455cf363 of type vxlan for network 01232311-c34e-40d1-9eb5-65f9906e3ccd [pid: 8|app: 0|req: 461/873] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:16 2026] POST /v2.0/networks => generated 633 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/874] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:16 2026] GET /v2.0/ports?device_id=fe42bb20-3605-4c25-b59e-be1cb534fd69 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:16.773 8 INFO neutron.db.segments_db [None req-2270688e-a136-41ac-a1e6-39ff957ece8e 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment f3c20b05-d0b7-4ab9-8811-cc1477b8d28f of type vxlan for network 525cc259-b7e5-4f77-98e0-2f95bc09aea7 [pid: 8|app: 0|req: 463/875] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:16 2026] POST /v2.0/networks => generated 633 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/876] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:16 2026] POST /v2.0/ports => generated 774 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:16.923 7 INFO neutron.db.segments_db [None req-665f1fa1-f923-45d1-8743-5996f31434c8 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Added segment 4485fbec-92b3-483b-bdc1-2146f5a12bcb of type vxlan for network 595a1193-83ea-407b-983e-d1247ff38cd4 [pid: 7|app: 0|req: 414/877] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:16 2026] POST /v2.0/networks => generated 632 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/878] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:16 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/879] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:17 2026] POST /v2.0/subnets => generated 626 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/880] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:17 2026] POST /v2.0/subnets => generated 655 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:17.393 8 INFO neutron.db.segments_db [None req-5033b69b-a962-4b59-a510-a3ec90509565 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment 175556ce-0507-446c-9643-876999fa12ee of type vxlan for network c069a8c2-fc94-4bd0-822c-113c8baf31df [pid: 7|app: 0|req: 416/881] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:17 2026] POST /v2.0/ports => generated 954 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:17.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-3df80602-afd7-43a5-8a31-04f851b8dd4e c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] TaaS: Handle Delete Port: f0a107b3-6306-485b-9881-0e7123e29b23 2026-07-01 11:54:17.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3df80602-afd7-43a5-8a31-04f851b8dd4e c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Tap Mirror: Handle Delete Port: f0a107b3-6306-485b-9881-0e7123e29b23 2026-07-01 11:54:17.648 8 INFO neutron.db.l3_hamode_db [None req-5033b69b-a962-4b59-a510-a3ec90509565 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 417/882] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:17 2026] DELETE /v2.0/ports/f0a107b3-6306-485b-9881-0e7123e29b23 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:17.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f3e821e-87a8-44cd-8ac1-536e92c51d85 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/885] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:17 2026] DELETE /v2.0/ports/f0a107b3-6306-485b-9881-0e7123e29b23 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:54:17.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5965d12f-be77-4e08-b3ff-4419c445b8ef c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] GET failed (client error): The resource could not be found. 2026-07-01 11:54:17.799 8 INFO neutron.db.l3_hamode_db [None req-5033b69b-a962-4b59-a510-a3ec90509565 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 421/886] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:17 2026] GET /v2.0/ports/f0a107b3-6306-485b-9881-0e7123e29b23 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/887] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:17 2026] DELETE /v2.0/security-groups/8703e1e1-d2b7-4464-afec-66dbd3fdff9e => 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: 423/888] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:17 2026] DELETE /v2.0/subnets/0692a09e-2685-4877-9702-9f970c4ae6e8 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:18.015 7 INFO neutron.api.v2.resource [None req-cf7b67a0-fb05-4779-bbe1-5b4b9851fcfe fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 424/889] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:54:18 2026] GET /v2.0/security-groups/8703e1e1-d2b7-4464-afec-66dbd3fdff9e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:54:18.117 7 INFO neutron.services.segments.plugin [-] Segment 4485fbec-92b3-483b-bdc1-2146f5a12bcb resource provider aggregate not found 2026-07-01 11:54:18.120 7 INFO neutron.services.segments.plugin [-] Segment 4485fbec-92b3-483b-bdc1-2146f5a12bcb resource provider aggregate not found 2026-07-01 11:54:18.132 7 INFO neutron.services.segments.plugin [-] Segment 4485fbec-92b3-483b-bdc1-2146f5a12bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4485fbec-92b3-483b-bdc1-2146f5a12bcb found for delete ", "request_id": "req-6582ee31-dfeb-40fe-b639-e7a1b900e246"}]} 2026-07-01 11:54:18.136 7 INFO neutron.services.segments.plugin [-] Segment 4485fbec-92b3-483b-bdc1-2146f5a12bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4485fbec-92b3-483b-bdc1-2146f5a12bcb found for delete ", "request_id": "req-7513229a-391b-457e-a00f-4c890397a8cc"}]} [pid: 7|app: 0|req: 425/890] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:18 2026] DELETE /v2.0/networks/595a1193-83ea-407b-983e-d1247ff38cd4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:18.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-3091f698-8230-4d76-b94a-65a6ddcad630 fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] TaaS: Handle Delete Port: 7bbb8d4a-c9d5-4278-a081-85d6380fe045 2026-07-01 11:54:18.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3091f698-8230-4d76-b94a-65a6ddcad630 fcc49593093e497fbf20f413a59a9b43 9d85d26c15ff4e3c914d22b63c5baf10 - - default default] Tap Mirror: Handle Delete Port: 7bbb8d4a-c9d5-4278-a081-85d6380fe045 [pid: 8|app: 0|req: 466/891] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:17 2026] POST /v2.0/routers => generated 511 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/892] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:54:18 2026] DELETE /v2.0/floatingips/739a766e-2c2b-42a3-ae75-53e52e54eaf1 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:18.454 8 INFO neutron.db.segments_db [None req-f5dc191d-e05b-499c-a134-1ad08e182f6e c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Added segment 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 of type vxlan for network 363c7bf1-e557-4f79-b2fb-98ae1ea88da4 [pid: 8|app: 0|req: 467/893] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:18 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:19.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-5387f2b7-2154-43dd-bf0e-80c58ba16c8d 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 2d70dbc1-fa37-4b94-89b3-011c01de6ca7 2026-07-01 11:54:19.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5387f2b7-2154-43dd-bf0e-80c58ba16c8d 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 2d70dbc1-fa37-4b94-89b3-011c01de6ca7 [pid: 7|app: 0|req: 427/894] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:18 2026] PUT /v2.0/routers/f4151ccb-635f-443f-a7f9-46516fc6be58/add_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/895] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:19 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/896] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:18 2026] PUT /v2.0/routers/9dadc967-f9cd-4c89-b68b-9fcf03d66dee/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/897] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:19 2026] GET /v2.0/ports/d802b53a-80db-4a34-96fe-c054d8c0c5b6 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/898] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:19 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:19.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6c3b2f6-b3d9-4568-8574-0e4cad4015c2 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: bbf11017-4c9c-4c78-9881-2f309f455813 2026-07-01 11:54:19.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6c3b2f6-b3d9-4568-8574-0e4cad4015c2 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: bbf11017-4c9c-4c78-9881-2f309f455813 [pid: 8|app: 0|req: 470/899] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:19 2026] POST /v2.0/ports => generated 912 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:20.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6c3b2f6-b3d9-4568-8574-0e4cad4015c2 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 2c1417b2-f5e1-4b5e-b459-c358a4c3f2e8 2026-07-01 11:54:20.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6c3b2f6-b3d9-4568-8574-0e4cad4015c2 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 2c1417b2-f5e1-4b5e-b459-c358a4c3f2e8 2026-07-01 11:54:20.498 7 INFO neutron.services.segments.plugin [-] Segment c275d54e-4643-4e08-b8cd-8891e5c59eff resource provider aggregate not found 2026-07-01 11:54:20.503 7 INFO neutron.services.segments.plugin [-] Segment c275d54e-4643-4e08-b8cd-8891e5c59eff resource provider aggregate not found 2026-07-01 11:54:20.517 7 INFO neutron.services.segments.plugin [-] Segment c275d54e-4643-4e08-b8cd-8891e5c59eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c275d54e-4643-4e08-b8cd-8891e5c59eff found for delete ", "request_id": "req-0ecfe61f-e568-4dc6-9b90-f2c9b02c0556"}]} 2026-07-01 11:54:20.524 7 INFO neutron.services.segments.plugin [-] Segment c275d54e-4643-4e08-b8cd-8891e5c59eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c275d54e-4643-4e08-b8cd-8891e5c59eff found for delete ", "request_id": "req-0ddbe593-cc70-4300-bc9d-2f6e17497ae3"}]} 2026-07-01 11:54:20.536 7 INFO neutron.db.l3_hamode_db [None req-e6c3b2f6-b3d9-4568-8574-0e4cad4015c2 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network 4be62cae-6c70-4a20-9667-38d308ff5129 was deleted as no HA routers are present in tenant 9d85d26c15ff4e3c914d22b63c5baf10. [pid: 7|app: 0|req: 430/900] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:19 2026] DELETE /v2.0/routers/9dadc967-f9cd-4c89-b68b-9fcf03d66dee => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/901] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:54:20 2026] GET /v2.0/ports/df052271-2fff-439f-a1b6-6f35b9dd661e => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:20.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bd66b44-f1cc-44b4-951d-f0b9686b5199 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] TaaS: Handle Delete Port: 248fe98d-e08f-40db-a3bc-f96cd963fb51 2026-07-01 11:54:20.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bd66b44-f1cc-44b4-951d-f0b9686b5199 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Tap Mirror: Handle Delete Port: 248fe98d-e08f-40db-a3bc-f96cd963fb51 [pid: 7|app: 0|req: 432/902] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:20 2026] DELETE /v2.0/ports/248fe98d-e08f-40db-a3bc-f96cd963fb51 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/903] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:20 2026] DELETE /v2.0/subnets/748caaa8-95ca-4197-891c-81aedc9eb04c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:21.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b1ea0f8-854a-4688-a233-0380bfc2bd0b c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/904] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:21 2026] GET /v2.0/ports/248fe98d-e08f-40db-a3bc-f96cd963fb51 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:54:21.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f25b074-861f-45f9-a70e-41446a3238c0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: f27d36ca-61b9-439a-b205-ea22dbb67d92 2026-07-01 11:54:21.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f25b074-861f-45f9-a70e-41446a3238c0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: f27d36ca-61b9-439a-b205-ea22dbb67d92 [pid: 8|app: 0|req: 471/905] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:20 2026] PUT /v2.0/routers/f4151ccb-635f-443f-a7f9-46516fc6be58/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/906] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:21 2026] DELETE /v2.0/networks/0170cd95-7864-40c1-8b92-3918644243db => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/907] 199.204.45.238 () {34 vars in 1000 bytes} [Wed Jul 1 11:54:21 2026] GET /v2.0/subnets?network_id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 683 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/908] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:21 2026] DELETE /v2.0/subnets/c7f6e8b3-e60e-4af6-86bb-545a7b20bdbd => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/909] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:21 2026] GET /v2.0/ports/06bdcd0c-6de6-45cf-a4ad-69b9dcf1208b => generated 967 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/910] 199.204.45.238 () {34 vars in 1146 bytes} [Wed Jul 1 11:54:21 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d&device_owner=compute%3Anova&network_id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/911] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:21 2026] DELETE /v2.0/networks/363c7bf1-e557-4f79-b2fb-98ae1ea88da4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/912] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:21 2026] GET /v2.0/security-groups?tenant_id=9d85d26c15ff4e3c914d22b63c5baf10&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:21.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-6036bdad-3a6c-4f26-b9ff-ca58a95e4624 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 06bdcd0c-6de6-45cf-a4ad-69b9dcf1208b 2026-07-01 11:54:21.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6036bdad-3a6c-4f26-b9ff-ca58a95e4624 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 06bdcd0c-6de6-45cf-a4ad-69b9dcf1208b [pid: 8|app: 0|req: 474/913] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:21 2026] PUT /v2.0/routers/f4151ccb-635f-443f-a7f9-46516fc6be58/remove_router_interface => generated 309 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/914] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:54:21 2026] PUT /v2.0/ports/df052271-2fff-439f-a1b6-6f35b9dd661e => generated 1149 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:22.385 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5de6677-9a43-4104-962c-c1f6034ca0a9'] response: {'name': 'network-changed', 'server_uuid': 'ff83f9c4-d900-409b-832a-7b060146358d', 'tag': 'df052271-2fff-439f-a1b6-6f35b9dd661e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 441/915] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:22 2026] DELETE /v2.0/security-groups/5e0e559f-14c1-4f37-893f-dcf4f99cd2c5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:22.545 7 INFO neutron.services.segments.plugin [-] Segment 994304e8-df54-4cee-a073-eccf2a77708e resource provider aggregate not found 2026-07-01 11:54:22.552 7 INFO neutron.services.segments.plugin [-] Segment 994304e8-df54-4cee-a073-eccf2a77708e resource provider aggregate not found 2026-07-01 11:54:22.568 7 INFO neutron.services.segments.plugin [-] Segment 994304e8-df54-4cee-a073-eccf2a77708e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994304e8-df54-4cee-a073-eccf2a77708e found for delete ", "request_id": "req-0d604da9-02ab-4d42-b91e-789e081874a0"}]} [pid: 8|app: 0|req: 475/916] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:22 2026] POST /v2.0/ports => generated 774 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:22.584 7 INFO neutron.services.segments.plugin [-] Segment 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 resource provider aggregate not found 2026-07-01 11:54:22.591 7 INFO neutron.services.segments.plugin [-] Segment 994304e8-df54-4cee-a073-eccf2a77708e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994304e8-df54-4cee-a073-eccf2a77708e found for delete ", "request_id": "req-432882fc-4c30-4b4e-8267-deae140e1de4"}]} 2026-07-01 11:54:22.600 7 INFO neutron.services.segments.plugin [-] Segment 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 found for delete ", "request_id": "req-a627e35e-f6b7-43df-9f0e-034939434b96"}]} 2026-07-01 11:54:22.608 7 INFO neutron.services.segments.plugin [-] Segment 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 resource provider aggregate not found 2026-07-01 11:54:22.623 7 INFO neutron.services.segments.plugin [-] Segment 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf25d3e-40df-4fd5-bd73-4407bd9317c3 found for delete ", "request_id": "req-245b5fc2-996c-4ffc-a1f7-4cf8d0cc9247"}]} [pid: 8|app: 0|req: 476/917] 10.0.0.123 () {34 vars in 737 bytes} [Wed Jul 1 11:54:22 2026] PUT /v2.0/ports/2601cf87-cd27-45c1-a68e-06a4894c580a => generated 752 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:22.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-4279cc20-a840-406e-887d-33a6b29b0429 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: d802b53a-80db-4a34-96fe-c054d8c0c5b6 2026-07-01 11:54:22.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4279cc20-a840-406e-887d-33a6b29b0429 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: d802b53a-80db-4a34-96fe-c054d8c0c5b6 2026-07-01 11:54:22.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4e2f155-fc98-4370-b952-a869df305bf2 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] TaaS: Handle Delete Port: 2601cf87-cd27-45c1-a68e-06a4894c580a 2026-07-01 11:54:22.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4e2f155-fc98-4370-b952-a869df305bf2 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Tap Mirror: Handle Delete Port: 2601cf87-cd27-45c1-a68e-06a4894c580a [pid: 8|app: 0|req: 477/918] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:22 2026] DELETE /v2.0/ports/2601cf87-cd27-45c1-a68e-06a4894c580a => 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: 478/919] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:22 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/920] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/921] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:23.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ad509e9-cbd1-4a4d-8b62-85b07ad50761 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 481/922] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports/2601cf87-cd27-45c1-a68e-06a4894c580a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/923] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/924] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/925] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => 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: 485/926] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports/82e782a4-b345-4605-b640-83c8818df16f => generated 774 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/927] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:23.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82973e46-1960-4761-bef4-8e77aaba203c c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 442/928] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:22 2026] PUT /v2.0/routers/f4151ccb-635f-443f-a7f9-46516fc6be58/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/929] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:23 2026] DELETE /v2.0/ports/248fe98d-e08f-40db-a3bc-f96cd963fb51 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/930] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports?device_id=f4151ccb-635f-443f-a7f9-46516fc6be58 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/931] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:23.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f74effe6-d051-4ac6-bece-7dfffcef57c8 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 489/932] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:23 2026] DELETE /v2.0/subnets/c7f6e8b3-e60e-4af6-86bb-545a7b20bdbd => 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: 490/933] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:23.429 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb9f831d-3837-460a-b8bb-70f87e0b5179 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 491/934] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:23 2026] DELETE /v2.0/subnets/0692a09e-2685-4877-9702-9f970c4ae6e8 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/935] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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) 2026-07-01 11:54:23.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-77034722-8e31-499a-bc2e-4f2d3cd993c0 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] TaaS: Handle Delete Port: 82e782a4-b345-4605-b640-83c8818df16f 2026-07-01 11:54:23.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77034722-8e31-499a-bc2e-4f2d3cd993c0 c62bdfbad8d847af9d51a4467801f5d8 c1208e92a25849f7b426c21957b26eee - - default default] Tap Mirror: Handle Delete Port: 82e782a4-b345-4605-b640-83c8818df16f 2026-07-01 11:54:23.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a561864-dfa2-4c0e-b7cf-8e487b285686 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: ee336d79-bae1-4b87-9ecc-363d6f94e6a0 2026-07-01 11:54:23.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a561864-dfa2-4c0e-b7cf-8e487b285686 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: ee336d79-bae1-4b87-9ecc-363d6f94e6a0 [pid: 8|app: 0|req: 493/936] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:54:23 2026] DELETE /v2.0/ports/82e782a4-b345-4605-b640-83c8818df16f => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:23.848 8 INFO neutron.services.segments.plugin [-] Segment 285b2951-83c7-481e-b26d-ae3f66bf90ad resource provider aggregate not found 2026-07-01 11:54:23.852 8 INFO neutron.services.segments.plugin [-] Segment 285b2951-83c7-481e-b26d-ae3f66bf90ad resource provider aggregate not found 2026-07-01 11:54:23.865 8 INFO neutron.services.segments.plugin [-] Segment 285b2951-83c7-481e-b26d-ae3f66bf90ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 285b2951-83c7-481e-b26d-ae3f66bf90ad found for delete ", "request_id": "req-568f8d46-4b36-4a5a-80ba-433268841b25"}]} 2026-07-01 11:54:23.877 8 INFO neutron.services.segments.plugin [-] Segment 285b2951-83c7-481e-b26d-ae3f66bf90ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 285b2951-83c7-481e-b26d-ae3f66bf90ad found for delete ", "request_id": "req-a2aff255-0bd9-42e4-a0f7-59dcfa2e749e"}]} [pid: 8|app: 0|req: 494/937] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:23 2026] DELETE /v2.0/networks/baf247b6-544a-4df6-860f-53e407c6e8bf => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/938] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1152 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/939] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:23 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:24.014 7 INFO neutron.db.l3_hamode_db [None req-7a561864-dfa2-4c0e-b7cf-8e487b285686 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] HA network c069a8c2-fc94-4bd0-822c-113c8baf31df was deleted as no HA routers are present in tenant 0b0103c72b864567ba9ec9d6c69ede56. [pid: 7|app: 0|req: 444/940] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:23 2026] DELETE /v2.0/routers/f4151ccb-635f-443f-a7f9-46516fc6be58 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/941] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:24 2026] DELETE /v2.0/subnets/61bf8889-cb88-456b-9215-94eb2eb49bb9 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/942] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:24 2026] DELETE /v2.0/subnets/2253232e-ada6-43ec-bdd7-40ad67cf00c4 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/943] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:24 2026] GET /v2.0/security-groups?tenant_id=c1208e92a25849f7b426c21957b26eee&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:24.623 7 INFO neutron.services.segments.plugin [-] Segment 175556ce-0507-446c-9643-876999fa12ee resource provider aggregate not found 2026-07-01 11:54:24.642 7 INFO neutron.services.segments.plugin [-] Segment 175556ce-0507-446c-9643-876999fa12ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 175556ce-0507-446c-9643-876999fa12ee found for delete ", "request_id": "req-05f146fe-5e4d-4326-b173-ee119620b19f"}]} 2026-07-01 11:54:24.646 7 INFO neutron.services.segments.plugin [-] Segment 175556ce-0507-446c-9643-876999fa12ee resource provider aggregate not found 2026-07-01 11:54:24.663 7 INFO neutron.services.segments.plugin [-] Segment 175556ce-0507-446c-9643-876999fa12ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 175556ce-0507-446c-9643-876999fa12ee found for delete ", "request_id": "req-3dfd1652-a239-4c83-81e5-c25c8aee5e37"}]} 2026-07-01 11:54:24.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-1454afc9-c200-495e-b342-3b766e1d2268 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 5ffdee6d-db88-4bdd-89ae-02adc5a4a5d7 2026-07-01 11:54:24.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1454afc9-c200-495e-b342-3b766e1d2268 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 5ffdee6d-db88-4bdd-89ae-02adc5a4a5d7 2026-07-01 11:54:24.687 8 INFO neutron.db.segments_db [None req-fd058024-9c82-4fdc-82c8-03976408c05c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment a88406a1-61b6-44b8-8652-af2977a0dddb of type vxlan for network e0424c23-809d-49c0-a4c4-15c734326907 [pid: 8|app: 0|req: 498/944] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:54:24 2026] POST /v2.0/networks => generated 737 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/945] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:24 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1421 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/946] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:24 2026] DELETE /v2.0/networks/525cc259-b7e5-4f77-98e0-2f95bc09aea7 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/947] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:24 2026] DELETE /v2.0/security-groups/8a6f5fde-82f4-461e-bd93-19da9e892032 => 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: 501/948] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:24 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 779 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:25.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-67f1ce1b-351e-4812-a269-acc27e99fce8 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 9ea69072-ec22-4de6-a143-77b1fa0296fe 2026-07-01 11:54:25.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67f1ce1b-351e-4812-a269-acc27e99fce8 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 9ea69072-ec22-4de6-a143-77b1fa0296fe [pid: 7|app: 0|req: 448/949] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:24 2026] POST /v2.0/subnets => generated 684 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/950] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:54:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:25.136 7 INFO neutron.db.segments_db [None req-0da269d6-177d-443f-8229-b0771627f4db 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb of type vxlan for network d0496e2b-0522-442c-ba56-acbd3eca36c2 [pid: 8|app: 0|req: 502/951] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:24 2026] DELETE /v2.0/networks/01232311-c34e-40d1-9eb5-65f9906e3ccd => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/952] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:54:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:25.275 8 INFO neutron.db.segments_db [None req-4a323db9-2b38-45c4-bdd2-8b4c20d0c334 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment cf47c7d9-dacd-4d65-b727-37328746dfc8 of type vxlan for network f0abfa21-fb8d-4d06-aaf1-39fb04970678 [pid: 8|app: 0|req: 504/953] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:25 2026] POST /v2.0/networks => generated 633 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:25.372 7 INFO neutron.db.l3_hamode_db [None req-0da269d6-177d-443f-8229-b0771627f4db 87871fe3673a429493654121a8aaee77 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 505/954] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:25 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/955] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:25 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/956] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:25 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:25.702 8 INFO neutron.db.segments_db [None req-71e1d29c-3f23-4cce-bde5-3d51b721c372 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment 40802ea8-cf52-4379-a951-998770a3beeb of type vxlan for network 15e775fb-b119-4b60-a132-c191fdd74b27 2026-07-01 11:54:25.888 8 INFO neutron.services.segments.plugin [-] Segment 43207c3e-cdaf-4847-946e-4fb6455cf363 resource provider aggregate not found 2026-07-01 11:54:25.896 8 INFO neutron.services.segments.plugin [-] Segment 43207c3e-cdaf-4847-946e-4fb6455cf363 resource provider aggregate not found 2026-07-01 11:54:25.905 8 INFO neutron.services.segments.plugin [-] Segment 43207c3e-cdaf-4847-946e-4fb6455cf363 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43207c3e-cdaf-4847-946e-4fb6455cf363 found for delete ", "request_id": "req-61d21add-6a6b-478b-a5c7-36288e7f9b7d"}]} 2026-07-01 11:54:25.918 8 INFO neutron.services.segments.plugin [-] Segment 43207c3e-cdaf-4847-946e-4fb6455cf363 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43207c3e-cdaf-4847-946e-4fb6455cf363 found for delete ", "request_id": "req-c631129e-6edb-4f79-b8dd-da2f3bae0fbe"}]} 2026-07-01 11:54:25.990 8 INFO neutron.db.l3_hamode_db [None req-71e1d29c-3f23-4cce-bde5-3d51b721c372 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:54:26.073 7 INFO neutron.db.l3_hamode_db [None req-0da269d6-177d-443f-8229-b0771627f4db 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:54:26.104 8 INFO neutron.db.l3_hamode_db [None req-71e1d29c-3f23-4cce-bde5-3d51b721c372 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 508/957] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:25 2026] POST /v2.0/routers => generated 511 bytes in 923 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/958] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:26 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:26.678 7 INFO neutron.services.segments.plugin [-] Segment f3c20b05-d0b7-4ab9-8811-cc1477b8d28f resource provider aggregate not found 2026-07-01 11:54:26.697 7 INFO neutron.services.segments.plugin [-] Segment f3c20b05-d0b7-4ab9-8811-cc1477b8d28f resource provider aggregate not found 2026-07-01 11:54:26.703 7 INFO neutron.services.segments.plugin [-] Segment f3c20b05-d0b7-4ab9-8811-cc1477b8d28f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c20b05-d0b7-4ab9-8811-cc1477b8d28f found for delete ", "request_id": "req-54c7de18-b3cb-48ba-a8e7-fcf266e6b631"}]} 2026-07-01 11:54:26.718 7 INFO neutron.services.segments.plugin [-] Segment f3c20b05-d0b7-4ab9-8811-cc1477b8d28f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c20b05-d0b7-4ab9-8811-cc1477b8d28f found for delete ", "request_id": "req-18de10d6-6b7f-439d-ad57-2617f813667f"}]} [pid: 8|app: 0|req: 510/959] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:54:26 2026] POST /v2.0/ports => generated 959 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 511/960] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:26 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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: 450/961] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:25 2026] POST /v2.0/routers => generated 724 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/962] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:26 2026] PUT /v2.0/routers/980f43f4-a8df-4792-8f78-76bb9d88f875/add_router_interface => generated 309 bytes in 1263 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: 451/963] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:27 2026] PUT /v2.0/routers/e2439ea3-2051-4253-8ac9-da979c5a9057/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/964] 199.204.45.238 () {34 vars in 1118 bytes} [Wed Jul 1 11:54:28 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/965] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:28 2026] GET /v2.0/ports/ee3b2c27-4410-4691-8a15-59c7e00a5a8d => generated 1033 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/966] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:54:28 2026] PUT /v2.0/ports/df052271-2fff-439f-a1b6-6f35b9dd661e => generated 972 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:28.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6db9a06-2b87-4175-8e59-8617d17fbd93 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: ee3b2c27-4410-4691-8a15-59c7e00a5a8d 2026-07-01 11:54:28.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6db9a06-2b87-4175-8e59-8617d17fbd93 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: ee3b2c27-4410-4691-8a15-59c7e00a5a8d /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 515/967] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:54:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 11:54:29.124 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e672ca69-a6d9-4798-bc4a-a8e0aeece4a5'] response: {'name': 'network-changed', 'server_uuid': 'ff83f9c4-d900-409b-832a-7b060146358d', 'tag': 'df052271-2fff-439f-a1b6-6f35b9dd661e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 516/968] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:29 2026] GET /v2.0/security-groups?tenant_id=a72d6eeb6b284f38952a488bcf2fcf65&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/969] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:28 2026] PUT /v2.0/routers/980f43f4-a8df-4792-8f78-76bb9d88f875/remove_router_interface => generated 309 bytes in 822 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: 454/970] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:29 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 517/971] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/972] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:29 2026] DELETE /v2.0/security-groups/a8731752-8b10-4ede-822f-4968f0fa3007 => 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: 456/973] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:29 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:29.488 8 INFO neutron.api.v2.resource [None req-75871539-6dfa-4575-859c-cc07d49240c8 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 518/974] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:29 2026] PUT /v2.0/routers/980f43f4-a8df-4792-8f78-76bb9d88f875/remove_router_interface => generated 197 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/975] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/976] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:29 2026] GET /v2.0/ports?device_id=980f43f4-a8df-4792-8f78-76bb9d88f875 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/977] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:54:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:29.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a9dcc2e-b541-4753-af9d-12f749efe2ac 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 3a6bcdca-7e6c-4f37-bef3-24ed3316a348 2026-07-01 11:54:29.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a9dcc2e-b541-4753-af9d-12f749efe2ac 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 3a6bcdca-7e6c-4f37-bef3-24ed3316a348 2026-07-01 11:54:30.458 8 INFO neutron.services.segments.plugin [-] Segment 40802ea8-cf52-4379-a951-998770a3beeb resource provider aggregate not found 2026-07-01 11:54:30.462 8 INFO neutron.services.segments.plugin [-] Segment 40802ea8-cf52-4379-a951-998770a3beeb resource provider aggregate not found 2026-07-01 11:54:30.481 8 INFO neutron.services.segments.plugin [-] Segment 40802ea8-cf52-4379-a951-998770a3beeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40802ea8-cf52-4379-a951-998770a3beeb found for delete ", "request_id": "req-98fc6353-7e9d-4f6d-912d-2a9e8c6b077f"}]} 2026-07-01 11:54:30.483 8 INFO neutron.services.segments.plugin [-] Segment 40802ea8-cf52-4379-a951-998770a3beeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40802ea8-cf52-4379-a951-998770a3beeb found for delete ", "request_id": "req-39ab0122-e1c1-413f-b8b5-3415f03e5df0"}]} 2026-07-01 11:54:30.488 8 INFO neutron.db.l3_hamode_db [None req-7a9dcc2e-b541-4753-af9d-12f749efe2ac 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] HA network 15e775fb-b119-4b60-a132-c191fdd74b27 was deleted as no HA routers are present in tenant 0b0103c72b864567ba9ec9d6c69ede56. [pid: 8|app: 0|req: 520/978] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:29 2026] DELETE /v2.0/routers/980f43f4-a8df-4792-8f78-76bb9d88f875 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/979] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:30 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/980] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:54:29 2026] POST /v2.0/floatingips => generated 552 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/981] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:30 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&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: 522/982] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:30 2026] DELETE /v2.0/subnets/66fb6848-759e-4a3d-84d3-da2fcae5b306 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/983] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:30 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/984] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:30 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/985] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:30 2026] DELETE /v2.0/networks/f0abfa21-fb8d-4d06-aaf1-39fb04970678 => 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: 524/986] 10.0.0.26 () {34 vars in 1099 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1254667343&fields=id&tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/987] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/networks?id=e0424c23-809d-49c0-a4c4-15c734326907 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/988] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/quotas/2bb7ae6dbfff4b9883c31c576171cbb4 => 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: 527/989] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/ports?tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:31.345 7 INFO neutron.db.segments_db [None req-d348478f-3e8c-46a2-8c9a-65351a402b6e 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment c6dc5fe2-278f-4f61-baee-e82bc08ed8fa of type vxlan for network 54fdcc05-3af7-4e92-87ef-2a167208d528 [pid: 8|app: 0|req: 528/990] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907?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: 529/991] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907?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: 463/992] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:54:30 2026] POST /v2.0/networks => generated 634 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/993] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/994] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/995] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&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: 8|app: 0|req: 530/996] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:31 2026] POST /v2.0/subnets => generated 646 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/997] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/ports?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:31.842 8 INFO neutron.db.segments_db [None req-073218e7-1ffc-4ef7-89aa-bcdef203b3cb 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment 065f6a3f-e91f-4723-9a47-1be7e95bcebf of type vxlan for network b6cef5d7-8fef-43f1-bc35-e0c85ece3a05 [pid: 7|app: 0|req: 468/998] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/networks?id=f4769448-c4d0-4c94-a092-4336b0324859 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/999] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=df052271-2fff-439f-a1b6-6f35b9dd661e => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1000] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/subnets?id=7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1001] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:31 2026] GET /v2.0/ports?network_id=f4769448-c4d0-4c94-a092-4336b0324859&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1002] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:32 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:32.166 8 INFO neutron.db.l3_hamode_db [None req-073218e7-1ffc-4ef7-89aa-bcdef203b3cb 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 473/1003] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:32 2026] GET /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859?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) 2026-07-01 11:54:32.307 8 INFO neutron.db.l3_hamode_db [None req-073218e7-1ffc-4ef7-89aa-bcdef203b3cb 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:54:32.516 8 INFO neutron.services.segments.plugin [-] Segment cf47c7d9-dacd-4d65-b727-37328746dfc8 resource provider aggregate not found 2026-07-01 11:54:32.525 8 INFO neutron.services.segments.plugin [-] Segment cf47c7d9-dacd-4d65-b727-37328746dfc8 resource provider aggregate not found 2026-07-01 11:54:32.540 8 INFO neutron.services.segments.plugin [-] Segment cf47c7d9-dacd-4d65-b727-37328746dfc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf47c7d9-dacd-4d65-b727-37328746dfc8 found for delete ", "request_id": "req-0a221903-8fbd-4c10-930c-f20f84cc6372"}]} 2026-07-01 11:54:32.542 8 INFO neutron.services.segments.plugin [-] Segment cf47c7d9-dacd-4d65-b727-37328746dfc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf47c7d9-dacd-4d65-b727-37328746dfc8 found for delete ", "request_id": "req-5fbffd01-56ed-443d-8b8d-2a334e05065d"}]} [pid: 7|app: 0|req: 476/1006] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:32 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1007] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:32 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1008] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:32 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1009] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:31 2026] POST /v2.0/routers => generated 510 bytes in 1234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1010] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:32 2026] GET /v2.0/security-groups?tenant_id=843410a7c4a94a65ad8ad4935c482f30&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1011] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:33 2026] DELETE /v2.0/security-groups/9ff9bf24-e9f5-44b1-939b-76f1fbfb7bf5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1012] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:33 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1013] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:33 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1014] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:54:34 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 484/1015] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:34 2026] GET /v2.0/security-groups?id=0e1cab1e-78e1-43d9-bbee-9a2f80110f09&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: 532/1016] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:33 2026] PUT /v2.0/routers/36ca3cb5-83ac-4e21-ab51-ab108eb62d46/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:34.220 7 INFO neutron_taas.services.taas.taas_plugin [req-3dc00fd6-9369-45ba-86ff-3a762ad0b6d8 req-0a0b1e5d-aaf2-42bb-bd24-d64f5cfbfe25 ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] TaaS: Handle Delete Port: df052271-2fff-439f-a1b6-6f35b9dd661e 2026-07-01 11:54:34.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3dc00fd6-9369-45ba-86ff-3a762ad0b6d8 req-0a0b1e5d-aaf2-42bb-bd24-d64f5cfbfe25 ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] Tap Mirror: Handle Delete Port: df052271-2fff-439f-a1b6-6f35b9dd661e [pid: 8|app: 0|req: 533/1017] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:54:34 2026] GET /v2.0/ports/7536582b-9865-49e5-a150-47cf3b4c5003 => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:34.358 7 INFO neutron.db.l3_db [req-3dc00fd6-9369-45ba-86ff-3a762ad0b6d8 req-0a0b1e5d-aaf2-42bb-bd24-d64f5cfbfe25 ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] Floating IP acf8b851-fe5f-4991-a6d5-bf1f9b86416c disassociated. External IP: 10.96.250.208, port: df052271-2fff-439f-a1b6-6f35b9dd661e. 2026-07-01 11:54:34.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3a2a10e-6768-48f8-a856-4876a6df54a4 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 7536582b-9865-49e5-a150-47cf3b4c5003 2026-07-01 11:54:34.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3a2a10e-6768-48f8-a856-4876a6df54a4 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 7536582b-9865-49e5-a150-47cf3b4c5003 [pid: 7|app: 0|req: 485/1018] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:54:34 2026] DELETE /v2.0/ports/df052271-2fff-439f-a1b6-6f35b9dd661e => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:34.766 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86a8721f-7eb1-4ae2-a860-f1a06d0cafb6'] response: {'server_uuid': 'ff83f9c4-d900-409b-832a-7b060146358d', 'name': 'network-vif-deleted', 'tag': 'df052271-2fff-439f-a1b6-6f35b9dd661e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 486/1019] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:34 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => 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: 534/1020] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:34 2026] PUT /v2.0/routers/36ca3cb5-83ac-4e21-ab51-ab108eb62d46/remove_router_interface => generated 309 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1021] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:35 2026] GET /v2.0/ports?device_id=36ca3cb5-83ac-4e21-ab51-ab108eb62d46 => 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: 488/1022] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:35 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:35.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-5513ebd5-e838-4b51-b871-e02688cf7fdc 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 65075cc8-5006-4bcc-9ef7-4418a8deca82 2026-07-01 11:54:35.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5513ebd5-e838-4b51-b871-e02688cf7fdc 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 65075cc8-5006-4bcc-9ef7-4418a8deca82 2026-07-01 11:54:35.553 8 INFO neutron.services.segments.plugin [-] Segment 065f6a3f-e91f-4723-9a47-1be7e95bcebf resource provider aggregate not found 2026-07-01 11:54:35.553 8 INFO neutron.services.segments.plugin [-] Segment 065f6a3f-e91f-4723-9a47-1be7e95bcebf resource provider aggregate not found 2026-07-01 11:54:35.582 8 INFO neutron.services.segments.plugin [-] Segment 065f6a3f-e91f-4723-9a47-1be7e95bcebf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065f6a3f-e91f-4723-9a47-1be7e95bcebf found for delete ", "request_id": "req-1ff3dceb-010f-4226-964e-9d500f6c5a08"}]} 2026-07-01 11:54:35.583 8 INFO neutron.services.segments.plugin [-] Segment 065f6a3f-e91f-4723-9a47-1be7e95bcebf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065f6a3f-e91f-4723-9a47-1be7e95bcebf found for delete ", "request_id": "req-add12b5b-58ee-477d-9a01-35d4fc915fce"}]} 2026-07-01 11:54:35.593 8 INFO neutron.db.l3_hamode_db [None req-5513ebd5-e838-4b51-b871-e02688cf7fdc 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] HA network b6cef5d7-8fef-43f1-bc35-e0c85ece3a05 was deleted as no HA routers are present in tenant 0b0103c72b864567ba9ec9d6c69ede56. [pid: 8|app: 0|req: 535/1023] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:35 2026] DELETE /v2.0/routers/36ca3cb5-83ac-4e21-ab51-ab108eb62d46 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1024] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:35 2026] DELETE /v2.0/subnets/af2aa7c6-ebac-4491-b873-b6dfb5a54d99 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1025] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:35 2026] DELETE /v2.0/networks/54fdcc05-3af7-4e92-87ef-2a167208d528 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:35.931 7 INFO neutron.db.segments_db [None req-2de8e7b0-e8e5-404a-91ae-f6fe5d59cccc 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Added segment 2fcb59ed-b59d-41f3-b03d-5e9f832305cb of type vxlan for network fd27e5a3-d2a9-4a95-89c4-4cb054ce58fe [pid: 8|app: 0|req: 537/1026] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:36 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1027] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:36 2026] GET /v2.0/networks?id=e0424c23-809d-49c0-a4c4-15c734326907 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:36.166 7 INFO neutron.db.l3_hamode_db [None req-2de8e7b0-e8e5-404a-91ae-f6fe5d59cccc 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 539/1028] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:54:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1029] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:54:36 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 541/1030] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:36 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 542/1031] 10.0.0.27 () {32 vars in 801 bytes} [Wed Jul 1 11:54:36 2026] GET /v2.0/extensions => generated 21537 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-01 11:54:37.014 7 INFO neutron.db.l3_hamode_db [None req-2de8e7b0-e8e5-404a-91ae-f6fe5d59cccc 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 543/1032] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:54:36 2026] PUT /v2.0/ports/90d40c40-db3b-4881-a9b6-83c44333057a => generated 1235 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:37.177 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcf176d0-5c30-4b47-a587-423967216acd'] response: {'name': 'network-changed', 'server_uuid': '19d467db-4e09-4948-b9f1-f481fcf4dbd9', 'tag': '90d40c40-db3b-4881-a9b6-83c44333057a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 544/1033] 10.0.0.27 () {30 vars in 723 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/quotas/da1ea3cd784d42c48010859e0d9b5e24/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1034] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1035] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&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-07-01 11:54:37.600 8 INFO neutron.services.segments.plugin [-] Segment c6dc5fe2-278f-4f61-baee-e82bc08ed8fa resource provider aggregate not found 2026-07-01 11:54:37.604 8 INFO neutron.services.segments.plugin [-] Segment c6dc5fe2-278f-4f61-baee-e82bc08ed8fa resource provider aggregate not found 2026-07-01 11:54:37.617 8 INFO neutron.services.segments.plugin [-] Segment c6dc5fe2-278f-4f61-baee-e82bc08ed8fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6dc5fe2-278f-4f61-baee-e82bc08ed8fa found for delete ", "request_id": "req-a4e25bf4-9840-4897-b454-eb4f132e2487"}]} 2026-07-01 11:54:37.619 8 INFO neutron.services.segments.plugin [-] Segment c6dc5fe2-278f-4f61-baee-e82bc08ed8fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6dc5fe2-278f-4f61-baee-e82bc08ed8fa found for delete ", "request_id": "req-49286b92-d830-4b2a-b302-c39f26930259"}]} [pid: 8|app: 0|req: 547/1036] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/ports?tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4&device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1037] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/ports?device_id=ff83f9c4-d900-409b-832a-7b060146358d => 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: 549/1038] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/networks?tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4&shared=False => generated 765 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1039] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1040] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:35 2026] POST /v2.0/routers => generated 691 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1041] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:54:37 2026] GET /v2.0/routers/e1064490-f207-41f9-afb1-23d0fea810e4 => generated 697 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1042] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/routers => generated 700 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1043] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1044] 10.0.0.123 () {34 vars in 741 bytes} [Wed Jul 1 11:54:38 2026] PUT /v2.0/routers/e1064490-f207-41f9-afb1-23d0fea810e4 => generated 704 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1045] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&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: 553/1046] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/routers/e1064490-f207-41f9-afb1-23d0fea810e4 => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1047] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/ports?device_id=e1064490-f207-41f9-afb1-23d0fea810e4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:38.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-29ad309e-4612-48a8-a750-90bad83f266d 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: 75c52e64-c1ee-43a5-8ce6-c99a7bd5f564 2026-07-01 11:54:38.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ad309e-4612-48a8-a750-90bad83f266d 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: 75c52e64-c1ee-43a5-8ce6-c99a7bd5f564 [pid: 7|app: 0|req: 495/1048] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:38 2026] DELETE /v2.0/security-groups/0e1cab1e-78e1-43d9-bbee-9a2f80110f09 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1049] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/ports?tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4&device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:38.970 7 INFO neutron.api.v2.resource [None req-0e01e03f-f0a3-476d-bfb4-8ccdcaf1697d ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 497/1050] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/security-groups/0e1cab1e-78e1-43d9-bbee-9a2f80110f09 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1051] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=90d40c40-db3b-4881-a9b6-83c44333057a => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:39.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-29ad309e-4612-48a8-a750-90bad83f266d 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] TaaS: Handle Delete Port: bc2543cd-3d86-48a7-8cca-dc2e24575e99 2026-07-01 11:54:39.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ad309e-4612-48a8-a750-90bad83f266d 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] Tap Mirror: Handle Delete Port: bc2543cd-3d86-48a7-8cca-dc2e24575e99 2026-07-01 11:54:39.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-a730e7e5-393a-430f-92a2-8f1b172978b2 ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] TaaS: Handle Delete Port: 4824ef6c-8c20-4c49-8b92-da0cf3ff8284 2026-07-01 11:54:39.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a730e7e5-393a-430f-92a2-8f1b172978b2 ca97930b7d614890989c27e0dded18f7 860d4cb1f09a4ece87168ae8f2661ff3 - - default default] Tap Mirror: Handle Delete Port: 4824ef6c-8c20-4c49-8b92-da0cf3ff8284 [pid: 7|app: 0|req: 499/1052] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:54:38 2026] DELETE /v2.0/floatingips/acf8b851-fe5f-4991-a6d5-bf1f9b86416c => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1053] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/subnets?id=b61f680e-7445-4414-b370-379d051d6864 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1054] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/ports?network_id=e0424c23-809d-49c0-a4c4-15c734326907&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:39.401 8 INFO neutron.db.l3_hamode_db [None req-29ad309e-4612-48a8-a750-90bad83f266d 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] HA network fd27e5a3-d2a9-4a95-89c4-4cb054ce58fe was deleted as no HA routers are present in tenant 0b0103c72b864567ba9ec9d6c69ede56. [pid: 8|app: 0|req: 554/1055] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:38 2026] DELETE /v2.0/routers/e1064490-f207-41f9-afb1-23d0fea810e4 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1056] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1057] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/ports?device_id=e1064490-f207-41f9-afb1-23d0fea810e4 => 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: 557/1058] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:39.509 8 INFO neutron.api.v2.resource [None req-ca9ffd4c-1ed5-4b7f-8892-fddbaeab44ce 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1059] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/routers/e1064490-f207-41f9-afb1-23d0fea810e4 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1060] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/ports?device_id=36ca3cb5-83ac-4e21-ab51-ab108eb62d46 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:39.554 8 INFO neutron.api.v2.resource [None req-7db840d1-62f1-412a-8573-2d1791f188c8 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1061] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/routers/36ca3cb5-83ac-4e21-ab51-ab108eb62d46 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:54:39.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-703caa79-3e1d-4713-ad53-b1213d1c3200 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 561/1062] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/subnets/af2aa7c6-ebac-4491-b873-b6dfb5a54d99 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1063] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/ports?device_id=980f43f4-a8df-4792-8f78-76bb9d88f875 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:39.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-720f3497-03ac-4dcc-b832-48d513d4555e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 0955dd28-7df8-424f-8805-710711e8f715 2026-07-01 11:54:39.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720f3497-03ac-4dcc-b832-48d513d4555e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 0955dd28-7df8-424f-8805-710711e8f715 [pid: 8|app: 0|req: 563/1064] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:39.640 8 INFO neutron.services.segments.plugin [-] Segment 2fcb59ed-b59d-41f3-b03d-5e9f832305cb resource provider aggregate not found 2026-07-01 11:54:39.648 8 INFO neutron.services.segments.plugin [-] Segment 2fcb59ed-b59d-41f3-b03d-5e9f832305cb resource provider aggregate not found 2026-07-01 11:54:39.666 8 INFO neutron.services.segments.plugin [-] Segment 2fcb59ed-b59d-41f3-b03d-5e9f832305cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fcb59ed-b59d-41f3-b03d-5e9f832305cb found for delete ", "request_id": "req-9ca8620b-6a0b-438f-829d-8318961d399b"}]} 2026-07-01 11:54:39.666 8 INFO neutron.services.segments.plugin [-] Segment 2fcb59ed-b59d-41f3-b03d-5e9f832305cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fcb59ed-b59d-41f3-b03d-5e9f832305cb found for delete ", "request_id": "req-81369432-26bd-47a5-8a43-6afbe009f4f4"}]} 2026-07-01 11:54:39.667 8 INFO neutron.api.v2.resource [None req-8f864c8e-26ba-4200-a94f-1cb39e097c02 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1065] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/routers/980f43f4-a8df-4792-8f78-76bb9d88f875 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1066] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:39.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-625b63fa-0344-4d1b-8dda-1be4a5241ead 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 566/1067] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/subnets/66fb6848-759e-4a3d-84d3-da2fcae5b306 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1068] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:54:39 2026] GET /v2.0/ports?device_id=f4151ccb-635f-443f-a7f9-46516fc6be58 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:39.769 8 INFO neutron.api.v2.resource [None req-c0d3695b-fb44-4f9e-9829-6a3c3112d428 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1069] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/routers/f4151ccb-635f-443f-a7f9-46516fc6be58 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:54:39.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de8a5019-a281-40d9-a16c-223f64f91626 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1070] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/subnets/61bf8889-cb88-456b-9215-94eb2eb49bb9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:54:39.815 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f390623-71aa-4dee-9390-c68fe7403197 8520c7f99cca4d4c8db50ba648e14546 0b0103c72b864567ba9ec9d6c69ede56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 570/1071] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:39 2026] DELETE /v2.0/subnets/2253232e-ada6-43ec-bdd7-40ad67cf00c4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1072] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:39 2026] PUT /v2.0/routers/f66c3d54-fcc2-471f-8116-e603e2097398/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: 503/1073] 10.0.0.27 () {32 vars in 801 bytes} [Wed Jul 1 11:54:40 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-01 11:54:40.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1073b88-1a11-4abe-9ec8-abc9decddada 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 9d606850-3004-4442-ad00-9f4b97c501c6 2026-07-01 11:54:40.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1073b88-1a11-4abe-9ec8-abc9decddada 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 9d606850-3004-4442-ad00-9f4b97c501c6 [pid: 7|app: 0|req: 504/1074] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:40 2026] GET /v2.0/security-groups?tenant_id=0b0103c72b864567ba9ec9d6c69ede56&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1075] 10.0.0.27 () {30 vars in 723 bytes} [Wed Jul 1 11:54:40 2026] GET /v2.0/quotas/da1ea3cd784d42c48010859e0d9b5e24/details => generated 847 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1076] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:40 2026] DELETE /v2.0/security-groups/ed8950dd-a43f-4607-bc05-7d4ea3089f84 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:40.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1073b88-1a11-4abe-9ec8-abc9decddada 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 02905901-2048-4967-87bc-6b8987c4048a 2026-07-01 11:54:40.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1073b88-1a11-4abe-9ec8-abc9decddada 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 02905901-2048-4967-87bc-6b8987c4048a [pid: 7|app: 0|req: 507/1077] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:40 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1078] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:40 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:41.090 8 INFO neutron.db.l3_hamode_db [None req-a1073b88-1a11-4abe-9ec8-abc9decddada 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network a9ed95c1-4ac9-41a6-ad2b-5905b3653a48 was deleted as no HA routers are present in tenant 860d4cb1f09a4ece87168ae8f2661ff3. [pid: 8|app: 0|req: 571/1079] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:40 2026] DELETE /v2.0/routers/f66c3d54-fcc2-471f-8116-e603e2097398 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1080] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:41 2026] DELETE /v2.0/subnets/7fa636f2-3448-40e5-91eb-87673d7ef7c0 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:41.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2f3c092-00b6-4dad-ae5d-0b1d25b89a04 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 8d075267-b669-41b8-be0e-ef79068f9467 2026-07-01 11:54:41.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2f3c092-00b6-4dad-ae5d-0b1d25b89a04 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 8d075267-b669-41b8-be0e-ef79068f9467 [pid: 8|app: 0|req: 572/1081] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:41 2026] DELETE /v2.0/networks/f4769448-c4d0-4c94-a092-4336b0324859 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:54:41.691 8 INFO neutron.services.segments.plugin [-] Segment fdc378ea-a56b-4e20-a9dc-fc071e250216 resource provider aggregate not found 2026-07-01 11:54:41.696 8 INFO neutron.services.segments.plugin [-] Segment fdc378ea-a56b-4e20-a9dc-fc071e250216 resource provider aggregate not found 2026-07-01 11:54:41.719 8 INFO neutron.services.segments.plugin [-] Segment fdc378ea-a56b-4e20-a9dc-fc071e250216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc378ea-a56b-4e20-a9dc-fc071e250216 found for delete ", "request_id": "req-b3d15cb3-82a6-486e-bf19-24cfa7d48611"}]} 2026-07-01 11:54:41.723 8 INFO neutron.services.segments.plugin [-] Segment fdc378ea-a56b-4e20-a9dc-fc071e250216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc378ea-a56b-4e20-a9dc-fc071e250216 found for delete ", "request_id": "req-6d289488-1529-4c5d-ad1a-f25f22d8741b"}]} 2026-07-01 11:54:41.736 8 INFO neutron.services.segments.plugin [-] Segment 4b3a946d-fdbc-498c-ad93-ad04681a9023 resource provider aggregate not found 2026-07-01 11:54:41.742 8 INFO neutron.services.segments.plugin [-] Segment 4b3a946d-fdbc-498c-ad93-ad04681a9023 resource provider aggregate not found 2026-07-01 11:54:41.756 8 INFO neutron.services.segments.plugin [-] Segment 4b3a946d-fdbc-498c-ad93-ad04681a9023 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3a946d-fdbc-498c-ad93-ad04681a9023 found for delete ", "request_id": "req-62fa9658-b4ae-4596-8264-16c89f8226b8"}]} 2026-07-01 11:54:41.757 8 INFO neutron.services.segments.plugin [-] Segment 4b3a946d-fdbc-498c-ad93-ad04681a9023 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3a946d-fdbc-498c-ad93-ad04681a9023 found for delete ", "request_id": "req-740b077f-f2cd-4bb8-86c4-5c7f1f12a3eb"}]} [pid: 7|app: 0|req: 510/1082] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:41 2026] GET /v2.0/security-groups?tenant_id=860d4cb1f09a4ece87168ae8f2661ff3&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1083] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:41 2026] DELETE /v2.0/security-groups/c065661d-9c46-48cc-8f80-37845e98e12e => 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: 511/1084] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:41 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1085] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:41 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1086] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 11:54:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1087] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:54:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1088] 10.0.0.123 () {34 vars in 758 bytes} [Wed Jul 1 11:54:43 2026] PUT /v2.0/security-groups/a0220c9a-e1a2-4f39-945e-7a06b5d79750 => generated 1664 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1089] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:54:43 2026] GET /v2.0/security-groups/a0220c9a-e1a2-4f39-945e-7a06b5d79750 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1090] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:43 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1091] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:43 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1092] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:43 2026] DELETE /v2.0/security-groups/a0220c9a-e1a2-4f39-945e-7a06b5d79750 => 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: 578/1093] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:54:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:43.496 7 INFO neutron.api.v2.resource [None req-a759aa27-b192-4c1b-9ac8-de8e68ea96f2 dddfa5cbe9154ca4afc1018741501111 b56dc76d7abd49d09a8d211b0125b3c0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/1094] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:43 2026] DELETE /v2.0/security-groups/a0220c9a-e1a2-4f39-945e-7a06b5d79750 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1095] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 11:54:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1096] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1097] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:43 2026] GET /v2.0/security-groups?tenant_id=da1ea3cd784d42c48010859e0d9b5e24&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:44.115 8 INFO neutron.db.segments_db [None req-0b01fab0-d13c-4b75-a43d-bcf683e18b68 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e of type vxlan for network d15d8b7b-6599-40cc-ba95-59fc5edeb232 [pid: 7|app: 0|req: 519/1098] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules/fe1cd310-424d-4be3-a0eb-5560d61c60f5 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1099] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:54:43 2026] POST /v2.0/networks => generated 743 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1100] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:44 2026] DELETE /v2.0/security-groups/c0f18fe3-3478-40ec-9e8c-7706fda23b62 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1101] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1102] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:54:44 2026] DELETE /v2.0/security-group-rules/fe1cd310-424d-4be3-a0eb-5560d61c60f5 => 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: 583/1103] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1104] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:44 2026] POST /v2.0/subnets => generated 690 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1105] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:44.548 8 INFO neutron.db.segments_db [None req-2125f202-b29a-4c79-b980-55c27b1cf342 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc of type vxlan for network 7ca8e60a-420c-497c-ac56-1debdde15950 [pid: 7|app: 0|req: 522/1106] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:44 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: 523/1107] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1108] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules/9a30eaae-806f-4caa-aad5-657cd1ba7030 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1109] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1110] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:54:44 2026] DELETE /v2.0/security-group-rules/9a30eaae-806f-4caa-aad5-657cd1ba7030 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:44.846 8 INFO neutron.db.l3_hamode_db [None req-2125f202-b29a-4c79-b980-55c27b1cf342 87871fe3673a429493654121a8aaee77 2259121e0d3f4a4ab0db257658e06afe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 527/1111] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:54:44 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: 7|app: 0|req: 528/1112] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1113] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules/a4ec4929-57c2-4cc9-b039-7c7d3d12f623 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1114] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:54:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1115] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:54:45 2026] DELETE /v2.0/security-group-rules/a4ec4929-57c2-4cc9-b039-7c7d3d12f623 => 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: 532/1116] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:54:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1117] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:45 2026] DELETE /v2.0/security-groups/2b4ab35d-d745-4a25-8e09-ac8c1ef9b6e5 => 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: 534/1118] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:54:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1119] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:54:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:45.723 8 INFO neutron.db.l3_hamode_db [None req-2125f202-b29a-4c79-b980-55c27b1cf342 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 536/1120] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:45 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1121] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:45 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1122] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:45 2026] GET /v2.0/security-groups?tenant_id=b56dc76d7abd49d09a8d211b0125b3c0&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1123] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:46 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1124] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:46 2026] DELETE /v2.0/security-groups/49b66ddd-1ae2-4901-b51f-b447acde8dcb => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:46.728 7 INFO neutron.db.l3_db [None req-07bb7222-298f-44b1-b2f1-fe2d5d57c20f 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] Floating IP 497e6c56-2f86-4387-802a-347d3a2fa40e associated. External IP: 10.96.250.216, port: 90d40c40-db3b-4881-a9b6-83c44333057a. [pid: 8|app: 0|req: 585/1125] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:44 2026] POST /v2.0/routers => generated 730 bytes in 2405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1126] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:54:46 2026] PUT /v2.0/floatingips/497e6c56-2f86-4387-802a-347d3a2fa40e => generated 855 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:47.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afffe972-5206-4fcc-a9d8-d0ab1c61f04e'] response: {'name': 'network-changed', 'server_uuid': '19d467db-4e09-4948-b9f1-f481fcf4dbd9', 'tag': '90d40c40-db3b-4881-a9b6-83c44333057a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 542/1127] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:47 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1128] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:47 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&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-07-01 11:54:47.770 7 INFO neutron.db.segments_db [None req-6e261e3c-2ab6-4d16-adce-33fdfea51d11 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Added segment 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 of type vxlan for network 3486000d-995d-45b7-8c19-3df8f780b403 [pid: 7|app: 0|req: 544/1129] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:54:47 2026] POST /v2.0/networks => generated 633 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1130] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:47 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1133] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:47 2026] GET /v2.0/ports?tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4&device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:54:47.979 7 INFO neutron.db.segments_db [None req-414a54f3-bb99-4a14-b9ee-e7abff29400d 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Added segment 033a6b44-c15b-4d39-a5a7-a8b02b976b6e of type vxlan for network a47f336e-94e7-4d51-a810-7c082aaa5dc4 2026-07-01 11:54:48.224 7 INFO neutron.db.l3_hamode_db [None req-414a54f3-bb99-4a14-b9ee-e7abff29400d 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 586/1134] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:46 2026] PUT /v2.0/routers/9ffbce50-7f18-4bfd-917c-6cf52651661a/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1135] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&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: 588/1136] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/networks?id=e0424c23-809d-49c0-a4c4-15c734326907 => generated 765 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1137] 10.0.0.123 () {32 vars in 623 bytes} [Wed Jul 1 11:54:48 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: 590/1138] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=90d40c40-db3b-4881-a9b6-83c44333057a => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1139] 10.0.0.123 () {32 vars in 633 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/ => generated 632 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1140] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/subnets?id=b61f680e-7445-4414-b370-379d051d6864 => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1141] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/ports?network_id=e0424c23-809d-49c0-a4c4-15c734326907&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1142] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1143] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:48 2026] GET /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907?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: 596/1144] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:54:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 11:54:49.154 7 INFO neutron.db.l3_hamode_db [None req-414a54f3-bb99-4a14-b9ee-e7abff29400d 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 597/1145] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1146] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:49 2026] GET /v2.0/security-groups?tenant_id=8c2da7a083a8449892b3d8a6ac5c03a6&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1147] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1148] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:49 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1149] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:49 2026] DELETE /v2.0/security-groups/021921c0-e637-4ce5-949f-927f96933062 => 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: 549/1150] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:47 2026] POST /v2.0/routers => generated 695 bytes in 2278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1151] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:50 2026] GET /v2.0/security-groups?id=2d822d99-6e12-4259-8c85-61c7e88df51e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1152] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:54:50 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1153] 10.0.0.123 () {32 vars in 776 bytes} [Wed Jul 1 11:54:50 2026] GET /v2.0/subnets?project_id=267556767fa84cd6a2590916ed3323a7&cidr=10.100.0.0%2F28 => generated 14 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1154] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:54:49 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: 603/1155] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:54:50 2026] GET /v2.0/networks?router%3Aexternal=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: 604/1156] 10.0.0.123 () {32 vars in 784 bytes} [Wed Jul 1 11:54:50 2026] GET /v2.0/subnets?network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:50.580 7 INFO neutron_taas.services.taas.taas_plugin [req-84dc1982-8b45-40b4-94f9-e8582e188847 req-b3b53d62-7409-4920-a2f8-7e77b99aba64 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] TaaS: Handle Delete Port: 90d40c40-db3b-4881-a9b6-83c44333057a 2026-07-01 11:54:50.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84dc1982-8b45-40b4-94f9-e8582e188847 req-b3b53d62-7409-4920-a2f8-7e77b99aba64 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] Tap Mirror: Handle Delete Port: 90d40c40-db3b-4881-a9b6-83c44333057a 2026-07-01 11:54:50.719 7 INFO neutron.db.l3_db [req-84dc1982-8b45-40b4-94f9-e8582e188847 req-b3b53d62-7409-4920-a2f8-7e77b99aba64 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] Floating IP 497e6c56-2f86-4387-802a-347d3a2fa40e disassociated. External IP: 10.96.250.216, port: 90d40c40-db3b-4881-a9b6-83c44333057a. [pid: 8|app: 0|req: 605/1157] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:54:50 2026] POST /v2.0/subnets => generated 656 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1158] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:54:50 2026] DELETE /v2.0/ports/90d40c40-db3b-4881-a9b6-83c44333057a => generated 0 bytes in 704 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1159] 10.0.0.26 () {34 vars in 1097 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--836681724&fields=id&tenant_id=2259121e0d3f4a4ab0db257658e06afe => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:51.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0995bfea-b79b-4e08-aec7-b5b5c9ada93b'] response: {'server_uuid': '19d467db-4e09-4948-b9f1-f481fcf4dbd9', 'name': 'network-vif-deleted', 'tag': '90d40c40-db3b-4881-a9b6-83c44333057a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 555/1160] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/networks?id=d15d8b7b-6599-40cc-ba95-59fc5edeb232 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1161] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/quotas/2259121e0d3f4a4ab0db257658e06afe => 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: 557/1162] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/ports?tenant_id=2259121e0d3f4a4ab0db257658e06afe&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1163] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => 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: 559/1164] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1165] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?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: 561/1166] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:51 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 606/1167] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:54:50 2026] PUT /v2.0/routers/ed96dd3a-a443-4333-8768-d07ddbaefe34/add_router_interface => generated 309 bytes in 1626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1168] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:54:52 2026] GET /v2.0/networks => generated 6507 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1169] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:52 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => 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: 609/1170] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:52 2026] GET /v2.0/subnets => generated 5192 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1171] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:52 2026] GET /v2.0/security-groups?tenant_id=c4e573b8dda64ecc9c09d4690d43618f&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1172] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:52 2026] DELETE /v2.0/security-groups/18067755-d6b4-4cb3-9882-201b23d5f290 => 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: 610/1173] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:54:52 2026] GET /v2.0/routers => generated 2184 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1174] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:52 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1175] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:54:52 2026] POST /v2.0/security-groups => generated 1673 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1176] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:53 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: 612/1177] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1178] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1179] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:53.661 7 INFO neutron.db.securitygroups_db [None req-abadda8f-4844-4e13-bb61-03a38179b643 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Project 267556767fa84cd6a2590916ed3323a7 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: 614/1180] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:53 2026] GET /v2.0/ports?device_id=19d467db-4e09-4948-b9f1-f481fcf4dbd9 => 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: 567/1181] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:54:53.860 8 INFO neutron.db.securitygroups_db [None req-abae0e14-e7e9-47b8-bf33-ad342c8a72d8 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Project 267556767fa84cd6a2590916ed3323a7 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: 568/1182] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:53 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1183] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:54:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1184] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:54:54 2026] GET /v2.0/networks => generated 1298 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1185] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:55 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 616/1186] 10.0.0.26 () {34 vars in 1097 bytes} [Wed Jul 1 11:54:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-287656521&fields=id&tenant_id=267556767fa84cd6a2590916ed3323a7 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1187] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:55 2026] DELETE /v2.0/security-groups/2d822d99-6e12-4259-8c85-61c7e88df51e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:54:55.397 8 INFO neutron.api.v2.resource [None req-0d49d522-f66f-46cd-9cc5-73de0b52587c 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 618/1188] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:54:55 2026] GET /v2.0/security-groups/2d822d99-6e12-4259-8c85-61c7e88df51e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1189] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:54:55 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 661 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:55.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-179dbc13-be39-408d-8b5e-86cc98de5c80 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] TaaS: Handle Delete Port: 1a89ed9c-b299-4f41-8bcc-0daf9157d897 2026-07-01 11:54:55.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-179dbc13-be39-408d-8b5e-86cc98de5c80 252f25f1cecb4a7696b80c459ace8294 2bb7ae6dbfff4b9883c31c576171cbb4 - - default default] Tap Mirror: Handle Delete Port: 1a89ed9c-b299-4f41-8bcc-0daf9157d897 [pid: 8|app: 0|req: 619/1190] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:54:55 2026] DELETE /v2.0/floatingips/497e6c56-2f86-4387-802a-347d3a2fa40e => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1191] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:54:55 2026] GET /v2.0/quotas/267556767fa84cd6a2590916ed3323a7 => generated 292 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1192] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:54:55 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1193] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:54:56 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1194] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:54:56 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 623/1195] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:56 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:54:56.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd93eda-1396-44d8-8681-c0072affa266 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 89ace53f-bae3-4de3-b06d-9845ece3c6e3 2026-07-01 11:54:56.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd93eda-1396-44d8-8681-c0072affa266 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 89ace53f-bae3-4de3-b06d-9845ece3c6e3 [pid: 8|app: 0|req: 624/1196] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:56 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 625/1197] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:54:56 2026] GET /v2.0/networks?id=d15d8b7b-6599-40cc-ba95-59fc5edeb232 => generated 675 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1198] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:54:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2259121e0d3f4a4ab0db257658e06afe => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1199] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:54:56 2026] PUT /v2.0/routers/e2439ea3-2051-4253-8ac9-da979c5a9057/remove_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1200] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:54:56 2026] POST /v2.0/ports => generated 958 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:54:57.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fb15a96-0789-4ef2-8f86-41d669fdcd75 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: eaa73d33-93a2-44ef-a38e-f32daa010314 2026-07-01 11:54:57.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb15a96-0789-4ef2-8f86-41d669fdcd75 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: eaa73d33-93a2-44ef-a38e-f32daa010314 2026-07-01 11:54:57.604 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fb15a96-0789-4ef2-8f86-41d669fdcd75 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 87aa4595-baa3-4883-98ae-58a0168ddaad 2026-07-01 11:54:57.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb15a96-0789-4ef2-8f86-41d669fdcd75 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 87aa4595-baa3-4883-98ae-58a0168ddaad [pid: 8|app: 0|req: 628/1201] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:54:57 2026] PUT /v2.0/ports/01802758-df88-482b-9037-72e27c84f753 => generated 1239 bytes in 480 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: 629/1202] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:57 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 630/1203] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:57 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:57.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-296a8acb-247c-4df7-9213-b6c9656e3fd6'] response: {'name': 'network-changed', 'server_uuid': 'b4582815-222b-4304-b6a9-7081896209bc', 'tag': '01802758-df88-482b-9037-72e27c84f753', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 631/1204] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:57 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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-07-01 11:54:58.077 7 INFO neutron.services.segments.plugin [-] Segment e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb resource provider aggregate not found 2026-07-01 11:54:58.086 7 INFO neutron.services.segments.plugin [-] Segment e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb resource provider aggregate not found 2026-07-01 11:54:58.097 7 INFO neutron.services.segments.plugin [-] Segment e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb found for delete ", "request_id": "req-39cb5183-dfb9-4448-8a7c-5a46e78bcbe9"}]} 2026-07-01 11:54:58.104 7 INFO neutron.db.l3_hamode_db [None req-7fb15a96-0789-4ef2-8f86-41d669fdcd75 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network d0496e2b-0522-442c-ba56-acbd3eca36c2 was deleted as no HA routers are present in tenant 2bb7ae6dbfff4b9883c31c576171cbb4. 2026-07-01 11:54:58.106 7 INFO neutron.services.segments.plugin [-] Segment e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f75b5a-a5ec-48ff-9a2a-ee8368a739cb found for delete ", "request_id": "req-7e6c84cb-fa51-4c1d-959c-e9fcf1ae98b5"}]} [pid: 7|app: 0|req: 574/1205] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:57 2026] DELETE /v2.0/routers/e2439ea3-2051-4253-8ac9-da979c5a9057 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1206] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:54:58 2026] DELETE /v2.0/subnets/b61f680e-7445-4414-b370-379d051d6864 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1207] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/ports?tenant_id=2259121e0d3f4a4ab0db257658e06afe&device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1208] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/networks?tenant_id=2259121e0d3f4a4ab0db257658e06afe&shared=False => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:58.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccc5586e-4153-4c64-9687-38becea5ff78 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: a6ca186f-075c-4e58-af93-9f7639642de8 2026-07-01 11:54:58.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc5586e-4153-4c64-9687-38becea5ff78 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: a6ca186f-075c-4e58-af93-9f7639642de8 [pid: 7|app: 0|req: 577/1209] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:54:58.570 8 INFO neutron.services.segments.plugin [-] Segment a88406a1-61b6-44b8-8652-af2977a0dddb resource provider aggregate not found 2026-07-01 11:54:58.577 8 INFO neutron.services.segments.plugin [-] Segment a88406a1-61b6-44b8-8652-af2977a0dddb resource provider aggregate not found 2026-07-01 11:54:58.587 8 INFO neutron.services.segments.plugin [-] Segment a88406a1-61b6-44b8-8652-af2977a0dddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88406a1-61b6-44b8-8652-af2977a0dddb found for delete ", "request_id": "req-d93a2078-dc2a-48ec-8408-0328dafb6b49"}]} 2026-07-01 11:54:58.602 8 INFO neutron.services.segments.plugin [-] Segment a88406a1-61b6-44b8-8652-af2977a0dddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88406a1-61b6-44b8-8652-af2977a0dddb found for delete ", "request_id": "req-a63d4240-ef6c-4a5b-9cac-7ee595700da7"}]} [pid: 8|app: 0|req: 633/1210] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:54:58 2026] DELETE /v2.0/networks/e0424c23-809d-49c0-a4c4-15c734326907 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1211] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 634/1212] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1213] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/security-groups?tenant_id=2bb7ae6dbfff4b9883c31c576171cbb4&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1214] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:54:58 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1215] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:54:58 2026] DELETE /v2.0/security-groups/460d0801-5f7d-4db0-bfb2-35be7181290b => 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: 636/1216] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/ports?tenant_id=2259121e0d3f4a4ab0db257658e06afe&device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 581/1217] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=01802758-df88-482b-9037-72e27c84f753 => 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: 637/1218] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/subnets?id=7c5c6629-f2e3-457d-8b5a-3d55f0e941b9 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1219] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/ports?network_id=d15d8b7b-6599-40cc-ba95-59fc5edeb232&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1220] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?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: 583/1221] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1222] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:54:59 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 584/1223] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:00 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1224] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:00 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1225] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:00 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1226] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:55:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=267556767fa84cd6a2590916ed3323a7 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1227] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:55:00 2026] POST /v2.0/ports => generated 958 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 587/1228] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:01 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:01.209 8 INFO neutron.db.segments_db [None req-373ddb10-33bd-452d-877d-6e2bef2c99e9 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment b1db7574-9d4d-4508-beb6-7ebce3eeb9fd of type vxlan for network c945ce84-9c8d-422e-9d3b-4d1c6bf949bf [pid: 8|app: 0|req: 642/1229] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:55:00 2026] POST /v2.0/networks => generated 743 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1230] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:01 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 644/1231] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:01 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1232] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:01 2026] POST /v2.0/subnets => generated 690 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1233] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:01 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 588/1234] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:55:01 2026] PUT /v2.0/ports/13631b0f-aa5c-443b-b5dc-01a909355f6d => generated 1239 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:01.665 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de3671e7-fb82-4179-a435-73153bfad061'] response: {'name': 'network-changed', 'server_uuid': '8cae1a6f-0934-4f7d-b612-f8c58552967f', 'tag': '13631b0f-aa5c-443b-b5dc-01a909355f6d', 'status': 'completed', 'code': 200} 2026-07-01 11:55:01.682 8 INFO neutron.db.segments_db [None req-ce48a66f-92a7-4d96-a3ae-fa65b46c239b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 337dae23-6da9-4d31-b3b9-42f04fc15e17 of type vxlan for network ed729c1f-e649-4159-8fbd-25454e4b0006 2026-07-01 11:55:01.946 8 INFO neutron.db.l3_hamode_db [None req-ce48a66f-92a7-4d96-a3ae-fa65b46c239b 87871fe3673a429493654121a8aaee77 527490ecc325402793fd006f91797fdf - - 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: 7|app: 0|req: 589/1235] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1236] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/networks?tenant_id=267556767fa84cd6a2590916ed3323a7&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1237] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1238] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1239] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 596/1242] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1243] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:02 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:03.263 8 INFO neutron.db.l3_hamode_db [None req-ce48a66f-92a7-4d96-a3ae-fa65b46c239b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 598/1244] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1245] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=13631b0f-aa5c-443b-b5dc-01a909355f6d => 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: 600/1246] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/subnets?id=d5cc2e32-77cf-4322-95af-b388b6b597ad => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1247] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/ports?network_id=3486000d-995d-45b7-8c19-3df8f780b403&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: 602/1248] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 603/1249] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1250] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 605/1251] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1252] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1253] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:03 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1254] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:01 2026] POST /v2.0/routers => generated 730 bytes in 2725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1255] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:04 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1256] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:04 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1257] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:04 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1258] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:05 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 608/1259] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:55:04 2026] PUT /v2.0/routers/d657fe9f-daea-4e42-a9e0-2f699edb68c4/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1260] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:06 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1261] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:06 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 610/1262] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:06 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1263] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:55:06 2026] POST /v2.0/security-groups => generated 1661 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1264] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:06 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 612/1265] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:06 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1266] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1267] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:06.838 7 INFO neutron.db.l3_db [None req-7e27fa80-02db-4eff-bd35-88752febd5e2 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] Floating IP 186686cf-4cd3-4433-a5b0-6d0862780b8d associated. External IP: 10.96.250.210, port: 01802758-df88-482b-9037-72e27c84f753. [pid: 7|app: 0|req: 613/1268] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:06 2026] PUT /v2.0/floatingips/186686cf-4cd3-4433-a5b0-6d0862780b8d => generated 856 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:07.197 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05e5fb90-a77e-42b8-b8f3-339e776a3af9'] response: {'name': 'network-changed', 'server_uuid': 'b4582815-222b-4304-b6a9-7081896209bc', 'tag': '01802758-df88-482b-9037-72e27c84f753', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 656/1269] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:55:06 2026] POST /v2.0/floatingips => generated 552 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1270] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1271] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1272] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/security-groups?tenant_id=869139ddfef443f98910d3e4c846f58b&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1273] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:07 2026] DELETE /v2.0/security-groups/5ba21621-cf98-4104-98ae-5a5e93bdc6e1 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1274] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/ports?tenant_id=2259121e0d3f4a4ab0db257658e06afe&device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1275] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/networks?id=d15d8b7b-6599-40cc-ba95-59fc5edeb232 => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1276] 10.0.0.26 () {34 vars in 1099 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1486688025&fields=id&tenant_id=527490ecc325402793fd006f91797fdf => 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: 661/1277] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=01802758-df88-482b-9037-72e27c84f753 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1278] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/subnets?id=7c5c6629-f2e3-457d-8b5a-3d55f0e941b9 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1279] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/networks?id=c945ce84-9c8d-422e-9d3b-4d1c6bf949bf => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1280] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/quotas/527490ecc325402793fd006f91797fdf => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1281] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/ports?network_id=d15d8b7b-6599-40cc-ba95-59fc5edeb232&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1282] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/ports?tenant_id=527490ecc325402793fd006f91797fdf&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1283] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:07 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1284] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1285] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?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: 621/1286] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1287] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1288] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1289] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1290] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1291] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 624/1292] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:08 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1293] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:09 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:55:09.720 8 INFO neutron.db.l3_db [None req-1e4bcbea-0d8c-40e4-89f9-be06a2d3ec0d 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Floating IP c56d1902-9d0f-401d-aeab-c80e5e02b51f associated. External IP: 10.96.250.218, port: 13631b0f-aa5c-443b-b5dc-01a909355f6d. [pid: 8|app: 0|req: 669/1294] 10.0.0.123 () {34 vars in 677 bytes} [Wed Jul 1 11:55:08 2026] POST /v2.0/floatingips => generated 856 bytes in 1227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:10.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2245f8bb-9497-45e6-aa18-aeff5ca3628b'] response: {'name': 'network-changed', 'server_uuid': '8cae1a6f-0934-4f7d-b612-f8c58552967f', 'tag': '13631b0f-aa5c-443b-b5dc-01a909355f6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 626/1295] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1296] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 627/1297] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 671/1298] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1299] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=13631b0f-aa5c-443b-b5dc-01a909355f6d => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1300] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/subnets?id=d5cc2e32-77cf-4322-95af-b388b6b597ad => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1301] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/ports?network_id=3486000d-995d-45b7-8c19-3df8f780b403&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1302] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:10 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 630/1303] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:11 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1304] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:11 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1305] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:11 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 675/1306] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:12 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1307] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:12 2026] GET /v2.0/networks?id=c945ce84-9c8d-422e-9d3b-4d1c6bf949bf => generated 675 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1308] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:12 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 678/1309] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:55:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=527490ecc325402793fd006f91797fdf => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1310] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:55:12 2026] POST /v2.0/floatingips => generated 552 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1311] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:55:12 2026] POST /v2.0/ports => generated 954 bytes in 412 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: 633/1312] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:55:13 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: 8|app: 0|req: 680/1313] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:55:13 2026] PUT /v2.0/ports/95bb880c-a133-45ab-9e06-3a026eff8c7d => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:13.788 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8a93714-e219-48fc-bc9f-e10eb58ef874'] response: {'name': 'network-changed', 'server_uuid': '2a9b333b-1446-4365-bd85-745b8fe1224c', 'tag': '95bb880c-a133-45ab-9e06-3a026eff8c7d', '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: 681/1314] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:13 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1315] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:13 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&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: 683/1316] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:14 2026] GET /v2.0/ports?tenant_id=527490ecc325402793fd006f91797fdf&device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1317] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:55:14 2026] GET /v2.0/networks?tenant_id=527490ecc325402793fd006f91797fdf&shared=False => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1318] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:55:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1319] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:55:13 2026] POST /v2.0/floatingips => generated 552 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1320] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1321] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1322] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 686/1323] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:55:14 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1324] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1325] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/ports?tenant_id=527490ecc325402793fd006f91797fdf&device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 640/1326] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=95bb880c-a133-45ab-9e06-3a026eff8c7d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1327] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/subnets?id=869e8e33-7215-4ce9-8b3d-87b1d61f11fb => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1328] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/ports?network_id=c945ce84-9c8d-422e-9d3b-4d1c6bf949bf&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: 643/1329] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf?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: 687/1330] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:55:15 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1331] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:15 2026] GET /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf?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: 688/1332] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 11:55:15 2026] PUT /v2.0/floatingips/5670ede9-aade-418c-95c4-c370dbfecc74/tags => generated 17 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1333] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 11:55:15 2026] PUT /v2.0/floatingips/f3393441-62d8-45b7-8bea-fb4b18d9c8fd/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1334] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 11:55:15 2026] PUT /v2.0/floatingips/95387b83-5e70-40ec-a4db-92cdb6d81cfa/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1335] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 11:55:16 2026] PUT /v2.0/floatingips/f801e49a-ec0d-42a0-a7c0-d177f8916810/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1336] 10.0.0.123 () {32 vars in 672 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1337] 10.0.0.123 () {32 vars in 686 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?tags=red%2Cblue => 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: 691/1338] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 11:55:16 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: 7|app: 0|req: 648/1339] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1340] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1341] 10.0.0.123 () {32 vars in 680 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1342] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&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: 650/1343] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1344] 10.0.0.123 () {32 vars in 690 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1345] 10.0.0.123 () {32 vars in 702 bytes} [Wed Jul 1 11:55:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:16.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cf3c083-e1a2-44b9-8b8c-087ceda9f4b4 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] TaaS: Handle Delete Port: 7c27a6c2-3a35-4053-881c-94236f8dc782 2026-07-01 11:55:16.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cf3c083-e1a2-44b9-8b8c-087ceda9f4b4 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] Tap Mirror: Handle Delete Port: 7c27a6c2-3a35-4053-881c-94236f8dc782 [pid: 8|app: 0|req: 695/1346] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:55:16 2026] DELETE /v2.0/floatingips/5670ede9-aade-418c-95c4-c370dbfecc74 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:55:16.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-c02416e0-baa7-4eef-bee8-59164a8bcc24 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] TaaS: Handle Delete Port: 4aefb88c-008f-4c26-8cf5-5adf07634358 2026-07-01 11:55:16.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c02416e0-baa7-4eef-bee8-59164a8bcc24 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] Tap Mirror: Handle Delete Port: 4aefb88c-008f-4c26-8cf5-5adf07634358 [pid: 7|app: 0|req: 652/1347] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:55:16 2026] DELETE /v2.0/floatingips/f3393441-62d8-45b7-8bea-fb4b18d9c8fd => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:55:17.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c312997-e008-45bc-9c18-4485a127a46a 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] TaaS: Handle Delete Port: 3f5283e8-0e07-464d-b914-20834118852b 2026-07-01 11:55:17.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c312997-e008-45bc-9c18-4485a127a46a 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] Tap Mirror: Handle Delete Port: 3f5283e8-0e07-464d-b914-20834118852b [pid: 8|app: 0|req: 696/1348] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:55:17 2026] DELETE /v2.0/floatingips/95387b83-5e70-40ec-a4db-92cdb6d81cfa => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1349] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:17 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1350] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:17 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:17.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-b62b2f90-abce-47a1-96cc-cc7bdc2f94f8 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] TaaS: Handle Delete Port: ba458add-1d60-4468-a53d-ffcab34a5901 2026-07-01 11:55:17.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b62b2f90-abce-47a1-96cc-cc7bdc2f94f8 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] Tap Mirror: Handle Delete Port: ba458add-1d60-4468-a53d-ffcab34a5901 [pid: 7|app: 0|req: 653/1353] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:55:17 2026] DELETE /v2.0/floatingips/f801e49a-ec0d-42a0-a7c0-d177f8916810 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:55:17.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-46e65c91-f7b2-4b45-becd-ca274d28228f 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] TaaS: Handle Delete Port: a82ab657-9491-4f1a-8283-8bfc504aa14e 2026-07-01 11:55:17.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46e65c91-f7b2-4b45-becd-ca274d28228f 1fe77f1c336645cc8352442454307700 7ad33b0e789c46e09570970a40d612b1 - - default default] Tap Mirror: Handle Delete Port: a82ab657-9491-4f1a-8283-8bfc504aa14e [pid: 8|app: 0|req: 701/1354] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:55:17 2026] DELETE /v2.0/floatingips/7bf6222e-13f3-4b6e-9f15-77a298fc5fb6 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1355] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:18 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1356] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:18 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1357] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:18 2026] GET /v2.0/security-groups?tenant_id=858ab521bf964ecfbccf57df67476f06&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1358] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:19 2026] DELETE /v2.0/security-groups/d0ef83ee-2d4c-449a-aef6-f17efe583922 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1359] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:19 2026] GET /v2.0/security-groups?tenant_id=7ad33b0e789c46e09570970a40d612b1&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1360] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:19 2026] DELETE /v2.0/security-groups/ce3440fe-e54b-487f-88db-2bcdfb92fc03 => 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: 657/1361] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:19 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1362] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:19 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&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: 7|app: 0|req: 658/1363] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:19 2026] GET /v2.0/security-groups?tenant_id=2896cf54fcb540d48fbe475d67dfd5dc&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1364] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:55:20 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 660/1365] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:55:20 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 706/1366] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:20 2026] DELETE /v2.0/security-groups/99cfebe9-c1b5-48ff-945a-54784c106072 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1367] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:20 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1368] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:20 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1369] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:21 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:21.460 8 INFO neutron.db.l3_db [None req-7cea787e-4d64-48ed-b8f9-4fee666d9b18 e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] Floating IP 57bb1c08-819b-4075-9a98-d4c97590c1be associated. External IP: 10.96.250.215, port: 95bb880c-a133-45ab-9e06-3a026eff8c7d. [pid: 8|app: 0|req: 708/1370] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:21 2026] PUT /v2.0/floatingips/57bb1c08-819b-4075-9a98-d4c97590c1be => generated 855 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:21.868 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eede6294-60ca-4ed9-b9a6-be59bff23d38'] response: {'name': 'network-changed', 'server_uuid': '2a9b333b-1446-4365-bd85-745b8fe1224c', 'tag': '95bb880c-a133-45ab-9e06-3a026eff8c7d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 663/1371] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:21 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1372] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:21 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1373] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1374] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1375] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/ports?tenant_id=527490ecc325402793fd006f91797fdf&device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1376] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/networks?id=c945ce84-9c8d-422e-9d3b-4d1c6bf949bf => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1377] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=95bb880c-a133-45ab-9e06-3a026eff8c7d => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1378] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/subnets?id=869e8e33-7215-4ce9-8b3d-87b1d61f11fb => generated 693 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1379] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/ports?network_id=c945ce84-9c8d-422e-9d3b-4d1c6bf949bf&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1380] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1381] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:22 2026] GET /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1382] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:23 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1383] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:23 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1384] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:24 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1385] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:24 2026] GET /v2.0/security-groups?id=0b2938fe-4c31-456a-890b-16183d8d7d34&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: 717/1386] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:55:24 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:24.797 7 INFO neutron.db.segments_db [None req-c7d61cb4-aac2-4448-b95b-10060a7068de 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Added segment f6e527a3-06cb-4a5b-8b66-a35ccbefb96e of type vxlan for network f34bbf35-52cb-4929-9d7f-616c9b6fbd96 2026-07-01 11:55:24.836 8 INFO neutron_taas.services.taas.taas_plugin [req-f0d0a60b-aae8-4bd6-aa6a-e03c524dac47 req-56a958dc-8a62-4707-83e5-ebb3cd62f41a e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] TaaS: Handle Delete Port: 95bb880c-a133-45ab-9e06-3a026eff8c7d 2026-07-01 11:55:24.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f0d0a60b-aae8-4bd6-aa6a-e03c524dac47 req-56a958dc-8a62-4707-83e5-ebb3cd62f41a e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] Tap Mirror: Handle Delete Port: 95bb880c-a133-45ab-9e06-3a026eff8c7d 2026-07-01 11:55:24.991 8 INFO neutron.db.l3_db [req-f0d0a60b-aae8-4bd6-aa6a-e03c524dac47 req-56a958dc-8a62-4707-83e5-ebb3cd62f41a e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] Floating IP 57bb1c08-819b-4075-9a98-d4c97590c1be disassociated. External IP: 10.96.250.215, port: 95bb880c-a133-45ab-9e06-3a026eff8c7d. 2026-07-01 11:55:25.027 7 INFO neutron.db.l3_hamode_db [None req-c7d61cb4-aac2-4448-b95b-10060a7068de 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:55:25.150 7 INFO neutron.db.l3_hamode_db [None req-c7d61cb4-aac2-4448-b95b-10060a7068de 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 718/1387] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:55:24 2026] DELETE /v2.0/ports/95bb880c-a133-45ab-9e06-3a026eff8c7d => generated 0 bytes in 609 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:25.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5440000-b306-43c1-bcca-fd487b9603e5'] response: {'server_uuid': '2a9b333b-1446-4365-bd85-745b8fe1224c', 'name': 'network-vif-deleted', 'tag': '95bb880c-a133-45ab-9e06-3a026eff8c7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 719/1388] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:25 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 670/1389] 10.0.0.123 () {34 vars in 668 bytes} [Wed Jul 1 11:55:24 2026] POST /v2.0/routers => generated 474 bytes in 1193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:25.829 8 INFO neutron.db.l3_hamode_db [None req-9fbf8ff3-af56-4a22-ace1-d9cec03635d8 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:55:25.955 8 INFO neutron.db.l3_hamode_db [None req-9fbf8ff3-af56-4a22-ace1-d9cec03635d8 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 720/1390] 10.0.0.123 () {34 vars in 668 bytes} [Wed Jul 1 11:55:25 2026] POST /v2.0/routers => generated 474 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:26.619 7 INFO neutron.db.l3_hamode_db [None req-10326a31-dd6d-4b50-ae7b-fb09d8d918b5 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:55:26.768 7 INFO neutron.db.l3_hamode_db [None req-10326a31-dd6d-4b50-ae7b-fb09d8d918b5 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 721/1391] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:26 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1392] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:26 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 723/1393] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:26 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 724/1394] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:26 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1395] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:26 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 671/1396] 10.0.0.123 () {34 vars in 668 bytes} [Wed Jul 1 11:55:26 2026] POST /v2.0/routers => generated 474 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:27.367 8 INFO neutron.db.l3_hamode_db [None req-b0576bee-44bc-4b00-a9bd-0ea2d84bc018 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 672/1397] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:27 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1398] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:27 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:27.516 8 INFO neutron.db.l3_hamode_db [None req-b0576bee-44bc-4b00-a9bd-0ea2d84bc018 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 674/1399] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:27 2026] GET /v2.0/ports?device_id=2a9b333b-1446-4365-bd85-745b8fe1224c => 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: 726/1400] 10.0.0.123 () {34 vars in 668 bytes} [Wed Jul 1 11:55:27 2026] POST /v2.0/routers => generated 474 bytes in 834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:28.205 7 INFO neutron.db.l3_hamode_db [None req-0ebcdec6-c597-4c72-8c2a-3187b39e0c14 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:55:28.324 7 INFO neutron.db.l3_hamode_db [None req-0ebcdec6-c597-4c72-8c2a-3187b39e0c14 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 727/1401] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:28 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1402] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:28 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 729/1403] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:28 2026] GET /v2.0/ports?tenant_id=2259121e0d3f4a4ab0db257658e06afe&device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 730/1404] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:28 2026] GET /v2.0/networks?id=d15d8b7b-6599-40cc-ba95-59fc5edeb232 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1405] 10.0.0.123 () {34 vars in 668 bytes} [Wed Jul 1 11:55:28 2026] POST /v2.0/routers => generated 474 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1406] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:55:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=01802758-df88-482b-9037-72e27c84f753 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1407] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:28 2026] PUT /v2.0/routers/81ab6187-b476-4f54-b398-566af67fa74e/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1408] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/subnets?id=7c5c6629-f2e3-457d-8b5a-3d55f0e941b9 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1409] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:29 2026] DELETE /v2.0/security-groups/0b2938fe-4c31-456a-890b-16183d8d7d34 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1410] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/ports?network_id=d15d8b7b-6599-40cc-ba95-59fc5edeb232&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:29.209 7 INFO neutron.api.v2.resource [None req-9346a1ab-cfe5-466f-9435-28ba0f1f3543 e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1411] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/security-groups/0b2938fe-4c31-456a-890b-16183d8d7d34 => 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: 733/1412] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:29 2026] PUT /v2.0/routers/5c119ba2-4935-4217-8b10-4a13d9e0a7d0/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1413] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:55:29.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dace165-d103-4f50-ac70-a9b8a5fe21d1 e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] TaaS: Handle Delete Port: d9fffa1a-2476-4038-9ac6-276896ca73c2 2026-07-01 11:55:29.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dace165-d103-4f50-ac70-a9b8a5fe21d1 e1c6227842cf452fbfd4b6efa1763a69 527490ecc325402793fd006f91797fdf - - default default] Tap Mirror: Handle Delete Port: d9fffa1a-2476-4038-9ac6-276896ca73c2 [pid: 7|app: 0|req: 681/1414] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:29 2026] PUT /v2.0/routers/b7169c26-acbf-4eeb-945a-1e6292af969b/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1415] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232?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: 683/1416] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:29 2026] PUT /v2.0/routers/3069af5b-70d2-4dd3-b4d9-ed0fcb50da50/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1417] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:55:29 2026] DELETE /v2.0/floatingips/57bb1c08-819b-4075-9a98-d4c97590c1be => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1418] 10.0.0.123 () {32 vars in 664 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1419] 10.0.0.123 () {32 vars in 678 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1420] 10.0.0.123 () {32 vars in 674 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1421] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 688/1422] 10.0.0.123 () {32 vars in 686 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1423] 10.0.0.123 () {32 vars in 826 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/ports?project_id=267556767fa84cd6a2590916ed3323a7&network_id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 3695 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1424] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:29.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-f16c028e-b6cc-4dbf-93f9-846a83adfcaf 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: c2f57298-0d95-456d-8c74-aad6f2db630f 2026-07-01 11:55:29.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f16c028e-b6cc-4dbf-93f9-846a83adfcaf 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: c2f57298-0d95-456d-8c74-aad6f2db630f [pid: 7|app: 0|req: 691/1425] 10.0.0.123 () {32 vars in 672 bytes} [Wed Jul 1 11:55:29 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1426] 10.0.0.123 () {32 vars in 686 bytes} [Wed Jul 1 11:55:30 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1427] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 11:55:30 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1428] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:55:30 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1429] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 11:55:30 2026] GET /v2.0/subnets?network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1430] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:55:30 2026] GET /v2.0/routers/81ab6187-b476-4f54-b398-566af67fa74e => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1431] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:55:29 2026] PUT /v2.0/routers/d657fe9f-daea-4e42-a9e0-2f699edb68c4/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:30.627 8 INFO neutron.db.l3_db [None req-c656e26d-34d0-49a2-b599-b7c0ba329a0e 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Floating IP c56d1902-9d0f-401d-aeab-c80e5e02b51f disassociated. External IP: 10.96.250.218, port: 13631b0f-aa5c-443b-b5dc-01a909355f6d. [pid: 7|app: 0|req: 697/1432] 10.0.0.123 () {34 vars in 742 bytes} [Wed Jul 1 11:55:30 2026] PUT /v2.0/routers/81ab6187-b476-4f54-b398-566af67fa74e => generated 485 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1433] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:30 2026] PUT /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 554 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1434] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/ports?device_id=81ab6187-b476-4f54-b398-566af67fa74e => 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: 738/1435] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:31.099 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-005b97ac-e26b-44b2-ad16-056f3b4c97c2'] response: {'name': 'network-changed', 'server_uuid': '8cae1a6f-0934-4f7d-b612-f8c58552967f', 'tag': '13631b0f-aa5c-443b-b5dc-01a909355f6d', 'status': 'completed', 'code': 200} 2026-07-01 11:55:31.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ca9450f-a04e-481a-9bb9-d54a1b517be5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 1ba6c7ab-c28a-4aee-bd7e-c751c1dbc321 2026-07-01 11:55:31.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca9450f-a04e-481a-9bb9-d54a1b517be5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 1ba6c7ab-c28a-4aee-bd7e-c751c1dbc321 [pid: 8|app: 0|req: 739/1436] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:31.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-51befffb-5998-4fe5-af27-3d917e996b78 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] TaaS: Handle Delete Port: 1931d601-a615-4243-9983-6bb213b38aa1 2026-07-01 11:55:31.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51befffb-5998-4fe5-af27-3d917e996b78 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Tap Mirror: Handle Delete Port: 1931d601-a615-4243-9983-6bb213b38aa1 2026-07-01 11:55:31.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ca9450f-a04e-481a-9bb9-d54a1b517be5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 7dc2fff8-514c-49b2-9044-155e88a55e96 2026-07-01 11:55:31.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca9450f-a04e-481a-9bb9-d54a1b517be5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 7dc2fff8-514c-49b2-9044-155e88a55e96 [pid: 8|app: 0|req: 740/1437] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:31 2026] DELETE /v2.0/routers/81ab6187-b476-4f54-b398-566af67fa74e => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1438] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1439] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/routers/5c119ba2-4935-4217-8b10-4a13d9e0a7d0 => generated 493 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:31.704 7 INFO neutron.services.segments.plugin [-] Segment 337dae23-6da9-4d31-b3b9-42f04fc15e17 resource provider aggregate not found 2026-07-01 11:55:31.717 7 INFO neutron.services.segments.plugin [-] Segment 337dae23-6da9-4d31-b3b9-42f04fc15e17 resource provider aggregate not found 2026-07-01 11:55:31.734 7 INFO neutron.services.segments.plugin [-] Segment 337dae23-6da9-4d31-b3b9-42f04fc15e17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337dae23-6da9-4d31-b3b9-42f04fc15e17 found for delete ", "request_id": "req-1d6fc588-e201-4ec9-885b-28551d2aefc1"}]} 2026-07-01 11:55:31.739 7 INFO neutron.services.segments.plugin [-] Segment 337dae23-6da9-4d31-b3b9-42f04fc15e17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337dae23-6da9-4d31-b3b9-42f04fc15e17 found for delete ", "request_id": "req-4322b214-c879-4095-afa5-96f51eec6d36"}]} 2026-07-01 11:55:31.752 7 INFO neutron.db.l3_hamode_db [None req-8ca9450f-a04e-481a-9bb9-d54a1b517be5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network ed729c1f-e649-4159-8fbd-25454e4b0006 was deleted as no HA routers are present in tenant 527490ecc325402793fd006f91797fdf. [pid: 7|app: 0|req: 698/1440] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:30 2026] DELETE /v2.0/routers/d657fe9f-daea-4e42-a9e0-2f699edb68c4 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1441] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1442] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:31 2026] DELETE /v2.0/subnets/869e8e33-7215-4ce9-8b3d-87b1d61f11fb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1443] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:31 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1444] 10.0.0.123 () {34 vars in 742 bytes} [Wed Jul 1 11:55:31 2026] PUT /v2.0/routers/5c119ba2-4935-4217-8b10-4a13d9e0a7d0 => generated 493 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:32.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e08089c-d3fc-4590-94eb-d156df111de4 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 07aa96ab-c5cb-49d6-a27d-52f14171853e 2026-07-01 11:55:32.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e08089c-d3fc-4590-94eb-d156df111de4 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 07aa96ab-c5cb-49d6-a27d-52f14171853e [pid: 8|app: 0|req: 744/1445] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=13631b0f-aa5c-443b-b5dc-01a909355f6d => 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: 745/1446] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/ports?device_id=5c119ba2-4935-4217-8b10-4a13d9e0a7d0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1447] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/subnets?id=d5cc2e32-77cf-4322-95af-b388b6b597ad => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1448] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:31 2026] DELETE /v2.0/networks/c945ce84-9c8d-422e-9d3b-4d1c6bf949bf => 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: 703/1449] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1450] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/ports?network_id=3486000d-995d-45b7-8c19-3df8f780b403&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: 7|app: 0|req: 705/1451] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 706/1452] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 707/1453] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/security-groups?tenant_id=527490ecc325402793fd006f91797fdf&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1454] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1455] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:32 2026] DELETE /v2.0/security-groups/6d9185a3-8549-4025-8057-3d9f8a392b4b => 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: 712/1458] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:32 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:32.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-90c774fb-34db-4b7e-a6d4-2e4a9145d725 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] TaaS: Handle Delete Port: 570ed0e5-3027-4530-9391-71aad9884280 2026-07-01 11:55:32.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90c774fb-34db-4b7e-a6d4-2e4a9145d725 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Tap Mirror: Handle Delete Port: 570ed0e5-3027-4530-9391-71aad9884280 [pid: 8|app: 0|req: 747/1459] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:32 2026] DELETE /v2.0/routers/5c119ba2-4935-4217-8b10-4a13d9e0a7d0 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1460] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:55:33 2026] GET /v2.0/routers/b7169c26-acbf-4eeb-945a-1e6292af969b => generated 502 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1461] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:33 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1462] 10.0.0.123 () {34 vars in 742 bytes} [Wed Jul 1 11:55:33 2026] PUT /v2.0/routers/b7169c26-acbf-4eeb-945a-1e6292af969b => generated 502 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1463] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:33 2026] GET /v2.0/ports?device_id=b7169c26-acbf-4eeb-945a-1e6292af969b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:55:33.762 7 INFO neutron.services.segments.plugin [-] Segment b1db7574-9d4d-4508-beb6-7ebce3eeb9fd resource provider aggregate not found 2026-07-01 11:55:33.766 7 INFO neutron.services.segments.plugin [-] Segment b1db7574-9d4d-4508-beb6-7ebce3eeb9fd resource provider aggregate not found 2026-07-01 11:55:33.780 7 INFO neutron.services.segments.plugin [-] Segment b1db7574-9d4d-4508-beb6-7ebce3eeb9fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1db7574-9d4d-4508-beb6-7ebce3eeb9fd found for delete ", "request_id": "req-e7e93705-a126-46d5-bbc9-1b0e884daece"}]} 2026-07-01 11:55:33.784 7 INFO neutron.services.segments.plugin [-] Segment b1db7574-9d4d-4508-beb6-7ebce3eeb9fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1db7574-9d4d-4508-beb6-7ebce3eeb9fd found for delete ", "request_id": "req-acc8b122-9c5e-43d7-83a4-9d27cfe5e3d6"}]} 2026-07-01 11:55:33.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-b14f0107-cf13-4c6c-bdf9-dbaf4d2ef297 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] TaaS: Handle Delete Port: 3d245ae7-6cdb-4296-ade8-3ea44df2d5de 2026-07-01 11:55:33.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b14f0107-cf13-4c6c-bdf9-dbaf4d2ef297 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Tap Mirror: Handle Delete Port: 3d245ae7-6cdb-4296-ade8-3ea44df2d5de [pid: 7|app: 0|req: 716/1464] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:33 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1465] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:33 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 749/1466] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:33 2026] DELETE /v2.0/routers/b7169c26-acbf-4eeb-945a-1e6292af969b => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1467] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:55:34 2026] GET /v2.0/routers/3069af5b-70d2-4dd3-b4d9-ed0fcb50da50 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1468] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:55:34 2026] POST /v2.0/security-groups => generated 1673 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1469] 10.0.0.123 () {34 vars in 742 bytes} [Wed Jul 1 11:55:34 2026] PUT /v2.0/routers/3069af5b-70d2-4dd3-b4d9-ed0fcb50da50 => generated 487 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1470] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1471] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:34 2026] GET /v2.0/ports?device_id=3069af5b-70d2-4dd3-b4d9-ed0fcb50da50 => 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: 721/1472] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:34.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-85011b31-b9c2-48dd-8914-aa8613dc8927 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] TaaS: Handle Delete Port: 9c87f5fe-7d1e-4561-86e8-9bd38739c71f 2026-07-01 11:55:34.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85011b31-b9c2-48dd-8914-aa8613dc8927 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Tap Mirror: Handle Delete Port: 9c87f5fe-7d1e-4561-86e8-9bd38739c71f [pid: 7|app: 0|req: 722/1473] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:34 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: 723/1474] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1475] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:34 2026] DELETE /v2.0/routers/3069af5b-70d2-4dd3-b4d9-ed0fcb50da50 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1476] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:35 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:35.149 8 INFO neutron.db.securitygroups_db [None req-258de9df-6f77-4e61-b35e-e0b616fc6bd0 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Project 267556767fa84cd6a2590916ed3323a7 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: 725/1477] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:55:35 2026] GET /v2.0/routers/ee8550a6-dea8-4972-b4c2-a70a7072b2b9 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1478] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:35 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 753/1479] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:35.283 8 INFO neutron.db.securitygroups_db [None req-8a11bcea-6fd2-4435-9da2-7245eea24e40 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Project 267556767fa84cd6a2590916ed3323a7 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: 754/1480] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:55:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1481] 10.0.0.123 () {34 vars in 742 bytes} [Wed Jul 1 11:55:35 2026] PUT /v2.0/routers/ee8550a6-dea8-4972-b4c2-a70a7072b2b9 => generated 480 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1482] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:35 2026] GET /v2.0/security-groups?tenant_id=f45dd8276c364d76a99dfbdc324d8ade&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1483] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/networks => generated 1298 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1484] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:35 2026] GET /v2.0/ports?device_id=ee8550a6-dea8-4972-b4c2-a70a7072b2b9 => generated 12 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1485] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:36 2026] DELETE /v2.0/security-groups/f45067de-2539-4c2c-9349-5200e03c3cb2 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1486] 10.0.0.26 () {34 vars in 1097 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-629081250&fields=id&tenant_id=267556767fa84cd6a2590916ed3323a7 => 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: 759/1487] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:36.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a14e787-0e18-4c8f-9c86-5b7870ccf71f 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] TaaS: Handle Delete Port: eb68800b-c204-4878-9937-d279161c80d5 2026-07-01 11:55:36.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a14e787-0e18-4c8f-9c86-5b7870ccf71f 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] Tap Mirror: Handle Delete Port: eb68800b-c204-4878-9937-d279161c80d5 [pid: 8|app: 0|req: 760/1488] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1489] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 762/1490] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/quotas/267556767fa84cd6a2590916ed3323a7 => 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: 763/1491] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1492] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 765/1493] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:55:36.759 7 INFO neutron.services.segments.plugin [-] Segment f6e527a3-06cb-4a5b-8b66-a35ccbefb96e resource provider aggregate not found 2026-07-01 11:55:36.764 7 INFO neutron.services.segments.plugin [-] Segment f6e527a3-06cb-4a5b-8b66-a35ccbefb96e resource provider aggregate not found 2026-07-01 11:55:36.778 7 INFO neutron.db.l3_hamode_db [None req-8a14e787-0e18-4c8f-9c86-5b7870ccf71f 84314921b0f046c2bbea3f95f9e65446 ab184f5fb9464227806aae6a8dbd93cd - - default default] HA network f34bbf35-52cb-4929-9d7f-616c9b6fbd96 was deleted as no HA routers are present in tenant ab184f5fb9464227806aae6a8dbd93cd. 2026-07-01 11:55:36.782 7 INFO neutron.services.segments.plugin [-] Segment f6e527a3-06cb-4a5b-8b66-a35ccbefb96e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6e527a3-06cb-4a5b-8b66-a35ccbefb96e found for delete ", "request_id": "req-f4b4e120-a9d2-433e-bfd5-4f7cc6aefb92"}]} [pid: 7|app: 0|req: 729/1494] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:36 2026] DELETE /v2.0/routers/ee8550a6-dea8-4972-b4c2-a70a7072b2b9 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1495] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:36 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:55:36.794 7 INFO neutron.services.segments.plugin [-] Segment f6e527a3-06cb-4a5b-8b66-a35ccbefb96e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6e527a3-06cb-4a5b-8b66-a35ccbefb96e found for delete ", "request_id": "req-2c52b9ea-9592-4da5-a478-b404fb329d8a"}]} [pid: 7|app: 0|req: 730/1496] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:37 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1497] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:37 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 767/1498] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:37 2026] GET /v2.0/security-groups?tenant_id=79880b41119f4cefb4af1780d714e496&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1499] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:37 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => 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: 732/1500] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:37 2026] DELETE /v2.0/security-groups/57b57db4-a11a-4f9b-b4ba-98586f1776bf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1501] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:38 2026] GET /v2.0/security-groups?tenant_id=ab184f5fb9464227806aae6a8dbd93cd&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1502] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:38 2026] DELETE /v2.0/security-groups/d1cc027a-1280-401e-9ae8-32aa28f71332 => 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: 770/1503] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:38 2026] GET /v2.0/security-groups?tenant_id=8e989fd766f84e5182624cd71433762d&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1504] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:38 2026] DELETE /v2.0/security-groups/d0824dd0-32e5-4178-9192-dc6badf44415 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1505] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:38 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => 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: 735/1506] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:40 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => 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: 736/1507] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:41 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => 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: 772/1508] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:41 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1509] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:55:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=267556767fa84cd6a2590916ed3323a7 => generated 272 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1510] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:55:41 2026] POST /v2.0/ports => generated 954 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 738/1511] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:55:41 2026] PUT /v2.0/ports/72bed0b2-bc58-4486-a885-4c893b583314 => generated 1235 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1512] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:41 2026] GET /v2.0/security-groups?tenant_id=3f0e28de1dbf48f69d65cc6828fd3f6b&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:55:42.204 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7c4abaf-e269-44f0-9589-0219a26adc01'] response: {'name': 'network-changed', 'server_uuid': '7b721f93-74cc-48d6-a99e-e4644dbfe210', 'tag': '72bed0b2-bc58-4486-a885-4c893b583314', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 775/1513] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:42 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1514] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:42 2026] DELETE /v2.0/security-groups/93445855-98c6-4e88-accc-a8006932745f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1515] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:42 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 740/1516] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:42 2026] GET /v2.0/security-groups?tenant_id=1ccaa01513a9400a89de855661f7421f&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1517] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:42 2026] DELETE /v2.0/security-groups/368e2698-475c-4782-a03c-91154eec3e4c => 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: 741/1518] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:42 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1519] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:55:42 2026] GET /v2.0/networks?tenant_id=267556767fa84cd6a2590916ed3323a7&shared=False => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1520] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:55:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1521] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:43 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1522] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:43 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 744/1523] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:43 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:44.000 8 INFO neutron.db.segments_db [None req-bd91677b-3b2e-4bf2-ae4f-6b789f9c29ab f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] Added segment 67da3fce-b351-493a-925f-b3d4af37da35 of type vxlan for network 185fdff8-85cd-4d96-8dbc-fa38f259ad85 [pid: 7|app: 0|req: 745/1524] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:55:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=72bed0b2-bc58-4486-a885-4c893b583314 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1525] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:44 2026] GET /v2.0/subnets?id=d5cc2e32-77cf-4322-95af-b388b6b597ad => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1526] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:44 2026] GET /v2.0/ports?network_id=3486000d-995d-45b7-8c19-3df8f780b403&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: 780/1527] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:43 2026] POST /v2.0/networks => generated 632 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1528] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:44 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 782/1529] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:44 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 748/1530] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:44 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:44.401 8 INFO neutron.db.segments_db [None req-eb76e4cd-20bc-4b14-9c13-8b43d0e02109 f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] Added segment ae01b18b-fe88-412d-8737-baff05693ae1 of type vxlan for network fdc7408b-85fe-47d6-a226-0c3d28fb7ddf [pid: 8|app: 0|req: 783/1531] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:44 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1532] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:44 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1533] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:44 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 749/1534] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:44 2026] POST /v2.0/subnets => generated 629 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:44.751 8 INFO neutron.db.segments_db [None req-df642c62-3b8f-42a3-b53e-61fd7bc29346 f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] Added segment b9fb63fe-759b-4572-985d-7e2d7b171742 of type vxlan for network 8bad0312-0006-4c64-9a09-35c8709aead0 [pid: 8|app: 0|req: 786/1535] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:44 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1536] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:44 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:45.118 8 INFO neutron.db.segments_db [None req-b00ccd63-0649-4d29-9e8b-b3ee94b986ca f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] Added segment 7f8fe99e-c58e-453c-8a47-47420dc63027 of type vxlan for network c200193d-be74-4615-a3d9-e4de1884bfdc [pid: 8|app: 0|req: 787/1537] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:45 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1538] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:45 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:45.497 8 INFO neutron.db.segments_db [None req-c3fe2773-5b01-4f56-bf9f-32c801c91acb f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] Added segment 0f4f42cc-de2b-481a-9fdb-635302bcff83 of type vxlan for network 2d7902f4-ac55-45f6-a273-b5dfc235e233 [pid: 8|app: 0|req: 788/1539] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:45 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1540] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:45 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1541] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:45 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 752/1542] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:45 2026] POST /v2.0/subnets => generated 629 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1543] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:45 2026] PUT /v2.0/subnets/67e8db85-eb52-4d3c-b5e5-6831d5ba8a78/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1544] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:45 2026] PUT /v2.0/subnets/310da70d-f9ad-4a70-b165-67a8b7e55499/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1545] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:46 2026] PUT /v2.0/subnets/14f09f3c-974d-4a9a-abaa-b6d497dfe2ff/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1546] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:55:46 2026] PUT /v2.0/subnets/1dfabaab-b456-4f0c-8c9b-a6480609d272/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: 793/1547] 10.0.0.123 () {32 vars in 664 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1548] 10.0.0.123 () {32 vars in 678 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1549] 10.0.0.123 () {32 vars in 674 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1550] 10.0.0.123 () {32 vars in 686 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1551] 10.0.0.123 () {32 vars in 672 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1552] 10.0.0.123 () {32 vars in 686 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1553] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1554] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1555] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:46 2026] DELETE /v2.0/subnets/67e8db85-eb52-4d3c-b5e5-6831d5ba8a78 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1556] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => 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: 760/1557] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:46 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 798/1558] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:46 2026] DELETE /v2.0/subnets/310da70d-f9ad-4a70-b165-67a8b7e55499 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1559] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:46 2026] DELETE /v2.0/subnets/14f09f3c-974d-4a9a-abaa-b6d497dfe2ff => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1560] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:47 2026] DELETE /v2.0/subnets/1dfabaab-b456-4f0c-8c9b-a6480609d272 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1561] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:47 2026] DELETE /v2.0/subnets/d5599d14-6aef-4e6d-99db-a030c17023da => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:47.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e37db2a-6047-43de-a356-16fbbafdd2c7 f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] TaaS: Handle Delete Port: 438570da-da1b-4851-a551-2c6f5107d8fe 2026-07-01 11:55:47.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e37db2a-6047-43de-a356-16fbbafdd2c7 f6267675889e473eb55544665cc65219 2970507f955b45368eaa8fe1a5afca95 - - default default] Tap Mirror: Handle Delete Port: 438570da-da1b-4851-a551-2c6f5107d8fe 2026-07-01 11:55:47.680 8 INFO neutron.services.segments.plugin [-] Segment 67da3fce-b351-493a-925f-b3d4af37da35 resource provider aggregate not found 2026-07-01 11:55:47.684 8 INFO neutron.services.segments.plugin [-] Segment 67da3fce-b351-493a-925f-b3d4af37da35 resource provider aggregate not found [pid: 7|app: 0|req: 763/1562] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:47 2026] GET /v2.0/security-groups?tenant_id=ce1636c60b8d4188846b96207ead0497&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:47.703 8 INFO neutron.services.segments.plugin [-] Segment 67da3fce-b351-493a-925f-b3d4af37da35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67da3fce-b351-493a-925f-b3d4af37da35 found for delete ", "request_id": "req-9c3bef78-e0d1-49de-9970-9ba55b6e32b3"}]} 2026-07-01 11:55:47.706 8 INFO neutron.services.segments.plugin [-] Segment 67da3fce-b351-493a-925f-b3d4af37da35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67da3fce-b351-493a-925f-b3d4af37da35 found for delete ", "request_id": "req-080c0613-b7d3-45a9-b23c-528ae97b334f"}]} [pid: 8|app: 0|req: 800/1565] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:47 2026] DELETE /v2.0/networks/185fdff8-85cd-4d96-8dbc-fa38f259ad85 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1566] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:47 2026] DELETE /v2.0/security-groups/8c4b5533-ebc3-4c29-a5ac-fcf18e90f114 => 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: 801/1567] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:47 2026] DELETE /v2.0/networks/fdc7408b-85fe-47d6-a226-0c3d28fb7ddf => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:48.027 7 INFO neutron.services.segments.plugin [-] Segment b9fb63fe-759b-4572-985d-7e2d7b171742 resource provider aggregate not found 2026-07-01 11:55:48.032 7 INFO neutron.services.segments.plugin [-] Segment b9fb63fe-759b-4572-985d-7e2d7b171742 resource provider aggregate not found 2026-07-01 11:55:48.052 7 INFO neutron.services.segments.plugin [-] Segment b9fb63fe-759b-4572-985d-7e2d7b171742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9fb63fe-759b-4572-985d-7e2d7b171742 found for delete ", "request_id": "req-081f3ac4-11a8-46e1-9ed2-dc4cb0ca132f"}]} [pid: 7|app: 0|req: 767/1568] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:47 2026] DELETE /v2.0/networks/8bad0312-0006-4c64-9a09-35c8709aead0 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:48.067 7 INFO neutron.services.segments.plugin [-] Segment b9fb63fe-759b-4572-985d-7e2d7b171742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9fb63fe-759b-4572-985d-7e2d7b171742 found for delete ", "request_id": "req-ad0399e4-47c2-45df-a6f0-511345251859"}]} [pid: 7|app: 0|req: 768/1569] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:48 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1570] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:47 2026] GET /v2.0/security-groups?tenant_id=9cccb84ec3e04a3f973639f178513e2b&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: 803/1571] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:48 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 769/1572] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:48 2026] DELETE /v2.0/networks/c200193d-be74-4615-a3d9-e4de1884bfdc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1573] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:48 2026] DELETE /v2.0/security-groups/7bcbd594-875f-4165-a053-6ca7400548ec => 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: 770/1574] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:48 2026] DELETE /v2.0/networks/2d7902f4-ac55-45f6-a273-b5dfc235e233 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1575] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1576] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/security-groups?tenant_id=2970507f955b45368eaa8fe1a5afca95&name=default => generated 2925 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1577] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 772/1578] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:49 2026] DELETE /v2.0/security-groups/476a3a64-e073-4c78-bbe7-7b0e552c84e2 => 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: 807/1579] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1580] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1581] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1582] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/security-groups?tenant_id=fda58d867dc64f0a97b860859c25dd09&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:55:49.727 8 INFO neutron.services.segments.plugin [-] Segment ae01b18b-fe88-412d-8737-baff05693ae1 resource provider aggregate not found 2026-07-01 11:55:49.745 8 INFO neutron.services.segments.plugin [-] Segment ae01b18b-fe88-412d-8737-baff05693ae1 resource provider aggregate not found 2026-07-01 11:55:49.761 8 INFO neutron.services.segments.plugin [-] Segment ae01b18b-fe88-412d-8737-baff05693ae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae01b18b-fe88-412d-8737-baff05693ae1 found for delete ", "request_id": "req-24c1202d-65bd-4ef4-b336-8ee142f4d420"}]} 2026-07-01 11:55:49.780 8 INFO neutron.services.segments.plugin [-] Segment ae01b18b-fe88-412d-8737-baff05693ae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae01b18b-fe88-412d-8737-baff05693ae1 found for delete ", "request_id": "req-6a88ef13-abba-40f8-901a-5f2a7e9409d5"}]} [pid: 8|app: 0|req: 808/1583] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 1244 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1584] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:49 2026] DELETE /v2.0/security-groups/b27cead2-2e8a-4655-8b71-1b12c417899a => 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: 810/1585] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:55:49 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:50.092 7 INFO neutron.services.segments.plugin [-] Segment 7f8fe99e-c58e-453c-8a47-47420dc63027 resource provider aggregate not found 2026-07-01 11:55:50.101 7 INFO neutron.db.l3_db [None req-7d65ddec-d7d3-4568-bacf-e863b602cf9b 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Floating IP c56d1902-9d0f-401d-aeab-c80e5e02b51f associated. External IP: 10.96.250.218, port: 72bed0b2-bc58-4486-a885-4c893b583314. 2026-07-01 11:55:50.113 7 INFO neutron.services.segments.plugin [-] Segment 7f8fe99e-c58e-453c-8a47-47420dc63027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8fe99e-c58e-453c-8a47-47420dc63027 found for delete ", "request_id": "req-e191096a-ebeb-442a-b5ee-d528cdb4cc5d"}]} 2026-07-01 11:55:50.117 7 INFO neutron.services.segments.plugin [-] Segment 7f8fe99e-c58e-453c-8a47-47420dc63027 resource provider aggregate not found 2026-07-01 11:55:50.143 7 INFO neutron.services.segments.plugin [-] Segment 7f8fe99e-c58e-453c-8a47-47420dc63027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8fe99e-c58e-453c-8a47-47420dc63027 found for delete ", "request_id": "req-94518484-258c-41a2-aaad-f1cf57954545"}]} 2026-07-01 11:55:50.145 7 INFO neutron.services.segments.plugin [-] Segment 0f4f42cc-de2b-481a-9fdb-635302bcff83 resource provider aggregate not found 2026-07-01 11:55:50.179 7 INFO neutron.services.segments.plugin [-] Segment 0f4f42cc-de2b-481a-9fdb-635302bcff83 resource provider aggregate not found 2026-07-01 11:55:50.180 7 INFO neutron.services.segments.plugin [-] Segment 0f4f42cc-de2b-481a-9fdb-635302bcff83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f4f42cc-de2b-481a-9fdb-635302bcff83 found for delete ", "request_id": "req-500bc906-de88-4548-9eff-4d03496625aa"}]} 2026-07-01 11:55:50.199 7 INFO neutron.services.segments.plugin [-] Segment 0f4f42cc-de2b-481a-9fdb-635302bcff83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f4f42cc-de2b-481a-9fdb-635302bcff83 found for delete ", "request_id": "req-569e1893-5061-478d-b711-c6d4a642642e"}]} [pid: 8|app: 0|req: 811/1586] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:50 2026] GET /v2.0/security-groups?tenant_id=a37af26eff0346aaa3cf1b30206d5955&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1587] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:50 2026] DELETE /v2.0/security-groups/deea4775-74de-4c52-ab1b-7627cca64d51 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1588] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:49 2026] PUT /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:50.541 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8660d58b-6e56-4e73-aa11-ce6515e0992f'] response: {'name': 'network-changed', 'server_uuid': '7b721f93-74cc-48d6-a99e-e4644dbfe210', 'tag': '72bed0b2-bc58-4486-a885-4c893b583314', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 813/1589] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:50 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1590] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/ports?tenant_id=267556767fa84cd6a2590916ed3323a7&device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1591] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/networks?id=3486000d-995d-45b7-8c19-3df8f780b403 => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1592] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=72bed0b2-bc58-4486-a885-4c893b583314 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1593] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/subnets?id=d5cc2e32-77cf-4322-95af-b388b6b597ad => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1594] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/ports?network_id=3486000d-995d-45b7-8c19-3df8f780b403&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1595] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 780/1596] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403?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: 817/1597] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:51 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1598] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:55:52 2026] GET /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1599] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:53 2026] GET /v2.0/security-groups?tenant_id=27a9b259243541669f22742ebbb13bf0&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1600] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:53 2026] DELETE /v2.0/security-groups/3dcdebde-33df-4154-b5b1-e3659a1efa48 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:55:55.064 8 INFO neutron.db.segments_db [None req-f6ebe6ac-0d6c-4f52-9846-0b63532a6a4a 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Added segment f1b17756-ba4c-4933-bd2c-2dcd11912b0c of type vxlan for network 69883215-3bc8-4f81-919a-3dd25487cb3d [pid: 8|app: 0|req: 819/1601] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:54 2026] POST /v2.0/networks => generated 632 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1602] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:55:55 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:55:55.713 8 INFO neutron.db.segments_db [None req-727ca8a7-cc3f-43fc-8211-b3ec24238c84 bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] Added segment 80459e2d-4c7e-4bf4-b0be-21af1c69a690 of type vxlan for network e517de17-0f76-4041-9d8c-7c7137afbc02 [pid: 7|app: 0|req: 784/1603] 10.0.0.123 () {34 vars in 666 bytes} [Wed Jul 1 11:55:55 2026] POST /v2.0/trunks => generated 407 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:55.793 7 INFO neutron.db.segments_db [None req-b39c60db-adfb-47e9-9063-88eaadacae08 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Added segment f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d of type vxlan for network 96bac559-a330-41e3-bc2b-a1fd9b0e9e67 [pid: 8|app: 0|req: 820/1604] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:55 2026] POST /v2.0/networks => generated 643 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1605] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:55 2026] POST /v2.0/networks => generated 630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1606] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:55 2026] POST /v2.0/subnets => generated 641 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:56.136 8 INFO neutron.db.segments_db [None req-6fe7e6b9-8b0e-44ea-b1dc-15240339bdfa bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] Added segment 865003f8-1851-4a91-8180-da007336bf5a of type vxlan for network 9e6ee278-5a6f-41c5-985a-49e1b9942144 [pid: 7|app: 0|req: 786/1607] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:55:55 2026] POST /v2.0/ports => generated 743 bytes in 299 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: 822/1608] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:56 2026] POST /v2.0/networks => generated 644 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1609] 10.0.0.123 () {34 vars in 743 bytes} [Wed Jul 1 11:55:56 2026] PUT /v2.0/networks/9e6ee278-5a6f-41c5-985a-49e1b9942144 => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1610] 10.0.0.123 () {34 vars in 666 bytes} [Wed Jul 1 11:55:56 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:55:56.425 7 INFO neutron.db.segments_db [None req-fb33d4b9-5f76-4c0b-b5f7-ee6241d71e11 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Added segment de121aed-8dd2-4923-a993-7533fde96e55 of type vxlan for network f6d57bee-8ec0-494c-97b6-c32fae852b2b [pid: 7|app: 0|req: 788/1611] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:56 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1612] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:55:56 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: 825/1613] 10.0.0.123 () {34 vars in 741 bytes} [Wed Jul 1 11:55:56 2026] PUT /v2.0/subnets/8bad2a6a-130e-4fa0-9aa1-f769ffb46f4f => generated 636 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1614] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:55:56 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:55:56.884 8 INFO neutron.services.segments.plugin [-] Segment 865003f8-1851-4a91-8180-da007336bf5a resource provider aggregate not found 2026-07-01 11:55:56.893 8 INFO neutron.services.segments.plugin [-] Segment 865003f8-1851-4a91-8180-da007336bf5a resource provider aggregate not found 2026-07-01 11:55:56.913 8 INFO neutron.services.segments.plugin [-] Segment 865003f8-1851-4a91-8180-da007336bf5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865003f8-1851-4a91-8180-da007336bf5a found for delete ", "request_id": "req-bf9b15d8-3171-417c-acc8-ef2a7f4373ae"}]} 2026-07-01 11:55:56.916 8 INFO neutron.services.segments.plugin [-] Segment 865003f8-1851-4a91-8180-da007336bf5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 865003f8-1851-4a91-8180-da007336bf5a found for delete ", "request_id": "req-46721eed-3952-428e-b855-48af32d02ea2"}]} [pid: 8|app: 0|req: 826/1615] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:56 2026] DELETE /v2.0/networks/9e6ee278-5a6f-41c5-985a-49e1b9942144 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:56.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed6911ca-0b44-42df-9608-197f85c38f1d bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1616] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:56 2026] DELETE /v2.0/networks/9e6ee278-5a6f-41c5-985a-49e1b9942144 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1617] 10.0.0.123 () {34 vars in 666 bytes} [Wed Jul 1 11:55:56 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1618] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:55:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:57.041 7 INFO neutron.db.segments_db [None req-1c75e210-a70e-45a8-9c7f-54a8d0c8cf97 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Added segment d9a84b24-51cf-4ceb-8bfc-376029ecbbcf of type vxlan for network eead3a49-ff99-4ffc-848b-d0b12662742f [pid: 8|app: 0|req: 829/1619] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 11:55:57 2026] GET /v2.0/subnets?network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1620] 10.0.0.123 () {32 vars in 653 bytes} [Wed Jul 1 11:55:57 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: 831/1621] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:55:57 2026] GET /v2.0/networks => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1622] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:56 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1623] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:55:57 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1624] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 11:55:57 2026] GET /v2.0/networks/e517de17-0f76-4041-9d8c-7c7137afbc02 => generated 668 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1625] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:55:57 2026] GET /v2.0/subnets/566f37ce-f251-425a-bf05-f30124eb4a8b => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:57.274 8 INFO neutron.pecan_wsgi.hooks.translation [None req-618bc905-0834-41de-b8cb-decda3e8d493 bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1626] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:57 2026] DELETE /v2.0/subnets/8bad2a6a-130e-4fa0-9aa1-f769ffb46f4f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:55:57.298 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f01c04ed-8f67-4c92-a51b-6e29e63d5fac bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1627] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:57 2026] DELETE /v2.0/networks/9e6ee278-5a6f-41c5-985a-49e1b9942144 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1628] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:55:57 2026] POST /v2.0/ports => generated 743 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: 8|app: 0|req: 837/1629] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:55:57 2026] DELETE /v2.0/subnets/566f37ce-f251-425a-bf05-f30124eb4a8b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:57.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d92703a-3908-450c-8efe-c673edbc18fa bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] TaaS: Handle Delete Port: c0e10a6a-f4c7-425e-9a80-de54ea70c735 2026-07-01 11:55:57.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d92703a-3908-450c-8efe-c673edbc18fa bfa3d5b378b94fafbb78b25728715ea9 64893ae91ae94313a32cb27c5395009a - - default default] Tap Mirror: Handle Delete Port: c0e10a6a-f4c7-425e-9a80-de54ea70c735 [pid: 7|app: 0|req: 793/1630] 10.0.0.123 () {34 vars in 666 bytes} [Wed Jul 1 11:55:57 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) 2026-07-01 11:55:57.642 7 INFO neutron.db.segments_db [None req-b1b29673-3d38-441f-ad24-69165ef9408d 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Added segment 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 of type vxlan for network 3fe006ea-0746-4c8d-b6c2-6e5ceb2939bd [pid: 8|app: 0|req: 838/1631] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:55:57 2026] DELETE /v2.0/networks/e517de17-0f76-4041-9d8c-7c7137afbc02 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1632] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:55:57 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1633] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:55:57 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1634] 10.0.0.123 () {34 vars in 666 bytes} [Wed Jul 1 11:55:58 2026] POST /v2.0/trunks => generated 407 bytes in 140 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: 840/1635] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:58 2026] PUT /v2.0/trunks/be4853bb-eae8-4545-bde8-f0fb27ce6968/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1636] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:58 2026] PUT /v2.0/trunks/94d65124-4fb9-4f81-aba3-35a68b7aaf5a/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1637] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:58 2026] PUT /v2.0/trunks/f7b507fa-02bb-4011-b284-5c846137f7d1/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1638] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:55:58 2026] PUT /v2.0/trunks/279508d5-db26-41a9-8019-c042b28634fd/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1639] 10.0.0.123 () {32 vars in 662 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1640] 10.0.0.123 () {32 vars in 676 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1641] 10.0.0.123 () {32 vars in 672 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1642] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/security-groups?tenant_id=64893ae91ae94313a32cb27c5395009a&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1643] 10.0.0.123 () {32 vars in 684 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1644] 10.0.0.123 () {32 vars in 670 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1645] 10.0.0.123 () {32 vars in 684 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1646] 10.0.0.123 () {32 vars in 680 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1647] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:55:58 2026] DELETE /v2.0/security-groups/45b07003-0e4f-4f8a-8148-3a906288c097 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1648] 10.0.0.123 () {32 vars in 692 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1649] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks/be4853bb-eae8-4545-bde8-f0fb27ce6968 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1650] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/ports/797a8bc3-6e3f-42ea-803e-071f0faf8c25 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1651] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:55:58 2026] DELETE /v2.0/trunks/be4853bb-eae8-4545-bde8-f0fb27ce6968 => 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: 803/1652] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/trunks/94d65124-4fb9-4f81-aba3-35a68b7aaf5a => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:58.941 8 INFO neutron.services.segments.plugin [-] Segment 80459e2d-4c7e-4bf4-b0be-21af1c69a690 resource provider aggregate not found 2026-07-01 11:55:58.947 8 INFO neutron.services.segments.plugin [-] Segment 80459e2d-4c7e-4bf4-b0be-21af1c69a690 resource provider aggregate not found [pid: 8|app: 0|req: 850/1653] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:55:58 2026] GET /v2.0/ports/7529698c-c949-4abd-898d-233ee860cd49 => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:58.967 8 INFO neutron.services.segments.plugin [-] Segment 80459e2d-4c7e-4bf4-b0be-21af1c69a690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80459e2d-4c7e-4bf4-b0be-21af1c69a690 found for delete ", "request_id": "req-2f496ce2-cd7a-4fba-a95b-ea1212db8023"}]} 2026-07-01 11:55:58.971 8 INFO neutron.services.segments.plugin [-] Segment 80459e2d-4c7e-4bf4-b0be-21af1c69a690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80459e2d-4c7e-4bf4-b0be-21af1c69a690 found for delete ", "request_id": "req-dcbaef36-0a52-4cd0-84b0-d52b09921a39"}]} [pid: 7|app: 0|req: 804/1654] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:55:58 2026] DELETE /v2.0/trunks/94d65124-4fb9-4f81-aba3-35a68b7aaf5a => 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: 851/1655] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/trunks/f7b507fa-02bb-4011-b284-5c846137f7d1 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1656] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/ports/930c8c3e-7110-4a19-98dc-05e549543b74 => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1657] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:55:59 2026] DELETE /v2.0/trunks/f7b507fa-02bb-4011-b284-5c846137f7d1 => 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: 853/1658] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/trunks/279508d5-db26-41a9-8019-c042b28634fd => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1659] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1660] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/ports/42b18361-b825-4ce9-9bd6-5cab3bc1cb6d => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1661] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 855/1662] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:55:59 2026] DELETE /v2.0/trunks/279508d5-db26-41a9-8019-c042b28634fd => 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: 808/1663] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/trunks/7a2ea4fd-58f7-47b8-bd3d-481a588d8a69 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1664] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/ports/e0743b66-1b65-42e1-9290-716ce316773b => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1665] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1666] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:55:59 2026] DELETE /v2.0/trunks/7a2ea4fd-58f7-47b8-bd3d-481a588d8a69 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1667] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:55:59 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:55:59.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f255ec3-c04f-4c4a-9c31-2ae7d4ba6e04 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] TaaS: Handle Delete Port: 797a8bc3-6e3f-42ea-803e-071f0faf8c25 2026-07-01 11:55:59.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f255ec3-c04f-4c4a-9c31-2ae7d4ba6e04 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Tap Mirror: Handle Delete Port: 797a8bc3-6e3f-42ea-803e-071f0faf8c25 [pid: 8|app: 0|req: 858/1668] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:55:59 2026] DELETE /v2.0/ports/797a8bc3-6e3f-42ea-803e-071f0faf8c25 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:55:59.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ddeff62-7dcc-42be-b20c-6f0a07c93966 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] TaaS: Handle Delete Port: 7529698c-c949-4abd-898d-233ee860cd49 2026-07-01 11:55:59.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ddeff62-7dcc-42be-b20c-6f0a07c93966 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Tap Mirror: Handle Delete Port: 7529698c-c949-4abd-898d-233ee860cd49 [pid: 7|app: 0|req: 811/1669] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:55:59 2026] DELETE /v2.0/ports/7529698c-c949-4abd-898d-233ee860cd49 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:00.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e3681d6-e59d-46d1-87e6-00398c8a5af8 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] TaaS: Handle Delete Port: 930c8c3e-7110-4a19-98dc-05e549543b74 2026-07-01 11:56:00.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e3681d6-e59d-46d1-87e6-00398c8a5af8 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Tap Mirror: Handle Delete Port: 930c8c3e-7110-4a19-98dc-05e549543b74 [pid: 8|app: 0|req: 859/1670] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:55:59 2026] DELETE /v2.0/ports/930c8c3e-7110-4a19-98dc-05e549543b74 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:00.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3e8ca44-9d78-4a9f-84c7-630332e13ebf 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] TaaS: Handle Delete Port: 42b18361-b825-4ce9-9bd6-5cab3bc1cb6d 2026-07-01 11:56:00.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3e8ca44-9d78-4a9f-84c7-630332e13ebf 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Tap Mirror: Handle Delete Port: 42b18361-b825-4ce9-9bd6-5cab3bc1cb6d [pid: 7|app: 0|req: 812/1671] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:00 2026] DELETE /v2.0/ports/42b18361-b825-4ce9-9bd6-5cab3bc1cb6d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:00.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-84b4dcc2-6737-4b5d-9e4a-7e2ae38a5129 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] TaaS: Handle Delete Port: e0743b66-1b65-42e1-9290-716ce316773b 2026-07-01 11:56:00.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84b4dcc2-6737-4b5d-9e4a-7e2ae38a5129 3e7d6aebdfa0434a87d8a39931d86bfd 6cf86f9efda54a059c22bac4a51f1521 - - default default] Tap Mirror: Handle Delete Port: e0743b66-1b65-42e1-9290-716ce316773b 2026-07-01 11:56:00.569 8 INFO neutron.db.segments_db [None req-4933e875-9ef4-4860-bf08-d905172f101e 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment c22049c7-5e56-4b0b-bacb-536a4f5056e1 of type vxlan for network a0152b74-aa73-4237-95e5-e19ff443fedf [pid: 7|app: 0|req: 813/1672] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:00 2026] DELETE /v2.0/ports/e0743b66-1b65-42e1-9290-716ce316773b => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1673] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:00 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1674] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:00 2026] POST /v2.0/networks => generated 629 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1675] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:00 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:00.792 8 INFO neutron.db.segments_db [None req-0d1777c9-e788-4e31-a693-45309f2443c0 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment 0497a197-a528-4d30-878c-5368654a84cd of type vxlan for network f892c5e8-1f0b-4c6c-bb27-d44203cf19c6 2026-07-01 11:56:00.819 7 INFO neutron.services.segments.plugin [-] Segment f1b17756-ba4c-4933-bd2c-2dcd11912b0c resource provider aggregate not found 2026-07-01 11:56:00.826 7 INFO neutron.services.segments.plugin [-] Segment f1b17756-ba4c-4933-bd2c-2dcd11912b0c resource provider aggregate not found 2026-07-01 11:56:00.847 7 INFO neutron.services.segments.plugin [-] Segment f1b17756-ba4c-4933-bd2c-2dcd11912b0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b17756-ba4c-4933-bd2c-2dcd11912b0c found for delete ", "request_id": "req-8238feca-009f-4ef9-a974-2bf47253acf8"}]} 2026-07-01 11:56:00.847 7 INFO neutron.services.segments.plugin [-] Segment f1b17756-ba4c-4933-bd2c-2dcd11912b0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b17756-ba4c-4933-bd2c-2dcd11912b0c found for delete ", "request_id": "req-167183ab-0f25-426d-b549-39ca151d3663"}]} [pid: 7|app: 0|req: 815/1676] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:00 2026] DELETE /v2.0/networks/69883215-3bc8-4f81-919a-3dd25487cb3d => 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: 862/1677] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:00 2026] POST /v2.0/networks => generated 629 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1678] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:56:00 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:01.032 8 INFO neutron.services.segments.plugin [-] Segment f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d resource provider aggregate not found 2026-07-01 11:56:01.040 8 INFO neutron.services.segments.plugin [-] Segment f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d resource provider aggregate not found 2026-07-01 11:56:01.066 8 INFO neutron.services.segments.plugin [-] Segment f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d found for delete ", "request_id": "req-e3fa712b-a2bf-4933-aa06-88ea4ea3cae5"}]} 2026-07-01 11:56:01.071 8 INFO neutron.services.segments.plugin [-] Segment f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34ec9be-e5aa-4f2a-a9f3-bf4eabb6180d found for delete ", "request_id": "req-dd5228d4-679b-4998-8e36-bc18d1f0cb13"}]} [pid: 8|app: 0|req: 863/1679] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:00 2026] DELETE /v2.0/networks/96bac559-a330-41e3-bc2b-a1fd9b0e9e67 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1680] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:56:01 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&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: 817/1681] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:00 2026] POST /v2.0/subnets => generated 626 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1682] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:01 2026] DELETE /v2.0/networks/f6d57bee-8ec0-494c-97b6-c32fae852b2b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1683] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:01 2026] DELETE /v2.0/networks/eead3a49-ff99-4ffc-848b-d0b12662742f => 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: 818/1684] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:01 2026] POST /v2.0/subnets => generated 626 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1685] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:01 2026] DELETE /v2.0/networks/3fe006ea-0746-4c8d-b6c2-6e5ceb2939bd => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:01.574 7 INFO neutron.db.segments_db [None req-23b9c7e5-5c11-4b5d-b34c-79bcfeefe956 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac of type vxlan for network 0c7c80d7-024d-4f08-8565-bdb2ab588dcd [pid: 8|app: 0|req: 868/1686] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:01 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:01.890 7 INFO neutron.db.l3_hamode_db [None req-23b9c7e5-5c11-4b5d-b34c-79bcfeefe956 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 869/1687] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:01 2026] GET /v2.0/security-groups?id=fb287261-41ce-405a-9b96-fe8dcc9f04f0&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: 870/1688] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:56:01 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:02.029 7 INFO neutron.db.l3_hamode_db [None req-23b9c7e5-5c11-4b5d-b34c-79bcfeefe956 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:56:02.049 8 INFO neutron_taas.services.taas.taas_plugin [req-0041c1f5-b89b-40e5-b259-e0766aa01290 req-9d77a485-962f-4c2c-af9e-228ee0e056c0 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] TaaS: Handle Delete Port: 01802758-df88-482b-9037-72e27c84f753 2026-07-01 11:56:02.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0041c1f5-b89b-40e5-b259-e0766aa01290 req-9d77a485-962f-4c2c-af9e-228ee0e056c0 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] Tap Mirror: Handle Delete Port: 01802758-df88-482b-9037-72e27c84f753 2026-07-01 11:56:02.210 8 INFO neutron.db.l3_db [req-0041c1f5-b89b-40e5-b259-e0766aa01290 req-9d77a485-962f-4c2c-af9e-228ee0e056c0 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] Floating IP 186686cf-4cd3-4433-a5b0-6d0862780b8d disassociated. External IP: 10.96.250.210, port: 01802758-df88-482b-9037-72e27c84f753. [pid: 8|app: 0|req: 871/1689] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:56:01 2026] DELETE /v2.0/ports/01802758-df88-482b-9037-72e27c84f753 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:02.600 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebfb9cdd-05be-41b8-9ecb-3b82ef07cfc7'] response: {'server_uuid': 'b4582815-222b-4304-b6a9-7081896209bc', 'name': 'network-vif-deleted', 'tag': '01802758-df88-482b-9037-72e27c84f753', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 819/1690] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:01 2026] POST /v2.0/routers => generated 507 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1693] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:02 2026] GET /v2.0/security-groups?tenant_id=6e8e217ddf0644fdabd1d37f5d36c3c6&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1694] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:02 2026] DELETE /v2.0/security-groups/dc2da95e-00af-4f41-afac-bb32900fded8 => 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: 874/1695] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:02 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 875/1696] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:03 2026] GET /v2.0/security-groups?tenant_id=6cf86f9efda54a059c22bac4a51f1521&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:03.101 8 INFO neutron.services.segments.plugin [-] Segment de121aed-8dd2-4923-a993-7533fde96e55 resource provider aggregate not found 2026-07-01 11:56:03.105 8 INFO neutron.services.segments.plugin [-] Segment de121aed-8dd2-4923-a993-7533fde96e55 resource provider aggregate not found 2026-07-01 11:56:03.132 8 INFO neutron.services.segments.plugin [-] Segment de121aed-8dd2-4923-a993-7533fde96e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de121aed-8dd2-4923-a993-7533fde96e55 found for delete ", "request_id": "req-92821c50-cc37-4de1-b611-d651145032d5"}]} 2026-07-01 11:56:03.138 8 INFO neutron.services.segments.plugin [-] Segment de121aed-8dd2-4923-a993-7533fde96e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de121aed-8dd2-4923-a993-7533fde96e55 found for delete ", "request_id": "req-7fc6f237-afb0-4929-b26d-8b45ddd66762"}]} 2026-07-01 11:56:03.158 8 INFO neutron.services.segments.plugin [-] Segment d9a84b24-51cf-4ceb-8bfc-376029ecbbcf resource provider aggregate not found 2026-07-01 11:56:03.163 8 INFO neutron.services.segments.plugin [-] Segment d9a84b24-51cf-4ceb-8bfc-376029ecbbcf resource provider aggregate not found 2026-07-01 11:56:03.181 8 INFO neutron.services.segments.plugin [-] Segment d9a84b24-51cf-4ceb-8bfc-376029ecbbcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9a84b24-51cf-4ceb-8bfc-376029ecbbcf found for delete ", "request_id": "req-ce3c2c43-0703-46a9-ab75-f09565ef92ea"}]} 2026-07-01 11:56:03.187 8 INFO neutron.services.segments.plugin [-] Segment d9a84b24-51cf-4ceb-8bfc-376029ecbbcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9a84b24-51cf-4ceb-8bfc-376029ecbbcf found for delete ", "request_id": "req-bc108192-32ca-4ae2-8d3a-00f662e315e0"}]} 2026-07-01 11:56:03.209 8 INFO neutron.services.segments.plugin [-] Segment 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 resource provider aggregate not found 2026-07-01 11:56:03.218 8 INFO neutron.services.segments.plugin [-] Segment 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 resource provider aggregate not found 2026-07-01 11:56:03.231 8 INFO neutron.services.segments.plugin [-] Segment 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 found for delete ", "request_id": "req-44edf054-8709-47dc-9b03-828ec4c92d81"}]} 2026-07-01 11:56:03.233 8 INFO neutron.services.segments.plugin [-] Segment 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cd6f06c-97a1-42b0-afa0-526ec8be17d1 found for delete ", "request_id": "req-5b29f9e7-8064-4942-b89c-fe52cfe3948f"}]} [pid: 8|app: 0|req: 876/1697] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:03 2026] DELETE /v2.0/security-groups/35ff5214-7481-4641-a3e1-dd918a5e17a1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1698] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:03 2026] GET /v2.0/security-groups?tenant_id=6c0f99ef8d7344b98ba3c7e78110156c&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1699] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:03 2026] DELETE /v2.0/security-groups/383fe15f-9ca1-48b9-a0c6-19778539ea86 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1700] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:02 2026] PUT /v2.0/routers/2afa1b71-c902-4cd0-b10f-b93ab3f214c0/add_router_interface => generated 309 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1701] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:03 2026] GET /v2.0/ports/d4f44536-634f-4d3b-b1dd-ad6d2a2e8efd => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1702] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:04 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => 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: 881/1703] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:05 2026] GET /v2.0/ports?device_id=b4582815-222b-4304-b6a9-7081896209bc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1704] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:03 2026] PUT /v2.0/routers/2afa1b71-c902-4cd0-b10f-b93ab3f214c0/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1705] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:05 2026] GET /v2.0/ports/1c88ad6c-4a9b-4df3-adf6-e40865afa5d5 => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:05.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-007af3c0-8f69-4610-85ef-0bd385ea98a1 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 1c88ad6c-4a9b-4df3-adf6-e40865afa5d5 2026-07-01 11:56:05.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-007af3c0-8f69-4610-85ef-0bd385ea98a1 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 1c88ad6c-4a9b-4df3-adf6-e40865afa5d5 [pid: 7|app: 0|req: 824/1706] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:05 2026] PUT /v2.0/routers/2afa1b71-c902-4cd0-b10f-b93ab3f214c0/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1707] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:06 2026] DELETE /v2.0/security-groups/fb287261-41ce-405a-9b96-fe8dcc9f04f0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:06.349 7 INFO neutron.api.v2.resource [None req-c45db3ea-23cf-41cf-a8d9-674349fb00b4 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1708] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:56:06 2026] GET /v2.0/security-groups/fb287261-41ce-405a-9b96-fe8dcc9f04f0 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:06.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2796f28-cfaa-426e-a920-68e4f495f839 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] TaaS: Handle Delete Port: dc4e5b54-8820-49df-86c3-f426df69d081 2026-07-01 11:56:06.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2796f28-cfaa-426e-a920-68e4f495f839 71a91751376b438b910625d1cfc6ee56 2259121e0d3f4a4ab0db257658e06afe - - default default] Tap Mirror: Handle Delete Port: dc4e5b54-8820-49df-86c3-f426df69d081 2026-07-01 11:56:06.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-a68c3b47-cc18-40fd-9dac-b4ceebd0ebfb 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: d4f44536-634f-4d3b-b1dd-ad6d2a2e8efd 2026-07-01 11:56:06.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a68c3b47-cc18-40fd-9dac-b4ceebd0ebfb 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: d4f44536-634f-4d3b-b1dd-ad6d2a2e8efd [pid: 7|app: 0|req: 827/1709] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:56:06 2026] DELETE /v2.0/floatingips/186686cf-4cd3-4433-a5b0-6d0862780b8d => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1710] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:06 2026] PUT /v2.0/routers/2afa1b71-c902-4cd0-b10f-b93ab3f214c0/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:07.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-1938cce3-7186-4561-9ce5-e260620792ca 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 0b598b35-ca7e-440a-a0e6-11b56e1d28fa [pid: 8|app: 0|req: 884/1711] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:07 2026] GET /v2.0/ports?device_id=2afa1b71-c902-4cd0-b10f-b93ab3f214c0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:07.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1938cce3-7186-4561-9ce5-e260620792ca 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 0b598b35-ca7e-440a-a0e6-11b56e1d28fa 2026-07-01 11:56:07.306 8 INFO neutron.db.segments_db [None req-4582d915-ca90-4213-9af8-5bc1cfef575e f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] Added segment 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 of type vxlan for network 3024485b-db8f-4496-9ad7-128ef9b5d581 2026-07-01 11:56:07.574 8 INFO neutron.db.l3_hamode_db [None req-4582d915-ca90-4213-9af8-5bc1cfef575e f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1712] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:06 2026] PUT /v2.0/routers/9ffbce50-7f18-4bfd-917c-6cf52651661a/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:07.699 8 INFO neutron.db.l3_hamode_db [None req-4582d915-ca90-4213-9af8-5bc1cfef575e f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:56:07.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f542a13-fc35-478e-a48e-bfda55a700d4 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 71291391-bc44-4063-b18c-65966c2fd30d 2026-07-01 11:56:07.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f542a13-fc35-478e-a48e-bfda55a700d4 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 71291391-bc44-4063-b18c-65966c2fd30d 2026-07-01 11:56:08.159 7 INFO neutron.services.segments.plugin [-] Segment c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac resource provider aggregate not found 2026-07-01 11:56:08.160 7 INFO neutron.services.segments.plugin [-] Segment c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac resource provider aggregate not found 2026-07-01 11:56:08.183 7 INFO neutron.services.segments.plugin [-] Segment c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac found for delete ", "request_id": "req-15b288e2-351a-4341-ad15-6dd41ac45a40"}]} 2026-07-01 11:56:08.186 7 INFO neutron.services.segments.plugin [-] Segment c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ec506e-2553-4a8e-84ae-d4f0c0d8a4ac found for delete ", "request_id": "req-abc64e02-79d5-41ee-af84-5b0efc6de919"}]} 2026-07-01 11:56:08.201 7 INFO neutron.db.l3_hamode_db [None req-7f542a13-fc35-478e-a48e-bfda55a700d4 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] HA network 0c7c80d7-024d-4f08-8565-bdb2ab588dcd was deleted as no HA routers are present in tenant a80c8cd844d747ba95ae924df74a26c0. [pid: 7|app: 0|req: 829/1713] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:07 2026] DELETE /v2.0/routers/2afa1b71-c902-4cd0-b10f-b93ab3f214c0 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1714] 10.0.0.123 () {34 vars in 668 bytes} [Wed Jul 1 11:56:07 2026] POST /v2.0/routers => generated 474 bytes in 1205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:08.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2b7dc38-d990-488c-a10a-e935cfacd9d8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: e573e0f7-88bf-4ed7-a708-5a73a0593dc9 2026-07-01 11:56:08.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b7dc38-d990-488c-a10a-e935cfacd9d8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: e573e0f7-88bf-4ed7-a708-5a73a0593dc9 [pid: 8|app: 0|req: 886/1715] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:08 2026] DELETE /v2.0/subnets/d85b09de-254d-4e47-b1f4-9b77d57214d5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1716] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:56:08 2026] PUT /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:08.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2b7dc38-d990-488c-a10a-e935cfacd9d8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 501b1ef8-b80d-4bc6-b756-2ded1dedf5a9 2026-07-01 11:56:08.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2b7dc38-d990-488c-a10a-e935cfacd9d8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 501b1ef8-b80d-4bc6-b756-2ded1dedf5a9 [pid: 8|app: 0|req: 888/1717] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:08 2026] DELETE /v2.0/subnets/6cbf59fa-722d-450b-9f30-4136db1625ae => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1718] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:08 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:08.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec6900f4-44f6-409e-8e96-502bfea0252c 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 73feb06b-2521-451c-8f43-ac3286ae7781 2026-07-01 11:56:08.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec6900f4-44f6-409e-8e96-502bfea0252c 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 73feb06b-2521-451c-8f43-ac3286ae7781 2026-07-01 11:56:09.091 8 INFO neutron.services.segments.plugin [-] Segment 0497a197-a528-4d30-878c-5368654a84cd resource provider aggregate not found 2026-07-01 11:56:09.098 8 INFO neutron.services.segments.plugin [-] Segment 0497a197-a528-4d30-878c-5368654a84cd resource provider aggregate not found 2026-07-01 11:56:09.115 8 INFO neutron.services.segments.plugin [-] Segment 0497a197-a528-4d30-878c-5368654a84cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0497a197-a528-4d30-878c-5368654a84cd found for delete ", "request_id": "req-60f6952a-9cfc-4582-a6de-8898a450fc05"}]} [pid: 8|app: 0|req: 890/1719] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:08 2026] DELETE /v2.0/networks/f892c5e8-1f0b-4c6c-bb27-d44203cf19c6 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:09.120 8 INFO neutron.services.segments.plugin [-] Segment 0497a197-a528-4d30-878c-5368654a84cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0497a197-a528-4d30-878c-5368654a84cd found for delete ", "request_id": "req-c979450f-7437-43c3-910d-c116b6829433"}]} 2026-07-01 11:56:09.120 7 INFO neutron.db.l3_hamode_db [None req-f2b7dc38-d990-488c-a10a-e935cfacd9d8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network 7ca8e60a-420c-497c-ac56-1debdde15950 was deleted as no HA routers are present in tenant 2259121e0d3f4a4ab0db257658e06afe. [pid: 7|app: 0|req: 830/1720] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:08 2026] DELETE /v2.0/routers/9ffbce50-7f18-4bfd-917c-6cf52651661a => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:09.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-53ad4175-d10a-4a0d-9069-c6f236b172a5 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 5ada6084-6f3d-42f8-abbf-099ab9b45ce0 2026-07-01 11:56:09.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53ad4175-d10a-4a0d-9069-c6f236b172a5 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 5ada6084-6f3d-42f8-abbf-099ab9b45ce0 [pid: 8|app: 0|req: 891/1721] 10.0.0.123 () {34 vars in 762 bytes} [Wed Jul 1 11:56:09 2026] PUT /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/green => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1722] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:09 2026] DELETE /v2.0/subnets/7c5c6629-f2e3-457d-8b5a-3d55f0e941b9 => 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: 831/1723] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:09 2026] DELETE /v2.0/networks/a0152b74-aa73-4237-95e5-e19ff443fedf => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1724] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:09 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:09.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-61ffb395-2e86-441b-973a-c99c63fe4403 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 3a9a7d62-8f70-4887-bb90-3f5b343e26c7 2026-07-01 11:56:09.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61ffb395-2e86-441b-973a-c99c63fe4403 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 3a9a7d62-8f70-4887-bb90-3f5b343e26c7 2026-07-01 11:56:09.569 8 INFO neutron.db.segments_db [None req-51c186f9-ee88-475a-a7e0-0cf5d964688c 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment 47aeff80-4ec1-423d-9eab-31c1a0565133 of type vxlan for network 1524bdb2-86da-4158-8b77-2fd9801956de [pid: 8|app: 0|req: 894/1725] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:09 2026] POST /v2.0/networks => generated 629 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1726] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:09 2026] DELETE /v2.0/networks/d15d8b7b-6599-40cc-ba95-59fc5edeb232 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1727] 10.0.0.123 () {34 vars in 758 bytes} [Wed Jul 1 11:56:09 2026] PUT /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/red => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1728] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:09 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1729] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:09 2026] GET /v2.0/security-groups?tenant_id=2259121e0d3f4a4ab0db257658e06afe&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1730] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:09 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1731] 10.0.0.123 () {34 vars in 780 bytes} [Wed Jul 1 11:56:09 2026] PUT /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/black.or.white => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1732] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:09 2026] DELETE /v2.0/security-groups/ac9c135c-c455-4671-bd35-2e80d0a9026d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:10.099 7 INFO neutron.db.segments_db [None req-7cb1daa6-8aa1-4096-b038-0ca5b5b85f15 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment d37e862d-73a8-4377-8258-b9d892b75270 of type vxlan for network 394b9f53-1609-4ec7-8071-17f0f90b4178 [pid: 8|app: 0|req: 899/1733] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1734] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 52 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:10.211 7 INFO neutron.services.segments.plugin [-] Segment 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc resource provider aggregate not found 2026-07-01 11:56:10.217 7 INFO neutron.services.segments.plugin [-] Segment 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc resource provider aggregate not found [pid: 8|app: 0|req: 901/1735] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:10.239 7 INFO neutron.services.segments.plugin [-] Segment 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc found for delete ", "request_id": "req-e8d341df-5e85-486a-b729-c503c5e89292"}]} 2026-07-01 11:56:10.244 7 INFO neutron.services.segments.plugin [-] Segment 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13eb30f6-6ae4-455d-9ef2-e14bd35d90dc found for delete ", "request_id": "req-a400fd19-6db3-4dd0-87d4-2075f2661091"}]} 2026-07-01 11:56:10.268 7 INFO neutron.services.segments.plugin [-] Segment c22049c7-5e56-4b0b-bacb-536a4f5056e1 resource provider aggregate not found 2026-07-01 11:56:10.271 7 INFO neutron.services.segments.plugin [-] Segment c22049c7-5e56-4b0b-bacb-536a4f5056e1 resource provider aggregate not found 2026-07-01 11:56:10.288 7 INFO neutron.services.segments.plugin [-] Segment c22049c7-5e56-4b0b-bacb-536a4f5056e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22049c7-5e56-4b0b-bacb-536a4f5056e1 found for delete ", "request_id": "req-c029bafe-ec44-4054-bd9c-b9ff5a7762c8"}]} 2026-07-01 11:56:10.295 7 INFO neutron.services.segments.plugin [-] Segment c22049c7-5e56-4b0b-bacb-536a4f5056e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22049c7-5e56-4b0b-bacb-536a4f5056e1 found for delete ", "request_id": "req-bdeefb1e-7b72-4d76-900f-ecaebbbabf23"}]} 2026-07-01 11:56:10.315 7 INFO neutron.services.segments.plugin [-] Segment 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e resource provider aggregate not found 2026-07-01 11:56:10.325 7 INFO neutron.services.segments.plugin [-] Segment 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e resource provider aggregate not found 2026-07-01 11:56:10.340 7 INFO neutron.services.segments.plugin [-] Segment 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e found for delete ", "request_id": "req-fc36e49a-4daa-430f-8d72-cc1a89c5c18f"}]} 2026-07-01 11:56:10.347 7 INFO neutron.services.segments.plugin [-] Segment 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 347b4400-255b-4b48-9ef0-9b8cc1ebcd4e found for delete ", "request_id": "req-17426886-7574-48b7-8d57-6b3cb18e906d"}]} [pid: 8|app: 0|req: 902/1736] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 11:56:10 2026] PUT /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 37 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:10.443 7 INFO neutron.db.l3_hamode_db [None req-7cb1daa6-8aa1-4096-b038-0ca5b5b85f15 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 903/1737] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:10.564 7 INFO neutron.db.l3_hamode_db [None req-7cb1daa6-8aa1-4096-b038-0ca5b5b85f15 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 904/1738] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/red => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:10.654 8 INFO neutron.api.v2.resource [None req-87bc5edf-485e-4a20-97f4-851d9409eb6a f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 905/1739] 10.0.0.123 () {32 vars in 743 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1740] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 11:56:10 2026] DELETE /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/red => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1741] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:10 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 30 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:10.985 8 INFO neutron.api.v2.resource [None req-9bd0cdb1-986c-4bde-b152-b2c1505fd5aa f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 908/1742] 10.0.0.123 () {32 vars in 746 bytes} [Wed Jul 1 11:56:10 2026] DELETE /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags/green => generated 99 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1743] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:56:10 2026] DELETE /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => 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: 835/1744] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:10 2026] POST /v2.0/routers => generated 507 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1745] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 11:56:11 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37/tags => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1746] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:56:11 2026] GET /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1747] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:56:11 2026] POST /v2.0/ports => generated 948 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: 837/1748] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:11 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1749] 10.0.0.123 () {34 vars in 742 bytes} [Wed Jul 1 11:56:11 2026] PUT /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37 => generated 480 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1750] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:11 2026] GET /v2.0/security-groups?id=d51cd2d8-09a5-41f2-aa67-72450e81ca26&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:12.231 8 INFO neutron.db.segments_db [None req-a8951017-4bda-4afd-8d54-cc4a4c15507b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 12f64e44-49aa-4f57-b380-739e70ff7184 of type vxlan for network 3de43ec8-5082-4bbb-b80c-32fe7135b3ea [pid: 8|app: 0|req: 914/1751] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:56:11 2026] POST /v2.0/networks => generated 745 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1752] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:12 2026] GET /v2.0/ports?device_id=ea5232fc-4121-47b3-b3f0-3a69a1322a37 => 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: 916/1753] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:12 2026] POST /v2.0/subnets => generated 692 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:12.716 8 INFO neutron_taas.services.taas.taas_plugin [None req-e75c2427-dd87-4e56-b3d3-7cc98b97a2b3 f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] TaaS: Handle Delete Port: dad4e1b0-15b7-4480-b8be-b6f08c071695 2026-07-01 11:56:12.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e75c2427-dd87-4e56-b3d3-7cc98b97a2b3 f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] Tap Mirror: Handle Delete Port: dad4e1b0-15b7-4480-b8be-b6f08c071695 [pid: 7|app: 0|req: 838/1754] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:11 2026] PUT /v2.0/routers/6ee1317d-f76a-4ad4-80bb-ca9aaf74060b/add_router_interface => generated 309 bytes in 1207 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: 839/1755] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:56:12 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:12.859 7 INFO neutron.db.segments_db [None req-0d432a39-d70a-4360-8c50-337031c37f9b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment d181cd0f-8008-43e1-8530-f3969ab1f8af of type vxlan for network fe68dd9f-3933-4d19-a30a-5463f4cf3a3a 2026-07-01 11:56:13.112 7 INFO neutron.db.l3_hamode_db [None req-0d432a39-d70a-4360-8c50-337031c37f9b 87871fe3673a429493654121a8aaee77 075960fc95ef4fe7a4d6c472dd628fa6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:56:13.113 8 INFO neutron.services.segments.plugin [-] Segment 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 resource provider aggregate not found 2026-07-01 11:56:13.121 8 INFO neutron.services.segments.plugin [-] Segment 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 resource provider aggregate not found 2026-07-01 11:56:13.139 8 INFO neutron.db.l3_hamode_db [None req-e75c2427-dd87-4e56-b3d3-7cc98b97a2b3 f28fddd0466a4f6abb6ae1a5bb021580 5efb1136f7fd4f1abba2fdf8ac16e30e - - default default] HA network 3024485b-db8f-4496-9ad7-128ef9b5d581 was deleted as no HA routers are present in tenant 5efb1136f7fd4f1abba2fdf8ac16e30e. 2026-07-01 11:56:13.148 8 INFO neutron.services.segments.plugin [-] Segment 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 found for delete ", "request_id": "req-6c6b958b-f08f-465f-92a0-191a531027d8"}]} 2026-07-01 11:56:13.149 8 INFO neutron.services.segments.plugin [-] Segment 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628cf41e-b6ff-4f8f-82b2-5d7f880c93e8 found for delete ", "request_id": "req-1ec72709-215d-463d-8107-67a9be2e94fe"}]} [pid: 8|app: 0|req: 917/1756] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:12 2026] DELETE /v2.0/routers/ea5232fc-4121-47b3-b3f0-3a69a1322a37 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1757] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:13 2026] GET /v2.0/ports/175db8c1-288f-4285-a7c5-237217889ee9 => generated 1022 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:13.390 8 INFO neutron_taas.services.taas.taas_plugin [req-05c70890-f5d5-4913-8ffb-8534374e0af9 req-9de1bd2e-a8fb-4743-b303-8a3a415184ff 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: 72bed0b2-bc58-4486-a885-4c893b583314 2026-07-01 11:56:13.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05c70890-f5d5-4913-8ffb-8534374e0af9 req-9de1bd2e-a8fb-4743-b303-8a3a415184ff 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: 72bed0b2-bc58-4486-a885-4c893b583314 2026-07-01 11:56:13.543 8 INFO neutron.db.l3_db [req-05c70890-f5d5-4913-8ffb-8534374e0af9 req-9de1bd2e-a8fb-4743-b303-8a3a415184ff 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Floating IP c56d1902-9d0f-401d-aeab-c80e5e02b51f disassociated. External IP: 10.96.250.218, port: 72bed0b2-bc58-4486-a885-4c893b583314. [pid: 8|app: 0|req: 919/1758] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:56:13 2026] DELETE /v2.0/ports/72bed0b2-bc58-4486-a885-4c893b583314 => generated 0 bytes in 678 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1759] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:13 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:14.002 7 INFO neutron.db.l3_hamode_db [None req-0d432a39-d70a-4360-8c50-337031c37f9b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:56:14.376 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2543c8a-5543-4095-8ae4-3c60fe26a15a'] response: {'server_uuid': '7b721f93-74cc-48d6-a99e-e4644dbfe210', 'name': 'network-vif-deleted', 'tag': '72bed0b2-bc58-4486-a885-4c893b583314', 'status': 'completed', 'code': 200} 2026-07-01 11:56:14.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbbb3ef1-3e68-4f1b-87b8-b4234fee2d97 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 175db8c1-288f-4285-a7c5-237217889ee9 2026-07-01 11:56:14.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbbb3ef1-3e68-4f1b-87b8-b4234fee2d97 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 175db8c1-288f-4285-a7c5-237217889ee9 [pid: 8|app: 0|req: 921/1760] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:13 2026] PUT /v2.0/routers/6ee1317d-f76a-4ad4-80bb-ca9aaf74060b/remove_router_interface => generated 309 bytes in 1303 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: 840/1761] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:12 2026] POST /v2.0/routers => generated 732 bytes in 2552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1762] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:15 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => 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: 922/1763] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:15 2026] GET /v2.0/security-groups?tenant_id=efc6dd838d814966ae270fc26adad055&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:15.484 7 INFO neutron.api.v2.resource [None req-19159df8-dd77-4c15-a9e5-9a38cc4f53ab 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1764] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:15 2026] PUT /v2.0/routers/6ee1317d-f76a-4ad4-80bb-ca9aaf74060b/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1765] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:15 2026] DELETE /v2.0/security-groups/20756590-9029-43b1-a7bf-751c43a80397 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1766] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:15 2026] GET /v2.0/ports?device_id=6ee1317d-f76a-4ad4-80bb-ca9aaf74060b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:15.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9d4c683-65a0-46d9-8f06-4818a865062f 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 21a03f27-205b-4510-b763-7cc0105bb5fe 2026-07-01 11:56:15.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9d4c683-65a0-46d9-8f06-4818a865062f 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 21a03f27-205b-4510-b763-7cc0105bb5fe 2026-07-01 11:56:16.070 7 INFO neutron.services.segments.plugin [-] Segment d37e862d-73a8-4377-8258-b9d892b75270 resource provider aggregate not found 2026-07-01 11:56:16.071 7 INFO neutron.services.segments.plugin [-] Segment d37e862d-73a8-4377-8258-b9d892b75270 resource provider aggregate not found 2026-07-01 11:56:16.092 7 INFO neutron.services.segments.plugin [-] Segment d37e862d-73a8-4377-8258-b9d892b75270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37e862d-73a8-4377-8258-b9d892b75270 found for delete ", "request_id": "req-a3eda0fc-417a-4f71-9ef3-38025c9b6737"}]} 2026-07-01 11:56:16.095 7 INFO neutron.services.segments.plugin [-] Segment d37e862d-73a8-4377-8258-b9d892b75270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37e862d-73a8-4377-8258-b9d892b75270 found for delete ", "request_id": "req-bbd3e9b2-aa0a-4d4d-a0a1-5b0249f9ab60"}]} 2026-07-01 11:56:16.102 7 INFO neutron.db.l3_hamode_db [None req-f9d4c683-65a0-46d9-8f06-4818a865062f 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] HA network 394b9f53-1609-4ec7-8071-17f0f90b4178 was deleted as no HA routers are present in tenant a80c8cd844d747ba95ae924df74a26c0. [pid: 7|app: 0|req: 845/1767] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:15 2026] DELETE /v2.0/routers/6ee1317d-f76a-4ad4-80bb-ca9aaf74060b => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1768] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:16 2026] GET /v2.0/security-groups?tenant_id=5efb1136f7fd4f1abba2fdf8ac16e30e&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1769] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:16 2026] DELETE /v2.0/subnets/9772f17e-683a-4fed-9953-3c17177b2331 => 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: 848/1770] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:16 2026] DELETE /v2.0/security-groups/7936c269-383b-4ed9-a4ff-5d04ff73d822 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:16.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cdf0d3a-e942-4c43-9952-ddf4313a30dd 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 6c9495ec-55d7-459b-8260-7f5675c9115e 2026-07-01 11:56:16.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cdf0d3a-e942-4c43-9952-ddf4313a30dd 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 6c9495ec-55d7-459b-8260-7f5675c9115e [pid: 8|app: 0|req: 923/1771] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:15 2026] PUT /v2.0/routers/d4880f95-ca55-4ffb-aab4-45f386811c6c/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1772] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:16 2026] GET /v2.0/ports?device_id=7b721f93-74cc-48d6-a99e-e4644dbfe210 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1773] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:16 2026] DELETE /v2.0/networks/1524bdb2-86da-4158-8b77-2fd9801956de => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:16.926 8 INFO neutron.db.segments_db [None req-274f5a64-a6a9-4b60-8dc2-25e4efef8022 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment 577a3438-0664-4e4f-9592-5f5a1e4e134c of type vxlan for network 65221455-b316-428d-af09-d6b1bf9d0341 [pid: 8|app: 0|req: 925/1774] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:16 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) [pid: 7|app: 0|req: 850/1775] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:17 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:17.355 8 INFO neutron.db.segments_db [None req-645de53b-f141-4292-ad3a-6cf11d9f8c19 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment 2df4e93b-cacc-4df4-a596-32a495f0fcb4 of type vxlan for network 19152272-1a4d-443d-92d8-7aefce553dd6 2026-07-01 11:56:17.620 8 INFO neutron.db.l3_hamode_db [None req-645de53b-f141-4292-ad3a-6cf11d9f8c19 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 11:56:17.798 8 INFO neutron.db.l3_hamode_db [None req-645de53b-f141-4292-ad3a-6cf11d9f8c19 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 853/1778] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:17 2026] DELETE /v2.0/security-groups/d51cd2d8-09a5-41f2-aa67-72450e81ca26 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1779] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:56:17 2026] GET /v2.0/networks?id=3de43ec8-5082-4bbb-b80c-32fe7135b3ea => generated 677 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:18.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f871bbf-4244-44e2-b9b8-886777d3b2f8 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: 9c0d03f9-b97f-464c-880b-d6582f999713 2026-07-01 11:56:18.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f871bbf-4244-44e2-b9b8-886777d3b2f8 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: 9c0d03f9-b97f-464c-880b-d6582f999713 2026-07-01 11:56:18.114 7 INFO neutron.services.segments.plugin [-] Segment 47aeff80-4ec1-423d-9eab-31c1a0565133 resource provider aggregate not found 2026-07-01 11:56:18.114 7 INFO neutron.services.segments.plugin [-] Segment 47aeff80-4ec1-423d-9eab-31c1a0565133 resource provider aggregate not found 2026-07-01 11:56:18.133 7 INFO neutron.services.segments.plugin [-] Segment 47aeff80-4ec1-423d-9eab-31c1a0565133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47aeff80-4ec1-423d-9eab-31c1a0565133 found for delete ", "request_id": "req-18e5565a-bd82-46d4-aff4-6e5b5d431324"}]} 2026-07-01 11:56:18.139 7 INFO neutron.services.segments.plugin [-] Segment 47aeff80-4ec1-423d-9eab-31c1a0565133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47aeff80-4ec1-423d-9eab-31c1a0565133 found for delete ", "request_id": "req-3dffade7-97c4-4159-b9ac-424a9ca9bfab"}]} [pid: 7|app: 0|req: 855/1780] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:56:17 2026] DELETE /v2.0/floatingips/c56d1902-9d0f-401d-aeab-c80e5e02b51f => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1781] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/quotas/075960fc95ef4fe7a4d6c472dd628fa6 => 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: 857/1782] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/ports?tenant_id=075960fc95ef4fe7a4d6c472dd628fa6&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1783] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/networks/3de43ec8-5082-4bbb-b80c-32fe7135b3ea?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: 859/1784] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/networks/3de43ec8-5082-4bbb-b80c-32fe7135b3ea?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: 926/1785] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:17 2026] POST /v2.0/routers => generated 507 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1786] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1787] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 862/1788] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:18 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1789] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:18 2026] PUT /v2.0/routers/e0197985-7479-4381-b83f-36a67b14cfb3/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1790] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:19 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1791] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:19 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&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: 865/1792] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:19 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => 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: 928/1793] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:19 2026] GET /v2.0/ports/bf50076d-e3d5-488d-99a8-bb8df48cc87e => generated 955 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:20.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf1a901a-6553-4eb7-8ab5-478eaf96e8df 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: bf50076d-e3d5-488d-99a8-bb8df48cc87e 2026-07-01 11:56:20.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf1a901a-6553-4eb7-8ab5-478eaf96e8df 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: bf50076d-e3d5-488d-99a8-bb8df48cc87e 2026-07-01 11:56:20.631 8 INFO neutron.db.segments_db [None req-d939d68d-833f-4eee-bacd-a889e1b53989 4f7374792edf458ab0c7eff3b293b7d3 dd43a0a549e04cedb14ce8587684f5f6 - - default default] Added segment 150459fc-df03-4d33-ab94-8a02e7e85ce5 of type vxlan for network 10f5d956-0d9f-44bc-a55e-28eb2a1b6e59 [pid: 7|app: 0|req: 866/1794] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:19 2026] PUT /v2.0/routers/e0197985-7479-4381-b83f-36a67b14cfb3/remove_router_interface => generated 309 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1795] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:20 2026] GET /v2.0/ports?device_id=e0197985-7479-4381-b83f-36a67b14cfb3 => 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: 929/1796] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:20 2026] POST /v2.0/networks => generated 631 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:20.813 8 INFO neutron.db.segments_db [None req-ece40004-f0a7-4b49-bcb2-0872da9b5daf 4f7374792edf458ab0c7eff3b293b7d3 dd43a0a549e04cedb14ce8587684f5f6 - - default default] Added segment ccff3925-b32b-49bb-a4c4-c01551632b77 of type vxlan for network 327c7615-2b14-409d-9eac-cb5df9f328d6 2026-07-01 11:56:20.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-62bce840-907e-4f6e-bec8-7408c247cf90 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 158ba5cf-b5d0-4b31-9bc2-3feaedaa69de 2026-07-01 11:56:20.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62bce840-907e-4f6e-bec8-7408c247cf90 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 158ba5cf-b5d0-4b31-9bc2-3feaedaa69de [pid: 8|app: 0|req: 930/1797] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:20 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1798] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:20 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1799] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:20 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => 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: 933/1800] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:56:21 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1801] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:56:21 2026] PUT /v2.0/networks/10f5d956-0d9f-44bc-a55e-28eb2a1b6e59/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: 935/1802] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:21 2026] GET /v2.0/security-groups?id=14251c7d-cf0a-459c-90d5-3db86ecdb07f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:21.275 8 INFO neutron_taas.services.taas.taas_plugin [req-6b4c0c25-938c-4be7-b64e-fb07c5910c8a req-008bf66e-c365-4a99-b1d1-6c78399d3ac4 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: 13631b0f-aa5c-443b-b5dc-01a909355f6d 2026-07-01 11:56:21.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b4c0c25-938c-4be7-b64e-fb07c5910c8a req-008bf66e-c365-4a99-b1d1-6c78399d3ac4 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: 13631b0f-aa5c-443b-b5dc-01a909355f6d 2026-07-01 11:56:21.280 7 INFO neutron.services.segments.plugin [-] Segment 2df4e93b-cacc-4df4-a596-32a495f0fcb4 resource provider aggregate not found 2026-07-01 11:56:21.290 7 INFO neutron.services.segments.plugin [-] Segment 2df4e93b-cacc-4df4-a596-32a495f0fcb4 resource provider aggregate not found 2026-07-01 11:56:21.300 7 INFO neutron.services.segments.plugin [-] Segment 2df4e93b-cacc-4df4-a596-32a495f0fcb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df4e93b-cacc-4df4-a596-32a495f0fcb4 found for delete ", "request_id": "req-5ab1e574-56ee-4338-9ff7-ba9fbc8ed4b2"}]} 2026-07-01 11:56:21.312 7 INFO neutron.services.segments.plugin [-] Segment 2df4e93b-cacc-4df4-a596-32a495f0fcb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df4e93b-cacc-4df4-a596-32a495f0fcb4 found for delete ", "request_id": "req-40b528ec-8f19-4c58-9564-d9b7c15018ef"}]} 2026-07-01 11:56:21.321 7 INFO neutron.db.l3_hamode_db [None req-62bce840-907e-4f6e-bec8-7408c247cf90 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] HA network 19152272-1a4d-443d-92d8-7aefce553dd6 was deleted as no HA routers are present in tenant a80c8cd844d747ba95ae924df74a26c0. [pid: 7|app: 0|req: 868/1803] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:20 2026] DELETE /v2.0/routers/e0197985-7479-4381-b83f-36a67b14cfb3 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1804] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:56:21 2026] GET /v2.0/networks/10f5d956-0d9f-44bc-a55e-28eb2a1b6e59/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1805] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:56:21 2026] DELETE /v2.0/ports/13631b0f-aa5c-443b-b5dc-01a909355f6d => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1806] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:21 2026] DELETE /v2.0/subnets/94c92914-5774-4569-a3df-faa89b41e89c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:21.491 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f930b3a-d046-400d-aba1-4b1469dc6cb0'] response: {'server_uuid': '8cae1a6f-0934-4f7d-b612-f8c58552967f', 'name': 'network-vif-deleted', 'tag': '13631b0f-aa5c-443b-b5dc-01a909355f6d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 937/1807] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:56:21 2026] PUT /v2.0/networks/327c7615-2b14-409d-9eac-cb5df9f328d6/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1808] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:56:21 2026] GET /v2.0/networks/327c7615-2b14-409d-9eac-cb5df9f328d6/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1809] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:56:21 2026] PUT /v2.0/networks/327c7615-2b14-409d-9eac-cb5df9f328d6/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1810] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:21 2026] DELETE /v2.0/networks/65221455-b316-428d-af09-d6b1bf9d0341 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1811] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:56:21 2026] GET /v2.0/networks/327c7615-2b14-409d-9eac-cb5df9f328d6/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:21.669 7 INFO neutron.db.segments_db [None req-e5f5218b-c744-4c71-81c3-95057014b105 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Added segment ec513a19-2e01-47d8-9f9c-75a80e80b920 of type vxlan for network a0eb7271-a0ae-41c8-a1b5-d1091f1b1bee [pid: 8|app: 0|req: 941/1812] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:56:21 2026] GET /v2.0/networks/10f5d956-0d9f-44bc-a55e-28eb2a1b6e59/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:21.846 8 INFO neutron.services.segments.plugin [-] Segment 150459fc-df03-4d33-ab94-8a02e7e85ce5 resource provider aggregate not found 2026-07-01 11:56:21.848 8 INFO neutron.services.segments.plugin [-] Segment 150459fc-df03-4d33-ab94-8a02e7e85ce5 resource provider aggregate not found 2026-07-01 11:56:21.868 8 INFO neutron.services.segments.plugin [-] Segment 150459fc-df03-4d33-ab94-8a02e7e85ce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 150459fc-df03-4d33-ab94-8a02e7e85ce5 found for delete ", "request_id": "req-8ac60b8c-264b-4944-98e3-3ea745d0605d"}]} 2026-07-01 11:56:21.870 8 INFO neutron.services.segments.plugin [-] Segment 150459fc-df03-4d33-ab94-8a02e7e85ce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 150459fc-df03-4d33-ab94-8a02e7e85ce5 found for delete ", "request_id": "req-cd3614f1-210d-47df-89e8-3ca4e41d6f6c"}]} [pid: 8|app: 0|req: 942/1813] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:21 2026] DELETE /v2.0/networks/10f5d956-0d9f-44bc-a55e-28eb2a1b6e59 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:21.954 7 INFO neutron.db.l3_hamode_db [None req-e5f5218b-c744-4c71-81c3-95057014b105 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 943/1814] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:21 2026] DELETE /v2.0/networks/327c7615-2b14-409d-9eac-cb5df9f328d6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1815] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:22 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => 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: 945/1816] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:22 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:22.735 7 INFO neutron.db.l3_hamode_db [None req-e5f5218b-c744-4c71-81c3-95057014b105 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 946/1817] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:22 2026] GET /v2.0/security-groups?tenant_id=72e956c0af6346db8dcf366cab312d03&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: 947/1818] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:56:22 2026] GET /v2.0/networks?id=3de43ec8-5082-4bbb-b80c-32fe7135b3ea => generated 677 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1819] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:22 2026] DELETE /v2.0/security-groups/86a8249c-792c-4f95-a114-889c60f44949 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:23.320 7 INFO neutron.services.segments.plugin [-] Segment 577a3438-0664-4e4f-9592-5f5a1e4e134c resource provider aggregate not found 2026-07-01 11:56:23.351 7 INFO neutron.services.segments.plugin [-] Segment 577a3438-0664-4e4f-9592-5f5a1e4e134c resource provider aggregate not found 2026-07-01 11:56:23.361 7 INFO neutron.services.segments.plugin [-] Segment 577a3438-0664-4e4f-9592-5f5a1e4e134c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 577a3438-0664-4e4f-9592-5f5a1e4e134c found for delete ", "request_id": "req-6aa521b8-7dca-498a-991b-f9c02aff099a"}]} 2026-07-01 11:56:23.375 7 INFO neutron.services.segments.plugin [-] Segment 577a3438-0664-4e4f-9592-5f5a1e4e134c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 577a3438-0664-4e4f-9592-5f5a1e4e134c found for delete ", "request_id": "req-9b78cebd-0626-4910-8ee9-4f790aea7fbc"}]} [pid: 8|app: 0|req: 949/1820] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:56:23 2026] POST /v2.0/ports => generated 954 bytes in 425 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: 950/1821] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:23 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1822] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:23 2026] GET /v2.0/security-groups?tenant_id=dd43a0a549e04cedb14ce8587684f5f6&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1823] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:23 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 872/1824] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:21 2026] POST /v2.0/routers => generated 687 bytes in 2051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1825] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:23 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&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: 874/1826] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:23 2026] DELETE /v2.0/security-groups/5c967540-0f37-4b7c-9b23-da494c1088a8 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:23.893 8 INFO neutron.services.segments.plugin [-] Segment ccff3925-b32b-49bb-a4c4-c01551632b77 resource provider aggregate not found 2026-07-01 11:56:23.900 8 INFO neutron.services.segments.plugin [-] Segment ccff3925-b32b-49bb-a4c4-c01551632b77 resource provider aggregate not found [pid: 7|app: 0|req: 875/1827] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:56:23 2026] GET /v2.0/routers/8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => generated 693 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:23.920 8 INFO neutron.services.segments.plugin [-] Segment ccff3925-b32b-49bb-a4c4-c01551632b77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccff3925-b32b-49bb-a4c4-c01551632b77 found for delete ", "request_id": "req-d028de11-4653-48d8-8121-b3415ceb8543"}]} 2026-07-01 11:56:23.924 8 INFO neutron.services.segments.plugin [-] Segment ccff3925-b32b-49bb-a4c4-c01551632b77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccff3925-b32b-49bb-a4c4-c01551632b77 found for delete ", "request_id": "req-14011f46-0c0e-4abd-9c0e-8b9d68fa0367"}]} [pid: 7|app: 0|req: 876/1828] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:56:23 2026] GET /v2.0/routers => generated 696 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1829] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:56:23 2026] PUT /v2.0/ports/0fd55bb4-7cdc-47be-a228-3cbd97ac8408 => generated 1235 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:24.104 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce1f2ad5-6008-47ed-8360-d780d82dbc2d'] response: {'name': 'network-changed', 'server_uuid': '23a4b388-741d-4fb4-886b-0c0b187b9c94', 'tag': '0fd55bb4-7cdc-47be-a228-3cbd97ac8408', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 877/1830] 10.0.0.123 () {34 vars in 741 bytes} [Wed Jul 1 11:56:24 2026] PUT /v2.0/routers/8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => generated 700 bytes in 425 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: 954/1831] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/routers/8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => generated 700 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1832] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/ports?device_id=8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => 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: 879/1833] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/ports?tenant_id=075960fc95ef4fe7a4d6c472dd628fa6&device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1834] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/ports?device_id=8cae1a6f-0934-4f7d-b612-f8c58552967f => 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: 881/1835] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/networks?tenant_id=075960fc95ef4fe7a4d6c472dd628fa6&shared=False => generated 773 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:24.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b9394e5-146a-46f2-aea1-8f5b1d144a9a 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 9bcbe654-208a-4771-ad7a-e79342d850c3 2026-07-01 11:56:24.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b9394e5-146a-46f2-aea1-8f5b1d144a9a 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 9bcbe654-208a-4771-ad7a-e79342d850c3 [pid: 7|app: 0|req: 882/1836] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1837] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1838] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:24 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:25.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b9394e5-146a-46f2-aea1-8f5b1d144a9a 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] TaaS: Handle Delete Port: 08a6adf2-9741-46b8-9774-d93b1b9a14a7 2026-07-01 11:56:25.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b9394e5-146a-46f2-aea1-8f5b1d144a9a 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] Tap Mirror: Handle Delete Port: 08a6adf2-9741-46b8-9774-d93b1b9a14a7 2026-07-01 11:56:25.334 8 INFO neutron.db.l3_hamode_db [None req-9b9394e5-146a-46f2-aea1-8f5b1d144a9a 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] HA network a0eb7271-a0ae-41c8-a1b5-d1091f1b1bee was deleted as no HA routers are present in tenant a80c8cd844d747ba95ae924df74a26c0. [pid: 8|app: 0|req: 955/1839] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:24 2026] DELETE /v2.0/routers/8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => generated 0 bytes in 806 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1840] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?device_id=8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:25.397 8 INFO neutron.api.v2.resource [None req-15aa9f46-7435-4522-8fe4-e0dbcb64fa9e 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1841] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/routers/8eb27fb3-6f26-4466-b5d4-f3dc6bffcc2a => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1842] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?device_id=e0197985-7479-4381-b83f-36a67b14cfb3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:25.444 8 INFO neutron.api.v2.resource [None req-c33a50c0-349b-4d9d-ad07-33f442c1f9b6 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/1843] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/routers/e0197985-7479-4381-b83f-36a67b14cfb3 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:25.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce4b3df8-e4ac-4b5b-a14b-87940f7884b0 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1844] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/subnets/94c92914-5774-4569-a3df-faa89b41e89c => 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: 958/1845] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?device_id=6ee1317d-f76a-4ad4-80bb-ca9aaf74060b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:25.519 7 INFO neutron.api.v2.resource [None req-b1e29e13-d53c-4e65-bf0e-3e6bb28d3c70 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1846] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/routers/6ee1317d-f76a-4ad4-80bb-ca9aaf74060b => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:25.539 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e57bb67e-0444-4cb6-b164-d2247342b67e 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/1847] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/subnets/9772f17e-683a-4fed-9953-3c17177b2331 => 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: 889/1848] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?device_id=2afa1b71-c902-4cd0-b10f-b93ab3f214c0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:25.586 8 INFO neutron.api.v2.resource [None req-8e6925d1-2487-49c6-a684-0d4f44b61729 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 960/1849] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/routers/2afa1b71-c902-4cd0-b10f-b93ab3f214c0 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:25.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1089d67f-4483-4f60-bd3b-855d15891e70 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 890/1850] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/subnets/d85b09de-254d-4e47-b1f4-9b77d57214d5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:25.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63170e08-2ada-4c28-8575-42664b4a060c 2fef2d0757794a5d8fa9b7fed0ec76c2 a80c8cd844d747ba95ae924df74a26c0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 961/1851] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/subnets/6cbf59fa-722d-450b-9f30-4136db1625ae => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1852] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?tenant_id=075960fc95ef4fe7a4d6c472dd628fa6&device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1853] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:25 2026] DELETE /v2.0/security-groups/14251c7d-cf0a-459c-90d5-3db86ecdb07f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1854] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0fd55bb4-7cdc-47be-a228-3cbd97ac8408 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1855] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/subnets?id=9c79d665-2c3a-4309-b3e2-656e77e33cc0 => generated 695 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:25.944 8 INFO neutron.services.segments.plugin [-] Segment ec513a19-2e01-47d8-9f9c-75a80e80b920 resource provider aggregate not found 2026-07-01 11:56:25.947 8 INFO neutron.services.segments.plugin [-] Segment ec513a19-2e01-47d8-9f9c-75a80e80b920 resource provider aggregate not found 2026-07-01 11:56:25.968 8 INFO neutron.services.segments.plugin [-] Segment ec513a19-2e01-47d8-9f9c-75a80e80b920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec513a19-2e01-47d8-9f9c-75a80e80b920 found for delete ", "request_id": "req-2f2e99af-8b60-4901-b522-e25fee86b10e"}]} 2026-07-01 11:56:25.968 8 INFO neutron.services.segments.plugin [-] Segment ec513a19-2e01-47d8-9f9c-75a80e80b920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec513a19-2e01-47d8-9f9c-75a80e80b920 found for delete ", "request_id": "req-4ac26224-3faf-42b1-8f3c-f0325923aaa7"}]} [pid: 7|app: 0|req: 893/1856] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?network_id=3de43ec8-5082-4bbb-b80c-32fe7135b3ea&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: 894/1857] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1858] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:56:25 2026] GET /v2.0/networks/3de43ec8-5082-4bbb-b80c-32fe7135b3ea?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: 896/1859] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:26 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1860] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:56:26 2026] GET /v2.0/networks/3de43ec8-5082-4bbb-b80c-32fe7135b3ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1861] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:26 2026] GET /v2.0/security-groups?tenant_id=a80c8cd844d747ba95ae924df74a26c0&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:26.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa95c1c9-c351-4f30-b689-bfbcc6120901 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: 4a25e387-02c9-44c0-94d7-a973a8f00518 2026-07-01 11:56:26.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa95c1c9-c351-4f30-b689-bfbcc6120901 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: 4a25e387-02c9-44c0-94d7-a973a8f00518 [pid: 7|app: 0|req: 899/1862] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:26 2026] DELETE /v2.0/security-groups/e0ed4ba8-7c0c-44f7-a057-d6c35ee27e51 => 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: 964/1863] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:25 2026] PUT /v2.0/routers/ed96dd3a-a443-4333-8768-d07ddbaefe34/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1864] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:26 2026] DELETE /v2.0/subnets/d5cc2e32-77cf-4322-95af-b388b6b597ad => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1865] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:27 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => 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: 902/1866] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:27 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:27.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-c61fb702-a55a-4b0a-b794-a1654a8bf235 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: 98be2f74-da22-4ec6-92bc-cea81c4e1ab8 2026-07-01 11:56:27.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c61fb702-a55a-4b0a-b794-a1654a8bf235 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: 98be2f74-da22-4ec6-92bc-cea81c4e1ab8 2026-07-01 11:56:27.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-c61fb702-a55a-4b0a-b794-a1654a8bf235 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: 9c744b2c-2b76-4121-bec9-e8356862eee3 2026-07-01 11:56:27.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c61fb702-a55a-4b0a-b794-a1654a8bf235 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: 9c744b2c-2b76-4121-bec9-e8356862eee3 2026-07-01 11:56:28.016 8 INFO neutron.services.segments.plugin [-] Segment 033a6b44-c15b-4d39-a5a7-a8b02b976b6e resource provider aggregate not found 2026-07-01 11:56:28.022 8 INFO neutron.services.segments.plugin [-] Segment 033a6b44-c15b-4d39-a5a7-a8b02b976b6e resource provider aggregate not found 2026-07-01 11:56:28.033 8 INFO neutron.services.segments.plugin [-] Segment 033a6b44-c15b-4d39-a5a7-a8b02b976b6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 033a6b44-c15b-4d39-a5a7-a8b02b976b6e found for delete ", "request_id": "req-47420d9a-768f-4c51-b89c-5b86a66b1be9"}]} 2026-07-01 11:56:28.041 8 INFO neutron.services.segments.plugin [-] Segment 033a6b44-c15b-4d39-a5a7-a8b02b976b6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 033a6b44-c15b-4d39-a5a7-a8b02b976b6e found for delete ", "request_id": "req-28aa2e6b-8e14-492d-bc98-8809379ba62c"}]} 2026-07-01 11:56:28.048 8 INFO neutron.db.l3_hamode_db [None req-c61fb702-a55a-4b0a-b794-a1654a8bf235 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] HA network a47f336e-94e7-4d51-a810-7c082aaa5dc4 was deleted as no HA routers are present in tenant 267556767fa84cd6a2590916ed3323a7. [pid: 8|app: 0|req: 965/1867] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:27 2026] DELETE /v2.0/routers/ed96dd3a-a443-4333-8768-d07ddbaefe34 => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:56:28.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d79798f-f6a6-4b64-900a-06a03b4ff1a3 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] TaaS: Handle Delete Port: f8816e14-ffce-4063-9df5-2f4e0df62b16 2026-07-01 11:56:28.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d79798f-f6a6-4b64-900a-06a03b4ff1a3 8e9c7c9d07b64d7fab7f6a4a8c95b6b6 267556767fa84cd6a2590916ed3323a7 - - default default] Tap Mirror: Handle Delete Port: f8816e14-ffce-4063-9df5-2f4e0df62b16 [pid: 8|app: 0|req: 966/1868] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:28 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:28.353 7 INFO neutron.services.segments.plugin [-] Segment 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 resource provider aggregate not found 2026-07-01 11:56:28.360 7 INFO neutron.services.segments.plugin [-] Segment 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 resource provider aggregate not found 2026-07-01 11:56:28.368 7 INFO neutron.services.segments.plugin [-] Segment 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 found for delete ", "request_id": "req-2fe8a0b3-9b04-4989-b232-dc13b9fe89fd"}]} 2026-07-01 11:56:28.377 7 INFO neutron.services.segments.plugin [-] Segment 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ad88099-5f89-4e0a-b53f-bcde4d2876e9 found for delete ", "request_id": "req-bc2763f0-7d05-4f0c-abe4-01a9d530b95f"}]} [pid: 8|app: 0|req: 967/1869] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:28 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1870] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:28 2026] DELETE /v2.0/networks/3486000d-995d-45b7-8c19-3df8f780b403 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1871] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:29 2026] GET /v2.0/security-groups?tenant_id=8ac122d82de641d69222d3568ad33f29&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1872] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:29 2026] DELETE /v2.0/security-groups/d5fc8e1f-778c-41cd-abfd-6473b248fbe8 => 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: 969/1873] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:29 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => 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: 905/1874] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:29 2026] GET /v2.0/security-groups?tenant_id=267556767fa84cd6a2590916ed3323a7&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1875] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:29 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1876] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:29 2026] DELETE /v2.0/security-groups/f13494aa-6534-4136-bfe8-1e4cd9eb915b => 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: 971/1877] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:30 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1878] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:30 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1879] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:31 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:31.962 8 INFO neutron.db.segments_db [None req-a62f0f76-a418-42b9-93c6-58efd1ee93de 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment e49056a8-e2d9-4abf-8397-7fa1785b97ec of type vxlan for network 32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48 [pid: 7|app: 0|req: 909/1880] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:31 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1881] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:56:31 2026] POST /v2.0/networks => generated 740 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1883] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:32 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1883] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:32 2026] POST /v2.0/subnets => generated 687 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1884] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:32 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:32.350 7 INFO neutron.db.segments_db [None req-5bcf6bda-3ed0-4bad-818b-57e234df2aef 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment fe321dd5-9bbc-4221-9825-47560a90f908 of type vxlan for network cb22f2d8-6370-4145-8ca5-40484f079172 2026-07-01 11:56:32.602 7 INFO neutron.db.l3_hamode_db [None req-5bcf6bda-3ed0-4bad-818b-57e234df2aef 87871fe3673a429493654121a8aaee77 3cee4b48be3342a4bf595df6c50f7858 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 977/1887] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:33 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1888] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:33 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:33.510 7 INFO neutron.db.l3_hamode_db [None req-5bcf6bda-3ed0-4bad-818b-57e234df2aef 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 911/1889] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:32 2026] POST /v2.0/routers => generated 727 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1890] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:34 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1891] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:34 2026] GET /v2.0/security-groups?id=25c35c9e-d036-4950-901a-39855becb401&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1892] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:56:34 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:34.888 7 INFO neutron_taas.services.taas.taas_plugin [req-3e400fae-c55c-45ad-8c89-b9216dec6cb2 req-608059bd-67b3-4c55-9f69-8ce455e669c3 4f660002d4754a2a90a3666528687655 075960fc95ef4fe7a4d6c472dd628fa6 - - default default] TaaS: Handle Delete Port: 0fd55bb4-7cdc-47be-a228-3cbd97ac8408 2026-07-01 11:56:34.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3e400fae-c55c-45ad-8c89-b9216dec6cb2 req-608059bd-67b3-4c55-9f69-8ce455e669c3 4f660002d4754a2a90a3666528687655 075960fc95ef4fe7a4d6c472dd628fa6 - - default default] Tap Mirror: Handle Delete Port: 0fd55bb4-7cdc-47be-a228-3cbd97ac8408 [pid: 7|app: 0|req: 915/1893] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:56:34 2026] DELETE /v2.0/ports/0fd55bb4-7cdc-47be-a228-3cbd97ac8408 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:35.089 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef65cfd7-44b5-4dd9-8b3f-c684e713e357'] response: {'server_uuid': '23a4b388-741d-4fb4-886b-0c0b187b9c94', 'name': 'network-vif-deleted', 'tag': '0fd55bb4-7cdc-47be-a228-3cbd97ac8408', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 979/1894] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:34 2026] PUT /v2.0/routers/153d4c5c-c87b-461b-94fc-f6dbe378c2f2/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1895] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:35 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:36.197 8 INFO neutron.db.segments_db [None req-a5866d75-ffc8-4bf5-9620-58e68bdda53a f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Added segment 77b0445e-9017-441d-9232-d5c110079fb0 of type vxlan for network 6928f53f-b538-4a5e-bd1b-159b279928d5 [pid: 8|app: 0|req: 980/1896] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:35 2026] POST /v2.0/networks => generated 640 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1897] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:36 2026] POST /v2.0/subnets => generated 658 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1898] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:56:36 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1899] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:36 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:37.142 7 INFO neutron.db.segments_db [None req-e3aee6bb-e489-4dfe-a306-23bb5633acf5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 7f36e0c6-128c-45c0-a2d5-acb278a7e14c of type vxlan for network 3418d120-3f56-43e3-a0e2-d2dcc08245dc [pid: 8|app: 0|req: 982/1900] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:36 2026] POST /v2.0/subnets => generated 732 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1901] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:56:36 2026] POST /v2.0/networks => generated 741 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:37.271 8 INFO neutron.db.segments_db [None req-65c4082e-9a3e-4c6a-b88e-7535efc5e470 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Added segment 04d49eee-ce86-4121-b311-4f8d439000f2 of type vxlan for network f51f5a02-3988-433d-aaa8-af372009c507 [pid: 8|app: 0|req: 983/1902] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:37 2026] POST /v2.0/networks => generated 638 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1903] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:37 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:37.486 7 INFO neutron.db.segments_db [None req-0afe1d2a-e575-400c-9ca5-6b78b8ada215 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 8952cf0c-9810-47b4-a95a-e31025153ae5 of type vxlan for network da97667b-0662-43b4-ac6a-d3f17c48a497 [pid: 8|app: 0|req: 984/1904] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:37 2026] POST /v2.0/subnets => generated 655 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:37.725 7 INFO neutron.db.l3_hamode_db [None req-0afe1d2a-e575-400c-9ca5-6b78b8ada215 87871fe3673a429493654121a8aaee77 b2a31861010240e991a59eaf4011cf84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 985/1905] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:37 2026] POST /v2.0/subnets => generated 726 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1906] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:38 2026] GET /v2.0/ports?device_id=23a4b388-741d-4fb4-886b-0c0b187b9c94 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:38.092 8 INFO neutron.db.segments_db [None req-23fd0713-7dbd-4f60-9f7e-167428d268c7 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Added segment a081c50d-2da5-4406-8d80-0194502a2709 of type vxlan for network 47859e0d-7837-4993-a364-d0b92b1d4e8c [pid: 8|app: 0|req: 987/1907] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:38 2026] POST /v2.0/networks => generated 638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1908] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:38 2026] POST /v2.0/subnets => generated 655 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:38.479 7 INFO neutron.db.l3_hamode_db [None req-0afe1d2a-e575-400c-9ca5-6b78b8ada215 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 989/1909] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:38 2026] POST /v2.0/subnets => generated 730 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:38.778 8 INFO neutron.db.segments_db [None req-86cc69bf-9285-418f-95d3-f4895222383a f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Added segment 55f70708-f2a1-4bc0-9d56-944e993f4b5f of type vxlan for network c0f8e97e-b77b-4146-8773-95319c7e21fd 2026-07-01 11:56:39.046 8 INFO neutron.db.l3_hamode_db [None req-86cc69bf-9285-418f-95d3-f4895222383a f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 921/1910] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:37 2026] POST /v2.0/routers => generated 728 bytes in 1961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:39.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-16fecda5-693a-4824-91e9-934fe55138bf 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 5ac5f525-9a42-4a9f-a684-f140a4ff3412 2026-07-01 11:56:39.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16fecda5-693a-4824-91e9-934fe55138bf 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 5ac5f525-9a42-4a9f-a684-f140a4ff3412 2026-07-01 11:56:39.851 8 INFO neutron.db.l3_hamode_db [None req-86cc69bf-9285-418f-95d3-f4895222383a f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 922/1911] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:56:39 2026] PUT /v2.0/routers/d4880f95-ca55-4ffb-aab4-45f386811c6c/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: 990/1912] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:38 2026] POST /v2.0/routers => generated 683 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:41.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa806d1c-6e2d-4f3d-b255-e9ef9f5f121b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 6db859bb-68ea-4e55-8c13-e1a6ed1385f9 2026-07-01 11:56:41.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa806d1c-6e2d-4f3d-b255-e9ef9f5f121b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 6db859bb-68ea-4e55-8c13-e1a6ed1385f9 2026-07-01 11:56:41.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa806d1c-6e2d-4f3d-b255-e9ef9f5f121b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 29802cc5-d362-4455-8a96-3c5091f20147 2026-07-01 11:56:41.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa806d1c-6e2d-4f3d-b255-e9ef9f5f121b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 29802cc5-d362-4455-8a96-3c5091f20147 [pid: 7|app: 0|req: 923/1913] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:40 2026] PUT /v2.0/routers/485c9ba5-975a-430d-b57c-5086aa95b883/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:41.816 8 INFO neutron.services.segments.plugin [-] Segment d181cd0f-8008-43e1-8530-f3969ab1f8af resource provider aggregate not found 2026-07-01 11:56:41.825 8 INFO neutron.services.segments.plugin [-] Segment d181cd0f-8008-43e1-8530-f3969ab1f8af resource provider aggregate not found 2026-07-01 11:56:41.840 8 INFO neutron.services.segments.plugin [-] Segment d181cd0f-8008-43e1-8530-f3969ab1f8af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d181cd0f-8008-43e1-8530-f3969ab1f8af found for delete ", "request_id": "req-c7d1b9e3-2105-4f67-a14b-d792c846839b"}]} 2026-07-01 11:56:41.844 8 INFO neutron.services.segments.plugin [-] Segment d181cd0f-8008-43e1-8530-f3969ab1f8af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d181cd0f-8008-43e1-8530-f3969ab1f8af found for delete ", "request_id": "req-fdd1dfd3-5a04-4a3d-bfb0-d9dbb0a943ce"}]} 2026-07-01 11:56:41.845 8 INFO neutron.db.l3_hamode_db [None req-aa806d1c-6e2d-4f3d-b255-e9ef9f5f121b 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network fe68dd9f-3933-4d19-a30a-5463f4cf3a3a was deleted as no HA routers are present in tenant 075960fc95ef4fe7a4d6c472dd628fa6. [pid: 8|app: 0|req: 991/1914] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:40 2026] DELETE /v2.0/routers/d4880f95-ca55-4ffb-aab4-45f386811c6c => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1915] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:41 2026] DELETE /v2.0/subnets/9c79d665-2c3a-4309-b3e2-656e77e33cc0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:42.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-e48c079f-16f2-4cbd-bd41-2759f5434c2a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: deb2b6db-e0e8-453e-81c5-02e7ba77bf1f 2026-07-01 11:56:42.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e48c079f-16f2-4cbd-bd41-2759f5434c2a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: deb2b6db-e0e8-453e-81c5-02e7ba77bf1f [pid: 8|app: 0|req: 993/1916] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:42 2026] DELETE /v2.0/networks/3de43ec8-5082-4bbb-b80c-32fe7135b3ea => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1917] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:56:42 2026] POST /v2.0/security-groups => generated 1675 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1918] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:42 2026] GET /v2.0/security-groups?tenant_id=075960fc95ef4fe7a4d6c472dd628fa6&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1919] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1920] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:42 2026] DELETE /v2.0/security-groups/25c35c9e-d036-4950-901a-39855becb401 => 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: 998/1921] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1922] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1923] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1924] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:41 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/add_router_interface => generated 309 bytes in 1591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:43.345 8 INFO neutron.db.securitygroups_db [None req-e84891b3-de6f-449f-8bd1-aae2016a3323 f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] Project 3cee4b48be3342a4bf595df6c50f7858 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: 1001/1925] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:43 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-07-01 11:56:43.489 8 INFO neutron.db.securitygroups_db [None req-0a40a040-1211-4bc1-83ea-ff200d8557f5 f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] Project 3cee4b48be3342a4bf595df6c50f7858 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: 1002/1926] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:43.869 8 INFO neutron.services.segments.plugin [-] Segment 12f64e44-49aa-4f57-b380-739e70ff7184 resource provider aggregate not found 2026-07-01 11:56:43.874 8 INFO neutron.services.segments.plugin [-] Segment 12f64e44-49aa-4f57-b380-739e70ff7184 resource provider aggregate not found 2026-07-01 11:56:43.886 8 INFO neutron.services.segments.plugin [-] Segment 12f64e44-49aa-4f57-b380-739e70ff7184 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12f64e44-49aa-4f57-b380-739e70ff7184 found for delete ", "request_id": "req-03a9a5cd-f5d4-440b-ac2d-a6b8d13b3417"}]} 2026-07-01 11:56:43.893 8 INFO neutron.services.segments.plugin [-] Segment 12f64e44-49aa-4f57-b380-739e70ff7184 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12f64e44-49aa-4f57-b380-739e70ff7184 found for delete ", "request_id": "req-52c71d04-34dd-468c-b4e7-43c2e3df58ac"}]} [pid: 8|app: 0|req: 1003/1927] 10.0.0.123 () {34 vars in 685 bytes} [Wed Jul 1 11:56:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1928] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1929] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1930] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:43 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/add_router_interface => generated 309 bytes in 1584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1931] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:56:44 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1932] 10.0.0.26 () {34 vars in 1099 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2087925504&fields=id&tenant_id=3cee4b48be3342a4bf595df6c50f7858 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1933] 10.0.0.26 () {34 vars in 1099 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1892652099&fields=id&tenant_id=3cee4b48be3342a4bf595df6c50f7858 => 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: 1009/1934] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/networks?id=32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48 => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1935] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/quotas/3cee4b48be3342a4bf595df6c50f7858 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1936] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/ports?tenant_id=3cee4b48be3342a4bf595df6c50f7858&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1937] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/security-groups?tenant_id=f545c0ea7a244959906282bb4f29d1a2&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1938] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48?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: 1014/1939] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:45 2026] DELETE /v2.0/security-groups/4376f54d-a64d-43a6-b1c1-8da7cf56006d => 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: 1015/1940] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:56:45 2026] GET /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1941] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:46 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 926/1942] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:56:44 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/add_router_interface => generated 309 bytes in 1476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1943] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 11:56:46 2026] POST /v2.0/security-groups => generated 1628 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1944] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1945] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1946] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1947] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1948] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1949] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:47 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 1020/1950] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1951] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:47 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) [pid: 8|app: 0|req: 1021/1954] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1955] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1956] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:48.154 8 INFO neutron.db.segments_db [None req-8a90612f-6622-44d0-91da-46e9a46a17b6 afc3310c844e4f1bb37e1a6f32725c69 ccac370ea0c0426fa2d868f70db331f8 - - default default] Added segment 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe of type vxlan for network bda05706-f889-44d5-9986-361811eaf976 [pid: 7|app: 0|req: 936/1957] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:56:48 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: 1022/1958] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:47 2026] POST /v2.0/networks => generated 648 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1959] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 1023/1960] 10.0.0.26 () {34 vars in 1095 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2091923809&fields=id&tenant_id=96bba047ec6c49369c1c505c193a3a70 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1961] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1962] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/quotas/96bba047ec6c49369c1c505c193a3a70 => 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: 939/1963] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&fields=id => generated 195 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1964] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 941/1965] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1966] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:48 2026] POST /v2.0/subnets => generated 673 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1967] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:48 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:49.003 7 INFO neutron.db.segments_db [None req-73f53edf-2acf-4640-afc9-2d2a77d79af9 afc3310c844e4f1bb37e1a6f32725c69 ccac370ea0c0426fa2d868f70db331f8 - - default default] Added segment 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 of type vxlan for network 26240809-7451-4b1d-9507-3805951c615e [pid: 7|app: 0|req: 942/1968] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:48 2026] POST /v2.0/networks => generated 648 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1969] 10.0.0.123 () {34 vars in 743 bytes} [Wed Jul 1 11:56:49 2026] PUT /v2.0/networks/26240809-7451-4b1d-9507-3805951c615e => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1970] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:49 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 943/1971] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:49 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1972] 10.0.0.123 () {34 vars in 741 bytes} [Wed Jul 1 11:56:49 2026] PUT /v2.0/subnets/ef450111-eeef-4fc9-8352-f57ecced99ae => generated 656 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:49.849 7 INFO neutron.services.segments.plugin [-] Segment 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 resource provider aggregate not found 2026-07-01 11:56:49.855 7 INFO neutron.services.segments.plugin [-] Segment 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 resource provider aggregate not found 2026-07-01 11:56:49.874 7 INFO neutron.services.segments.plugin [-] Segment 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 found for delete ", "request_id": "req-f6178a72-2e9b-4c11-bed5-762a9685ba30"}]} 2026-07-01 11:56:49.875 7 INFO neutron.services.segments.plugin [-] Segment 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d748520-9599-466d-bbeb-1f5cd3eaeaa6 found for delete ", "request_id": "req-85271121-5076-44fa-9b03-d90672833b9d"}]} [pid: 7|app: 0|req: 944/1973] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:49 2026] DELETE /v2.0/networks/26240809-7451-4b1d-9507-3805951c615e => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:49.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-636dfcea-b4cb-4793-bdb5-123cecdab575 afc3310c844e4f1bb37e1a6f32725c69 ccac370ea0c0426fa2d868f70db331f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/1974] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:49 2026] DELETE /v2.0/networks/26240809-7451-4b1d-9507-3805951c615e => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1975] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 11:56:49 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1976] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/subnets?network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05 => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1977] 10.0.0.123 () {32 vars in 653 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1978] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/networks => generated 1313 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1979] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/subnets => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1980] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/networks/bda05706-f889-44d5-9986-361811eaf976 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1981] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/subnets/d0349b86-59c8-4b8e-b35b-00a687bb8195 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:50.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2fe72394-835c-4b85-81ef-1835853064c1 afc3310c844e4f1bb37e1a6f32725c69 ccac370ea0c0426fa2d868f70db331f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/1982] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:50 2026] DELETE /v2.0/subnets/ef450111-eeef-4fc9-8352-f57ecced99ae => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:50.299 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37ce2151-c504-425e-b25a-458fe6ab1e78 afc3310c844e4f1bb37e1a6f32725c69 ccac370ea0c0426fa2d868f70db331f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 949/1983] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:50 2026] DELETE /v2.0/networks/26240809-7451-4b1d-9507-3805951c615e => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1984] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:50 2026] DELETE /v2.0/subnets/d0349b86-59c8-4b8e-b35b-00a687bb8195 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1985] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/networks?id=32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1986] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 952/1987] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:56:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3cee4b48be3342a4bf595df6c50f7858 => generated 274 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:50.562 8 INFO neutron.services.segments.plugin [-] Segment 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe resource provider aggregate not found 2026-07-01 11:56:50.566 8 INFO neutron.services.segments.plugin [-] Segment 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe resource provider aggregate not found 2026-07-01 11:56:50.587 8 INFO neutron.services.segments.plugin [-] Segment 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe found for delete ", "request_id": "req-f60bbbeb-9197-401b-8728-4b9b4083dfd7"}]} 2026-07-01 11:56:50.590 8 INFO neutron.services.segments.plugin [-] Segment 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f5f3f8b-7e1d-41dc-8fc3-d7ccc0789dfe found for delete ", "request_id": "req-f0827f1c-9667-4ffa-8027-dfb813019ca8"}]} [pid: 8|app: 0|req: 1036/1988] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:50 2026] DELETE /v2.0/networks/bda05706-f889-44d5-9986-361811eaf976 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1989] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:56:50 2026] POST /v2.0/ports => generated 993 bytes in 437 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: 954/1990] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:51 2026] GET /v2.0/security-groups?tenant_id=ccac370ea0c0426fa2d868f70db331f8&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1991] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:51 2026] DELETE /v2.0/security-groups/81c00af8-1909-4dbe-86e9-ea4454804ad9 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1992] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:56:50 2026] PUT /v2.0/ports/0660555b-aa4a-413e-9d95-0273d0925c83 => generated 1274 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:51.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38abcdae-dc70-469e-8574-751df1d8b400'] response: {'name': 'network-changed', 'server_uuid': '6a259f78-abdc-4eba-a788-bd29a50025ce', 'tag': '0660555b-aa4a-413e-9d95-0273d0925c83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 956/1993] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:51 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1038/1994] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:51 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1995] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:56:51 2026] GET /v2.0/ports?tenant_id=3cee4b48be3342a4bf595df6c50f7858&device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1996] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:56:52 2026] GET /v2.0/networks?tenant_id=3cee4b48be3342a4bf595df6c50f7858&shared=False => generated 768 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1997] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:56:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1998] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:52 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1008 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1999] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:52 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2000] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/ports?tenant_id=3cee4b48be3342a4bf595df6c50f7858&device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2001] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2002] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0660555b-aa4a-413e-9d95-0273d0925c83 => 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: 963/2003] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96bba047ec6c49369c1c505c193a3a70 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2004] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/subnets?id=fe086c39-4141-4abc-8dca-799a921866b2 => generated 690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:53.498 8 INFO neutron.db.segments_db [None req-ab7053c5-964b-410f-b26f-e2719ad46555 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Added segment 511cbe1c-dbbc-4a43-81af-22f194962ac3 of type vxlan for network a9098f8b-cf04-48f1-abaa-39d2f7ca3858 [pid: 8|app: 0|req: 1041/2005] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:53 2026] POST /v2.0/networks => generated 649 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2006] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/ports?network_id=32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2007] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:56:53 2026] POST /v2.0/ports => generated 779 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1044/2008] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:56:53 2026] GET /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48?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: 1045/2009] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:54 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:54.120 8 INFO neutron.db.segments_db [None req-c9a751f8-81d9-45e7-a290-0e2ebf0cc726 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Added segment 78092700-4a38-42a0-8111-3cb4cafdb457 of type vxlan for network 3b80c378-dd43-474a-be60-de8560ec8127 [pid: 8|app: 0|req: 1046/2010] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:54 2026] POST /v2.0/networks => generated 635 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2011] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:56:54 2026] GET /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48?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: 965/2012] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:56:53 2026] POST /v2.0/ports => generated 1183 bytes in 922 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: 966/2013] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:54 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2014] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:54 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1186 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2015] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:54 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2016] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:54 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2017] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:56:54 2026] PUT /v2.0/ports/07cd27cb-4431-421e-8f70-3650340f0f52 => generated 1464 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:54.838 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-441dd0fe-bf9a-4649-87f0-aa4902ca6cac'] response: {'name': 'network-changed', 'server_uuid': '9e65081b-24d1-4fe7-8295-146a768c0cd3', 'tag': '07cd27cb-4431-421e-8f70-3650340f0f52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 969/2018] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:56:54 2026] POST /v2.0/ports => generated 966 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:56:55.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-daedd328-479e-47fc-92a0-aee1a39cc0b8 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] TaaS: Handle Delete Port: 9b858176-1682-4441-8e1b-6e1e0daf0a79 2026-07-01 11:56:55.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daedd328-479e-47fc-92a0-aee1a39cc0b8 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Tap Mirror: Handle Delete Port: 9b858176-1682-4441-8e1b-6e1e0daf0a79 [pid: 8|app: 0|req: 1050/2019] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:55 2026] DELETE /v2.0/ports/9b858176-1682-4441-8e1b-6e1e0daf0a79 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:56:55.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-728f0b81-554b-4b5d-955e-d03877d5d0d5 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/2020] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:55 2026] DELETE /v2.0/ports/9b858176-1682-4441-8e1b-6e1e0daf0a79 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:55.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8f34134-6059-4fbd-98cb-7b568e01935f 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/2021] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:55 2026] GET /v2.0/ports/9b858176-1682-4441-8e1b-6e1e0daf0a79 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2022] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:56:55 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2023] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:56:55 2026] GET /v2.0/networks?tenant_id=96bba047ec6c49369c1c505c193a3a70&shared=False => generated 2375 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2024] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:55 2026] DELETE /v2.0/subnets/2b7ac982-852a-4845-a57e-e19fb6c80030 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2025] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:55 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2026] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:56:55 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: 7|app: 0|req: 973/2027] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:55 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:55.602 8 INFO neutron.services.segments.plugin [-] Segment 78092700-4a38-42a0-8111-3cb4cafdb457 resource provider aggregate not found 2026-07-01 11:56:55.609 8 INFO neutron.services.segments.plugin [-] Segment 78092700-4a38-42a0-8111-3cb4cafdb457 resource provider aggregate not found 2026-07-01 11:56:55.624 8 INFO neutron.services.segments.plugin [-] Segment 78092700-4a38-42a0-8111-3cb4cafdb457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78092700-4a38-42a0-8111-3cb4cafdb457 found for delete ", "request_id": "req-393643fb-fb17-4d34-92d3-f884c05d0c68"}]} 2026-07-01 11:56:55.629 8 INFO neutron.services.segments.plugin [-] Segment 78092700-4a38-42a0-8111-3cb4cafdb457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78092700-4a38-42a0-8111-3cb4cafdb457 found for delete ", "request_id": "req-564c5039-ba14-4a93-be42-6c9a997f061b"}]} [pid: 8|app: 0|req: 1055/2028] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:55 2026] DELETE /v2.0/networks/3b80c378-dd43-474a-be60-de8560ec8127 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:55.712 7 INFO neutron.db.segments_db [None req-ca9061be-e994-43d9-8655-72963196a957 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Added segment 503ca3d6-6106-471f-a81a-6286ecdb2441 of type vxlan for network 5b17a563-570d-4371-bee0-f2ca987dad3f [pid: 7|app: 0|req: 974/2029] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:56:55 2026] POST /v2.0/networks => generated 634 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2030] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:56:55 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2031] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:56:56 2026] POST /v2.0/ports => generated 928 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:56:56.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2b2df3f-fd61-4c38-8a5f-ef7196bdc279 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] TaaS: Handle Delete Port: 97ef55ea-6b1d-4355-85ca-01901d4aaccc 2026-07-01 11:56:56.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2b2df3f-fd61-4c38-8a5f-ef7196bdc279 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Tap Mirror: Handle Delete Port: 97ef55ea-6b1d-4355-85ca-01901d4aaccc [pid: 7|app: 0|req: 976/2032] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2033] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:56 2026] DELETE /v2.0/ports/97ef55ea-6b1d-4355-85ca-01901d4aaccc => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2034] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=07cd27cb-4431-421e-8f70-3650340f0f52 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:56:56.611 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ab52604-1369-451a-802b-08f4bf28385f 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2035] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/ports/97ef55ea-6b1d-4355-85ca-01901d4aaccc => 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: 978/2036] 199.204.45.238 () {34 vars in 1104 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1fd&port_id=07cd27cb-4431-421e-8f70-3650340f0f52 => 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: 1059/2037] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2038] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918&id=3b61438e-4307-4488-b74a-da98a5598859 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2039] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2040] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2041] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2042] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:56 2026] DELETE /v2.0/subnets/f6cd9c1a-dd4d-4125-be8d-d0d3dba7f823 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2043] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 981/2044] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:56:56 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1064/2045] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:56 2026] DELETE /v2.0/networks/5b17a563-570d-4371-bee0-f2ca987dad3f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2046] 10.0.0.123 () {34 vars in 665 bytes} [Wed Jul 1 11:56:56 2026] POST /v2.0/ports => generated 779 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2047] 10.0.0.123 () {34 vars in 737 bytes} [Wed Jul 1 11:56:57 2026] PUT /v2.0/ports/0a1f6ea5-5af1-438e-a494-cf010fd51b89 => generated 752 bytes in 169 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1066/2048] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:56:57.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab6f131a-c001-4a14-8d6f-9bf30d9dd140 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] TaaS: Handle Delete Port: 0a1f6ea5-5af1-438e-a494-cf010fd51b89 2026-07-01 11:56:57.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab6f131a-c001-4a14-8d6f-9bf30d9dd140 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Tap Mirror: Handle Delete Port: 0a1f6ea5-5af1-438e-a494-cf010fd51b89 [pid: 8|app: 0|req: 1067/2049] 199.204.45.238 () {34 vars in 1124 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/security-groups?id=6af8c23c-13fb-4e9c-83b1-1851a221f761&id=ac51d163-de19-432a-8245-8b4b483b74da&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2050] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:57 2026] DELETE /v2.0/ports/0a1f6ea5-5af1-438e-a494-cf010fd51b89 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2051] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/ports => generated 782 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:57.654 8 INFO neutron.services.segments.plugin [-] Segment 503ca3d6-6106-471f-a81a-6286ecdb2441 resource provider aggregate not found 2026-07-01 11:56:57.657 8 INFO neutron.services.segments.plugin [-] Segment 503ca3d6-6106-471f-a81a-6286ecdb2441 resource provider aggregate not found 2026-07-01 11:56:57.664 7 INFO neutron.pecan_wsgi.hooks.translation [None req-514a84e3-79f1-4966-92ec-70846da0653c 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 984/2052] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/ports/0a1f6ea5-5af1-438e-a494-cf010fd51b89 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:57.678 8 INFO neutron.services.segments.plugin [-] Segment 503ca3d6-6106-471f-a81a-6286ecdb2441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 503ca3d6-6106-471f-a81a-6286ecdb2441 found for delete ", "request_id": "req-e7a9acc7-1acc-46b5-81bb-c467b6f82b3b"}]} 2026-07-01 11:56:57.685 8 INFO neutron.services.segments.plugin [-] Segment 503ca3d6-6106-471f-a81a-6286ecdb2441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 503ca3d6-6106-471f-a81a-6286ecdb2441 found for delete ", "request_id": "req-0b85b302-fd15-415b-84c8-2e9dd218390b"}]} [pid: 8|app: 0|req: 1069/2053] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/ports => generated 782 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2054] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/ports/f8d36347-309b-4920-a9e2-b937351145bd => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:57.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b57af9d-caf9-408c-a876-a9bda01ad398 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/2055] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:57 2026] DELETE /v2.0/ports/97ef55ea-6b1d-4355-85ca-01901d4aaccc => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:57.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a81389e-3f68-47ab-b866-55fa9f9dea9a 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2056] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:57 2026] DELETE /v2.0/subnets/f6cd9c1a-dd4d-4125-be8d-d0d3dba7f823 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:56:57.851 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be3225f0-177a-456d-9af6-0240a14da566 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2057] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:56:57 2026] DELETE /v2.0/subnets/2b7ac982-852a-4845-a57e-e19fb6c80030 => 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: 986/2058] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1008 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2059] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:57 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:56:57.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0713e72-1fb1-48ed-a493-e530cd4f1326 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] TaaS: Handle Delete Port: f8d36347-309b-4920-a9e2-b937351145bd 2026-07-01 11:56:57.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0713e72-1fb1-48ed-a493-e530cd4f1326 9fd8b342b0eb462d803a6ad10a61d670 6a3a21491d614defb1537dd52ce967e3 - - default default] Tap Mirror: Handle Delete Port: f8d36347-309b-4920-a9e2-b937351145bd [pid: 8|app: 0|req: 1073/2060] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:56:57 2026] DELETE /v2.0/ports/f8d36347-309b-4920-a9e2-b937351145bd => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:56:58.204 7 INFO neutron.services.segments.plugin [-] Segment 511cbe1c-dbbc-4a43-81af-22f194962ac3 resource provider aggregate not found 2026-07-01 11:56:58.206 7 INFO neutron.services.segments.plugin [-] Segment 511cbe1c-dbbc-4a43-81af-22f194962ac3 resource provider aggregate not found 2026-07-01 11:56:58.225 7 INFO neutron.services.segments.plugin [-] Segment 511cbe1c-dbbc-4a43-81af-22f194962ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511cbe1c-dbbc-4a43-81af-22f194962ac3 found for delete ", "request_id": "req-28bc9506-3669-4b82-9b4c-162e4e3e6755"}]} 2026-07-01 11:56:58.229 7 INFO neutron.services.segments.plugin [-] Segment 511cbe1c-dbbc-4a43-81af-22f194962ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511cbe1c-dbbc-4a43-81af-22f194962ac3 found for delete ", "request_id": "req-bfd404c1-ae78-4dbc-99d0-fbb9344bab5f"}]} [pid: 7|app: 0|req: 988/2061] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:56:58 2026] DELETE /v2.0/networks/a9098f8b-cf04-48f1-abaa-39d2f7ca3858 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2062] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:56:58 2026] GET /v2.0/security-groups?tenant_id=6a3a21491d614defb1537dd52ce967e3&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: 989/2063] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:56:58 2026] DELETE /v2.0/security-groups/dfcde76f-5212-4100-915d-32cab4628072 => 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: 1075/2064] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:58 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2065] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:56:59 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2066] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:56:59 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1198 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2067] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:56:59 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2068] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:00 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 992/2069] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:57:00 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2070] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:00 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:00.755 7 INFO neutron.db.l3_db [None req-429acc00-cfee-4cf8-b7f1-147ba346ff8d f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] Floating IP 4964cb91-1888-4dff-9462-60781e2d99c3 associated. External IP: 10.96.250.202, port: 0660555b-aa4a-413e-9d95-0273d0925c83. [pid: 7|app: 0|req: 993/2071] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:57:00 2026] PUT /v2.0/floatingips/4964cb91-1888-4dff-9462-60781e2d99c3 => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:57:01.266 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-faadb8cf-5648-40cf-b6f0-5d9ba20d628d'] response: {'name': 'network-changed', 'server_uuid': '6a259f78-abdc-4eba-a788-bd29a50025ce', 'tag': '0660555b-aa4a-413e-9d95-0273d0925c83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1079/2072] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 11:57:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2073] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2074] 10.0.0.123 () {34 vars in 758 bytes} [Wed Jul 1 11:57:01 2026] PUT /v2.0/security-groups/125a5827-a081-4679-8eb8-829552e4d8a4 => generated 1663 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2075] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/security-groups/125a5827-a081-4679-8eb8-829552e4d8a4 => generated 1663 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2076] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:01 2026] DELETE /v2.0/security-groups/125a5827-a081-4679-8eb8-829552e4d8a4 => 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: 996/2077] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:01.682 8 INFO neutron.api.v2.resource [None req-d8943ad3-c88d-46cc-9428-d6f67793a3a3 bb4ac4b026634c71b1e6f8149ef79a15 4f11b69f454a4e65927a8eb977316f84 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1082/2078] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:01 2026] DELETE /v2.0/security-groups/125a5827-a081-4679-8eb8-829552e4d8a4 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2079] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/ports?tenant_id=3cee4b48be3342a4bf595df6c50f7858&device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2080] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 11:57:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2081] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/networks?id=32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48 => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2082] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0660555b-aa4a-413e-9d95-0273d0925c83 => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2083] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:57:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2084] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/subnets?id=fe086c39-4141-4abc-8dca-799a921866b2 => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2085] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/security-group-rules/c33551fa-8b68-4001-af46-eebdb9d60159 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2086] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:01 2026] GET /v2.0/ports?network_id=32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2087] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2088] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2089] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48?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: 1001/2090] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:57:02 2026] DELETE /v2.0/security-group-rules/c33551fa-8b68-4001-af46-eebdb9d60159 => 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: 1090/2091] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2092] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:57:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2093] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules/aec4526e-a571-449d-afb0-8f89967a966a => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2094] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2097] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:57:02 2026] DELETE /v2.0/security-group-rules/aec4526e-a571-449d-afb0-8f89967a966a => 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: 1006/2098] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:02.748 8 INFO neutron.db.securitygroups_db [None req-93d2e398-88d1-40bb-89ef-a5d547f596b9 bb4ac4b026634c71b1e6f8149ef79a15 4f11b69f454a4e65927a8eb977316f84 - - default default] Project 4f11b69f454a4e65927a8eb977316f84 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: 1093/2099] 10.0.0.123 () {34 vars in 695 bytes} [Wed Jul 1 11:57:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2100] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules/00f2c82f-b491-4d56-b29d-5f53ca33f9a7 => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2101] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:57:02 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2102] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:57:02 2026] DELETE /v2.0/security-group-rules/00f2c82f-b491-4d56-b29d-5f53ca33f9a7 => 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: 1095/2103] 10.0.0.123 () {32 vars in 673 bytes} [Wed Jul 1 11:57:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2104] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:03 2026] DELETE /v2.0/security-groups/af430860-dda2-4d8f-bc35-ed87d27fb827 => 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: 1096/2105] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:57:03 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: 1010/2106] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 11:57:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2107] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:03 2026] GET /v2.0/security-groups?tenant_id=4f11b69f454a4e65927a8eb977316f84&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2108] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:04 2026] DELETE /v2.0/security-groups/5149ec8c-f7c5-4b2b-8d1f-301b0f81c30e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2109] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:04 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2110] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:05 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2111] 10.0.0.123 () {32 vars in 818 bytes} [Wed Jul 1 11:57:05 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&mac_address=fa%3A16%3A3e%3A48%3A4e%3Aba => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:05.840 7 INFO neutron.db.l3_db [None req-6ecd7cbc-0f23-46cd-9957-afcac413580c f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Floating IP fdaf53aa-94c2-4538-b80a-7fb24ce4400e associated. External IP: 10.96.250.209, port: 07cd27cb-4431-421e-8f70-3650340f0f52. [pid: 8|app: 0|req: 1100/2112] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:57:05 2026] POST /v2.0/subnetpools => generated 548 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2113] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/subnetpools/88fe3dda-9bd1-4f35-9b50-d66afad5cd11 => generated 548 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2114] 10.0.0.123 () {34 vars in 677 bytes} [Wed Jul 1 11:57:05 2026] POST /v2.0/floatingips => generated 855 bytes in 965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:57:06.189 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3e5d7a9-5adb-426f-9376-9c738ec2b3ef'] response: {'name': 'network-changed', 'server_uuid': '9e65081b-24d1-4fe7-8295-146a768c0cd3', 'tag': '07cd27cb-4431-421e-8f70-3650340f0f52', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1102/2115] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:57:06 2026] PUT /v2.0/subnetpools/88fe3dda-9bd1-4f35-9b50-d66afad5cd11 => generated 500 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2116] 10.0.0.26 () {34 vars in 1095 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2091923809&fields=id&tenant_id=96bba047ec6c49369c1c505c193a3a70 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2117] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:57:06 2026] DELETE /v2.0/subnetpools/88fe3dda-9bd1-4f35-9b50-d66afad5cd11 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:57:06.284 7 INFO neutron.api.v2.resource [None req-e586717d-4186-4f64-8a40-13b2f992e432 48e62e3bfd8e4dcfad4006ddb69d82c1 1864f2e9de164cb99fc4f5edf80b1eec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1015/2118] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/subnetpools/88fe3dda-9bd1-4f35-9b50-d66afad5cd11 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:57:06.300 7 INFO neutron.api.v2.resource [None req-75b36143-01df-424a-a719-e5696c8b4d12 48e62e3bfd8e4dcfad4006ddb69d82c1 1864f2e9de164cb99fc4f5edf80b1eec - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/2119] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:57:06 2026] DELETE /v2.0/subnetpools/88fe3dda-9bd1-4f35-9b50-d66afad5cd11 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2120] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2121] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/quotas/96bba047ec6c49369c1c505c193a3a70 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2122] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&fields=id => generated 333 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2123] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1106/2124] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1107/2125] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => 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: 1019/2126] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1469 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2127] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2128] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=07cd27cb-4431-421e-8f70-3650340f0f52 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2129] 199.204.45.238 () {34 vars in 1104 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1fd&port_id=07cd27cb-4431-421e-8f70-3650340f0f52 => 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: 1110/2130] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918&id=3b61438e-4307-4488-b74a-da98a5598859 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2131] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&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: 1112/2132] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2133] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:57:07 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1114/2134] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:57:07 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1021/2135] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:06 2026] GET /v2.0/security-groups?tenant_id=1864f2e9de164cb99fc4f5edf80b1eec&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2136] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:07 2026] DELETE /v2.0/security-groups/cbd90141-0e9f-4803-936b-317f7082e731 => 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: 1022/2137] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:57:10 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2138] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:57:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96bba047ec6c49369c1c505c193a3a70 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2139] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:57:11 2026] POST /v2.0/ports => generated 1187 bytes in 448 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: 1117/2140] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:11 2026] GET /v2.0/security-groups?tenant_id=73241ffe5c90439987ffaf389f8149b8&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2141] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:11 2026] DELETE /v2.0/security-groups/c229546d-0e58-44ec-b8cc-95703e881975 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2142] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:11 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1202 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2143] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:11 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&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: 7|app: 0|req: 1024/2144] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:57:11 2026] PUT /v2.0/ports/1d63299a-e70f-46e6-bcb1-97a05c06149e => generated 1468 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:12.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7d9b358-2139-4a98-b111-4b80d0fb9881'] response: {'name': 'network-changed', 'server_uuid': 'c0750940-ba86-40ed-acb2-ae474cd3a028', 'tag': '1d63299a-e70f-46e6-bcb1-97a05c06149e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1121/2145] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:11 2026] GET /v2.0/security-groups?tenant_id=d0982af1881640b29c66cd9ab5c3088c&name=default => generated 2925 bytes in 139 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: 1025/2146] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:12 2026] DELETE /v2.0/security-groups/1c38f70e-34b6-4ccd-95c4-bcabf6e77249 => 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: 1122/2147] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:12 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2148] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:57:12 2026] GET /v2.0/networks?tenant_id=96bba047ec6c49369c1c505c193a3a70&shared=False => generated 2375 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2149] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:57:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2150] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2151] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2152] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1471 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2153] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.188&port_id=1d63299a-e70f-46e6-bcb1-97a05c06149e => 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: 1029/2154] 199.204.45.238 () {34 vars in 1106 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19b&port_id=1d63299a-e70f-46e6-bcb1-97a05c06149e => 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: 1126/2155] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/subnets?id=84bafc03-8d15-4817-8340-dba46d1fedb5&id=6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2156] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:13 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&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: 1127/2157] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:14 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&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: 7|app: 0|req: 1031/2158] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:57:14 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1128/2159] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:57:14 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1032/2160] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:17 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2161] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:17 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2162] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:17 2026] GET /v2.0/security-groups?tenant_id=b9644df913cb461882f8302cccafa549&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2163] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:17 2026] DELETE /v2.0/security-groups/e4e7166b-3f8e-460c-9078-7765abd4ba28 => 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: 1132/2166] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:17 2026] GET /v2.0/security-groups?tenant_id=831d1ea904434ab894db211377f7ba89&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2167] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:17 2026] DELETE /v2.0/security-groups/144e48e6-e6eb-4f25-a1d4-bf5a7bf789a7 => 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: 1133/2168] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:21 2026] GET /v2.0/security-groups?tenant_id=08f1d4b1922847159d23daec070ef877&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2169] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:21 2026] DELETE /v2.0/security-groups/dbdf8934-f35e-404f-b680-f842ee798e4a => 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: 1134/2170] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:22 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2171] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:22 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2172] 10.0.0.123 () {32 vars in 818 bytes} [Wed Jul 1 11:57:22 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&mac_address=fa%3A16%3A3e%3A32%3A48%3Aca => generated 1204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:23.360 7 INFO neutron.db.l3_db [None req-420c66a8-b969-4e69-a391-b206ae63edd0 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Floating IP 01c5c567-f0a3-43a0-8cba-f8c798994650 associated. External IP: 10.96.250.205, port: 1d63299a-e70f-46e6-bcb1-97a05c06149e. [pid: 7|app: 0|req: 1038/2173] 10.0.0.123 () {34 vars in 677 bytes} [Wed Jul 1 11:57:22 2026] POST /v2.0/floatingips => generated 855 bytes in 1201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:57:23.718 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a19492c9-b108-472a-8188-04dc10411093'] response: {'name': 'network-changed', 'server_uuid': 'c0750940-ba86-40ed-acb2-ae474cd3a028', 'tag': '1d63299a-e70f-46e6-bcb1-97a05c06149e', 'status': 'completed', 'code': 200} 2026-07-01 11:57:23.929 8 INFO neutron.db.segments_db [None req-2421b4ff-cc9d-44ae-8a24-a131245b3b32 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment 6c4762e9-8a10-40eb-8a3f-de19147e9c45 of type vxlan for network 224d6a5d-c35a-40fe-901d-0b9a5128a092 [pid: 8|app: 0|req: 1136/2174] 10.0.0.123 () {34 vars in 671 bytes} [Wed Jul 1 11:57:23 2026] POST /v2.0/networks => generated 740 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2175] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:57:24 2026] POST /v2.0/subnets => generated 687 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:57:24.298 8 INFO neutron.db.segments_db [None req-c857ad46-e21c-4750-9ad6-8c78476cbe2a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Added segment c561f0ab-91ef-4105-8040-1de3be5bb9a8 of type vxlan for network 7e42377d-9911-46e9-82c3-465b55b4e3eb [pid: 7|app: 0|req: 1040/2176] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2177] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2178] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.188&port_id=1d63299a-e70f-46e6-bcb1-97a05c06149e => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2179] 199.204.45.238 () {34 vars in 1106 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19b&port_id=1d63299a-e70f-46e6-bcb1-97a05c06149e => 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: 1044/2180] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/subnets?id=84bafc03-8d15-4817-8340-dba46d1fedb5&id=6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2181] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&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: 1046/2182] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:24.588 8 INFO neutron.db.l3_hamode_db [None req-c857ad46-e21c-4750-9ad6-8c78476cbe2a 87871fe3673a429493654121a8aaee77 aa86c5fc692147c1b06f099efcb72a36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1047/2183] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1048/2184] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:57:24 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:57:25.523 8 INFO neutron.db.l3_hamode_db [None req-c857ad46-e21c-4750-9ad6-8c78476cbe2a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1137/2185] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:57:24 2026] POST /v2.0/routers => generated 727 bytes in 2785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2186] 10.0.0.123 () {34 vars in 783 bytes} [Wed Jul 1 11:57:27 2026] PUT /v2.0/routers/90f775ae-066a-406b-894c-bf9a777a0e6e/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2187] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2188] 10.0.0.207 () {34 vars in 1040 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2189] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/networks?id=224d6a5d-c35a-40fe-901d-0b9a5128a092 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2190] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/quotas/aa86c5fc692147c1b06f099efcb72a36 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2191] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/ports?tenant_id=aa86c5fc692147c1b06f099efcb72a36&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2192] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/networks/224d6a5d-c35a-40fe-901d-0b9a5128a092?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: 1141/2193] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/networks/224d6a5d-c35a-40fe-901d-0b9a5128a092?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: 1053/2194] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:30 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2195] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:31 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1055/2198] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:32 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1144/2199] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:34 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1056/2200] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:57:35 2026] GET /v2.0/networks?id=224d6a5d-c35a-40fe-901d-0b9a5128a092 => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2201] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:35 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1145/2202] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:57:35 2026] POST /v2.0/ports => generated 958 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2203] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:57:35 2026] PUT /v2.0/ports/b8f64ab2-d7ce-4149-8505-6d66d7f4ad31 => generated 1239 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:35.886 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-adea4811-053a-4e6e-8ac8-5c4a4ebbaed2'] response: {'name': 'network-changed', 'server_uuid': '7a0f9362-25ee-4c1a-941c-747e39d44951', 'tag': 'b8f64ab2-d7ce-4149-8505-6d66d7f4ad31', '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: 1146/2204] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:36 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 973 bytes in 84 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: 1059/2205] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:36 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2206] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:36 2026] GET /v2.0/ports?tenant_id=aa86c5fc692147c1b06f099efcb72a36&device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2207] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:57:36 2026] GET /v2.0/networks?tenant_id=aa86c5fc692147c1b06f099efcb72a36&shared=False => generated 768 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2208] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:57:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2209] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2210] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2211] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/ports?tenant_id=aa86c5fc692147c1b06f099efcb72a36&device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2212] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b8f64ab2-d7ce-4149-8505-6d66d7f4ad31 => 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: 1063/2213] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/subnets?id=23eeca6b-e5f3-4a20-82c1-501dd8bfbc2a => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2214] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/ports?network_id=224d6a5d-c35a-40fe-901d-0b9a5128a092&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2215] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/networks/224d6a5d-c35a-40fe-901d-0b9a5128a092?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2216] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:57:37 2026] GET /v2.0/networks/224d6a5d-c35a-40fe-901d-0b9a5128a092?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2217] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:38 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2218] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:38 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2219] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:39 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2220] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:39 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2221] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 11:57:40 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2222] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:40 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1156/2223] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:40 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2224] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:40 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2225] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:57:40 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2226] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:57:41 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1279 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2227] 10.0.0.123 () {32 vars in 858 bytes} [Wed Jul 1 11:57:41 2026] GET /v2.0/floatingips?floating_network_id=6517350c-9cea-4d82-92c9-ae6b5777bc05&port_id=0660555b-aa4a-413e-9d95-0273d0925c83 => generated 860 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2228] 10.0.0.35 () {30 vars in 689 bytes} [Wed Jul 1 11:57:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2229] 10.0.0.35 () {30 vars in 691 bytes} [Wed Jul 1 11:57:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2230] 10.0.0.35 () {30 vars in 667 bytes} [Wed Jul 1 11:57:41 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: 1160/2231] 10.0.0.35 () {30 vars in 703 bytes} [Wed Jul 1 11:57:41 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: 1072/2232] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:41 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1161/2233] 10.0.0.207 () {34 vars in 990 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2234] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2235] 10.0.0.207 () {34 vars in 1120 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2236] 10.0.0.35 () {28 vars in 438 bytes} [Wed Jul 1 11:57:42 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2237] 10.0.0.35 () {30 vars in 727 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 658 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2238] 10.0.0.35 () {30 vars in 689 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2239] 10.0.0.35 () {30 vars in 691 bytes} [Wed Jul 1 11:57:42 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: 1076/2240] 10.0.0.35 () {30 vars in 667 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2241] 10.0.0.35 () {30 vars in 703 bytes} [Wed Jul 1 11:57:42 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: 1077/2242] 10.0.0.35 () {30 vars in 727 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2243] 10.0.0.35 () {30 vars in 689 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2244] 10.0.0.35 () {30 vars in 691 bytes} [Wed Jul 1 11:57: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) [pid: 8|app: 0|req: 1167/2245] 10.0.0.35 () {30 vars in 667 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2246] 10.0.0.35 () {30 vars in 703 bytes} [Wed Jul 1 11:57:42 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: 1168/2247] 10.0.0.35 () {30 vars in 729 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2248] 10.0.0.35 () {30 vars in 681 bytes} [Wed Jul 1 11:57:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2249] 10.0.0.35 () {34 vars in 703 bytes} [Wed Jul 1 11:57:42 2026] POST /v2.0/ports => generated 1124 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2250] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:43 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 975 bytes in 104 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: 1170/2251] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:43 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&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: 1082/2252] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:44 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2253] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:44 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1083/2254] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:57:44 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2255] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:44 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2256] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2257] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:57:45 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: 1085/2258] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2259] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:57:45 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: 1086/2260] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2261] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2262] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2263] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2264] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:57:45 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2265] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:57:46 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: 1177/2266] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2267] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:57:46 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: 1178/2268] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:57:46.185 7 INFO neutron.api.v2.resource [None req-83a59def-8a8f-47b4-9479-e4b251b4aad8 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1091/2269] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/security-groups/lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2270] 199.204.45.238 () {30 vars in 785 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/security-groups?name=lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2271] 199.204.45.238 () {34 vars in 736 bytes} [Wed Jul 1 11:57:46 2026] POST /v2.0/security-groups => generated 1636 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2272] 199.204.45.238 () {30 vars in 815 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/security-group-rules?security_group_id=5e306e03-1357-4828-bdf7-9d5e59dbdd43 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2273] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 11:57:46 2026] PUT /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2274] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:57:46 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1094/2275] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2276] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:57:46 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: 1095/2277] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:57:46 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: 1183/2278] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:57:46 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2279] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:47 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2280] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:47 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 76 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.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:57:47 2026] GET /v2.0/security-groups?id=d637f46c-8a11-4b05-b7f4-cb2e4bad1547&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2282] 10.0.0.26 () {34 vars in 1119 bytes} [Wed Jul 1 11:57:47 2026] GET /v2.0/security-groups?id=ac51d163-de19-432a-8245-8b4b483b74da&id=6af8c23c-13fb-4e9c-83b1-1851a221f761&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2283] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:57:47 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2284] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:57:47 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:47.466 7 INFO neutron_taas.services.taas.taas_plugin [req-62b5fc1f-3023-4ac3-961b-439bee9cd7f0 req-fdd2bd68-21dc-40f0-9109-42d2f4dad050 d5c6d58f77704b37a547e41c4ad542e0 aa86c5fc692147c1b06f099efcb72a36 - - default default] TaaS: Handle Delete Port: b8f64ab2-d7ce-4149-8505-6d66d7f4ad31 2026-07-01 11:57:47.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-62b5fc1f-3023-4ac3-961b-439bee9cd7f0 req-fdd2bd68-21dc-40f0-9109-42d2f4dad050 d5c6d58f77704b37a547e41c4ad542e0 aa86c5fc692147c1b06f099efcb72a36 - - default default] Tap Mirror: Handle Delete Port: b8f64ab2-d7ce-4149-8505-6d66d7f4ad31 2026-07-01 11:57:47.496 8 INFO neutron_taas.services.taas.taas_plugin [req-779cadc7-3dfe-4fc3-8e07-641185e2258f req-6634866d-2a8c-4100-9dd7-b1bc62f20b9d f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] TaaS: Handle Delete Port: 0660555b-aa4a-413e-9d95-0273d0925c83 2026-07-01 11:57:47.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-779cadc7-3dfe-4fc3-8e07-641185e2258f req-6634866d-2a8c-4100-9dd7-b1bc62f20b9d f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] Tap Mirror: Handle Delete Port: 0660555b-aa4a-413e-9d95-0273d0925c83 [pid: 7|app: 0|req: 1098/2285] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:57:47 2026] DELETE /v2.0/ports/b8f64ab2-d7ce-4149-8505-6d66d7f4ad31 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:57:47.630 8 INFO neutron.db.l3_db [req-779cadc7-3dfe-4fc3-8e07-641185e2258f req-6634866d-2a8c-4100-9dd7-b1bc62f20b9d f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] Floating IP 4964cb91-1888-4dff-9462-60781e2d99c3 disassociated. External IP: 10.96.250.202, port: 0660555b-aa4a-413e-9d95-0273d0925c83. 2026-07-01 11:57:47.663 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c610dfd5-1c44-4e97-9ca2-08c9358ab264'] response: {'server_uuid': '7a0f9362-25ee-4c1a-941c-747e39d44951', 'name': 'network-vif-deleted', 'tag': 'b8f64ab2-d7ce-4149-8505-6d66d7f4ad31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1188/2288] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 11:57:47 2026] DELETE /v2.0/ports/0660555b-aa4a-413e-9d95-0273d0925c83 => generated 0 bytes in 637 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:57:48.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83ee18a4-952e-4078-b38f-237082a76333'] response: {'server_uuid': '6a259f78-abdc-4eba-a788-bd29a50025ce', 'name': 'network-vif-deleted', 'tag': '0660555b-aa4a-413e-9d95-0273d0925c83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1101/2289] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:48 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1189/2290] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:48 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 1102/2291] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:49 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1190/2292] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:49 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2293] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:50 2026] GET /v2.0/ports?device_id=7a0f9362-25ee-4c1a-941c-747e39d44951 => 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: 1191/2294] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:50 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 1104/2295] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:51 2026] GET /v2.0/ports?device_id=6a259f78-abdc-4eba-a788-bd29a50025ce => 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: 1192/2296] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:52 2026] DELETE /v2.0/security-groups/6af8c23c-13fb-4e9c-83b1-1851a221f761 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:57:52.801 8 INFO neutron.api.v2.resource [None req-968b9a32-8e08-44c9-b823-746cbe97de3d f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1193/2297] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:57:52 2026] GET /v2.0/security-groups/6af8c23c-13fb-4e9c-83b1-1851a221f761 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:57:52.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1a4caee-04ab-4063-9985-49c8d8b64ec5 f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] TaaS: Handle Delete Port: 5abda37c-badf-4afb-be13-9e7295c6ee05 2026-07-01 11:57:52.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1a4caee-04ab-4063-9985-49c8d8b64ec5 f704849de8894e7793fba0a12da403a6 3cee4b48be3342a4bf595df6c50f7858 - - default default] Tap Mirror: Handle Delete Port: 5abda37c-badf-4afb-be13-9e7295c6ee05 [pid: 8|app: 0|req: 1194/2298] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:57:52 2026] DELETE /v2.0/floatingips/4964cb91-1888-4dff-9462-60781e2d99c3 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:57:53.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-992456f8-33ca-4e55-978b-8496f3a82b7c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 5b004ded-3986-4dfd-97cb-1e03529f6aa2 2026-07-01 11:57:53.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-992456f8-33ca-4e55-978b-8496f3a82b7c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 5b004ded-3986-4dfd-97cb-1e03529f6aa2 [pid: 8|app: 0|req: 1195/2299] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:53 2026] DELETE /v2.0/security-groups/ac51d163-de19-432a-8245-8b4b483b74da => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:57:53.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2e94f27-5d1c-4d53-8840-a56a0e6b8e57 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 4eb699ae-268f-4b6e-ba2b-c250fe95c984 2026-07-01 11:57:53.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2e94f27-5d1c-4d53-8840-a56a0e6b8e57 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 4eb699ae-268f-4b6e-ba2b-c250fe95c984 [pid: 7|app: 0|req: 1105/2300] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:57:52 2026] PUT /v2.0/routers/90f775ae-066a-406b-894c-bf9a777a0e6e/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:57:53.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7c9bc51-5e50-4209-827b-bec766b5a2fc 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: adf9717b-f80d-4a2b-aacb-0c754feae3ce 2026-07-01 11:57:53.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7c9bc51-5e50-4209-827b-bec766b5a2fc 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: adf9717b-f80d-4a2b-aacb-0c754feae3ce [pid: 8|app: 0|req: 1196/2301] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:57:53 2026] PUT /v2.0/routers/153d4c5c-c87b-461b-94fc-f6dbe378c2f2/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:57:54.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7c9bc51-5e50-4209-827b-bec766b5a2fc 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 239dc84b-2b84-4811-8d2a-a6d0ea2f5445 2026-07-01 11:57:54.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7c9bc51-5e50-4209-827b-bec766b5a2fc 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 239dc84b-2b84-4811-8d2a-a6d0ea2f5445 2026-07-01 11:57:54.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eb5e711-467f-44a5-82cf-c58a09905a1e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: a3f8bb40-1833-40f0-b9ba-e59f0d975e02 2026-07-01 11:57:54.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb5e711-467f-44a5-82cf-c58a09905a1e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: a3f8bb40-1833-40f0-b9ba-e59f0d975e02 2026-07-01 11:57:54.520 7 INFO neutron.services.segments.plugin [-] Segment c561f0ab-91ef-4105-8040-1de3be5bb9a8 resource provider aggregate not found 2026-07-01 11:57:54.523 7 INFO neutron.services.segments.plugin [-] Segment c561f0ab-91ef-4105-8040-1de3be5bb9a8 resource provider aggregate not found 2026-07-01 11:57:54.537 7 INFO neutron.db.l3_hamode_db [None req-c7c9bc51-5e50-4209-827b-bec766b5a2fc 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network 7e42377d-9911-46e9-82c3-465b55b4e3eb was deleted as no HA routers are present in tenant aa86c5fc692147c1b06f099efcb72a36. 2026-07-01 11:57:54.543 7 INFO neutron.services.segments.plugin [-] Segment c561f0ab-91ef-4105-8040-1de3be5bb9a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c561f0ab-91ef-4105-8040-1de3be5bb9a8 found for delete ", "request_id": "req-b7dfc387-939a-40de-ade2-01bcde6e6276"}]} 2026-07-01 11:57:54.545 7 INFO neutron.services.segments.plugin [-] Segment c561f0ab-91ef-4105-8040-1de3be5bb9a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c561f0ab-91ef-4105-8040-1de3be5bb9a8 found for delete ", "request_id": "req-0b20fc58-a6ec-4533-aa4d-9da2e7836c7c"}]} [pid: 7|app: 0|req: 1106/2302] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:57:53 2026] DELETE /v2.0/routers/90f775ae-066a-406b-894c-bf9a777a0e6e => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2303] 10.0.0.26 () {34 vars in 1015 bytes} [Wed Jul 1 11:57:54 2026] GET /v2.0/security-groups?id=2df396bf-02ac-45c1-9e6c-1a91b187d61f&fields=id => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:57:54.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eb5e711-467f-44a5-82cf-c58a09905a1e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 29623997-68c3-4965-b43e-e2aa5f938dda 2026-07-01 11:57:54.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb5e711-467f-44a5-82cf-c58a09905a1e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 29623997-68c3-4965-b43e-e2aa5f938dda [pid: 7|app: 0|req: 1108/2304] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:57:54 2026] DELETE /v2.0/subnets/23eeca6b-e5f3-4a20-82c1-501dd8bfbc2a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2305] 10.0.0.26 () {34 vars in 981 bytes} [Wed Jul 1 11:57:54 2026] GET /v2.0/networks?id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 735 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:57:54.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf49c21c-6e78-4d44-9f88-4ebf45637f97 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 9bf964d3-a909-4ab4-8790-5abc53663b31 2026-07-01 11:57:54.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf49c21c-6e78-4d44-9f88-4ebf45637f97 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 9bf964d3-a909-4ab4-8790-5abc53663b31 2026-07-01 11:57:55.006 8 INFO neutron.services.segments.plugin [-] Segment fe321dd5-9bbc-4221-9825-47560a90f908 resource provider aggregate not found 2026-07-01 11:57:55.013 8 INFO neutron.services.segments.plugin [-] Segment fe321dd5-9bbc-4221-9825-47560a90f908 resource provider aggregate not found 2026-07-01 11:57:55.033 8 INFO neutron.services.segments.plugin [-] Segment fe321dd5-9bbc-4221-9825-47560a90f908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe321dd5-9bbc-4221-9825-47560a90f908 found for delete ", "request_id": "req-d3809a6a-bf64-49db-86f5-cd36bbab815c"}]} 2026-07-01 11:57:55.044 8 INFO neutron.services.segments.plugin [-] Segment fe321dd5-9bbc-4221-9825-47560a90f908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe321dd5-9bbc-4221-9825-47560a90f908 found for delete ", "request_id": "req-456f814c-f801-4f59-9ac6-f14de26412be"}]} 2026-07-01 11:57:55.057 8 INFO neutron.db.l3_hamode_db [None req-5eb5e711-467f-44a5-82cf-c58a09905a1e 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network cb22f2d8-6370-4145-8ca5-40484f079172 was deleted as no HA routers are present in tenant 3cee4b48be3342a4bf595df6c50f7858. [pid: 8|app: 0|req: 1197/2306] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:57:54 2026] DELETE /v2.0/routers/153d4c5c-c87b-461b-94fc-f6dbe378c2f2 => generated 0 bytes in 990 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2307] 10.0.0.26 () {34 vars in 964 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/quotas/f024603f17cf45c69251b23fefb4d298 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2308] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:57:54 2026] DELETE /v2.0/networks/224d6a5d-c35a-40fe-901d-0b9a5128a092 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2309] 10.0.0.26 () {34 vars in 1001 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&fields=id => generated 149 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2310] 10.0.0.26 () {34 vars in 1007 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1199/2311] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:57:55 2026] DELETE /v2.0/subnets/fe086c39-4141-4abc-8dca-799a921866b2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2312] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/security-groups?tenant_id=aa86c5fc692147c1b06f099efcb72a36&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2313] 10.0.0.26 () {34 vars in 1107 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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) 2026-07-01 11:57:55.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fcc11de-2b01-4920-a338-b472f6bede3a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: dd553908-ba85-48fe-abc3-ae890ddf808f 2026-07-01 11:57:55.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fcc11de-2b01-4920-a338-b472f6bede3a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: dd553908-ba85-48fe-abc3-ae890ddf808f [pid: 8|app: 0|req: 1201/2314] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:55 2026] DELETE /v2.0/security-groups/d637f46c-8a11-4b05-b7f4-cb2e4bad1547 => 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: 1114/2315] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:57:55 2026] DELETE /v2.0/networks/32fc13f1-6c2a-4f22-a3d1-c23ee0f6fe48 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2316] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => 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: 1116/2317] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:55 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:57:55.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ea06df1-6d00-41b7-bd39-d458e61286fd 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 6f0d7bc1-4bfc-4ecb-a59d-21e22c30a6ba 2026-07-01 11:57:55.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ea06df1-6d00-41b7-bd39-d458e61286fd 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 6f0d7bc1-4bfc-4ecb-a59d-21e22c30a6ba [pid: 8|app: 0|req: 1202/2318] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 11:57:55 2026] PUT /v2.0/routers/485c9ba5-975a-430d-b57c-5086aa95b883/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:57:56.566 7 INFO neutron.services.segments.plugin [-] Segment 6c4762e9-8a10-40eb-8a3f-de19147e9c45 resource provider aggregate not found 2026-07-01 11:57:56.570 7 INFO neutron.services.segments.plugin [-] Segment 6c4762e9-8a10-40eb-8a3f-de19147e9c45 resource provider aggregate not found 2026-07-01 11:57:56.587 7 INFO neutron.services.segments.plugin [-] Segment 6c4762e9-8a10-40eb-8a3f-de19147e9c45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c4762e9-8a10-40eb-8a3f-de19147e9c45 found for delete ", "request_id": "req-496b7564-8cfe-4367-84ac-f91e27eeacf1"}]} 2026-07-01 11:57:56.596 7 INFO neutron.services.segments.plugin [-] Segment 6c4762e9-8a10-40eb-8a3f-de19147e9c45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c4762e9-8a10-40eb-8a3f-de19147e9c45 found for delete ", "request_id": "req-625b1836-e8f5-47c5-a71d-1e35db0ba1c2"}]} 2026-07-01 11:57:56.602 7 INFO neutron.services.segments.plugin [-] Segment e49056a8-e2d9-4abf-8397-7fa1785b97ec resource provider aggregate not found 2026-07-01 11:57:56.612 7 INFO neutron.services.segments.plugin [-] Segment e49056a8-e2d9-4abf-8397-7fa1785b97ec resource provider aggregate not found 2026-07-01 11:57:56.623 7 INFO neutron.services.segments.plugin [-] Segment e49056a8-e2d9-4abf-8397-7fa1785b97ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e49056a8-e2d9-4abf-8397-7fa1785b97ec found for delete ", "request_id": "req-7752ef85-9a38-4c3c-80e3-f128ab87c361"}]} 2026-07-01 11:57:56.635 7 INFO neutron.services.segments.plugin [-] Segment e49056a8-e2d9-4abf-8397-7fa1785b97ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e49056a8-e2d9-4abf-8397-7fa1785b97ec found for delete ", "request_id": "req-fa7a06f3-b1f0-40ab-813b-9a25c1523517"}]} 2026-07-01 11:57:56.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-9844fc19-b869-4022-bac5-1b7ab797cec0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 5e276438-9456-46b7-aacf-629a7e93db40 2026-07-01 11:57:56.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9844fc19-b869-4022-bac5-1b7ab797cec0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 5e276438-9456-46b7-aacf-629a7e93db40 2026-07-01 11:57:57.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-9844fc19-b869-4022-bac5-1b7ab797cec0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: c4686d6a-d7c2-439d-a83d-5e186bc6845a 2026-07-01 11:57:57.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9844fc19-b869-4022-bac5-1b7ab797cec0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: c4686d6a-d7c2-439d-a83d-5e186bc6845a 2026-07-01 11:57:57.468 7 INFO neutron.db.l3_hamode_db [None req-9844fc19-b869-4022-bac5-1b7ab797cec0 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] HA network da97667b-0662-43b4-ac6a-d3f17c48a497 was deleted as no HA routers are present in tenant b2a31861010240e991a59eaf4011cf84. [pid: 7|app: 0|req: 1117/2319] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:57:56 2026] DELETE /v2.0/routers/485c9ba5-975a-430d-b57c-5086aa95b883 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2320] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:57:57 2026] DELETE /v2.0/subnets/8bc7b239-1212-46c2-a8b0-b5ae41b0403d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:57:57.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-8135c632-c55d-417f-bf27-33c7076a3577 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: e9a60cd3-efab-404f-aa1e-b00933e6c36b 2026-07-01 11:57:57.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8135c632-c55d-417f-bf27-33c7076a3577 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: e9a60cd3-efab-404f-aa1e-b00933e6c36b [pid: 7|app: 0|req: 1118/2321] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:57:57 2026] DELETE /v2.0/networks/3418d120-3f56-43e3-a0e2-d2dcc08245dc => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2322] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:58 2026] GET /v2.0/security-groups?tenant_id=b2a31861010240e991a59eaf4011cf84&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2323] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:58 2026] DELETE /v2.0/security-groups/b72e8b1a-ed19-48d6-9386-d09170b76fd1 => 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: 1205/2324] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:57:58 2026] GET /v2.0/security-groups?tenant_id=3cee4b48be3342a4bf595df6c50f7858&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:57:58.642 7 INFO neutron.services.segments.plugin [-] Segment 8952cf0c-9810-47b4-a95a-e31025153ae5 resource provider aggregate not found 2026-07-01 11:57:58.654 7 INFO neutron.services.segments.plugin [-] Segment 8952cf0c-9810-47b4-a95a-e31025153ae5 resource provider aggregate not found 2026-07-01 11:57:58.664 7 INFO neutron.services.segments.plugin [-] Segment 8952cf0c-9810-47b4-a95a-e31025153ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8952cf0c-9810-47b4-a95a-e31025153ae5 found for delete ", "request_id": "req-043ad8bd-a8b3-4071-b752-f841fab55ad0"}]} 2026-07-01 11:57:58.674 7 INFO neutron.services.segments.plugin [-] Segment 8952cf0c-9810-47b4-a95a-e31025153ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8952cf0c-9810-47b4-a95a-e31025153ae5 found for delete ", "request_id": "req-731e733c-9cfd-454a-95fe-f67d9fcc360d"}]} 2026-07-01 11:57:58.680 7 INFO neutron.services.segments.plugin [-] Segment 7f36e0c6-128c-45c0-a2d5-acb278a7e14c resource provider aggregate not found [pid: 8|app: 0|req: 1206/2325] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:58 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:57:58.702 7 INFO neutron.services.segments.plugin [-] Segment 7f36e0c6-128c-45c0-a2d5-acb278a7e14c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f36e0c6-128c-45c0-a2d5-acb278a7e14c found for delete ", "request_id": "req-292309c3-6353-4144-99bd-0e2672856826"}]} 2026-07-01 11:57:58.703 7 INFO neutron.services.segments.plugin [-] Segment 7f36e0c6-128c-45c0-a2d5-acb278a7e14c resource provider aggregate not found 2026-07-01 11:57:58.722 7 INFO neutron.services.segments.plugin [-] Segment 7f36e0c6-128c-45c0-a2d5-acb278a7e14c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f36e0c6-128c-45c0-a2d5-acb278a7e14c found for delete ", "request_id": "req-988d1224-3156-4c53-a927-e4bbe40380af"}]} [pid: 7|app: 0|req: 1120/2326] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:57:58 2026] DELETE /v2.0/security-groups/d45bc2e0-db9d-49f4-a7e1-273f1f019dd2 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2327] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:57:58 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => 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: 1121/2328] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:57:59 2026] GET /v2.0/networks?id=7f2b848a-ac45-440b-b73c-ba7e644e9154 => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2329] 199.204.45.238 () {34 vars in 1050 bytes} [Wed Jul 1 11:57:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f024603f17cf45c69251b23fefb4d298 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2330] 199.204.45.238 () {38 vars in 955 bytes} [Wed Jul 1 11:58:00 2026] POST /v2.0/ports => generated 1078 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2331] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:58:00 2026] PUT /v2.0/ports/a2250966-7cb7-4bb8-b93f-cc2c570b396d => generated 1239 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:00.848 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36a9ce46-b914-47d0-97ed-28f6fd17461d'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': 'a2250966-7cb7-4bb8-b93f-cc2c570b396d', '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: 1123/2332] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:58:01 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1242 bytes in 34 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: 1210/2333] 199.204.45.238 () {34 vars in 1018 bytes} [Wed Jul 1 11:58:01 2026] GET /v2.0/networks?tenant_id=f024603f17cf45c69251b23fefb4d298&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2334] 199.204.45.238 () {34 vars in 930 bytes} [Wed Jul 1 11:58:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2335] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:01 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => 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: 1125/2336] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:58:01 2026] GET /v2.0/security-groups?id=2df396bf-02ac-45c1-9e6c-1a91b187d61f&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2337] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:01 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2338] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:58:02 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2341] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:58:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => 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: 1129/2342] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:58:02 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2343] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:58:02 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2344] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:02 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1215/2345] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:02 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:03.169 7 INFO neutron.db.segments_db [None req-6d5dd98e-7f2b-4354-917c-a9bb06ae1ecf 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] Added segment 6327a4b0-2fb6-41e5-bc91-e93c4db76789 of type vxlan for network da00f76e-9cd7-4231-82e0-3a8204ae1a9c [pid: 7|app: 0|req: 1131/2346] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:02 2026] POST /v2.0/networks => generated 727 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2347] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:58:03 2026] POST /v2.0/subnets => generated 644 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:03.450 7 WARNING neutron.api.v2.base [None req-8b2d61b1-4ed9-4e18-af56-ff384a368850 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-01 11:58:03.451 7 INFO neutron.api.v2.resource [None req-8b2d61b1-4ed9-4e18-af56-ff384a368850 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1132/2348] 10.0.0.123 () {34 vars in 681 bytes} [Wed Jul 1 11:58:03 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) 2026-07-01 11:58:03.628 8 INFO neutron.services.segments.plugin [-] Segment 6327a4b0-2fb6-41e5-bc91-e93c4db76789 resource provider aggregate not found 2026-07-01 11:58:03.632 8 INFO neutron.services.segments.plugin [-] Segment 6327a4b0-2fb6-41e5-bc91-e93c4db76789 resource provider aggregate not found 2026-07-01 11:58:03.652 8 INFO neutron.services.segments.plugin [-] Segment 6327a4b0-2fb6-41e5-bc91-e93c4db76789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6327a4b0-2fb6-41e5-bc91-e93c4db76789 found for delete ", "request_id": "req-a06dd5aa-1620-4a18-b7f7-8e45af3c4e93"}]} 2026-07-01 11:58:03.654 8 INFO neutron.services.segments.plugin [-] Segment 6327a4b0-2fb6-41e5-bc91-e93c4db76789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6327a4b0-2fb6-41e5-bc91-e93c4db76789 found for delete ", "request_id": "req-720b7f83-2b42-4b81-bc94-0f638ceb353a"}]} [pid: 8|app: 0|req: 1217/2349] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:03 2026] DELETE /v2.0/networks/da00f76e-9cd7-4231-82e0-3a8204ae1a9c => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:03.731 7 INFO neutron.db.segments_db [None req-fee32a30-5ae9-4ab9-8aa5-7673cad3ed34 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] Added segment 7902962e-f19c-4e19-99fb-c673e1f89899 of type vxlan for network ba1b086d-59a9-44da-9c29-57f27e57d8ce [pid: 7|app: 0|req: 1133/2350] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:03 2026] POST /v2.0/networks => generated 727 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2351] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:58:03 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:04.031 7 WARNING neutron.api.v2.base [None req-002eb48e-b944-4022-a487-ff5b933d49dc 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-01 11:58:04.032 7 INFO neutron.api.v2.resource [None req-002eb48e-b944-4022-a487-ff5b933d49dc 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1134/2352] 10.0.0.123 () {34 vars in 681 bytes} [Wed Jul 1 11:58:04 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2353] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:04 2026] DELETE /v2.0/networks/ba1b086d-59a9-44da-9c29-57f27e57d8ce => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:04.329 7 INFO neutron.db.segments_db [None req-ccd981fb-6b32-4de6-9886-8500fa1e0e97 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] Added segment 0997adb1-a5ac-41ad-9e43-e1bc73704434 of type vxlan for network 864926fd-84b3-4261-8d86-17fb3b197ab5 [pid: 7|app: 0|req: 1135/2354] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:04 2026] POST /v2.0/networks => generated 726 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2355] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 11:58:04 2026] POST /v2.0/subnets => generated 647 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2356] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:04 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2357] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:58:04 2026] GET /v2.0/security-groups?id=2df396bf-02ac-45c1-9e6c-1a91b187d61f&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2358] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:04 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2359] 10.0.0.123 () {34 vars in 681 bytes} [Wed Jul 1 11:58:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2360] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 11:58:05 2026] GET /v2.0/networks/864926fd-84b3-4261-8d86-17fb3b197ab5 => generated 654 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2361] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:05 2026] GET /v2.0/security-groups?tenant_id=6226cb9d904c4c7dae9f0c22166a806a&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:05.679 8 INFO neutron.services.segments.plugin [-] Segment 7902962e-f19c-4e19-99fb-c673e1f89899 resource provider aggregate not found 2026-07-01 11:58:05.686 8 INFO neutron.services.segments.plugin [-] Segment 7902962e-f19c-4e19-99fb-c673e1f89899 resource provider aggregate not found 2026-07-01 11:58:05.702 8 INFO neutron.services.segments.plugin [-] Segment 7902962e-f19c-4e19-99fb-c673e1f89899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7902962e-f19c-4e19-99fb-c673e1f89899 found for delete ", "request_id": "req-2f551494-a8a2-496f-8f76-8251f608765e"}]} 2026-07-01 11:58:05.716 8 INFO neutron.services.segments.plugin [-] Segment 7902962e-f19c-4e19-99fb-c673e1f89899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7902962e-f19c-4e19-99fb-c673e1f89899 found for delete ", "request_id": "req-6a5609aa-70aa-45c5-9975-7c1a86ada1e2"}]} 2026-07-01 11:58:05.757 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b6e2a7a-e90f-4c3e-9e66-bc1a7ced9173 84f9112c6bf74142987ea04bd8a72a33 3c02a0d86370485abf884421eec14f25 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1138/2362] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 11:58:05 2026] GET /v2.0/networks/864926fd-84b3-4261-8d86-17fb3b197ab5 => generated 138 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2363] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:05 2026] DELETE /v2.0/security-groups/e9833375-0bf4-49a9-8535-3614da33e138 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:05.929 7 INFO neutron.services.segments.plugin [-] Segment 0997adb1-a5ac-41ad-9e43-e1bc73704434 resource provider aggregate not found 2026-07-01 11:58:05.940 7 INFO neutron.services.segments.plugin [-] Segment 0997adb1-a5ac-41ad-9e43-e1bc73704434 resource provider aggregate not found 2026-07-01 11:58:05.954 7 INFO neutron.services.segments.plugin [-] Segment 0997adb1-a5ac-41ad-9e43-e1bc73704434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0997adb1-a5ac-41ad-9e43-e1bc73704434 found for delete ", "request_id": "req-cb449c5e-c943-491e-89de-21dd1576ffc4"}]} 2026-07-01 11:58:05.955 7 INFO neutron.services.segments.plugin [-] Segment 0997adb1-a5ac-41ad-9e43-e1bc73704434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0997adb1-a5ac-41ad-9e43-e1bc73704434 found for delete ", "request_id": "req-1f1f3607-f67b-4b51-afb1-12b8360dcef4"}]} [pid: 7|app: 0|req: 1139/2364] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:05 2026] DELETE /v2.0/networks/864926fd-84b3-4261-8d86-17fb3b197ab5 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:05.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84567412-22f2-498e-a46e-1c26a405dee8 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1226/2365] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:58:05 2026] DELETE /v2.0/subnets/9241be66-3f3f-4385-b0da-d603b888b57a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:58:06.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57d53036-7450-49b6-a57e-c8174d361c3a 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1140/2366] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:58:05 2026] DELETE /v2.0/subnets/c5860b53-2135-4d32-a2e5-419238b3e888 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:58:06.031 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25444aee-db1e-4092-8386-e621ff26989a 3575bea4a29949f0aaa080735bcf1689 f4eff6b8e2ca415eaeea7789d2539c1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1227/2367] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 11:58:06 2026] DELETE /v2.0/subnets/487f9293-dda2-4720-a928-7755e6a6db26 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2368] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 11:58:06 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2369] 199.204.45.238 () {34 vars in 1044 bytes} [Wed Jul 1 11:58:06 2026] GET /v2.0/security-groups?id=2df396bf-02ac-45c1-9e6c-1a91b187d61f&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2370] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:06 2026] GET /v2.0/security-groups?tenant_id=f4eff6b8e2ca415eaeea7789d2539c1a&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2371] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:07 2026] DELETE /v2.0/security-groups/7b8d36a0-6eea-4bdb-a6f7-80e55140ff4e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2372] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:07 2026] GET /v2.0/security-groups?tenant_id=4a7d8426266746b59491e7d5608424f4&name=default => generated 2928 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2373] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:07 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => 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: 1231/2374] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:58:07 2026] GET /v2.0/security-groups?id=2df396bf-02ac-45c1-9e6c-1a91b187d61f&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2375] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:07 2026] DELETE /v2.0/security-groups/a07670df-26b5-4fc4-87af-3a703b053076 => 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: 1232/2376] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:07 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2377] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:07 2026] GET /v2.0/security-groups?tenant_id=3c02a0d86370485abf884421eec14f25&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2378] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:08 2026] DELETE /v2.0/security-groups/a1ae3bfc-d6d0-4d37-a6b4-96e8e25acf45 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:10.640 7 INFO neutron.db.segments_db [None req-0c6eea25-89d9-48dc-a1e0-bbbdcad738b1 37c5a14b093941368ecd097e711c9939 61985a6d9545474a8326d7f6fa8d2389 - - default default] Added segment e65f4765-8b8e-478f-98ce-22fff578519b of type vxlan for network 016458ff-790e-459f-bae7-76d1a7a553ae [pid: 8|app: 0|req: 1234/2379] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:10 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => 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: 1235/2380] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 11:58:10 2026] GET /v2.0/security-groups?id=2df396bf-02ac-45c1-9e6c-1a91b187d61f&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2381] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:10 2026] POST /v2.0/networks => generated 632 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:10.821 8 INFO neutron.db.segments_db [None req-ada25d91-421c-453d-a4a3-1354748df225 37c5a14b093941368ecd097e711c9939 61985a6d9545474a8326d7f6fa8d2389 - - default default] Added segment 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 of type vxlan for network c1d92713-7baf-4c09-8e2f-32a53c15ec7a [pid: 7|app: 0|req: 1147/2382] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 11:58:10 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => 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: 1236/2383] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:10 2026] POST /v2.0/networks => generated 632 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:10.988 7 INFO neutron.db.segments_db [None req-5ffd3544-0887-4b62-9f27-59756d16011c 37c5a14b093941368ecd097e711c9939 61985a6d9545474a8326d7f6fa8d2389 - - default default] Added segment 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 of type vxlan for network adb422d0-bbee-4b4e-a91b-6dc939299060 [pid: 7|app: 0|req: 1148/2384] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:10 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:11.147 8 INFO neutron.db.segments_db [None req-a600fbbf-c45d-4b43-8b34-1ddd4a18a466 37c5a14b093941368ecd097e711c9939 61985a6d9545474a8326d7f6fa8d2389 - - default default] Added segment 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 of type vxlan for network 63605c98-ed57-4a60-b177-39d7ee093d48 [pid: 8|app: 0|req: 1237/2385] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:11 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:11.308 7 INFO neutron.db.segments_db [None req-b13c16e9-42fb-4edf-987b-bfdd16e1b538 37c5a14b093941368ecd097e711c9939 61985a6d9545474a8326d7f6fa8d2389 - - default default] Added segment f3fa87c9-3833-4699-ad5d-983810d2af82 of type vxlan for network c4ee81a3-fc1c-45bb-9eae-4ea8bf9b50ac [pid: 7|app: 0|req: 1149/2386] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:11 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2387] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:11 2026] PUT /v2.0/networks/016458ff-790e-459f-bae7-76d1a7a553ae/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2388] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:11 2026] PUT /v2.0/networks/c1d92713-7baf-4c09-8e2f-32a53c15ec7a/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2389] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:11 2026] PUT /v2.0/networks/adb422d0-bbee-4b4e-a91b-6dc939299060/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2390] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:11 2026] PUT /v2.0/networks/63605c98-ed57-4a60-b177-39d7ee093d48/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: 1240/2391] 10.0.0.123 () {32 vars in 666 bytes} [Wed Jul 1 11:58:11 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2392] 10.0.0.123 () {32 vars in 680 bytes} [Wed Jul 1 11:58:11 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2393] 10.0.0.123 () {32 vars in 676 bytes} [Wed Jul 1 11:58:11 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2394] 10.0.0.123 () {32 vars in 688 bytes} [Wed Jul 1 11:58:11 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2395] 10.0.0.123 () {32 vars in 674 bytes} [Wed Jul 1 11:58:11 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2396] 10.0.0.123 () {32 vars in 688 bytes} [Wed Jul 1 11:58:11 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2397] 10.0.0.123 () {32 vars in 684 bytes} [Wed Jul 1 11:58:12 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2398] 10.0.0.123 () {32 vars in 696 bytes} [Wed Jul 1 11:58:12 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:12.347 8 INFO neutron.services.segments.plugin [-] Segment e65f4765-8b8e-478f-98ce-22fff578519b resource provider aggregate not found 2026-07-01 11:58:12.359 8 INFO neutron.services.segments.plugin [-] Segment e65f4765-8b8e-478f-98ce-22fff578519b resource provider aggregate not found 2026-07-01 11:58:12.363 8 INFO neutron.services.segments.plugin [-] Segment e65f4765-8b8e-478f-98ce-22fff578519b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e65f4765-8b8e-478f-98ce-22fff578519b found for delete ", "request_id": "req-a6839f4e-5279-4911-9880-cef3a756172e"}]} [pid: 8|app: 0|req: 1244/2399] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:12 2026] DELETE /v2.0/networks/016458ff-790e-459f-bae7-76d1a7a553ae => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:12.381 8 INFO neutron.services.segments.plugin [-] Segment e65f4765-8b8e-478f-98ce-22fff578519b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e65f4765-8b8e-478f-98ce-22fff578519b found for delete ", "request_id": "req-89ad81fd-6b23-4bd7-bb9a-c683d4f687b0"}]} 2026-07-01 11:58:12.518 7 INFO neutron.services.segments.plugin [-] Segment 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 resource provider aggregate not found 2026-07-01 11:58:12.522 7 INFO neutron.services.segments.plugin [-] Segment 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 resource provider aggregate not found 2026-07-01 11:58:12.536 7 INFO neutron.services.segments.plugin [-] Segment 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 found for delete ", "request_id": "req-eb68f1a7-07b5-4854-beaa-e30fb4c3980a"}]} [pid: 7|app: 0|req: 1156/2400] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:12 2026] DELETE /v2.0/networks/c1d92713-7baf-4c09-8e2f-32a53c15ec7a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:12.545 7 INFO neutron.services.segments.plugin [-] Segment 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f3c6e1-e5fd-4f77-b967-8e9890d409a5 found for delete ", "request_id": "req-c7be9854-a4a7-4376-b250-01c7c4e575ae"}]} [pid: 7|app: 0|req: 1157/2401] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:12 2026] DELETE /v2.0/networks/adb422d0-bbee-4b4e-a91b-6dc939299060 => 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: 1245/2402] 10.0.0.123 () {34 vars in 678 bytes} [Wed Jul 1 11:58:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2403] 10.0.0.123 () {34 vars in 678 bytes} [Wed Jul 1 11:58:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2404] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:12 2026] DELETE /v2.0/networks/63605c98-ed57-4a60-b177-39d7ee093d48 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2405] 10.0.0.123 () {34 vars in 678 bytes} [Wed Jul 1 11:58:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2406] 10.0.0.123 () {34 vars in 678 bytes} [Wed Jul 1 11:58:12 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: 1249/2407] 10.0.0.123 () {34 vars in 678 bytes} [Wed Jul 1 11:58:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2408] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:12 2026] PUT /v2.0/policies/e1713bb5-b260-414a-aa11-70295d8355dd/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2409] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:12 2026] DELETE /v2.0/networks/c4ee81a3-fc1c-45bb-9eae-4ea8bf9b50ac => 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: 1251/2410] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:12 2026] PUT /v2.0/policies/e6815201-d4fd-4f64-891e-19a486050d20/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2411] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:13 2026] PUT /v2.0/policies/2547146d-1029-4fa9-90f5-499a0cb3f674/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2412] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:13 2026] PUT /v2.0/policies/a574e1df-c1b0-4647-bd25-51067ba86f91/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: 1161/2413] 10.0.0.123 () {32 vars in 674 bytes} [Wed Jul 1 11:58:13 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2414] 10.0.0.123 () {32 vars in 688 bytes} [Wed Jul 1 11:58:13 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2415] 10.0.0.123 () {32 vars in 684 bytes} [Wed Jul 1 11:58:13 2026] GET /v2.0/qos/policies?tags-any=blue => 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: 1163/2416] 10.0.0.123 () {32 vars in 696 bytes} [Wed Jul 1 11:58:13 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2417] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:13 2026] GET /v2.0/security-groups?tenant_id=d32183daf30d42bfb37252f29ba36731&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2418] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 11:58:14 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2419] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/security-groups/0556e7c9-df19-4322-b8b8-fc1cef580598 => 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: 1165/2420] 10.0.0.123 () {32 vars in 696 bytes} [Wed Jul 1 11:58:14 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2421] 10.0.0.123 () {32 vars in 692 bytes} [Wed Jul 1 11:58:14 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2422] 10.0.0.123 () {32 vars in 704 bytes} [Wed Jul 1 11:58:14 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2423] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/qos/policies/e1713bb5-b260-414a-aa11-70295d8355dd => 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: 1258/2424] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/qos/policies/e6815201-d4fd-4f64-891e-19a486050d20 => 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: 1259/2425] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/qos/policies/2547146d-1029-4fa9-90f5-499a0cb3f674 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2426] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:14 2026] GET /v2.0/security-groups?tenant_id=508c79993b2440c58392a6768577653f&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2427] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/qos/policies/a574e1df-c1b0-4647-bd25-51067ba86f91 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2428] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/qos/policies/33519742-e1da-460a-a259-40ead7fb7553 => 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: 1168/2429] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/security-groups/f4f3c967-4baa-414b-a239-b1a776e1e9aa => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:14.560 7 INFO neutron.services.segments.plugin [-] Segment 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 resource provider aggregate not found 2026-07-01 11:58:14.571 7 INFO neutron.services.segments.plugin [-] Segment 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 resource provider aggregate not found 2026-07-01 11:58:14.584 7 INFO neutron.services.segments.plugin [-] Segment 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 found for delete ", "request_id": "req-ac65d382-0309-42c1-ad15-f4db77f583de"}]} 2026-07-01 11:58:14.600 7 INFO neutron.services.segments.plugin [-] Segment 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b4916e6-ea16-4a6f-89a4-0bf5540aa9c5 found for delete ", "request_id": "req-c4a51c8a-4c32-40e9-971c-d8d7c43b5870"}]} 2026-07-01 11:58:14.606 7 INFO neutron.services.segments.plugin [-] Segment 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 resource provider aggregate not found 2026-07-01 11:58:14.616 7 INFO neutron.services.segments.plugin [-] Segment 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 resource provider aggregate not found 2026-07-01 11:58:14.621 7 INFO neutron.services.segments.plugin [-] Segment 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 found for delete ", "request_id": "req-3ae8bbf5-014b-457e-8d0e-8128d6a81bdf"}]} 2026-07-01 11:58:14.629 7 INFO neutron.services.segments.plugin [-] Segment 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 969ac92f-ceba-42b2-8dbf-8f7f3a19c4c0 found for delete ", "request_id": "req-adcef5b9-217c-4321-ae43-2fa3e3af4147"}]} 2026-07-01 11:58:14.637 7 INFO neutron.services.segments.plugin [-] Segment f3fa87c9-3833-4699-ad5d-983810d2af82 resource provider aggregate not found 2026-07-01 11:58:14.646 7 INFO neutron.services.segments.plugin [-] Segment f3fa87c9-3833-4699-ad5d-983810d2af82 resource provider aggregate not found 2026-07-01 11:58:14.657 7 INFO neutron.services.segments.plugin [-] Segment f3fa87c9-3833-4699-ad5d-983810d2af82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3fa87c9-3833-4699-ad5d-983810d2af82 found for delete ", "request_id": "req-efeb8fcb-c89f-4530-b2e6-bc151d0c4752"}]} 2026-07-01 11:58:14.661 7 INFO neutron.services.segments.plugin [-] Segment f3fa87c9-3833-4699-ad5d-983810d2af82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3fa87c9-3833-4699-ad5d-983810d2af82 found for delete ", "request_id": "req-223daab9-97bb-46c4-b82c-cc4592752c98"}]} [pid: 8|app: 0|req: 1262/2430] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:14 2026] GET /v2.0/security-groups?tenant_id=61985a6d9545474a8326d7f6fa8d2389&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2431] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:14 2026] DELETE /v2.0/security-groups/1bbe77f8-ca5b-49df-a1e7-dae310a69f61 => 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: 1263/2432] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:15 2026] GET /v2.0/security-groups?tenant_id=2ff4a4af8be54990844e56b957a5f8bb&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: 1170/2433] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:15 2026] DELETE /v2.0/security-groups/3fa465d0-6457-4412-b352-a3e5e16ebc08 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2434] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:15 2026] GET /v2.0/security-groups?tenant_id=2659b168f8c14efdb337ed88f8f48657&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2435] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:16 2026] DELETE /v2.0/security-groups/788ab97b-1cad-443f-b3ec-0c2d062c71b3 => 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: 1265/2436] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:16 2026] GET /v2.0/security-groups?tenant_id=3392f104603c4e6d851961fda8f524fa&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2437] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:16 2026] DELETE /v2.0/security-groups/7fc7b37e-15dd-49d9-8a28-9e34960a32e8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:19.807 7 INFO neutron.db.segments_db [None req-33243794-1f27-4430-bab5-7df5b5f4b47d 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Added segment 283b79df-d4a1-44d2-88d0-3555e51f2729 of type vxlan for network 4f4c19da-c5c3-4676-b9dd-e8f4622b55a1 [pid: 7|app: 0|req: 1174/2440] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:19 2026] POST /v2.0/networks => generated 632 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2441] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:19 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:20.321 8 INFO neutron.db.segments_db [None req-24f6c96e-d5b9-43e1-b0fa-599cefe821c8 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Added segment ae7cccbe-66b7-4ba4-bd29-9240e375d49f of type vxlan for network 81a3edb0-dda7-4557-9062-6cbe930d10dc [pid: 8|app: 0|req: 1268/2442] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:20 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2443] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 11:58:20 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2444] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 11:58:20 2026] PUT /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2445] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:20 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2446] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:20 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2447] 10.0.0.123 () {34 vars in 770 bytes} [Wed Jul 1 11:58:20 2026] PUT /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/green => generated 4 bytes in 72 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: 1179/2448] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:20 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:20.803 8 INFO neutron.db.segments_db [None req-646ba7bd-6cae-4f1c-a202-e188009d2dcb 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Added segment f492c319-7776-43eb-adbd-7bcba90518f4 of type vxlan for network 8c1f85a9-71cb-4b61-961e-d8b88eb69de3 [pid: 7|app: 0|req: 1180/2449] 10.0.0.123 () {34 vars in 766 bytes} [Wed Jul 1 11:58:20 2026] PUT /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2450] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:20 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2451] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:20 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2452] 10.0.0.123 () {34 vars in 788 bytes} [Wed Jul 1 11:58:20 2026] PUT /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2453] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:20 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2454] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 11:58:21 2026] PUT /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2455] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:21 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2456] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 11:58:21 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2457] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:20 2026] POST /v2.0/ports => generated 743 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:21.204 7 INFO neutron.api.v2.resource [None req-9ee3907e-9814-49b0-afe6-ac1eedbafd7d 97076217bf2a4c48a69d1d2e3df86b52 71878be01b6d40f4b1b7ea650b6d0eb7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2458] 10.0.0.123 () {32 vars in 751 bytes} [Wed Jul 1 11:58:21 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 11:58:21.252 8 INFO neutron.db.segments_db [None req-b34ab713-a277-4872-8cec-79d3b2d0d49f 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Added segment d2a950bd-e6de-42b0-95e2-5294eaf3ada9 of type vxlan for network 9cb874f5-de5a-4aaf-9900-ebd36829089c [pid: 7|app: 0|req: 1188/2459] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 11:58:21 2026] DELETE /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/red => 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: 1189/2460] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:21 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2461] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:21 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:58:21.344 7 INFO neutron.api.v2.resource [None req-6eaf3cf2-dc7a-4cdc-99d9-8e0b8f3aae74 97076217bf2a4c48a69d1d2e3df86b52 71878be01b6d40f4b1b7ea650b6d0eb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1190/2462] 10.0.0.123 () {32 vars in 754 bytes} [Wed Jul 1 11:58:21 2026] DELETE /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2463] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 11:58:21 2026] DELETE /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2464] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:21 2026] GET /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:21.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-67d65079-1701-47b4-8514-ad8b394e96b3 97076217bf2a4c48a69d1d2e3df86b52 71878be01b6d40f4b1b7ea650b6d0eb7 - - default default] TaaS: Handle Delete Port: 420a4ae5-c9f4-4ad0-801e-7b629738064e 2026-07-01 11:58:21.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67d65079-1701-47b4-8514-ad8b394e96b3 97076217bf2a4c48a69d1d2e3df86b52 71878be01b6d40f4b1b7ea650b6d0eb7 - - default default] Tap Mirror: Handle Delete Port: 420a4ae5-c9f4-4ad0-801e-7b629738064e [pid: 8|app: 0|req: 1273/2465] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:21 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:21.711 8 INFO neutron.db.segments_db [None req-867e9469-18cf-4d6d-976a-6fe5e3c14bf9 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Added segment 5e55a592-057d-4b28-b266-153bb7f0dd96 of type vxlan for network c3a9fb83-66e0-4d38-8dc9-de596444ae93 [pid: 7|app: 0|req: 1193/2466] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:58:21 2026] DELETE /v2.0/floatingips/42a8e537-d472-4e7d-84a1-2d52b298666d => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2467] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:21 2026] POST /v2.0/networks => generated 631 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2468] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:21 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2469] 10.0.0.123 () {34 vars in 747 bytes} [Wed Jul 1 11:58:22 2026] PUT /v2.0/ports/c0f3a998-4571-4fde-b04e-2ca2bb2d1b99/tags => generated 17 bytes in 77 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: 1195/2470] 10.0.0.123 () {34 vars in 747 bytes} [Wed Jul 1 11:58:22 2026] PUT /v2.0/ports/4c315abc-f6a7-4a32-8282-a940bf23408a/tags => generated 25 bytes in 65 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: 1276/2471] 10.0.0.123 () {34 vars in 747 bytes} [Wed Jul 1 11:58:22 2026] PUT /v2.0/ports/0e9d2ee1-f80c-41dd-bbb5-21581dff1ba7/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1196/2472] 10.0.0.123 () {34 vars in 747 bytes} [Wed Jul 1 11:58:22 2026] PUT /v2.0/ports/8cb2042f-1f8b-4297-bec4-3e96d1895a74/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1197/2473] 10.0.0.123 () {32 vars in 660 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2474] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/security-groups?tenant_id=71878be01b6d40f4b1b7ea650b6d0eb7&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2475] 10.0.0.123 () {32 vars in 674 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2476] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:22 2026] DELETE /v2.0/security-groups/9bedf9de-889c-4961-94da-7b3c60b588d8 => 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: 1199/2477] 10.0.0.123 () {32 vars in 670 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2478] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2479] 10.0.0.123 () {32 vars in 668 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2480] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/security-groups?tenant_id=d3424f36ae124596a233e69e2d2bd732&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2481] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 11:58:22 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2482] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:22 2026] DELETE /v2.0/security-groups/6a8b5024-4aa8-4c52-be5f-caa79a321697 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2483] 10.0.0.123 () {32 vars in 678 bytes} [Wed Jul 1 11:58:23 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2484] 10.0.0.123 () {32 vars in 690 bytes} [Wed Jul 1 11:58:23 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:23.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-72ac7856-3447-4be1-a9c9-e0f04884e3b7 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] TaaS: Handle Delete Port: c0f3a998-4571-4fde-b04e-2ca2bb2d1b99 2026-07-01 11:58:23.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72ac7856-3447-4be1-a9c9-e0f04884e3b7 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Tap Mirror: Handle Delete Port: c0f3a998-4571-4fde-b04e-2ca2bb2d1b99 [pid: 8|app: 0|req: 1283/2485] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:23 2026] DELETE /v2.0/ports/c0f3a998-4571-4fde-b04e-2ca2bb2d1b99 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:23.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-05a46c59-ced1-4c46-b71d-13060ce0b4b8 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] TaaS: Handle Delete Port: 4c315abc-f6a7-4a32-8282-a940bf23408a 2026-07-01 11:58:23.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05a46c59-ced1-4c46-b71d-13060ce0b4b8 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Tap Mirror: Handle Delete Port: 4c315abc-f6a7-4a32-8282-a940bf23408a [pid: 7|app: 0|req: 1203/2486] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:23 2026] DELETE /v2.0/ports/4c315abc-f6a7-4a32-8282-a940bf23408a => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:23.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-08c5fbcc-2d33-44e9-96e1-08e42dcff740 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] TaaS: Handle Delete Port: 0e9d2ee1-f80c-41dd-bbb5-21581dff1ba7 2026-07-01 11:58:23.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08c5fbcc-2d33-44e9-96e1-08e42dcff740 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Tap Mirror: Handle Delete Port: 0e9d2ee1-f80c-41dd-bbb5-21581dff1ba7 [pid: 8|app: 0|req: 1284/2487] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:23 2026] DELETE /v2.0/ports/0e9d2ee1-f80c-41dd-bbb5-21581dff1ba7 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:24.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ba1172f-dbef-4510-ba0e-80aa5c061a65 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] TaaS: Handle Delete Port: 8cb2042f-1f8b-4297-bec4-3e96d1895a74 2026-07-01 11:58:24.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ba1172f-dbef-4510-ba0e-80aa5c061a65 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Tap Mirror: Handle Delete Port: 8cb2042f-1f8b-4297-bec4-3e96d1895a74 [pid: 7|app: 0|req: 1204/2488] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:23 2026] DELETE /v2.0/ports/8cb2042f-1f8b-4297-bec4-3e96d1895a74 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:24.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-c601d248-bd62-42fb-83d1-f3386c48761d 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] TaaS: Handle Delete Port: 5d25fc27-9e60-4205-b643-6fe19cdea501 2026-07-01 11:58:24.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c601d248-bd62-42fb-83d1-f3386c48761d 16bfd23aa1dc4e69bed627c117ee5af9 76dcaa0ecb1842f7980951d5d64edfa4 - - default default] Tap Mirror: Handle Delete Port: 5d25fc27-9e60-4205-b643-6fe19cdea501 [pid: 8|app: 0|req: 1285/2489] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:24 2026] DELETE /v2.0/ports/5d25fc27-9e60-4205-b643-6fe19cdea501 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:24.942 7 INFO neutron.services.segments.plugin [-] Segment 283b79df-d4a1-44d2-88d0-3555e51f2729 resource provider aggregate not found 2026-07-01 11:58:24.947 7 INFO neutron.services.segments.plugin [-] Segment 283b79df-d4a1-44d2-88d0-3555e51f2729 resource provider aggregate not found 2026-07-01 11:58:24.963 7 INFO neutron.services.segments.plugin [-] Segment 283b79df-d4a1-44d2-88d0-3555e51f2729 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 283b79df-d4a1-44d2-88d0-3555e51f2729 found for delete ", "request_id": "req-8a3ebd02-cc09-45ac-9102-4ce938c25414"}]} 2026-07-01 11:58:24.972 7 INFO neutron.services.segments.plugin [-] Segment 283b79df-d4a1-44d2-88d0-3555e51f2729 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 283b79df-d4a1-44d2-88d0-3555e51f2729 found for delete ", "request_id": "req-fa53090c-bd3c-4579-a9bb-4bdea8277541"}]} [pid: 7|app: 0|req: 1205/2490] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:24 2026] DELETE /v2.0/networks/4f4c19da-c5c3-4676-b9dd-e8f4622b55a1 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:25.124 8 INFO neutron.services.segments.plugin [-] Segment ae7cccbe-66b7-4ba4-bd29-9240e375d49f resource provider aggregate not found 2026-07-01 11:58:25.128 8 INFO neutron.services.segments.plugin [-] Segment ae7cccbe-66b7-4ba4-bd29-9240e375d49f resource provider aggregate not found 2026-07-01 11:58:25.149 8 INFO neutron.services.segments.plugin [-] Segment ae7cccbe-66b7-4ba4-bd29-9240e375d49f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7cccbe-66b7-4ba4-bd29-9240e375d49f found for delete ", "request_id": "req-73135783-c765-44ea-a280-096c3159a479"}]} 2026-07-01 11:58:25.150 8 INFO neutron.services.segments.plugin [-] Segment ae7cccbe-66b7-4ba4-bd29-9240e375d49f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7cccbe-66b7-4ba4-bd29-9240e375d49f found for delete ", "request_id": "req-9695ec0e-219b-4c6c-b8ea-7a7859d51b9e"}]} [pid: 8|app: 0|req: 1286/2491] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:24 2026] DELETE /v2.0/networks/81a3edb0-dda7-4557-9062-6cbe930d10dc => 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: 1206/2492] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:25 2026] DELETE /v2.0/networks/8c1f85a9-71cb-4b61-961e-d8b88eb69de3 => 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: 1287/2493] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:25 2026] DELETE /v2.0/networks/9cb874f5-de5a-4aaf-9900-ebd36829089c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2494] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:25 2026] DELETE /v2.0/networks/c3a9fb83-66e0-4d38-8dc9-de596444ae93 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2495] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:26 2026] GET /v2.0/security-groups?tenant_id=76dcaa0ecb1842f7980951d5d64edfa4&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2496] 10.0.0.123 () {34 vars in 678 bytes} [Wed Jul 1 11:58:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2497] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:26 2026] PUT /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2498] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:26 2026] DELETE /v2.0/security-groups/8126e9da-d34b-4405-b215-d0c0e503a19c => 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: 1290/2499] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:26 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2500] 10.0.0.123 () {34 vars in 764 bytes} [Wed Jul 1 11:58:26 2026] PUT /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2501] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:26 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:26.983 7 INFO neutron.services.segments.plugin [-] Segment f492c319-7776-43eb-adbd-7bcba90518f4 resource provider aggregate not found [pid: 8|app: 0|req: 1292/2502] 10.0.0.123 () {34 vars in 760 bytes} [Wed Jul 1 11:58:26 2026] PUT /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-01 11:58:27.001 7 INFO neutron.services.segments.plugin [-] Segment f492c319-7776-43eb-adbd-7bcba90518f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f492c319-7776-43eb-adbd-7bcba90518f4 found for delete ", "request_id": "req-0b6e5857-9134-4941-8197-1e051ac717ca"}]} 2026-07-01 11:58:27.003 7 INFO neutron.services.segments.plugin [-] Segment f492c319-7776-43eb-adbd-7bcba90518f4 resource provider aggregate not found 2026-07-01 11:58:27.021 7 INFO neutron.services.segments.plugin [-] Segment f492c319-7776-43eb-adbd-7bcba90518f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f492c319-7776-43eb-adbd-7bcba90518f4 found for delete ", "request_id": "req-26952a3c-64a3-427a-af56-229da3c0591c"}]} [pid: 8|app: 0|req: 1293/2503] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:26 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:27.030 7 INFO neutron.services.segments.plugin [-] Segment 5e55a592-057d-4b28-b266-153bb7f0dd96 resource provider aggregate not found 2026-07-01 11:58:27.041 7 INFO neutron.services.segments.plugin [-] Segment 5e55a592-057d-4b28-b266-153bb7f0dd96 resource provider aggregate not found 2026-07-01 11:58:27.052 7 INFO neutron.services.segments.plugin [-] Segment 5e55a592-057d-4b28-b266-153bb7f0dd96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e55a592-057d-4b28-b266-153bb7f0dd96 found for delete ", "request_id": "req-7d5098ae-4f5a-4cb3-a222-632bd6781427"}]} 2026-07-01 11:58:27.061 7 INFO neutron.services.segments.plugin [-] Segment 5e55a592-057d-4b28-b266-153bb7f0dd96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e55a592-057d-4b28-b266-153bb7f0dd96 found for delete ", "request_id": "req-9d5415eb-bdf3-4646-8a99-553df210666d"}]} [pid: 8|app: 0|req: 1294/2504] 10.0.0.123 () {34 vars in 782 bytes} [Wed Jul 1 11:58:27 2026] PUT /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2505] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:26 2026] GET /v2.0/security-groups?tenant_id=201f2ff2d74c4750b8f9cd3ab1746339&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2506] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:27.173 8 INFO neutron.services.segments.plugin [-] Segment d2a950bd-e6de-42b0-95e2-5294eaf3ada9 resource provider aggregate not found 2026-07-01 11:58:27.175 8 INFO neutron.services.segments.plugin [-] Segment d2a950bd-e6de-42b0-95e2-5294eaf3ada9 resource provider aggregate not found [pid: 7|app: 0|req: 1212/2507] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:27 2026] DELETE /v2.0/security-groups/f4f61ff6-6f16-4918-8a7a-64d78abe75b3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:27.196 8 INFO neutron.services.segments.plugin [-] Segment d2a950bd-e6de-42b0-95e2-5294eaf3ada9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a950bd-e6de-42b0-95e2-5294eaf3ada9 found for delete ", "request_id": "req-9f1ddd54-b918-4107-aa44-66cfde59048e"}]} 2026-07-01 11:58:27.197 8 INFO neutron.services.segments.plugin [-] Segment d2a950bd-e6de-42b0-95e2-5294eaf3ada9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a950bd-e6de-42b0-95e2-5294eaf3ada9 found for delete ", "request_id": "req-0aa1901a-febd-4285-a82d-be3b07d968af"}]} [pid: 8|app: 0|req: 1296/2508] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 11:58:27 2026] PUT /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2509] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/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: 1297/2510] 10.0.0.123 () {32 vars in 741 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:27.302 7 INFO neutron.api.v2.resource [None req-281132a7-6557-4111-aeef-44031bec0b84 441a644f4a1c4dd19468718202f62af4 5a87780c9f154e43bd24b6d6b4db7c54 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1214/2511] 10.0.0.123 () {32 vars in 745 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2512] 10.0.0.123 () {32 vars in 744 bytes} [Wed Jul 1 11:58:27 2026] DELETE /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2513] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:27.423 8 INFO neutron.api.v2.resource [None req-d0096b0e-2851-4493-bc64-45efa0b9a968 441a644f4a1c4dd19468718202f62af4 5a87780c9f154e43bd24b6d6b4db7c54 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1300/2514] 10.0.0.123 () {32 vars in 748 bytes} [Wed Jul 1 11:58:27 2026] DELETE /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2515] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/security-groups?tenant_id=5330f86386f14b94bbf7897d57c0f420&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2516] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 11:58:27 2026] DELETE /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2517] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 11:58:27 2026] GET /v2.0/policies/eac46acc-f28d-475d-beff-8cac76ce76c5/tags => 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: 1216/2518] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:27 2026] DELETE /v2.0/security-groups/7d9d3c55-0107-4c21-b306-fc6059877929 => 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: 1303/2519] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 11:58:27 2026] DELETE /v2.0/qos/policies/eac46acc-f28d-475d-beff-8cac76ce76c5 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2520] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:28 2026] GET /v2.0/security-groups?tenant_id=b547840131eb4227a122d1e8ae0500d5&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2521] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:28 2026] DELETE /v2.0/security-groups/2c142f8a-3db5-48b0-a587-ec784dbef929 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2522] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:28 2026] GET /v2.0/security-groups?tenant_id=5a87780c9f154e43bd24b6d6b4db7c54&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2523] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:28 2026] DELETE /v2.0/security-groups/548c8d40-8f1f-4c83-9e9f-c2f56917243b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:31.337 7 INFO neutron.db.segments_db [None req-f08c8be6-11fa-459e-b82a-4cbda1c69a70 8c8562b0fb724188bcdd00a4247a7380 27c9a109bd1a4f87bb18d4ff8b0e76a9 - - default default] Added segment 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 of type vxlan for network f1b6e36e-384c-491f-be31-70ae970bde07 [pid: 7|app: 0|req: 1219/2524] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:31 2026] POST /v2.0/networks => generated 632 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2525] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:31 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2526] 10.0.0.123 () {34 vars in 747 bytes} [Wed Jul 1 11:58:31 2026] PUT /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 25 bytes in 77 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: 1307/2527] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:31 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 25 bytes in 51 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: 1221/2528] 10.0.0.123 () {34 vars in 758 bytes} [Wed Jul 1 11:58:31 2026] PUT /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/green => generated 4 bytes in 92 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: 1308/2529] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1222/2530] 10.0.0.123 () {34 vars in 754 bytes} [Wed Jul 1 11:58:32 2026] PUT /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/red => generated 4 bytes in 96 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: 1309/2531] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1223/2532] 10.0.0.123 () {34 vars in 776 bytes} [Wed Jul 1 11:58:32 2026] PUT /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/black.or.white => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1310/2533] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1224/2536] 10.0.0.123 () {34 vars in 747 bytes} [Wed Jul 1 11:58:32 2026] PUT /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1313/2537] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1225/2538] 10.0.0.123 () {32 vars in 735 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/red => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:32.811 8 INFO neutron.api.v2.resource [None req-e2eb0cbf-87bd-4c12-bedc-aa8a2971bb51 8c8562b0fb724188bcdd00a4247a7380 27c9a109bd1a4f87bb18d4ff8b0e76a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1314/2539] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1226/2540] 10.0.0.123 () {32 vars in 738 bytes} [Wed Jul 1 11:58:32 2026] DELETE /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/red => generated 0 bytes in 91 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: 1315/2541] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:32 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:33.036 7 INFO neutron.api.v2.resource [None req-b445bfda-8312-49c1-95e0-6905f865deb9 8c8562b0fb724188bcdd00a4247a7380 27c9a109bd1a4f87bb18d4ff8b0e76a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1227/2542] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 11:58:32 2026] DELETE /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags/green => generated 99 bytes in 67 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: 1316/2543] 10.0.0.123 () {32 vars in 730 bytes} [Wed Jul 1 11:58:33 2026] DELETE /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1228/2544] 10.0.0.123 () {32 vars in 727 bytes} [Wed Jul 1 11:58:33 2026] GET /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:33.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-eab79af7-8d5b-47c7-b2e8-28dd84656b3f 8c8562b0fb724188bcdd00a4247a7380 27c9a109bd1a4f87bb18d4ff8b0e76a9 - - default default] TaaS: Handle Delete Port: e04cd982-b836-43f8-a286-e38d1276b270 2026-07-01 11:58:33.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eab79af7-8d5b-47c7-b2e8-28dd84656b3f 8c8562b0fb724188bcdd00a4247a7380 27c9a109bd1a4f87bb18d4ff8b0e76a9 - - default default] Tap Mirror: Handle Delete Port: e04cd982-b836-43f8-a286-e38d1276b270 [pid: 8|app: 0|req: 1317/2545] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:33 2026] DELETE /v2.0/ports/e04cd982-b836-43f8-a286-e38d1276b270 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:58:33.535 7 INFO neutron.services.segments.plugin [-] Segment 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 resource provider aggregate not found 2026-07-01 11:58:33.539 7 INFO neutron.services.segments.plugin [-] Segment 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 resource provider aggregate not found 2026-07-01 11:58:33.550 7 INFO neutron.services.segments.plugin [-] Segment 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 found for delete ", "request_id": "req-05b1dbe8-5de5-44f2-bc0c-908f3497d9d5"}]} 2026-07-01 11:58:33.557 7 INFO neutron.services.segments.plugin [-] Segment 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d9f0bfe-9ec1-4005-969d-5e75d2899b31 found for delete ", "request_id": "req-3762d1ba-3647-4bb7-8df7-8719162c43a5"}]} [pid: 7|app: 0|req: 1229/2546] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:33 2026] DELETE /v2.0/networks/f1b6e36e-384c-491f-be31-70ae970bde07 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2547] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:34 2026] GET /v2.0/security-groups?tenant_id=27c9a109bd1a4f87bb18d4ff8b0e76a9&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: 1230/2548] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:34 2026] DELETE /v2.0/security-groups/2bb1f372-c30f-4549-a4d7-06ebbea7fd83 => 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: 1319/2549] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:34 2026] GET /v2.0/security-groups?tenant_id=b410912bc5874bd786793808258f311d&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2550] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:34 2026] DELETE /v2.0/security-groups/affcc7f4-584e-42d3-88e0-04c806c44de3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:38.665 8 INFO neutron.db.segments_db [None req-4836fbe2-8abd-474d-80d2-4078d31b8406 951c59568bf84aa582ed016c36e56c21 08237fb1d2fd4a3c9cb8f90ba923382d - - default default] Added segment 1eb3237e-a5f3-4320-922a-1b81b4c91404 of type vxlan for network 01ba0741-c97a-417a-8e10-c39e5bc4f2cb [pid: 8|app: 0|req: 1320/2551] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 11:58:38 2026] POST /v2.0/networks => generated 632 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2552] 10.0.0.123 () {34 vars in 664 bytes} [Wed Jul 1 11:58:38 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2553] 10.0.0.123 () {34 vars in 666 bytes} [Wed Jul 1 11:58:39 2026] POST /v2.0/trunks => generated 407 bytes in 251 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: 1233/2554] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:58:39 2026] PUT /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2555] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2556] 10.0.0.123 () {34 vars in 760 bytes} [Wed Jul 1 11:58:39 2026] PUT /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2557] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/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: 1235/2558] 10.0.0.123 () {34 vars in 756 bytes} [Wed Jul 1 11:58:39 2026] PUT /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2559] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2560] 10.0.0.123 () {34 vars in 778 bytes} [Wed Jul 1 11:58:39 2026] PUT /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2561] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2562] 10.0.0.123 () {34 vars in 749 bytes} [Wed Jul 1 11:58:39 2026] PUT /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2563] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2564] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:39.813 8 INFO neutron.api.v2.resource [None req-4810a39c-71ed-404a-bdfa-1ccba293f38e 951c59568bf84aa582ed016c36e56c21 08237fb1d2fd4a3c9cb8f90ba923382d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2565] 10.0.0.123 () {32 vars in 741 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2566] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:39 2026] DELETE /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2567] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:58:39.908 7 INFO neutron.api.v2.resource [None req-4f7c557c-33aa-4c54-b636-9a1641810386 951c59568bf84aa582ed016c36e56c21 08237fb1d2fd4a3c9cb8f90ba923382d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2568] 10.0.0.123 () {32 vars in 744 bytes} [Wed Jul 1 11:58:39 2026] DELETE /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2569] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 11:58:39 2026] DELETE /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2570] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2571] 10.0.0.123 () {32 vars in 719 bytes} [Wed Jul 1 11:58:39 2026] GET /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2572] 10.0.0.123 () {32 vars in 717 bytes} [Wed Jul 1 11:58:40 2026] GET /v2.0/ports/364234bd-0edb-4eb0-b118-cc70afc46956 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2573] 10.0.0.123 () {32 vars in 722 bytes} [Wed Jul 1 11:58:40 2026] DELETE /v2.0/trunks/0e874b1a-2468-419a-a11c-c9d301d025ab => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 11:58:40.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b43242f-0256-47e0-a823-5837274394d8 951c59568bf84aa582ed016c36e56c21 08237fb1d2fd4a3c9cb8f90ba923382d - - default default] TaaS: Handle Delete Port: 364234bd-0edb-4eb0-b118-cc70afc46956 2026-07-01 11:58:40.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b43242f-0256-47e0-a823-5837274394d8 951c59568bf84aa582ed016c36e56c21 08237fb1d2fd4a3c9cb8f90ba923382d - - default default] Tap Mirror: Handle Delete Port: 364234bd-0edb-4eb0-b118-cc70afc46956 [pid: 7|app: 0|req: 1243/2574] 10.0.0.123 () {32 vars in 720 bytes} [Wed Jul 1 11:58:40 2026] DELETE /v2.0/ports/364234bd-0edb-4eb0-b118-cc70afc46956 => 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: 1332/2575] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 11:58:40 2026] DELETE /v2.0/networks/01ba0741-c97a-417a-8e10-c39e5bc4f2cb => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 11:58:40.559 8 INFO neutron.services.segments.plugin [-] Segment 1eb3237e-a5f3-4320-922a-1b81b4c91404 resource provider aggregate not found 2026-07-01 11:58:40.564 8 INFO neutron.services.segments.plugin [-] Segment 1eb3237e-a5f3-4320-922a-1b81b4c91404 resource provider aggregate not found 2026-07-01 11:58:40.582 8 INFO neutron.services.segments.plugin [-] Segment 1eb3237e-a5f3-4320-922a-1b81b4c91404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eb3237e-a5f3-4320-922a-1b81b4c91404 found for delete ", "request_id": "req-62464cab-29a0-4825-b5d7-1564edd1e057"}]} 2026-07-01 11:58:40.583 8 INFO neutron.services.segments.plugin [-] Segment 1eb3237e-a5f3-4320-922a-1b81b4c91404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eb3237e-a5f3-4320-922a-1b81b4c91404 found for delete ", "request_id": "req-d7f8c4e3-bdef-4a52-b64d-638051d7e898"}]} [pid: 7|app: 0|req: 1244/2576] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:41 2026] GET /v2.0/security-groups?tenant_id=08237fb1d2fd4a3c9cb8f90ba923382d&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2577] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:41 2026] DELETE /v2.0/security-groups/20a278f1-13ca-42ac-a8ae-5dedbb02f6fa => 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: 1245/2578] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 11:58:41 2026] GET /v2.0/security-groups?tenant_id=c5b30c9daed84501b6940c632bca0ef6&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2579] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 11:58:41 2026] DELETE /v2.0/security-groups/e71ded7c-8f95-4dbb-a465-7faae5f499ef => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2580] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:58:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2581] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:58:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2582] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:58:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2583] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:58:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2584] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:58:45 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2585] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 11:58:45 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2586] 199.204.45.238 () {34 vars in 717 bytes} [Wed Jul 1 11:58:45 2026] POST /v2.0/ports => generated 1055 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2587] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:58:46 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1055 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2588] 10.0.0.26 () {34 vars in 906 bytes} [Wed Jul 1 11:58:46 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: 1339/2589] 199.204.45.238 () {34 vars in 1262 bytes} [Wed Jul 1 11:58:47 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2590] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:47 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2591] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:47 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1342/2594] 199.204.45.238 () {34 vars in 975 bytes} [Wed Jul 1 11:58:48 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2595] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:58:48 2026] GET /v2.0/networks?id=6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2596] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:58:48 2026] PUT /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1245 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:48.637 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53c10100-8093-4c9a-8495-6f1c36ae6629'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '9a923246-30d6-4382-a5a0-4dd0266927bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2597] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2481 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2598] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/networks?id=6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2599] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => 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: 1345/2600] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2601] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&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: 1346/2602] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1257/2603] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:49 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1347/2604] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2481 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2605] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => 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: 1348/2606] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2607] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2608] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2609] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2610] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2611] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2612] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&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: 1262/2613] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1352/2614] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:50 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1263/2615] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:58:54 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1247 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2616] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 11:58:54 2026] PUT /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1270 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:55.143 7 INFO neutron.api.v2.resource [None req-ab6d26b0-8d49-4296-a879-165589215494 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1264/2617] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/security-groups/lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:58:55.165 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2264cc91-ae12-48b5-9869-4b50c46cb285'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '9a923246-30d6-4382-a5a0-4dd0266927bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1354/2618] 199.204.45.238 () {30 vars in 785 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/security-groups?name=lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 1637 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2619] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 11:58:55 2026] PUT /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1308 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:58:55.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21722837-b3ba-419c-add3-f2e5f7027d65'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '9a923246-30d6-4382-a5a0-4dd0266927bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2620] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 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: 1266/2621] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/networks?id=6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2622] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => 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: 1267/2623] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2624] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2625] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1269/2626] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:58:55 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: 1270/2627] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2628] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2629] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:58:56 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: 1358/2630] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:55 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1273/2631] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2632] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2633] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2634] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2635] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2636] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2637] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:58:56 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2638] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2639] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/networks?id=6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2640] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2641] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2642] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2643] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1365/2644] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:58:57 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:59:04.445 7 INFO neutron.db.l3_db [None req-c19a480d-1598-4d12-a87a-e022427130f2 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Floating IP 737c76d9-fdf2-4702-a6e3-a2b6f809c3bc associated. External IP: 10.96.250.201, port: 11c2aadf-41a2-4030-b888-726e70c7ca44. [pid: 7|app: 0|req: 1281/2647] 10.0.0.123 () {34 vars in 677 bytes} [Wed Jul 1 11:59:03 2026] POST /v2.0/floatingips => generated 897 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2648] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2649] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59: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: 8|app: 0|req: 1368/2650] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59:09 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: 1283/2651] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:59:10.127 8 INFO neutron.api.v2.resource [None req-33f2e5e3-01c5-4886-908a-a6ab587b0ec3 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1369/2652] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 11:59:10 2026] GET /v2.0/security-groups/lb-d3a6bf65-3df8-4224-b184-8118a5404200 => 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: 1284/2653] 199.204.45.238 () {30 vars in 785 bytes} [Wed Jul 1 11:59:10 2026] GET /v2.0/security-groups?name=lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 1637 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2654] 199.204.45.238 () {30 vars in 815 bytes} [Wed Jul 1 11:59:10 2026] GET /v2.0/security-group-rules?security_group_id=5e306e03-1357-4828-bdf7-9d5e59dbdd43 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2655] 199.204.45.238 () {34 vars in 747 bytes} [Wed Jul 1 11:59:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2656] 199.204.45.238 () {34 vars in 747 bytes} [Wed Jul 1 11:59:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2659] 10.0.0.35 () {30 vars in 689 bytes} [Wed Jul 1 11:59:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2660] 10.0.0.35 () {30 vars in 691 bytes} [Wed Jul 1 11:59:21 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: 1288/2661] 10.0.0.35 () {30 vars in 667 bytes} [Wed Jul 1 11:59:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2662] 10.0.0.35 () {30 vars in 703 bytes} [Wed Jul 1 11:59:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2663] 10.0.0.35 () {28 vars in 438 bytes} [Wed Jul 1 11:59:22 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: 1375/2664] 10.0.0.35 () {30 vars in 727 bytes} [Wed Jul 1 11:59:22 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2665] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:23 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: 1376/2666] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59:23 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: 1291/2667] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59:23 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: 1377/2668] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2669] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:23 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2670] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 11:59:23 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2671] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2672] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59:23 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: 1294/2673] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59:23 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: 1380/2674] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:23 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: 1295/2675] 199.204.45.238 () {34 vars in 717 bytes} [Wed Jul 1 11:59:23 2026] POST /v2.0/ports => generated 1324 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2676] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:59:24 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1324 bytes in 77 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: 1296/2677] 10.0.0.26 () {34 vars in 906 bytes} [Wed Jul 1 11:59:24 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: 1382/2678] 199.204.45.238 () {34 vars in 1262 bytes} [Wed Jul 1 11:59:25 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2679] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:25 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1383/2680] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:25 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1298/2681] 199.204.45.238 () {34 vars in 975 bytes} [Wed Jul 1 11:59:26 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1324 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2682] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:59:26 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2683] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:59:26 2026] PUT /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1514 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:59:27.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77312e11-786d-4959-8de5-e6b25d70de7e'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '9d0a14e8-73d6-4ada-9075-d52cf7cdd403', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1385/2684] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4086 bytes in 54 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: 1300/2685] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2686] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => 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: 1301/2687] 199.204.45.238 () {34 vars in 1102 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ab5&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => 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: 1387/2688] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918&id=3b61438e-4307-4488-b74a-da98a5598859 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2689] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&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: 1388/2690] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:27 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2691] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:28 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1389/2692] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:28 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2693] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4086 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2694] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => 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: 1305/2695] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2696] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&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: 1306/2697] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1392/2698] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1307/2699] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => 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: 1393/2700] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2701] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&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: 1394/2702] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2703] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1395/2704] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2705] 199.204.45.238 () {34 vars in 1102 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ab5&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2706] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918&id=3b61438e-4307-4488-b74a-da98a5598859 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2707] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2708] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2709] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2710] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:29 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1314/2713] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:59:33 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1516 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2714] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 11:59:33 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2715] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2716] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/subnets/3b61438e-4307-4488-b74a-da98a5598859 => generated 744 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2717] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2718] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59:34 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: 1317/2719] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59:34 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: 1403/2720] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:34 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: 1318/2721] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2722] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2723] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2724] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2725] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2726] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2727] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:34 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2728] 10.0.0.35 () {30 vars in 689 bytes} [Wed Jul 1 11:59:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2729] 10.0.0.35 () {30 vars in 691 bytes} [Wed Jul 1 11:59:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2730] 10.0.0.35 () {30 vars in 667 bytes} [Wed Jul 1 11:59:42 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: 1323/2731] 10.0.0.35 () {30 vars in 703 bytes} [Wed Jul 1 11:59:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2732] 10.0.0.35 () {28 vars in 438 bytes} [Wed Jul 1 11:59:43 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2733] 10.0.0.35 () {30 vars in 727 bytes} [Wed Jul 1 11:59:43 2026] GET /v2.0/subnets/6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2734] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:44 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: 1325/2735] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2736] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2737] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:44 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: 1412/2738] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2739] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/subnets/6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2740] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4088 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2741] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:44 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: 1414/2742] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2743] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59: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: 8|app: 0|req: 1415/2744] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:44 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: 1330/2745] 199.204.45.238 () {34 vars in 717 bytes} [Wed Jul 1 11:59:44 2026] POST /v2.0/ports => generated 1332 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2746] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:59:44 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1332 bytes in 36 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: 1331/2747] 199.204.45.238 () {34 vars in 1262 bytes} [Wed Jul 1 11:59:45 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2748] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:46 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1332/2749] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:46 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2750] 199.204.45.238 () {34 vars in 975 bytes} [Wed Jul 1 11:59:46 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1332 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2751] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:59:46 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 801 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2752] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 11:59:46 2026] PUT /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1522 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:59:47.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3643e7c7-f29e-49d6-b230-bf5058ef5ad5'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '6ed66940-8e3c-4369-adcc-8330208a932e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1335/2755] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:59:47 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 5602 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1421/2756] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:59:47 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2757] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:59:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=6ed66940-8e3c-4369-adcc-8330208a932e => 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: 1422/2758] 199.204.45.238 () {34 vars in 1106 bytes} [Wed Jul 1 11:59:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A274&port_id=6ed66940-8e3c-4369-adcc-8330208a932e => 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: 1337/2759] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:59:47 2026] GET /v2.0/subnets?id=84bafc03-8d15-4817-8340-dba46d1fedb5&id=6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2760] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:48 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&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: 7|app: 0|req: 1338/2761] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:48 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2762] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:48 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1339/2763] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:48 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1425/2764] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 5602 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2765] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => 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: 1426/2766] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2767] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2768] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1342/2769] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1428/2770] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2771] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2772] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2773] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1430/2774] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1345/2775] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => 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: 1431/2776] 199.204.45.238 () {34 vars in 1102 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ab5&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2777] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918&id=3b61438e-4307-4488-b74a-da98a5598859 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2778] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2779] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&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: 1433/2780] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:49 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1348/2781] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2782] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=6ed66940-8e3c-4369-adcc-8330208a932e => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2783] 199.204.45.238 () {34 vars in 1106 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A274&port_id=6ed66940-8e3c-4369-adcc-8330208a932e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2784] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/subnets?id=84bafc03-8d15-4817-8340-dba46d1fedb5&id=6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2785] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2786] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&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: 1351/2787] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1437/2788] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:50 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1352/2789] 10.0.0.26 () {34 vars in 970 bytes} [Wed Jul 1 11:59:54 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2790] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 11:59:54 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2791] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:54 2026] GET /v2.0/subnets/6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2792] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:54 2026] GET /v2.0/subnets/84bafc03-8d15-4817-8340-dba46d1fedb5 => generated 748 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2793] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:54 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1516 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2794] 199.204.45.238 () {34 vars in 790 bytes} [Wed Jul 1 11:59:54 2026] PUT /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1255 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:59:55.130 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86988196-4f9a-4b45-928e-0e3a975eff3b'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '9d0a14e8-73d6-4ada-9075-d52cf7cdd403', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1355/2795] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1441/2796] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2797] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2798] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 11:59:55 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: 1357/2799] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 11:59:55 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: 1443/2800] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 11:59:55 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: 1358/2801] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2802] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2803] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1344 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2804] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2805] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2806] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2807] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2808] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 5379 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2809] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2810] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2811] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2812] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2813] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1450/2814] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 11:59:55 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1366/2817] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:07 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: 1452/2818] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:07 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: 1367/2819] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:07 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: 1453/2820] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:07 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: 1368/2821] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:07 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2822] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:08 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 5379 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2823] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2824] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:08 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: 1370/2825] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2826] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:08 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: 1371/2827] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:08 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2828] 199.204.45.238 () {34 vars in 790 bytes} [Wed Jul 1 12:00:08 2026] PUT /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1311 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:00:08.934 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-64b814c3-df4b-4541-9d1f-e9584338d2b8'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '6ed66940-8e3c-4369-adcc-8330208a932e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1372/2829] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 12:00:08 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1458/2830] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:08 2026] GET /v2.0/subnets/84bafc03-8d15-4817-8340-dba46d1fedb5 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2831] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1347 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2832] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2833] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 12:00:09 2026] PUT /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1080 bytes in 428 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: 1375/2834] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2835] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2836] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1461/2837] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2838] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2839] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:09 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2840] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:10 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:00:10.976 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9f606ca-dbbd-4490-b19c-dd0c70e195b3'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '6ed66940-8e3c-4369-adcc-8330208a932e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1463/2841] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:11 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2842] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 12:00:11 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2843] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:11 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2844] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:11 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2845] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:11 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 4971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2846] 199.204.45.238 () {34 vars in 975 bytes} [Wed Jul 1 12:00:12 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 1116 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2847] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 12:00:12 2026] GET /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2848] 199.204.45.238 () {34 vars in 1016 bytes} [Wed Jul 1 12:00:12 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2849] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 12:00:12 2026] PUT /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 917 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2850] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3863 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:00:13.245 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb195d9a-4061-4df8-a8b9-5e20d66b145d 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 6ed66940-8e3c-4369-adcc-8330208a932e 2026-07-01 12:00:13.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb195d9a-4061-4df8-a8b9-5e20d66b145d 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 6ed66940-8e3c-4369-adcc-8330208a932e [pid: 8|app: 0|req: 1468/2851] 199.204.45.238 () {32 vars in 759 bytes} [Wed Jul 1 12:00:13 2026] DELETE /v2.0/ports/6ed66940-8e3c-4369-adcc-8330208a932e => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2852] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2853] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:13 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: 1385/2854] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00: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: 1470/2855] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2856] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2857] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2858] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1344 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2859] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2860] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2861] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:13 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2862] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2863] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3863 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2864] 199.204.45.238 () {34 vars in 1226 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/networks?id=7f2b848a-ac45-440b-b73c-ba7e644e9154&id=6928f53f-b538-4a5e-bd1b-159b279928d5&id=f51f5a02-3988-433d-aaa8-af372009c507&id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 3096 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2865] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2866] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2867] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2868] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2869] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1393/2870] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => 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: 1478/2871] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2872] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2873] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1395/2874] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1480/2875] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2876] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2877] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&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: 1397/2878] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:14 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2879] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:15 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1484/2882] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2883] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2884] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:18 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: 1400/2885] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:18 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: 1486/2886] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:18 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3863 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2887] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2888] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:18 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: 1402/2889] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:18 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: 1488/2890] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:18 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: 1403/2891] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:18 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2892] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 12:00:19 2026] PUT /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:00:19.377 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-227a67c8-f597-4189-829c-f4555936c8b6'] response: {'name': 'network-changed', 'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'tag': '9d0a14e8-73d6-4ada-9075-d52cf7cdd403', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1404/2893] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 12:00:19 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507 => generated 797 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1490/2894] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:19 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3688 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2895] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:19 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3688 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2896] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:19 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3688 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2897] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 12:00:19 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 800 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2898] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:20 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2899] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:20 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1493/2900] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:20 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3688 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2901] 199.204.45.238 () {34 vars in 975 bytes} [Wed Jul 1 12:00:21 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2902] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 12:00:21 2026] GET /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2903] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:21 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 3688 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2904] 199.204.45.238 () {34 vars in 1016 bytes} [Wed Jul 1 12:00:21 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1410/2905] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 12:00:21 2026] PUT /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 917 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2906] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:22 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:00:22.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-e611c540-f29e-47c3-b73d-d3ca1832948a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 9d0a14e8-73d6-4ada-9075-d52cf7cdd403 2026-07-01 12:00:22.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e611c540-f29e-47c3-b73d-d3ca1832948a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 9d0a14e8-73d6-4ada-9075-d52cf7cdd403 [pid: 7|app: 0|req: 1411/2907] 199.204.45.238 () {32 vars in 759 bytes} [Wed Jul 1 12:00:22 2026] DELETE /v2.0/ports/9d0a14e8-73d6-4ada-9075-d52cf7cdd403 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2908] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2909] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2910] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2911] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:23 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: 1499/2912] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2913] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2914] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1344 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2915] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2916] 199.204.45.238 () {30 vars in 743 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2917] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2918] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2919] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => 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: 1503/2920] 199.204.45.238 () {34 vars in 1146 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/networks?id=7f2b848a-ac45-440b-b73c-ba7e644e9154&id=6928f53f-b538-4a5e-bd1b-159b279928d5&id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 2309 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2921] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2922] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2923] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2924] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2925] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1506/2926] 199.204.45.238 () {34 vars in 1056 bytes} [Wed Jul 1 12:00:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.64&port_id=9a923246-30d6-4382-a5a0-4dd0266927bc => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2927] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 12:00:24 2026] GET /v2.0/subnets?id=1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2928] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:24 2026] GET /v2.0/ports?network_id=6928f53f-b538-4a5e-bd1b-159b279928d5&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2929] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:24 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1508/2930] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:24 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?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: 1424/2933] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2934] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:34 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: 1425/2935] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:34 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: 1511/2936] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:00:34.807 7 INFO neutron.api.v2.resource [None req-6fa9e407-5afd-4090-8bb5-53be5d309b4c 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1426/2937] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 12:00:34 2026] GET /v2.0/security-groups/lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2938] 199.204.45.238 () {30 vars in 785 bytes} [Wed Jul 1 12:00:34 2026] GET /v2.0/security-groups?name=lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 2863 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2939] 199.204.45.238 () {30 vars in 815 bytes} [Wed Jul 1 12:00:34 2026] GET /v2.0/security-group-rules?security_group_id=5e306e03-1357-4828-bdf7-9d5e59dbdd43 => generated 2334 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2940] 199.204.45.238 () {32 vars in 789 bytes} [Wed Jul 1 12:00:34 2026] DELETE /v2.0/security-group-rules/8786b3f9-8ac9-4507-81a5-27fa4d758061 => 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: 1428/2941] 199.204.45.238 () {32 vars in 789 bytes} [Wed Jul 1 12:00:34 2026] DELETE /v2.0/security-group-rules/bcbdd6f2-32db-4062-996d-5cf19ebe7311 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:00:39.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-41eb4140-f65e-4834-9efb-1be574962590 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 9f02228e-3f3f-4c80-87e4-0ea01e03ec29 2026-07-01 12:00:39.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41eb4140-f65e-4834-9efb-1be574962590 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 9f02228e-3f3f-4c80-87e4-0ea01e03ec29 2026-07-01 12:00:40.138 8 INFO neutron.db.l3_db [None req-41eb4140-f65e-4834-9efb-1be574962590 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Floating IP 737c76d9-fdf2-4702-a6e3-a2b6f809c3bc disassociated (deleted). External IP: 10.96.250.201, port: 11c2aadf-41a2-4030-b888-726e70c7ca44. [pid: 8|app: 0|req: 1514/2942] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:00:39 2026] DELETE /v2.0/floatingips/737c76d9-fdf2-4702-a6e3-a2b6f809c3bc => generated 0 bytes in 1220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:00:41.003 7 INFO neutron.api.v2.resource [None req-0bf14c11-3271-4605-b176-8e4870ca471c f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1429/2943] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 12:00:40 2026] GET /v2.0/floatingips/737c76d9-fdf2-4702-a6e3-a2b6f809c3bc => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2944] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2945] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2946] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:41 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: 1431/2947] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:00:41.995 8 INFO neutron.api.v2.resource [None req-c18c65a6-93e4-4eab-99e3-c79bdae8129a 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/2948] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 12:00:41 2026] GET /v2.0/security-groups/lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2949] 199.204.45.238 () {30 vars in 785 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/security-groups?name=lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2950] 199.204.45.238 () {30 vars in 815 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/security-group-rules?security_group_id=5e306e03-1357-4828-bdf7-9d5e59dbdd43 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2951] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:42 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: 1519/2952] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2953] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2954] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2955] 199.204.45.238 () {30 vars in 741 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2956] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2957] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2958] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:42 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2959] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:43 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2960] 199.204.45.238 () {34 vars in 975 bytes} [Wed Jul 1 12:00:44 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1344 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2961] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 12:00:44 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2962] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:44 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 2580 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2963] 199.204.45.238 () {34 vars in 1016 bytes} [Wed Jul 1 12:00:44 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2964] 199.204.45.238 () {38 vars in 1028 bytes} [Wed Jul 1 12:00:44 2026] PUT /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1145 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2965] 199.204.45.238 () {30 vars in 769 bytes} [Wed Jul 1 12:00:45 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1244 bytes in 36 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: 1526/2966] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 12:00:45 2026] PUT /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1086 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2967] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:45 2026] GET /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 1086 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-07-01 12:00:46.027 8 INFO neutron_taas.services.taas.taas_plugin [None req-99dc7967-0ebe-434c-a11e-b019974e0758 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 9a923246-30d6-4382-a5a0-4dd0266927bc 2026-07-01 12:00:46.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99dc7967-0ebe-434c-a11e-b019974e0758 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 9a923246-30d6-4382-a5a0-4dd0266927bc [pid: 8|app: 0|req: 1527/2968] 199.204.45.238 () {32 vars in 759 bytes} [Wed Jul 1 12:00:45 2026] DELETE /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2969] 199.204.45.238 () {30 vars in 703 bytes} [Wed Jul 1 12:00:46 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: 1528/2970] 199.204.45.238 () {30 vars in 705 bytes} [Wed Jul 1 12:00:46 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: 1443/2971] 199.204.45.238 () {30 vars in 681 bytes} [Wed Jul 1 12:00:46 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: 1529/2972] 199.204.45.238 () {30 vars in 717 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:00:46.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9465bb8-83ce-499a-830b-7aee6421dc5f 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1444/2973] 199.204.45.238 () {32 vars in 759 bytes} [Wed Jul 1 12:00:46 2026] DELETE /v2.0/ports/9a923246-30d6-4382-a5a0-4dd0266927bc => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2974] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:00:46.413 7 INFO neutron.api.v2.resource [None req-20234a97-9405-4b8e-84ae-ca25c63a3be5 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/2975] 199.204.45.238 () {30 vars in 763 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/security-groups/lb-d3a6bf65-3df8-4224-b184-8118a5404200 => 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: 1531/2976] 199.204.45.238 () {30 vars in 785 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/security-groups?name=lb-d3a6bf65-3df8-4224-b184-8118a5404200 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2977] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/ports?tenant_id=f024603f17cf45c69251b23fefb4d298&device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2978] 199.204.45.238 () {30 vars in 737 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2979] 199.204.45.238 () {34 vars in 1066 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/networks?id=7f2b848a-ac45-440b-b73c-ba7e644e9154&id=6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 1523 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2980] 199.204.45.238 () {34 vars in 1060 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.23&port_id=a2250966-7cb7-4bb8-b93f-cc2c570b396d => 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: 1449/2981] 199.204.45.238 () {34 vars in 984 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/subnets?id=9ec8e60f-102d-4cdd-ad45-4f11028dde80 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2982] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/ports?network_id=7f2b848a-ac45-440b-b73c-ba7e644e9154&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: 1451/2983] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2984] 199.204.45.238 () {34 vars in 789 bytes} [Wed Jul 1 12:00:46 2026] PUT /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 1086 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2985] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:46 2026] GET /v2.0/networks/7f2b848a-ac45-440b-b73c-ba7e644e9154?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: 1534/2986] 199.204.45.238 () {32 vars in 779 bytes} [Wed Jul 1 12:00:46 2026] DELETE /v2.0/security-groups/5e306e03-1357-4828-bdf7-9d5e59dbdd43 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:00:47.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-be093a2f-83f2-44e6-8ffd-10927c244734 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: 11c2aadf-41a2-4030-b888-726e70c7ca44 2026-07-01 12:00:47.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be093a2f-83f2-44e6-8ffd-10927c244734 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: 11c2aadf-41a2-4030-b888-726e70c7ca44 [pid: 7|app: 0|req: 1453/2987] 199.204.45.238 () {32 vars in 759 bytes} [Wed Jul 1 12:00:46 2026] DELETE /v2.0/ports/11c2aadf-41a2-4030-b888-726e70c7ca44 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2990] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 12:00:49 2026] GET /v2.0/ports?device_id=bbc0675e-aff1-469d-a068-bda7b0156458 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:00:49.986 7 INFO neutron_taas.services.taas.taas_plugin [req-548d0aa8-baf5-4231-b256-c452d806ceb4 req-87632023-ee3c-415e-a1e4-69e129cfe091 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] TaaS: Handle Delete Port: a2250966-7cb7-4bb8-b93f-cc2c570b396d 2026-07-01 12:00:49.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-548d0aa8-baf5-4231-b256-c452d806ceb4 req-87632023-ee3c-415e-a1e4-69e129cfe091 87871fe3673a429493654121a8aaee77 f024603f17cf45c69251b23fefb4d298 - - default default] Tap Mirror: Handle Delete Port: a2250966-7cb7-4bb8-b93f-cc2c570b396d [pid: 7|app: 0|req: 1455/2991] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 12:00:49 2026] DELETE /v2.0/ports/a2250966-7cb7-4bb8-b93f-cc2c570b396d => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:00:50.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a756ebee-75af-4bbd-a573-092fb4340b87'] response: {'server_uuid': 'bbc0675e-aff1-469d-a068-bda7b0156458', 'name': 'network-vif-deleted', 'tag': 'a2250966-7cb7-4bb8-b93f-cc2c570b396d', 'status': 'completed', 'code': 200} 2026-07-01 12:00:51.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e85e6f8-b8a0-41d1-8419-ada41fe82efd f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: deb7d1b0-079a-496c-87c5-4a9eaf2c2318 2026-07-01 12:00:51.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e85e6f8-b8a0-41d1-8419-ada41fe82efd f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: deb7d1b0-079a-496c-87c5-4a9eaf2c2318 2026-07-01 12:00:51.541 8 INFO neutron.db.l3_db [None req-0e85e6f8-b8a0-41d1-8419-ada41fe82efd f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Floating IP 01c5c567-f0a3-43a0-8cba-f8c798994650 disassociated (deleted). External IP: 10.96.250.205, port: 1d63299a-e70f-46e6-bcb1-97a05c06149e. [pid: 8|app: 0|req: 1537/2992] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:00:51 2026] DELETE /v2.0/floatingips/01c5c567-f0a3-43a0-8cba-f8c798994650 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:00:51.932 7 INFO neutron.api.v2.resource [None req-a5b6fe93-1804-4f6a-8963-5a4c62b36fa7 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/2993] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 12:00:51 2026] GET /v2.0/floatingips/01c5c567-f0a3-43a0-8cba-f8c798994650 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:00:51.946 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0669c41-c419-4d35-a131-d9e28c19760d'] response: {'name': 'network-changed', 'server_uuid': 'c0750940-ba86-40ed-acb2-ae474cd3a028', 'tag': '1d63299a-e70f-46e6-bcb1-97a05c06149e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1538/2994] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2995] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2996] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2997] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/networks?id=47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2998] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.188&port_id=1d63299a-e70f-46e6-bcb1-97a05c06149e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2999] 199.204.45.238 () {34 vars in 1106 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19b&port_id=1d63299a-e70f-46e6-bcb1-97a05c06149e => 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: 1541/3000] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/subnets?id=84bafc03-8d15-4817-8340-dba46d1fedb5&id=6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3001] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&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: 8|app: 0|req: 1542/3002] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/ports?network_id=47859e0d-7837-4993-a364-d0b92b1d4e8c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3003] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1543/3004] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:00:52 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c?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: 1462/3005] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 12:00:54 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:00:54.708 8 INFO neutron_taas.services.taas.taas_plugin [req-d4bdae8f-7f10-4135-8503-2592ab443e1f req-d547548c-3b08-4928-95d0-0382d9d64353 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 1d63299a-e70f-46e6-bcb1-97a05c06149e 2026-07-01 12:00:54.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d4bdae8f-7f10-4135-8503-2592ab443e1f req-d547548c-3b08-4928-95d0-0382d9d64353 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 1d63299a-e70f-46e6-bcb1-97a05c06149e [pid: 8|app: 0|req: 1544/3006] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 12:00:54 2026] DELETE /v2.0/ports/1d63299a-e70f-46e6-bcb1-97a05c06149e => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:00:54.960 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6989b019-3b19-4991-bdc9-dac6555758db'] response: {'server_uuid': 'c0750940-ba86-40ed-acb2-ae474cd3a028', 'name': 'network-vif-deleted', 'tag': '1d63299a-e70f-46e6-bcb1-97a05c06149e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/3007] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 12:00:57 2026] GET /v2.0/ports?device_id=c0750940-ba86-40ed-acb2-ae474cd3a028 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:01:02.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0be0358-fc2b-4dba-b2d0-96c8254026db f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: ecb7f25a-7da3-4436-aed2-0e49d9df7267 2026-07-01 12:01:02.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0be0358-fc2b-4dba-b2d0-96c8254026db f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: ecb7f25a-7da3-4436-aed2-0e49d9df7267 2026-07-01 12:01:02.617 8 INFO neutron.db.l3_db [None req-a0be0358-fc2b-4dba-b2d0-96c8254026db f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Floating IP fdaf53aa-94c2-4538-b80a-7fb24ce4400e disassociated (deleted). External IP: 10.96.250.209, port: 07cd27cb-4431-421e-8f70-3650340f0f52. [pid: 8|app: 0|req: 1545/3010] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:02 2026] DELETE /v2.0/floatingips/fdaf53aa-94c2-4538-b80a-7fb24ce4400e => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:02.942 7 INFO neutron.api.v2.resource [None req-73486901-77e5-452d-9c02-6989f7e36796 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/3011] 10.0.0.123 () {32 vars in 729 bytes} [Wed Jul 1 12:01:02 2026] GET /v2.0/floatingips/fdaf53aa-94c2-4538-b80a-7fb24ce4400e => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:02.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ff4e264-66c1-4021-abf1-6a6cd3716d82'] response: {'name': 'network-changed', 'server_uuid': '9e65081b-24d1-4fe7-8295-146a768c0cd3', 'tag': '07cd27cb-4431-421e-8f70-3650340f0f52', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1546/3012] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3013] 10.0.0.26 () {34 vars in 1039 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/security-groups?id=2be21f5d-5e0b-4533-97da-018be8da055f&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: 1547/3014] 199.204.45.238 () {34 vars in 1080 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/ports?tenant_id=96bba047ec6c49369c1c505c193a3a70&device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3015] 199.204.45.238 () {34 vars in 986 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/networks?id=f51f5a02-3988-433d-aaa8-af372009c507 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3016] 199.204.45.238 () {34 vars in 1058 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=07cd27cb-4431-421e-8f70-3650340f0f52 => 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: 1469/3017] 199.204.45.238 () {34 vars in 1104 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1fd&port_id=07cd27cb-4431-421e-8f70-3650340f0f52 => 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: 1549/3018] 199.204.45.238 () {34 vars in 1064 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/subnets?id=99aa9261-865c-45b3-8a80-f98a40459918&id=3b61438e-4307-4488-b74a-da98a5598859 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3019] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&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: 1550/3020] 199.204.45.238 () {34 vars in 1052 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/ports?network_id=f51f5a02-3988-433d-aaa8-af372009c507&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: 7|app: 0|req: 1471/3021] 199.204.45.238 () {34 vars in 1012 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?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: 1551/3022] 199.204.45.238 () {34 vars in 1112 bytes} [Wed Jul 1 12:01:03 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3023] 199.204.45.238 () {34 vars in 994 bytes} [Wed Jul 1 12:01:05 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:01:05.700 8 INFO neutron_taas.services.taas.taas_plugin [req-335976b3-1261-48c3-8d26-4199a0594ce3 req-78e5b28d-2d9b-4392-93ff-bfffab261758 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 07cd27cb-4431-421e-8f70-3650340f0f52 2026-07-01 12:01:05.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-335976b3-1261-48c3-8d26-4199a0594ce3 req-78e5b28d-2d9b-4392-93ff-bfffab261758 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 07cd27cb-4431-421e-8f70-3650340f0f52 [pid: 8|app: 0|req: 1552/3024] 199.204.45.238 () {36 vars in 997 bytes} [Wed Jul 1 12:01:05 2026] DELETE /v2.0/ports/07cd27cb-4431-421e-8f70-3650340f0f52 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:05.928 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d29c8d6e-291a-4009-9f32-e776b5798169'] response: {'server_uuid': '9e65081b-24d1-4fe7-8295-146a768c0cd3', 'name': 'network-vif-deleted', 'tag': '07cd27cb-4431-421e-8f70-3650340f0f52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1473/3025] 10.0.0.26 () {34 vars in 989 bytes} [Wed Jul 1 12:01:08 2026] GET /v2.0/ports?device_id=9e65081b-24d1-4fe7-8295-146a768c0cd3 => 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: 1553/3026] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/3566c9d7-a38c-4dbb-bc50-82e862cd44fd => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.448 7 INFO neutron.api.v2.resource [None req-a3a6ec8d-461b-4f01-bcc6-38fdbbf775b1 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/3027] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/3566c9d7-a38c-4dbb-bc50-82e862cd44fd => 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: 1554/3028] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/7b32854e-e3eb-44ca-8bac-3b388fb77e33 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.536 7 INFO neutron.api.v2.resource [None req-d7b18bcc-3891-4840-866d-2e065fde80fe f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/3029] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/7b32854e-e3eb-44ca-8bac-3b388fb77e33 => 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: 1555/3030] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/1e007a73-7f4b-46b5-81c2-e1604fc3cf7e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.617 7 INFO neutron.api.v2.resource [None req-94395fa4-d33f-45b0-82ea-16c28cb02136 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/3031] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/1e007a73-7f4b-46b5-81c2-e1604fc3cf7e => 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: 1556/3032] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/6270707b-a607-4316-8e90-3c386360044b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.697 7 INFO neutron.api.v2.resource [None req-812a6a11-973b-4231-a1ca-ccfd33cc04d7 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/3033] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/6270707b-a607-4316-8e90-3c386360044b => 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: 1557/3034] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/406e9dc1-2330-4f6a-8d6e-fbdac36db9cd => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.801 7 INFO neutron.api.v2.resource [None req-25bcfbd4-aba2-44df-a6f0-6972e0a171c3 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1478/3035] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/406e9dc1-2330-4f6a-8d6e-fbdac36db9cd => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3036] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/f72efda6-16f1-4c46-942b-2d8d9389bc58 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.893 7 INFO neutron.api.v2.resource [None req-d8ba1370-f9de-4503-83c6-45da9f6e92bd f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/3037] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/f72efda6-16f1-4c46-942b-2d8d9389bc58 => 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: 1559/3038] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/fde52dac-71c0-4e9d-840a-911d28ac5bcf => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:13.983 7 INFO neutron.api.v2.resource [None req-172f1d9b-39c7-4abc-90b2-d5a2139ae868 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1480/3039] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:13 2026] GET /v2.0/security-group-rules/fde52dac-71c0-4e9d-840a-911d28ac5bcf => 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: 1560/3040] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:13 2026] DELETE /v2.0/security-group-rules/fa0d4147-ba67-4bcf-89f9-3c7cd43d218a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:14.070 7 INFO neutron.api.v2.resource [None req-bc7d6570-2407-4f4a-9d99-39833b2f0068 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/3041] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:14 2026] GET /v2.0/security-group-rules/fa0d4147-ba67-4bcf-89f9-3c7cd43d218a => 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: 1561/3042] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:14 2026] DELETE /v2.0/security-group-rules/bf73b749-c365-4748-becf-e46b0cf21892 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:14.157 7 INFO neutron.api.v2.resource [None req-65005904-d120-4d7d-9d07-cc2228074f31 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/3043] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:14 2026] GET /v2.0/security-group-rules/bf73b749-c365-4748-becf-e46b0cf21892 => 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: 1562/3044] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:14 2026] DELETE /v2.0/security-group-rules/bb31ae18-7b31-4839-b860-0a1146f4c924 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:14.245 7 INFO neutron.api.v2.resource [None req-6fcf86be-8f55-4230-a70e-f0cca446ea3a f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3045] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:14 2026] GET /v2.0/security-group-rules/bb31ae18-7b31-4839-b860-0a1146f4c924 => 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: 1563/3046] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:14 2026] DELETE /v2.0/security-group-rules/af813c1f-2daf-49cb-856e-7ef16979e7e4 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:14.329 7 INFO neutron.api.v2.resource [None req-160e6dec-d872-4d22-9c17-d2bb10c2d1fa f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3047] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:14 2026] GET /v2.0/security-group-rules/af813c1f-2daf-49cb-856e-7ef16979e7e4 => 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: 1564/3048] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:14 2026] DELETE /v2.0/security-groups/2be21f5d-5e0b-4533-97da-018be8da055f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:14.440 7 INFO neutron.api.v2.resource [None req-6f6253fb-1a58-4b26-ad26-7041915e545d f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3049] 10.0.0.123 () {32 vars in 737 bytes} [Wed Jul 1 12:01:14 2026] GET /v2.0/security-groups/2be21f5d-5e0b-4533-97da-018be8da055f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:14.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-08846112-d877-4454-a0f0-c92eb09c4578 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: aa2f8f9e-de47-47a4-b226-11568818e964 2026-07-01 12:01:14.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08846112-d877-4454-a0f0-c92eb09c4578 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: aa2f8f9e-de47-47a4-b226-11568818e964 [pid: 8|app: 0|req: 1565/3050] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 12:01:14 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:01:15.650 7 INFO neutron.api.v2.resource [None req-ceb4baaf-4958-48d9-b880-a2e90c741f16 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/3051] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 12:01:15 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:16.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-15cd2449-4eca-4749-8914-bc868f181bc2 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 05013d8b-6ac2-48ec-b88f-755d7fce5c93 2026-07-01 12:01:16.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15cd2449-4eca-4749-8914-bc868f181bc2 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 05013d8b-6ac2-48ec-b88f-755d7fce5c93 [pid: 8|app: 0|req: 1566/3052] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 12:01:15 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:01:16.832 7 INFO neutron.api.v2.resource [None req-f24a919c-5740-4842-a153-5ddcaedab422 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/3053] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 12:01:16 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/remove_router_interface => generated 198 bytes in 191 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:17.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-120d6245-da65-49a1-bd4e-95cd271a2e75 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: f2abd668-9d38-4475-aa7a-f433c3f7de19 2026-07-01 12:01:17.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-120d6245-da65-49a1-bd4e-95cd271a2e75 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: f2abd668-9d38-4475-aa7a-f433c3f7de19 [pid: 8|app: 0|req: 1567/3056] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 12:01:16 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:01:18.013 7 INFO neutron.api.v2.resource [None req-4c600f23-e1c7-4199-bbc7-2ef836ebc41d f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/3057] 10.0.0.123 () {34 vars in 789 bytes} [Wed Jul 1 12:01:17 2026] PUT /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:18.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c38bcd2-d9de-46eb-a8f8-e9954f672f84 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 9a1cc409-9bac-4687-9c06-c3aa1a0ff0ae 2026-07-01 12:01:18.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c38bcd2-d9de-46eb-a8f8-e9954f672f84 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 9a1cc409-9bac-4687-9c06-c3aa1a0ff0ae 2026-07-01 12:01:18.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c38bcd2-d9de-46eb-a8f8-e9954f672f84 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: ed9e9daf-df66-4a18-b025-b49bb3c86990 2026-07-01 12:01:18.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c38bcd2-d9de-46eb-a8f8-e9954f672f84 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: ed9e9daf-df66-4a18-b025-b49bb3c86990 2026-07-01 12:01:18.864 8 INFO neutron.services.segments.plugin [-] Segment 55f70708-f2a1-4bc0-9d56-944e993f4b5f resource provider aggregate not found 2026-07-01 12:01:18.877 8 INFO neutron.services.segments.plugin [-] Segment 55f70708-f2a1-4bc0-9d56-944e993f4b5f resource provider aggregate not found 2026-07-01 12:01:18.885 8 INFO neutron.services.segments.plugin [-] Segment 55f70708-f2a1-4bc0-9d56-944e993f4b5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f70708-f2a1-4bc0-9d56-944e993f4b5f found for delete ", "request_id": "req-1328c16c-b899-4e60-bb69-6a374f2ee085"}]} 2026-07-01 12:01:18.894 8 INFO neutron.services.segments.plugin [-] Segment 55f70708-f2a1-4bc0-9d56-944e993f4b5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f70708-f2a1-4bc0-9d56-944e993f4b5f found for delete ", "request_id": "req-75a5c6a6-eac9-4666-94e3-d60d4bfc84bb"}]} 2026-07-01 12:01:18.901 8 INFO neutron.db.l3_hamode_db [None req-7c38bcd2-d9de-46eb-a8f8-e9954f672f84 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] HA network c0f8e97e-b77b-4146-8773-95319c7e21fd was deleted as no HA routers are present in tenant 96bba047ec6c49369c1c505c193a3a70. [pid: 8|app: 0|req: 1568/3058] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:18 2026] DELETE /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:18.932 7 INFO neutron.api.v2.resource [None req-18b8fc78-f5ba-422c-aec0-9be4f97247be f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/3059] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:18 2026] GET /v2.0/routers/052ff4ac-6eee-4a6b-9d56-94306866ff7c => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3060] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:18 2026] DELETE /v2.0/subnets/84bafc03-8d15-4817-8340-dba46d1fedb5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:19.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73b654ac-4a9e-4748-af39-17d8c9c586f7 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3061] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:19 2026] GET /v2.0/subnets/84bafc03-8d15-4817-8340-dba46d1fedb5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3062] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:19 2026] DELETE /v2.0/subnets/6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:19.313 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac83e66d-b563-467f-9efc-7282a0837698 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3063] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:19 2026] GET /v2.0/subnets/6dd9c9c0-9aef-4359-8089-d6db09948cdd => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:19.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-023df578-cc98-48bb-9fa7-078841eebe83 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: e0472314-78c9-4b64-9b9b-ea720f505153 2026-07-01 12:01:19.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-023df578-cc98-48bb-9fa7-078841eebe83 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: e0472314-78c9-4b64-9b9b-ea720f505153 [pid: 8|app: 0|req: 1571/3064] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 12:01:19 2026] DELETE /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:19.646 7 INFO neutron.pecan_wsgi.hooks.translation [None req-299c2257-e186-4660-9073-8fe70b1d72aa f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3065] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 12:01:19 2026] GET /v2.0/networks/47859e0d-7837-4993-a364-d0b92b1d4e8c => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3066] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:19 2026] DELETE /v2.0/subnets/3b61438e-4307-4488-b74a-da98a5598859 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:19.878 7 INFO neutron.pecan_wsgi.hooks.translation [None req-143f57e1-81f7-43e1-96e1-c8f127b6986d f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3067] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:19 2026] GET /v2.0/subnets/3b61438e-4307-4488-b74a-da98a5598859 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3068] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:19 2026] DELETE /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:20.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d892bca-53b8-41d2-8465-76e7274d9d3b f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3069] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:20 2026] GET /v2.0/subnets/99aa9261-865c-45b3-8a80-f98a40459918 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:20.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-c03f84c5-62fa-46d3-a4e2-4967dd37f818 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 5cfd8e67-5438-48e7-9fab-dbe5151949b6 2026-07-01 12:01:20.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c03f84c5-62fa-46d3-a4e2-4967dd37f818 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 5cfd8e67-5438-48e7-9fab-dbe5151949b6 [pid: 8|app: 0|req: 1574/3070] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 12:01:20 2026] DELETE /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:20.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be0ac001-84fe-4e9e-915a-ed1f2469a943 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/3071] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 12:01:20 2026] GET /v2.0/networks/f51f5a02-3988-433d-aaa8-af372009c507 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3072] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:20 2026] DELETE /v2.0/subnets/ad0dd650-f77d-4658-8e40-da64ec1337ba => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:20.583 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e31b6c5-c6ec-45fc-92dc-bd69408f2d0f f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3073] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:20 2026] GET /v2.0/subnets/ad0dd650-f77d-4658-8e40-da64ec1337ba => 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: 1576/3074] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:01:20 2026] DELETE /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:20.777 7 INFO neutron.pecan_wsgi.hooks.translation [None req-974ec326-3340-42d6-b9d7-d66092fd55c3 f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1499/3075] 10.0.0.123 () {32 vars in 721 bytes} [Wed Jul 1 12:01:20 2026] GET /v2.0/subnets/1db6227d-848a-4e53-a1e8-2a72dbfd5516 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:20.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed1d72c2-7881-43c5-90ab-41f442643fcc f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] TaaS: Handle Delete Port: 2789a1d9-c3ce-4c82-9a7b-aa70df21ceb8 2026-07-01 12:01:20.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed1d72c2-7881-43c5-90ab-41f442643fcc f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] Tap Mirror: Handle Delete Port: 2789a1d9-c3ce-4c82-9a7b-aa70df21ceb8 2026-07-01 12:01:20.915 8 INFO neutron.services.segments.plugin [-] Segment a081c50d-2da5-4406-8d80-0194502a2709 resource provider aggregate not found 2026-07-01 12:01:20.923 8 INFO neutron.services.segments.plugin [-] Segment a081c50d-2da5-4406-8d80-0194502a2709 resource provider aggregate not found 2026-07-01 12:01:20.942 8 INFO neutron.services.segments.plugin [-] Segment a081c50d-2da5-4406-8d80-0194502a2709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a081c50d-2da5-4406-8d80-0194502a2709 found for delete ", "request_id": "req-af3b2ad0-b6a7-4f81-bce4-dda2c384677d"}]} 2026-07-01 12:01:20.948 8 INFO neutron.services.segments.plugin [-] Segment a081c50d-2da5-4406-8d80-0194502a2709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a081c50d-2da5-4406-8d80-0194502a2709 found for delete ", "request_id": "req-e825ab93-db88-4a99-8715-5c7ccf410472"}]} 2026-07-01 12:01:20.969 8 INFO neutron.services.segments.plugin [-] Segment 04d49eee-ce86-4121-b311-4f8d439000f2 resource provider aggregate not found 2026-07-01 12:01:20.970 8 INFO neutron.services.segments.plugin [-] Segment 04d49eee-ce86-4121-b311-4f8d439000f2 resource provider aggregate not found 2026-07-01 12:01:20.996 8 INFO neutron.services.segments.plugin [-] Segment 04d49eee-ce86-4121-b311-4f8d439000f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04d49eee-ce86-4121-b311-4f8d439000f2 found for delete ", "request_id": "req-6ac9d1f8-94c5-4da3-ae6f-73961f02a836"}]} 2026-07-01 12:01:21.000 8 INFO neutron.services.segments.plugin [-] Segment 04d49eee-ce86-4121-b311-4f8d439000f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04d49eee-ce86-4121-b311-4f8d439000f2 found for delete ", "request_id": "req-f1ed3ebd-341d-4f0a-b221-ad9741895b7c"}]} [pid: 8|app: 0|req: 1577/3076] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 12:01:20 2026] DELETE /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:21.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a105276f-38c8-4fc6-b3a8-952824d0f42a f8b82d9639274bbeb47d2bcead7ac23c 96bba047ec6c49369c1c505c193a3a70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3077] 10.0.0.123 () {32 vars in 723 bytes} [Wed Jul 1 12:01:21 2026] GET /v2.0/networks/6928f53f-b538-4a5e-bd1b-159b279928d5 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:01:23.016 8 INFO neutron.services.segments.plugin [-] Segment 77b0445e-9017-441d-9232-d5c110079fb0 resource provider aggregate not found 2026-07-01 12:01:23.019 8 INFO neutron.services.segments.plugin [-] Segment 77b0445e-9017-441d-9232-d5c110079fb0 resource provider aggregate not found 2026-07-01 12:01:23.040 8 INFO neutron.services.segments.plugin [-] Segment 77b0445e-9017-441d-9232-d5c110079fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b0445e-9017-441d-9232-d5c110079fb0 found for delete ", "request_id": "req-2924a4b4-a188-4044-91ec-3f542e1cf77e"}]} 2026-07-01 12:01:23.041 8 INFO neutron.services.segments.plugin [-] Segment 77b0445e-9017-441d-9232-d5c110079fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b0445e-9017-441d-9232-d5c110079fb0 found for delete ", "request_id": "req-b67dfe0d-53fd-422f-8aea-b4883521d76b"}]} [pid: 8|app: 0|req: 1578/3078] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:23 2026] GET /v2.0/security-groups?tenant_id=317b74cd3b3d43d0bb2a1ce7e1072f31&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3079] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:23 2026] DELETE /v2.0/security-groups/ddb937d1-752b-471f-837f-c0601614a3de => 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: 1579/3080] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:23 2026] GET /v2.0/security-groups?tenant_id=0f4841092d90469c95049bba6a769799&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3081] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:23 2026] DELETE /v2.0/security-groups/71ce77d9-0dda-42a7-aefd-fe3cbb2476bc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3082] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:23 2026] GET /v2.0/security-groups?tenant_id=3ae4bbc7b772470083c49f247168c35a&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3083] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:24 2026] DELETE /v2.0/security-groups/8972f083-bb39-41ec-8240-d5d08e060bb4 => 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: 1581/3084] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:24 2026] GET /v2.0/security-groups?tenant_id=acb821ae193c42359120f267869cd205&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: 1504/3085] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:24 2026] DELETE /v2.0/security-groups/a5427679-d4ca-4037-8488-984e48290a95 => 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: 1582/3086] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:24 2026] GET /v2.0/security-groups?tenant_id=96bba047ec6c49369c1c505c193a3a70&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3087] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:24 2026] DELETE /v2.0/security-groups/17ad9251-a403-4c17-8b7a-1b6593af2436 => 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: 1583/3088] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:24 2026] GET /v2.0/security-groups?tenant_id=8cc23d77062943d0a83156da59d7e95b&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3089] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:25 2026] DELETE /v2.0/security-groups/a84d3efe-d3ab-4dfe-9ea2-0c526eac3a9a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3090] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:25 2026] GET /v2.0/security-groups?tenant_id=d1d93bf4c5a141d6b8eecc424b809d0c&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3091] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:25 2026] DELETE /v2.0/security-groups/4de290a5-f464-4c5b-bb18-bf00e1930883 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3092] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 12:01:29 2026] POST /v2.0/security-groups => generated 1603 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3093] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 12:01:29 2026] POST /v2.0/security-groups => generated 1603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3094] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 12:01:30 2026] POST /v2.0/security-groups => generated 1603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3095] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 12:01:30 2026] POST /v2.0/security-groups => generated 1603 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3096] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 12:01:30 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3097] 10.0.0.123 () {34 vars in 767 bytes} [Wed Jul 1 12:01:30 2026] PUT /v2.0/security-groups/fd33ff04-f5ee-439f-a8e5-3e138ed51a85/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: 1588/3098] 10.0.0.123 () {34 vars in 767 bytes} [Wed Jul 1 12:01:30 2026] PUT /v2.0/security-groups/99053157-be35-47ea-a1bf-d7de412e44d7/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3099] 10.0.0.123 () {34 vars in 767 bytes} [Wed Jul 1 12:01:30 2026] PUT /v2.0/security-groups/55a6e1d4-4c6b-4576-a601-ef6eb789726b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3100] 10.0.0.123 () {34 vars in 767 bytes} [Wed Jul 1 12:01:30 2026] PUT /v2.0/security-groups/61d0b09b-70d0-46df-8c88-e965788e5c1c/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3101] 10.0.0.123 () {32 vars in 680 bytes} [Wed Jul 1 12:01:30 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3102] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 12:01:30 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3103] 10.0.0.123 () {32 vars in 690 bytes} [Wed Jul 1 12:01:30 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3104] 10.0.0.123 () {32 vars in 702 bytes} [Wed Jul 1 12:01:30 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3105] 10.0.0.123 () {32 vars in 688 bytes} [Wed Jul 1 12:01:30 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3106] 10.0.0.123 () {32 vars in 702 bytes} [Wed Jul 1 12:01:31 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3107] 10.0.0.123 () {32 vars in 698 bytes} [Wed Jul 1 12:01:31 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3108] 10.0.0.123 () {32 vars in 710 bytes} [Wed Jul 1 12:01:31 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3109] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:31 2026] DELETE /v2.0/security-groups/fd33ff04-f5ee-439f-a8e5-3e138ed51a85 => 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: 1594/3110] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:31 2026] DELETE /v2.0/security-groups/99053157-be35-47ea-a1bf-d7de412e44d7 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3111] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:31 2026] DELETE /v2.0/security-groups/55a6e1d4-4c6b-4576-a601-ef6eb789726b => 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: 1595/3112] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:31 2026] DELETE /v2.0/security-groups/61d0b09b-70d0-46df-8c88-e965788e5c1c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3113] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:31 2026] DELETE /v2.0/security-groups/55f7f147-7902-44bc-8db4-c51e23de9735 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3114] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:32 2026] GET /v2.0/security-groups?tenant_id=da7e2e6882554fd4b42c3e6867789678&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3117] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:32 2026] DELETE /v2.0/security-groups/4ea892a7-1051-4d2d-95e7-bbd9b23aa792 => 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: 1599/3118] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:32 2026] GET /v2.0/security-groups?tenant_id=c057078268f34e7ab9fc6611a43f7c6e&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3119] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:32 2026] DELETE /v2.0/security-groups/3c6a3816-1a3c-4f70-a008-9cbb1ae24031 => 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: 1600/3120] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:33 2026] GET /v2.0/security-groups?tenant_id=7bf21ca7914c47368fafc8ab6892f18e&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: 1521/3121] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:33 2026] DELETE /v2.0/security-groups/d948efb3-f518-4e1e-9e04-20ba7491f5a1 => 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: 1601/3122] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 12:01:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3123] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 12:01:37 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: 1602/3124] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 12:01:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3125] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 12:01:37 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: 1603/3126] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 12:01:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3127] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 12:01:37 2026] PUT /v2.0/subnetpools/80997ed1-596a-4613-a399-a872c789fdf7/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3128] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 12:01:38 2026] PUT /v2.0/subnetpools/83bb5deb-24a6-49b6-af73-8ef50275d363/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3129] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 12:01:38 2026] PUT /v2.0/subnetpools/03ffeb29-dead-4eb7-a3d1-24eeb630b807/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3130] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 12:01:38 2026] PUT /v2.0/subnetpools/6a68d5e3-0f58-4d25-bd4b-f7ca1cca41c1/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: 1526/3131] 10.0.0.123 () {32 vars in 672 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3132] 10.0.0.123 () {32 vars in 686 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3133] 10.0.0.123 () {32 vars in 682 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3134] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3135] 10.0.0.123 () {32 vars in 680 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3136] 10.0.0.123 () {32 vars in 694 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3137] 10.0.0.123 () {32 vars in 690 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => 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: 1609/3138] 10.0.0.123 () {32 vars in 702 bytes} [Wed Jul 1 12:01:38 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3139] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:38 2026] DELETE /v2.0/subnetpools/80997ed1-596a-4613-a399-a872c789fdf7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3140] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:38 2026] DELETE /v2.0/subnetpools/83bb5deb-24a6-49b6-af73-8ef50275d363 => 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: 1531/3141] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:38 2026] DELETE /v2.0/subnetpools/03ffeb29-dead-4eb7-a3d1-24eeb630b807 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3142] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:38 2026] DELETE /v2.0/subnetpools/6a68d5e3-0f58-4d25-bd4b-f7ca1cca41c1 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3143] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:38 2026] DELETE /v2.0/subnetpools/822b4df6-527b-48a0-be8f-6693221934d7 => 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: 1612/3144] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:39 2026] GET /v2.0/security-groups?tenant_id=dd30aac96f744ff19c7a85cf3239c5c4&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3145] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:39 2026] DELETE /v2.0/security-groups/a4132a63-2f25-4c6b-8dfe-ae6bb2b67d02 => 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: 1613/3146] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:40 2026] GET /v2.0/security-groups?tenant_id=0b74b9b4f28b4f0aa8d69016e455f2e4&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3147] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:40 2026] DELETE /v2.0/security-groups/30c29eb0-f5c9-4ae0-bf22-9d386380ebd0 => 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: 1614/3148] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:40 2026] GET /v2.0/security-groups?tenant_id=b8454827b4d0422694cd4dea6749c66d&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: 1535/3149] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:40 2026] DELETE /v2.0/security-groups/506b763b-f0ef-4415-87b1-473319155985 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:44.249 8 INFO neutron.db.segments_db [None req-daba2e2e-a229-402a-9ee6-41cf2818599f dc23af76e014495aa9819b741cde5bf3 1aecf69ce2c84f5c855afebe2a7bacf5 - - default default] Added segment bb01671a-b387-462e-918d-807aa6eff48d of type vxlan for network f400a05d-6fec-4feb-8d0d-aeac9bed58a8 [pid: 8|app: 0|req: 1615/3150] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 12:01:43 2026] POST /v2.0/networks => generated 631 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3151] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 12:01:44 2026] PUT /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3152] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:44 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3153] 10.0.0.123 () {34 vars in 764 bytes} [Wed Jul 1 12:01:44 2026] PUT /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3154] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:44 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3155] 10.0.0.123 () {34 vars in 760 bytes} [Wed Jul 1 12:01:44 2026] PUT /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/red => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3156] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:44 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3157] 10.0.0.123 () {34 vars in 782 bytes} [Wed Jul 1 12:01:44 2026] PUT /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3158] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:44 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3159] 10.0.0.123 () {34 vars in 753 bytes} [Wed Jul 1 12:01:44 2026] PUT /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3160] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:44 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3161] 10.0.0.123 () {32 vars in 741 bytes} [Wed Jul 1 12:01:45 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:45.153 8 INFO neutron.api.v2.resource [None req-ac26e332-f40b-4349-adde-0623834d0990 dc23af76e014495aa9819b741cde5bf3 1aecf69ce2c84f5c855afebe2a7bacf5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3162] 10.0.0.123 () {32 vars in 745 bytes} [Wed Jul 1 12:01:45 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3163] 10.0.0.123 () {32 vars in 744 bytes} [Wed Jul 1 12:01:45 2026] DELETE /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3164] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:45 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:01:45.337 7 INFO neutron.api.v2.resource [None req-4f18da70-59d3-4c51-b612-6af2ee12abb8 dc23af76e014495aa9819b741cde5bf3 1aecf69ce2c84f5c855afebe2a7bacf5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3165] 10.0.0.123 () {32 vars in 748 bytes} [Wed Jul 1 12:01:45 2026] DELETE /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3166] 10.0.0.123 () {32 vars in 736 bytes} [Wed Jul 1 12:01:45 2026] DELETE /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3167] 10.0.0.123 () {32 vars in 733 bytes} [Wed Jul 1 12:01:45 2026] GET /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:01:45.567 8 INFO neutron.services.segments.plugin [-] Segment bb01671a-b387-462e-918d-807aa6eff48d resource provider aggregate not found 2026-07-01 12:01:45.572 8 INFO neutron.services.segments.plugin [-] Segment bb01671a-b387-462e-918d-807aa6eff48d resource provider aggregate not found 2026-07-01 12:01:45.591 8 INFO neutron.services.segments.plugin [-] Segment bb01671a-b387-462e-918d-807aa6eff48d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb01671a-b387-462e-918d-807aa6eff48d found for delete ", "request_id": "req-2ef01a67-e168-4d5d-a70d-c7feb27f2314"}]} [pid: 8|app: 0|req: 1624/3168] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 12:01:45 2026] DELETE /v2.0/networks/f400a05d-6fec-4feb-8d0d-aeac9bed58a8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:01:45.596 8 INFO neutron.services.segments.plugin [-] Segment bb01671a-b387-462e-918d-807aa6eff48d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb01671a-b387-462e-918d-807aa6eff48d found for delete ", "request_id": "req-611f26da-8acb-4564-bc3d-9eea030a4845"}]} [pid: 7|app: 0|req: 1545/3169] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:46 2026] GET /v2.0/security-groups?tenant_id=b237c75d6cd74f4eb9b0f989e06dc10f&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3170] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:46 2026] DELETE /v2.0/security-groups/80b4266b-16e8-401c-868e-90ea5fd14cbb => 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: 1546/3171] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:46 2026] GET /v2.0/security-groups?tenant_id=1aecf69ce2c84f5c855afebe2a7bacf5&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: 1626/3172] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:46 2026] DELETE /v2.0/security-groups/8df90635-3922-4656-8b99-7d9f96d79c7b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3175] 10.0.0.123 () {34 vars in 684 bytes} [Wed Jul 1 12:01:49 2026] POST /v2.0/security-groups => generated 1603 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3176] 10.0.0.123 () {34 vars in 767 bytes} [Wed Jul 1 12:01:50 2026] PUT /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3177] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3178] 10.0.0.123 () {34 vars in 778 bytes} [Wed Jul 1 12:01:50 2026] PUT /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3179] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3180] 10.0.0.123 () {34 vars in 774 bytes} [Wed Jul 1 12:01:50 2026] PUT /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3181] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3182] 10.0.0.123 () {34 vars in 796 bytes} [Wed Jul 1 12:01:50 2026] PUT /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3183] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3184] 10.0.0.123 () {34 vars in 767 bytes} [Wed Jul 1 12:01:50 2026] PUT /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3185] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3186] 10.0.0.123 () {32 vars in 755 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:50.914 8 INFO neutron.api.v2.resource [None req-9556c885-a7c2-49b2-b9e3-3f0c5c00d5ed 9f8ead39263642a0baf4ee794e105202 b83053faaca349fd9a757e9defd38749 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3187] 10.0.0.123 () {32 vars in 759 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3188] 10.0.0.123 () {32 vars in 758 bytes} [Wed Jul 1 12:01:50 2026] DELETE /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3189] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:50 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:01:51.071 7 INFO neutron.api.v2.resource [None req-31199894-7203-4997-a9f2-199deca14514 9f8ead39263642a0baf4ee794e105202 b83053faaca349fd9a757e9defd38749 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3190] 10.0.0.123 () {32 vars in 762 bytes} [Wed Jul 1 12:01:51 2026] DELETE /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/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: 1636/3191] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:51 2026] DELETE /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3192] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:51 2026] GET /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3193] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:51 2026] DELETE /v2.0/security-groups/d24707e4-e50b-4dd1-bcde-c7d803b9886a => 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: 1557/3194] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:51 2026] GET /v2.0/security-groups?tenant_id=91353a6f64d94af1a403f052ed918c29&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3195] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:52 2026] DELETE /v2.0/security-groups/970f8365-5d8d-4697-ad04-c9893bc87845 => 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: 1558/3196] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:52 2026] GET /v2.0/security-groups?tenant_id=b83053faaca349fd9a757e9defd38749&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3197] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:52 2026] DELETE /v2.0/security-groups/ca10a35b-f75d-4343-bcec-0e0124e25ad4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3198] 10.0.0.123 () {34 vars in 676 bytes} [Wed Jul 1 12:01:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3199] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 12:01:55 2026] PUT /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3200] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:55 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3201] 10.0.0.123 () {34 vars in 770 bytes} [Wed Jul 1 12:01:55 2026] PUT /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/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: 1561/3202] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3203] 10.0.0.123 () {34 vars in 766 bytes} [Wed Jul 1 12:01:56 2026] PUT /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3204] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3205] 10.0.0.123 () {34 vars in 788 bytes} [Wed Jul 1 12:01:56 2026] PUT /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3206] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3207] 10.0.0.123 () {34 vars in 759 bytes} [Wed Jul 1 12:01:56 2026] PUT /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3208] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3209] 10.0.0.123 () {32 vars in 747 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:01:56.386 7 INFO neutron.api.v2.resource [None req-833862d9-6e2f-4995-b007-98e04f33b5e9 33ea316cedb04152a9e73bb4362e3e1c 307a4dd92967416999b145901cc07a05 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3210] 10.0.0.123 () {32 vars in 751 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3211] 10.0.0.123 () {32 vars in 750 bytes} [Wed Jul 1 12:01:56 2026] DELETE /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3212] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:01:56.508 8 INFO neutron.api.v2.resource [None req-89a7a1ce-1338-445a-bf37-e100cd3a5650 33ea316cedb04152a9e73bb4362e3e1c 307a4dd92967416999b145901cc07a05 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3213] 10.0.0.123 () {32 vars in 754 bytes} [Wed Jul 1 12:01:56 2026] DELETE /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3214] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 12:01:56 2026] DELETE /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3215] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:01:56 2026] GET /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868/tags => 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: 1568/3216] 10.0.0.123 () {32 vars in 732 bytes} [Wed Jul 1 12:01:56 2026] DELETE /v2.0/subnetpools/7672cf02-edf6-454d-912f-3be73c8f9868 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3217] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:57 2026] GET /v2.0/security-groups?tenant_id=307a4dd92967416999b145901cc07a05&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3218] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:57 2026] DELETE /v2.0/security-groups/fcd03093-e4d5-4e10-86e7-296a1d04ef8a => 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: 1650/3219] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:01:57 2026] GET /v2.0/security-groups?tenant_id=3ab6a847f9c74fa2a442b58cb6215a5f&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3220] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:01:57 2026] DELETE /v2.0/security-groups/6a62a3d3-5cd9-4cfa-84b6-c114adcba9db => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:02:01.488 8 INFO neutron.db.segments_db [None req-019ca155-37f4-459f-a550-6abece582780 bdd63bb4403c443db4c6cc93bceac49b e4d1d03ab918410c9582000d835d9eaf - - default default] Added segment 1ac04428-25b1-42be-ad00-3cf84bcb5c39 of type vxlan for network 526486d1-0ba3-4d7c-b6de-1e0bd58f4ec3 [pid: 8|app: 0|req: 1651/3221] 10.0.0.123 () {34 vars in 670 bytes} [Wed Jul 1 12:02:01 2026] POST /v2.0/networks => generated 632 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3222] 10.0.0.123 () {34 vars in 669 bytes} [Wed Jul 1 12:02:01 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3223] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 12:02:01 2026] PUT /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3224] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:01 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3225] 10.0.0.123 () {34 vars in 762 bytes} [Wed Jul 1 12:02:01 2026] PUT /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3226] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3227] 10.0.0.123 () {34 vars in 758 bytes} [Wed Jul 1 12:02:02 2026] PUT /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags/red => 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: 1574/3228] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/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: 1655/3229] 10.0.0.123 () {34 vars in 780 bytes} [Wed Jul 1 12:02:02 2026] PUT /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3230] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3231] 10.0.0.123 () {34 vars in 751 bytes} [Wed Jul 1 12:02:02 2026] PUT /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3232] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3233] 10.0.0.123 () {32 vars in 739 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:02:02.586 7 INFO neutron.api.v2.resource [None req-ac890381-df7f-41af-9d74-4b2d6135f756 bdd63bb4403c443db4c6cc93bceac49b e4d1d03ab918410c9582000d835d9eaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3236] 10.0.0.123 () {32 vars in 743 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/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: 1660/3237] 10.0.0.123 () {32 vars in 742 bytes} [Wed Jul 1 12:02:02 2026] DELETE /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3238] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:02:02.745 8 INFO neutron.api.v2.resource [None req-1f96539c-f261-4f84-b031-7d6dfa0ab81a bdd63bb4403c443db4c6cc93bceac49b e4d1d03ab918410c9582000d835d9eaf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3239] 10.0.0.123 () {32 vars in 746 bytes} [Wed Jul 1 12:02:02 2026] DELETE /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3240] 10.0.0.123 () {32 vars in 734 bytes} [Wed Jul 1 12:02:02 2026] DELETE /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/tags => 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: 1662/3241] 10.0.0.123 () {32 vars in 731 bytes} [Wed Jul 1 12:02:02 2026] GET /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122/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: 1580/3242] 10.0.0.123 () {32 vars in 724 bytes} [Wed Jul 1 12:02:02 2026] DELETE /v2.0/subnets/2ba472da-99ce-4bcc-b613-07e4394bd122 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:02:03.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-65eb3a2d-a7ab-4e08-8f28-831297639939 bdd63bb4403c443db4c6cc93bceac49b e4d1d03ab918410c9582000d835d9eaf - - default default] TaaS: Handle Delete Port: 2f1e37e8-8b01-42ed-a3e6-9fa2bea8e39f 2026-07-01 12:02:03.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65eb3a2d-a7ab-4e08-8f28-831297639939 bdd63bb4403c443db4c6cc93bceac49b e4d1d03ab918410c9582000d835d9eaf - - default default] Tap Mirror: Handle Delete Port: 2f1e37e8-8b01-42ed-a3e6-9fa2bea8e39f 2026-07-01 12:02:03.323 8 INFO neutron.services.segments.plugin [-] Segment 1ac04428-25b1-42be-ad00-3cf84bcb5c39 resource provider aggregate not found 2026-07-01 12:02:03.324 8 INFO neutron.services.segments.plugin [-] Segment 1ac04428-25b1-42be-ad00-3cf84bcb5c39 resource provider aggregate not found 2026-07-01 12:02:03.344 8 INFO neutron.services.segments.plugin [-] Segment 1ac04428-25b1-42be-ad00-3cf84bcb5c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ac04428-25b1-42be-ad00-3cf84bcb5c39 found for delete ", "request_id": "req-627975b2-1fe7-4d0b-b82e-20cc26304077"}]} 2026-07-01 12:02:03.347 8 INFO neutron.services.segments.plugin [-] Segment 1ac04428-25b1-42be-ad00-3cf84bcb5c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ac04428-25b1-42be-ad00-3cf84bcb5c39 found for delete ", "request_id": "req-cb3e9537-c10b-4b2f-9d7a-42c4bc7ab6e6"}]} [pid: 8|app: 0|req: 1663/3243] 10.0.0.123 () {32 vars in 726 bytes} [Wed Jul 1 12:02:03 2026] DELETE /v2.0/networks/526486d1-0ba3-4d7c-b6de-1e0bd58f4ec3 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3244] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:02:03 2026] GET /v2.0/security-groups?tenant_id=e4d1d03ab918410c9582000d835d9eaf&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3245] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:02:04 2026] DELETE /v2.0/security-groups/371d0a47-f35f-4b33-aac2-f578ab21c0f3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3246] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:02:04 2026] GET /v2.0/security-groups?tenant_id=996e8d9cb8804c60994ef62b7907c66d&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3247] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:02:04 2026] DELETE /v2.0/security-groups/3de73783-cf1a-4d28-9efc-1bce107e0427 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3248] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:02:07 2026] GET /v2.0/security-groups?tenant_id=d78321e698c04ae893c9b7b4d2ab86b7&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3249] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:02:08 2026] DELETE /v2.0/security-groups/73bde048-9b04-4845-8ff8-eced0e8a401e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3250] 10.0.0.123 () {32 vars in 774 bytes} [Wed Jul 1 12:02:08 2026] GET /v2.0/security-groups?tenant_id=136d362913ee43fbb42a7f2c213fa586&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3251] 10.0.0.123 () {32 vars in 740 bytes} [Wed Jul 1 12:02:08 2026] DELETE /v2.0/security-groups/0347176d-f27a-4be4-a17d-3de0c1cafbe2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3252] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 12:02:11 2026] GET /v2.0/networks => generated 2168 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3253] 10.0.0.123 () {32 vars in 655 bytes} [Wed Jul 1 12:02:12 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3254] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 12:02:12 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3255] 10.0.0.123 () {32 vars in 643 bytes} [Wed Jul 1 12:02:12 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3256] 10.0.0.123 () {32 vars in 647 bytes} [Wed Jul 1 12:02:12 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3257] 10.0.0.123 () {32 vars in 649 bytes} [Wed Jul 1 12:02:12 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3258] 10.0.0.123 () {32 vars in 663 bytes} [Wed Jul 1 12:02:12 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: 1671/3259] 10.0.0.123 () {32 vars in 655 bytes} [Wed Jul 1 12:02:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)