+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 7 17:14:22 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5cfdffb78b-mfb76 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7ffb1ef1b668 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-05-07 17:14:26.663 7 INFO neutron.common.config [-] Logging enabled! 2026-05-07 17:14:26.663 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 17:14:26.783 8 INFO neutron.common.config [-] Logging enabled! 2026-05-07 17:14:26.783 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 17:14:27.649 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 17:14:27.790 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 17:14:29.102 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 17:14:29.104 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 17:14:29.108 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 17:14:29.109 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 17:14:29.109 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 17:14:29.109 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 17:14:29.109 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 17:14:29.117 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 17:14:29.117 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 17:14:29.117 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 17:14:29.138 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 17:14:29.139 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 17:14:29.140 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 17:14:29.169 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 17:14:29.169 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 17:14:29.169 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 17:14:29.169 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 17:14:29.269 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 17:14:29.272 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 17:14:29.276 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 17:14:29.277 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 17:14:29.277 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 17:14:29.277 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 17:14:29.277 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 17:14:29.285 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 17:14:29.285 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 17:14:29.285 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 17:14:29.307 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 17:14:29.308 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 17:14:29.308 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 17:14:29.337 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 17:14:29.337 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 17:14:29.337 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 17:14:29.337 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 17:14:29.441 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing driver for type 'vlan' 2026-05-07 17:14:29.621 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing driver for type 'vlan' 2026-05-07 17:14:29.702 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] VlanTypeDriver initialization complete 2026-05-07 17:14:29.702 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 17:14:29.703 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 17:14:29.716 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 17:14:29.716 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 17:14:29.716 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing extension driver 'port_security' 2026-05-07 17:14:29.716 7 INFO neutron.plugins.ml2.extensions.port_security [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 17:14:29.717 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing extension driver 'qos' 2026-05-07 17:14:29.717 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 17:14:29.717 7 INFO neutron.plugins.ml2.managers [None req-72d43305-d0fa-417b-b7c2-b4118fc3843e - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 17:14:29.730 7 INFO neutron.quota [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded quota_driver: . 2026-05-07 17:14:29.730 7 INFO neutron.plugins.ml2.plugin [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 17:14:29.730 7 INFO neutron.plugins.ml2.managers [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 17:14:29.730 7 INFO neutron.plugins.ml2.managers [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 17:14:29.730 7 INFO neutron.plugins.ml2.managers [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 17:14:29.731 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: qos 2026-05-07 17:14:29.743 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: router 2026-05-07 17:14:29.787 7 INFO neutron.services.service_base [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 17:14:29.788 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: segments 2026-05-07 17:14:29.882 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] VlanTypeDriver initialization complete 2026-05-07 17:14:29.882 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 17:14:29.883 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 17:14:29.885 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: trunk 2026-05-07 17:14:29.896 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 17:14:29.896 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 17:14:29.896 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing extension driver 'port_security' 2026-05-07 17:14:29.896 8 INFO neutron.plugins.ml2.extensions.port_security [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 17:14:29.896 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing extension driver 'qos' 2026-05-07 17:14:29.896 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 17:14:29.897 8 INFO neutron.plugins.ml2.managers [None req-6b92f8b9-1da0-4850-9293-3e58aab2e89e - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 17:14:29.899 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: vpnaas 2026-05-07 17:14:29.911 8 INFO neutron.quota [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded quota_driver: . 2026-05-07 17:14:29.911 8 INFO neutron.plugins.ml2.plugin [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 17:14:29.911 8 INFO neutron.plugins.ml2.managers [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 17:14:29.911 8 INFO neutron.plugins.ml2.managers [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 17:14:29.911 8 INFO neutron.plugins.ml2.managers [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 17:14:29.912 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: qos 2026-05-07 17:14:29.924 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: router 2026-05-07 17:14:29.937 7 WARNING stevedore.named [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 17:14:29.968 8 INFO neutron.services.service_base [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 17:14:29.968 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: segments 2026-05-07 17:14:30.008 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 17:14:30.009 7 INFO neutron.common.utils [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 17:14:30.009 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: taas 2026-05-07 17:14:30.034 7 WARNING stevedore.named [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 17:14:30.034 7 WARNING stevedore.named [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 17:14:30.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 17:14:30.057 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: tapmirror 2026-05-07 17:14:30.065 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: trunk 2026-05-07 17:14:30.069 7 WARNING stevedore.named [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 17:14:30.069 7 WARNING stevedore.named [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 17:14:30.079 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: vpnaas 2026-05-07 17:14:30.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 17:14:30.086 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: auto_allocate 2026-05-07 17:14:30.094 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: tag 2026-05-07 17:14:30.104 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: timestamp 2026-05-07 17:14:30.107 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 17:14:30.111 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: flavors 2026-05-07 17:14:30.114 7 INFO neutron.manager [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loading Plugin: revisions 2026-05-07 17:14:30.117 8 WARNING stevedore.named [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 17:14:30.117 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Initializing extension manager. 2026-05-07 17:14:30.119 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: address-group 2026-05-07 17:14:30.119 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: address-scope 2026-05-07 17:14:30.120 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 17:14:30.121 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: agent 2026-05-07 17:14:30.121 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 17:14:30.122 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 17:14:30.123 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 17:14:30.124 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: availability_zone 2026-05-07 17:14:30.124 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 17:14:30.125 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 17:14:30.125 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: default-subnetpools 2026-05-07 17:14:30.127 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 17:14:30.127 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: dns-integration 2026-05-07 17:14:30.128 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 17:14:30.129 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 17:14:30.130 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: dvr 2026-05-07 17:14:30.130 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 17:14:30.131 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 17:14:30.131 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 17:14:30.131 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 17:14:30.132 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: external-net 2026-05-07 17:14:30.132 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 17:14:30.133 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: extraroute 2026-05-07 17:14:30.133 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 17:14:30.134 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 17:14:30.135 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 17:14:30.135 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 17:14:30.135 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 17:14:30.136 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: fip-port-details 2026-05-07 17:14:30.137 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: flavors 2026-05-07 17:14:30.138 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 17:14:30.139 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: floatingip-pools 2026-05-07 17:14:30.139 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: ip_allocation 2026-05-07 17:14:30.140 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 17:14:30.141 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: l2_adjacency 2026-05-07 17:14:30.142 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: router 2026-05-07 17:14:30.144 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 17:14:30.144 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 17:14:30.145 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 17:14:30.145 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 17:14:30.146 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: l3-ha 2026-05-07 17:14:30.146 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 17:14:30.147 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 17:14:30.147 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: l3-flavors 2026-05-07 17:14:30.148 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 17:14:30.149 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 17:14:30.151 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 17:14:30.152 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 17:14:30.153 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 17:14:30.154 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 17:14:30.155 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 17:14:30.155 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: multi-provider 2026-05-07 17:14:30.156 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: net-mtu 2026-05-07 17:14:30.156 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 17:14:30.157 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: network_availability_zone 2026-05-07 17:14:30.157 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: network_ha 2026-05-07 17:14:30.158 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: network-ip-availability 2026-05-07 17:14:30.159 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 17:14:30.159 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: pagination 2026-05-07 17:14:30.160 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-device-profile 2026-05-07 17:14:30.160 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 17:14:30.161 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 17:14:30.162 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 17:14:30.162 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-mac-override 2026-05-07 17:14:30.163 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 17:14:30.163 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 17:14:30.164 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 17:14:30.164 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-resource-request 2026-05-07 17:14:30.165 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 17:14:30.165 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 17:14:30.166 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: binding 2026-05-07 17:14:30.166 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: binding-extended 2026-05-07 17:14:30.167 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-security 2026-05-07 17:14:30.167 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: project-id 2026-05-07 17:14:30.168 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: provider 2026-05-07 17:14:30.169 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 17:14:30.171 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos 2026-05-07 17:14:30.171 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 17:14:30.172 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 17:14:30.172 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-default 2026-05-07 17:14:30.173 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-fip 2026-05-07 17:14:30.173 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 17:14:30.174 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 17:14:30.175 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 17:14:30.175 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 17:14:30.176 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 17:14:30.177 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-pps 2026-05-07 17:14:30.178 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 17:14:30.178 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 17:14:30.179 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 17:14:30.180 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: quota-check-limit 2026-05-07 17:14:30.181 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 17:14:30.182 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 17:14:30.183 8 INFO neutron.common.utils [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 17:14:30.183 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: taas 2026-05-07 17:14:30.184 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: quotas 2026-05-07 17:14:30.185 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: quota_details 2026-05-07 17:14:30.186 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: rbac-policies 2026-05-07 17:14:30.187 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: rbac-address-group 2026-05-07 17:14:30.188 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 17:14:30.188 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 17:14:30.189 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 17:14:30.189 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: revision-if-match 2026-05-07 17:14:30.190 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 17:14:30.190 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: router_availability_zone 2026-05-07 17:14:30.191 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 17:14:30.193 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 17:14:30.193 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 17:14:30.194 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 17:14:30.194 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 17:14:30.195 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 17:14:30.195 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 17:14:30.199 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: security-group 2026-05-07 17:14:30.201 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: segment 2026-05-07 17:14:30.201 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 17:14:30.202 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: service-type 2026-05-07 17:14:30.202 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: sorting 2026-05-07 17:14:30.203 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 17:14:30.204 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: standard-attr-description 2026-05-07 17:14:30.204 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: stateful-security-group 2026-05-07 17:14:30.205 7 WARNING neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 17:14:30.205 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 17:14:30.206 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: subnet-external-network 2026-05-07 17:14:30.206 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: subnet_onboard 2026-05-07 17:14:30.207 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 17:14:30.207 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: subnet-service-types 2026-05-07 17:14:30.208 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: subnet_allocation 2026-05-07 17:14:30.208 8 WARNING stevedore.named [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 17:14:30.208 8 WARNING stevedore.named [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 17:14:30.210 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 17:14:30.211 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: tag-creation 2026-05-07 17:14:30.211 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 17:14:30.215 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 17:14:30.216 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 17:14:30.216 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: trunk 2026-05-07 17:14:30.217 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: trunk-details 2026-05-07 17:14:30.217 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 17:14:30.218 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 17:14:30.218 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 17:14:30.219 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 17:14:30.221 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 17:14:30.221 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 17:14:30.222 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: vpn-flavors 2026-05-07 17:14:30.224 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: vpnaas 2026-05-07 17:14:30.225 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: taas 2026-05-07 17:14:30.227 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: tap-mirror 2026-05-07 17:14:30.227 7 INFO neutron.api.extensions [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 17:14:30.230 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 17:14:30.230 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 17:14:30.230 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.230 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 17:14:30.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 17:14:30.231 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: tapmirror 2026-05-07 17:14:30.233 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 17:14:30.234 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 17:14:30.238 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 17:14:30.239 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 17:14:30.239 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 17:14:30.240 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.240 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.240 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.241 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.241 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 17:14:30.241 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.242 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.242 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 17:14:30.243 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 17:14:30.243 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 17:14:30.243 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.243 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ipsecpolicy is already registered 2026-05-07 17:14:30.244 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.244 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ikepolicy is already registered 2026-05-07 17:14:30.246 8 WARNING stevedore.named [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 17:14:30.246 8 WARNING stevedore.named [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 17:14:30.248 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 17:14:30.248 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] router is already registered 2026-05-07 17:14:30.249 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 17:14:30.249 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] floatingip is already registered 2026-05-07 17:14:30.253 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 17:14:30.253 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] rbac_policy is already registered 2026-05-07 17:14:30.253 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 17:14:30.253 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] security_group is already registered 2026-05-07 17:14:30.254 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 17:14:30.254 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] security_group_rule is already registered 2026-05-07 17:14:30.255 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.255 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.255 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.255 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.256 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 17:14:30.256 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] trunk is already registered 2026-05-07 17:14:30.256 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.256 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ikepolicy is already registered 2026-05-07 17:14:30.257 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.257 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ipsecpolicy is already registered 2026-05-07 17:14:30.257 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 17:14:30.257 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] endpoint_group is already registered 2026-05-07 17:14:30.258 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 17:14:30.258 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] vpnservice is already registered 2026-05-07 17:14:30.259 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 17:14:30.259 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ipsec_site_connection is already registered 2026-05-07 17:14:30.259 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.259 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ipsecpolicy is already registered 2026-05-07 17:14:30.260 7 INFO neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.260 7 WARNING neutron.quota.resource_registry [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] ikepolicy is already registered 2026-05-07 17:14:30.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 17:14:30.263 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 17:14:30.273 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: tag 2026-05-07 17:14:30.283 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: timestamp 2026-05-07 17:14:30.285 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 17:14:30.289 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: flavors 2026-05-07 17:14:30.292 8 INFO neutron.manager [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loading Plugin: revisions 2026-05-07 17:14:30.295 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Initializing extension manager. 2026-05-07 17:14:30.297 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: address-group 2026-05-07 17:14:30.297 7 WARNING keystonemiddleware._common.config [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 17:14:30.298 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: address-scope 2026-05-07 17:14:30.298 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 17:14:30.299 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: agent 2026-05-07 17:14:30.299 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 17:14:30.301 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 17:14:30.301 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 17:14:30.302 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: availability_zone 2026-05-07 17:14:30.303 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 17:14:30.303 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 17:14:30.303 7 WARNING oslo_config.cfg [None req-c5132db6-9822-4585-a53c-ccf788ee780d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-07 17:14:30.303 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 17:14:30.305 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 17:14:30.305 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: dns-integration WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ffb1ef1b668 pid: 7 (default app) 2026-05-07 17:14:30.306 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 17:14:30.306 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 17:14:30.307 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: dvr 2026-05-07 17:14:30.307 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 17:14:30.308 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 17:14:30.308 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 17:14:30.309 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 17:14:30.310 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: external-net 2026-05-07 17:14:30.311 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 17:14:30.311 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: extraroute 2026-05-07 17:14:30.312 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 17:14:30.312 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 17:14:30.313 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 17:14:30.313 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 17:14:30.314 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 17:14:30.314 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: fip-port-details 2026-05-07 17:14:30.316 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: flavors 2026-05-07 17:14:30.317 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 17:14:30.317 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 17:14:30.318 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: ip_allocation 2026-05-07 17:14:30.318 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 17:14:30.319 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 17:14:30.320 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: router 2026-05-07 17:14:30.322 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 17:14:30.322 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 17:14:30.323 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 17:14:30.323 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 17:14:30.324 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: l3-ha 2026-05-07 17:14:30.324 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 17:14:30.325 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 17:14:30.325 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: l3-flavors 2026-05-07 17:14:30.326 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 17:14:30.326 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 17:14:30.329 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 17:14:30.330 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 17:14:30.331 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 17:14:30.332 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 17:14:30.332 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 17:14:30.333 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: multi-provider 2026-05-07 17:14:30.333 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: net-mtu 2026-05-07 17:14:30.334 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 17:14:30.334 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 17:14:30.335 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: network_ha 2026-05-07 17:14:30.335 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 17:14:30.337 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 17:14:30.337 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: pagination 2026-05-07 17:14:30.338 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-device-profile 2026-05-07 17:14:30.338 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 17:14:30.338 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 17:14:30.339 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 17:14:30.339 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-mac-override 2026-05-07 17:14:30.340 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 17:14:30.340 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 17:14:30.341 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 17:14:30.351 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-resource-request 2026-05-07 17:14:30.352 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 17:14:30.353 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 17:14:30.354 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: binding 2026-05-07 17:14:30.355 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: binding-extended 2026-05-07 17:14:30.356 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-security 2026-05-07 17:14:30.356 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: project-id 2026-05-07 17:14:30.357 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: provider 2026-05-07 17:14:30.358 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 17:14:30.361 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos 2026-05-07 17:14:30.362 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 17:14:30.362 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 17:14:30.363 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-default 2026-05-07 17:14:30.363 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-fip 2026-05-07 17:14:30.364 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 17:14:30.364 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 17:14:30.365 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 17:14:30.365 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 17:14:30.366 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 17:14:30.367 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-pps 2026-05-07 17:14:30.367 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 17:14:30.368 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 17:14:30.368 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 17:14:30.369 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 17:14:30.370 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 17:14:30.373 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: quotas 2026-05-07 17:14:30.374 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: quota_details 2026-05-07 17:14:30.375 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: rbac-policies 2026-05-07 17:14:30.376 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 17:14:30.376 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 17:14:30.377 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 17:14:30.378 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 17:14:30.378 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: revision-if-match 2026-05-07 17:14:30.379 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 17:14:30.380 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 17:14:30.380 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 17:14:30.382 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 17:14:30.382 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 17:14:30.383 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 17:14:30.383 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 17:14:30.384 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 17:14:30.384 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 17:14:30.391 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: security-group 2026-05-07 17:14:30.392 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: segment 2026-05-07 17:14:30.392 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 17:14:30.393 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: service-type 2026-05-07 17:14:30.394 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: sorting 2026-05-07 17:14:30.394 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 17:14:30.395 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 17:14:30.395 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 17:14:30.396 8 WARNING neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 17:14:30.396 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 17:14:30.397 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: subnet-external-network 2026-05-07 17:14:30.398 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 17:14:30.398 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 17:14:30.399 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 17:14:30.399 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 17:14:30.400 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 17:14:30.401 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: tag-creation 2026-05-07 17:14:30.401 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 17:14:30.405 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 17:14:30.406 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 17:14:30.406 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: trunk 2026-05-07 17:14:30.407 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: trunk-details 2026-05-07 17:14:30.407 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 17:14:30.408 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 17:14:30.409 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 17:14:30.409 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 17:14:30.412 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 17:14:30.413 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 17:14:30.414 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 17:14:30.417 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: vpnaas 2026-05-07 17:14:30.418 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: taas 2026-05-07 17:14:30.420 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: tap-mirror 2026-05-07 17:14:30.421 8 INFO neutron.api.extensions [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 17:14:30.424 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 17:14:30.425 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 17:14:30.425 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.425 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 17:14:30.430 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 17:14:30.430 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 17:14:30.437 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 17:14:30.438 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 17:14:30.439 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 17:14:30.440 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.440 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.441 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.441 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.442 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 17:14:30.442 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.443 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.443 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 17:14:30.444 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 17:14:30.445 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 17:14:30.445 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.445 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ipsecpolicy is already registered 2026-05-07 17:14:30.446 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.446 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ikepolicy is already registered 2026-05-07 17:14:30.453 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 17:14:30.453 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] router is already registered 2026-05-07 17:14:30.454 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 17:14:30.454 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] floatingip is already registered 2026-05-07 17:14:30.460 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 17:14:30.460 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] rbac_policy is already registered 2026-05-07 17:14:30.461 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 17:14:30.461 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] security_group is already registered 2026-05-07 17:14:30.461 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 17:14:30.462 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] security_group_rule is already registered 2026-05-07 17:14:30.463 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.463 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.464 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 17:14:30.464 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] subnetpool is already registered 2026-05-07 17:14:30.465 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 17:14:30.465 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] trunk is already registered 2026-05-07 17:14:30.465 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.466 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ikepolicy is already registered 2026-05-07 17:14:30.466 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.466 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ipsecpolicy is already registered 2026-05-07 17:14:30.467 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 17:14:30.467 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] endpoint_group is already registered 2026-05-07 17:14:30.468 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 17:14:30.468 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] vpnservice is already registered 2026-05-07 17:14:30.469 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 17:14:30.469 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ipsec_site_connection is already registered 2026-05-07 17:14:30.469 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 17:14:30.470 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ipsecpolicy is already registered 2026-05-07 17:14:30.470 8 INFO neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 17:14:30.470 8 WARNING neutron.quota.resource_registry [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] ikepolicy is already registered 2026-05-07 17:14:30.523 8 WARNING keystonemiddleware._common.config [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 17:14:30.530 8 WARNING oslo_config.cfg [None req-b6755618-449c-44de-8cd2-4a1b3f0aac16 - - - - - -] 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 0x7ffb1ef1b668 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-05-07 17:14:34.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c44898d-6c45-4a21-bdb6-e4259c4836bf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:14:33 2026] GET /v2.0/networks/public => generated 108 bytes in 784 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:14:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:14:35.566 7 WARNING neutron.services.revisions.revision_plugin [None req-377129cb-edb5-450a-9daf-9e628682cfcd 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Could not find related network for resource to bump revision. 2026-05-07 17:14:35.587 7 INFO neutron.db.segments_db [None req-377129cb-edb5-450a-9daf-9e628682cfcd 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 88efe0d2-cbe3-4e7d-87c1-a5b14ca1a992 of type flat for network 84eaa7c4-fb85-4116-aac3-a70325571afb 2026-05-07 17:14:35.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-377129cb-edb5-450a-9daf-9e628682cfcd 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.210 () {48 vars in 966 bytes} [Thu May 7 17:14:35 2026] POST /v2.0/networks => generated 124 bytes in 488 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:14:41.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0ec8183-eaff-4170-9b1c-791d05d635e3 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:14:41 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:14:41 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-05-07 17:14:41.578 7 WARNING neutron.services.revisions.revision_plugin [None req-eb71f3a2-4282-44ce-9503-54659d734ea8 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Could not find related network for resource to bump revision. 2026-05-07 17:14:41.598 7 INFO neutron.db.segments_db [None req-eb71f3a2-4282-44ce-9503-54659d734ea8 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 7c002fe2-ecbc-4f8c-8024-b6e72c0d3c1d of type flat for network cc4025aa-767c-4aaa-af39-662cbba9f754 2026-05-07 17:14:41.623 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb71f3a2-4282-44ce-9503-54659d734ea8 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.210 () {48 vars in 966 bytes} [Thu May 7 17:14:41 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:14:47.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a86f52c4-81cd-414d-8ecb-9d9f9c0d3037 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:14:47 2026] GET /v2.0/networks/public => generated 108 bytes in 365 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:14:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:14:48.054 8 WARNING neutron.services.revisions.revision_plugin [None req-6adadfa1-57a1-4c3b-92c6-c546b016a023 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Could not find related network for resource to bump revision. 2026-05-07 17:14:48.082 8 INFO neutron.db.segments_db [None req-6adadfa1-57a1-4c3b-92c6-c546b016a023 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 1a813d5a-5103-4593-b706-980baa551b77 of type flat for network d7de4249-46e1-4ebb-89cd-5a998a21eff2 2026-05-07 17:14:48.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6adadfa1-57a1-4c3b-92c6-c546b016a023 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.210 () {48 vars in 966 bytes} [Thu May 7 17:14:47 2026] POST /v2.0/networks => generated 124 bytes in 306 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:14:54.028 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d88245c-66f4-4792-9c04-b59230c4ac3e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:14:53 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:14:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:14:54.106 8 WARNING neutron.services.revisions.revision_plugin [None req-7ecbb615-6231-4a4c-b0d8-53b82bd40f48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Could not find related network for resource to bump revision. 2026-05-07 17:14:54.128 8 INFO neutron.db.segments_db [None req-7ecbb615-6231-4a4c-b0d8-53b82bd40f48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 449a1867-7452-445c-a2f8-7120e5b7ffaf of type flat for network cf61c995-85f0-49b1-9912-5446972c0dbd 2026-05-07 17:14:54.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ecbb615-6231-4a4c-b0d8-53b82bd40f48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.210 () {48 vars in 966 bytes} [Thu May 7 17:14:54 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:15:00.023 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6acdd3c-5c89-41ed-80db-3baf39ec9a3f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:14:59 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: 8|app: 0|req: 8/18] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:15:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:15:00.525 7 WARNING neutron.services.revisions.revision_plugin [None req-421c9404-2af2-4f2b-9682-66445b83ebc5 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Could not find related network for resource to bump revision. 2026-05-07 17:15:00.543 7 INFO neutron.db.segments_db [None req-421c9404-2af2-4f2b-9682-66445b83ebc5 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 350bdbd0-0f32-466f-a1f6-4c5e200e2d3e of type flat for network 019f9389-4da2-4279-9f6c-72ba5bf86769 [pid: 7|app: 0|req: 11/19] 199.204.45.210 () {48 vars in 966 bytes} [Thu May 7 17:15:00 2026] POST /v2.0/networks => generated 706 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:15:01.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-812dc59e-997d-41e0-ba2c-52d8b8f39b2a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:15:01 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:15:01 2026] GET /v2.0/networks?name=public => generated 709 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:15:02.020 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4277f347-1711-4aa5-a861-f9a5d475255f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.210 () {44 vars in 1033 bytes} [Thu May 7 17:15:01 2026] GET /v2.0/subnets/public-subnet?network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.204.45.210 () {44 vars in 1056 bytes} [Thu May 7 17:15:02 2026] GET /v2.0/subnets?name=public-subnet&network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.210 () {48 vars in 964 bytes} [Thu May 7 17:15:02 2026] POST /v2.0/subnets => generated 664 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:19:49.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8808a5d-a731-4df0-9772-177bd6ba9fef 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/62] 199.204.45.210 () {44 vars in 936 bytes} [Thu May 7 17:19:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.210 () {44 vars in 958 bytes} [Thu May 7 17:19:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:19:49.185 7 INFO neutron.db.segments_db [None req-5c7b2db0-4b8c-45ed-91d2-5807e13766e4 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment ff151148-80c3-4971-9b83-c48dd767bc4b of type vxlan for network 51c2d6b1-4b28-4912-be3c-18cef92a736c [pid: 7|app: 0|req: 34/64] 199.204.45.210 () {48 vars in 965 bytes} [Thu May 7 17:19:49 2026] POST /v2.0/networks => generated 688 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:19:50.211 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fdf6b77-186c-440b-af66-6e9780d6bfe8 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/65] 199.204.45.210 () {44 vars in 936 bytes} [Thu May 7 17:19:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.210 () {44 vars in 958 bytes} [Thu May 7 17:19:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:19:50.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cc50e97-7910-4cef-8934-a3682de4f6d0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.204.45.210 () {44 vars in 1035 bytes} [Thu May 7 17:19:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.210 () {44 vars in 1058 bytes} [Thu May 7 17:19:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.210 () {48 vars in 964 bytes} [Thu May 7 17:19:50 2026] POST /v2.0/subnets => generated 651 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:19:51.437 7 INFO neutron.api.v2.resource [None req-6f429467-4862-4e30-871a-8d2ed6888206 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.210 () {44 vars in 970 bytes} [Thu May 7 17:19:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.210 () {44 vars in 992 bytes} [Thu May 7 17:19:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.210 () {48 vars in 979 bytes} [Thu May 7 17:19:51 2026] POST /v2.0/security-groups => generated 1616 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:52 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 1616 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:52 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:52 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:19:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:53 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:53 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:53 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:19:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:54 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:54 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:54 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:19:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:55 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:55 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:55 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:19:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:56 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:56 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:56 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:19:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.210 () {44 vars in 986 bytes} [Thu May 7 17:19:58 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:19:58.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a27cd103-76e0-46b3-ad37-48c7b323bcf0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/96] 199.204.45.210 () {44 vars in 1075 bytes} [Thu May 7 17:19:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.210 () {44 vars in 1098 bytes} [Thu May 7 17:19:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:19:58 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.210 () {48 vars in 960 bytes} [Thu May 7 17:19:58 2026] POST /v2.0/ports => generated 1096 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:20:05.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f3dbb7d-8f95-4fad-ae8e-7cd04caf0fe6 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.210 () {44 vars in 978 bytes} [Thu May 7 17:20:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 49/101] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.210 () {48 vars in 1030 bytes} [Thu May 7 17:20:05 2026] PUT /v2.0/ports/ed989b97-a0d7-412b-90d6-b82da162e640 => generated 1245 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.210 () {44 vars in 919 bytes} [Thu May 7 17:20:07 2026] GET /v2.0/ports => generated 3726 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:20:08.998 8 INFO neutron.api.v2.resource [None req-ae1a462c-8b28-4e4e-97a7-378d022c94aa 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.210 () {44 vars in 958 bytes} [Thu May 7 17:20:08 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/107] 199.204.45.210 () {44 vars in 980 bytes} [Thu May 7 17:20:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.210 () {48 vars in 979 bytes} [Thu May 7 17:20:09 2026] POST /v2.0/security-groups => generated 1610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:10 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:10 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:10 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:20:10 2026] POST /v2.0/security-group-rules => generated 621 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:11 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:11 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:20:11 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:20:11 2026] POST /v2.0/security-group-rules => generated 625 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/135] 199.204.45.210 () {44 vars in 974 bytes} [Thu May 7 17:22:29 2026] GET /v2.0/quotas/9c9ec20e00024795ad6c229399e6926f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/136] 199.204.45.210 () {48 vars in 1026 bytes} [Thu May 7 17:22:30 2026] PUT /v2.0/quotas/9c9ec20e00024795ad6c229399e6926f => 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-05-07 17:24:50.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3c133a4-c098-4b89-a585-6af17626a4ce 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/155] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:24:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 211 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: 79/156] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:24:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:24:52.675 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43b1ac39-dc29-43f3-a148-296b0ba5282f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/157] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:24:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/158] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:24:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:30:35.016 8 INFO neutron.api.v2.resource [None req-f45c4095-5b29-4193-b7be-e35d545ffe2e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/205] 199.204.45.210 () {44 vars in 1073 bytes} [Thu May 7 17:30:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 139 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.210 () {44 vars in 1096 bytes} [Thu May 7 17:30:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 23 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.210 () {48 vars in 980 bytes} [Thu May 7 17:30:35 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:36 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:30:36 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:36 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:30:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:37 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:30:37 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:37 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:30:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:38 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:30:38 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:38 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:30:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:39 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:30:39 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:30:40 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.204.45.210 () {48 vars in 990 bytes} [Thu May 7 17:30:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 199.204.45.210 () {30 vars in 740 bytes} [Thu May 7 17:32:56 2026] GET /v2.0/networks?tenant_id=a688d95b91dd452eb16f1c63c8e11309&shared=False => generated 15 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:32:56.419 8 INFO neutron.db.segments_db [None req-d6b6e6ff-3274-47c5-a95f-2f26cb4eea65 7eba3bd1bbb84396b045f419ae6ba16c a688d95b91dd452eb16f1c63c8e11309 - - 8cb1e1e9e17d4f5eb32d0b1cb7b5e867 8cb1e1e9e17d4f5eb32d0b1cb7b5e867] Added segment 83392600-4292-44e0-94c1-1f2e0b0a9949 of type vxlan for network 9650e233-c03a-48d3-b466-7a6e2be26739 [pid: 8|app: 0|req: 123/245] 199.204.45.210 () {34 vars in 682 bytes} [Thu May 7 17:32:56 2026] POST /v2.0/networks => generated 699 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.204.45.210 () {30 vars in 722 bytes} [Thu May 7 17:32:56 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: 124/247] 199.204.45.210 () {30 vars in 633 bytes} [Thu May 7 17:32:56 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.204.45.210 () {34 vars in 677 bytes} [Thu May 7 17:32:56 2026] POST /v2.0/ports => generated 999 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:32:56 2026] GET /v2.0/networks/9650e233-c03a-48d3-b466-7a6e2be26739 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 199.204.45.210 () {30 vars in 722 bytes} [Thu May 7 17:32:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:32:58 2026] GET /v2.0/networks/9650e233-c03a-48d3-b466-7a6e2be26739 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/254] 199.204.45.210 () {44 vars in 974 bytes} [Thu May 7 17:33:11 2026] GET /v2.0/quotas/a688d95b91dd452eb16f1c63c8e11309 => 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: 128/255] 199.204.45.210 () {48 vars in 1026 bytes} [Thu May 7 17:33:12 2026] PUT /v2.0/quotas/a688d95b91dd452eb16f1c63c8e11309 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:00.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-004f3181-79c7-4697-a2fe-7b6386ff637b 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/342] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:44:00 2026] GET /v2.0/networks/public => generated 108 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/343] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:44:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:01.878 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fae61d57-fda1-4297-8a2d-24f80896f8d8 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/344] 199.204.45.210 () {44 vars in 926 bytes} [Thu May 7 17:44:01 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/345] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:44:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:01.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13eb6ebc-7c24-4476-a916-6bc5558ca851 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/346] 199.204.45.210 () {44 vars in 1033 bytes} [Thu May 7 17:44:01 2026] GET /v2.0/subnets/public-subnet?network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 199.204.45.210 () {44 vars in 1056 bytes} [Thu May 7 17:44:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:28.590 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8db3ce5-9772-4c35-bf3f-d875377e611c 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/352] 199.204.45.210 () {44 vars in 936 bytes} [Thu May 7 17:44:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/353] 199.204.45.210 () {44 vars in 958 bytes} [Thu May 7 17:44:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:29.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3ceafa8-ba06-441a-9dd0-e5fced1cb860 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/354] 199.204.45.210 () {44 vars in 936 bytes} [Thu May 7 17:44:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 199.204.45.210 () {44 vars in 958 bytes} [Thu May 7 17:44:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:29.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2892616-c7d8-4f39-829c-83092311427d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/356] 199.204.45.210 () {44 vars in 1035 bytes} [Thu May 7 17:44:29 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/357] 199.204.45.210 () {44 vars in 1058 bytes} [Thu May 7 17:44:29 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:30.771 8 INFO neutron.api.v2.resource [None req-4e511aa2-e002-4e59-a38d-103c55d147b7 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/358] 199.204.45.210 () {44 vars in 970 bytes} [Thu May 7 17:44:30 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/359] 199.204.45.210 () {44 vars in 992 bytes} [Thu May 7 17:44:30 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/360] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:31 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/361] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:31 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/362] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:32 2026] GET /v2.0/security-group-rules/272fdb6f-586a-46c0-b684-fbb8a0d79703 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:32 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/364] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:32 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:32 2026] GET /v2.0/security-group-rules/79a21a98-4a9b-445c-9c88-29ab6ec8f895 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/366] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:33 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:33 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:33 2026] GET /v2.0/security-group-rules/e3718f43-9fdc-4dae-b047-d9f8dab79095 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:34 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:34 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:34 2026] GET /v2.0/security-group-rules/51cd365e-d467-4635-9675-8ba0f5b61321 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:35 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:35 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => 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/374] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:35 2026] GET /v2.0/security-group-rules/7b5df92b-9eb5-4e65-a257-a776f636b1b2 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.210 () {44 vars in 986 bytes} [Thu May 7 17:44:36 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 732 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:44:37.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f50d9f30-137b-4000-bda8-8021e7f32b9c 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/376] 199.204.45.210 () {44 vars in 1075 bytes} [Thu May 7 17:44:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.210 () {44 vars in 1098 bytes} [Thu May 7 17:44:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:37 2026] GET /v2.0/security-groups/daa6a7c2-11cf-47d6-a777-f25f520ecd1f => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:44:44.893 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3d7a4a1-ad09-4437-ae44-0bbca120ddc2 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/381] 199.204.45.210 () {44 vars in 978 bytes} [Thu May 7 17:44:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.210 () {44 vars in 919 bytes} [Thu May 7 17:44:46 2026] GET /v2.0/ports => generated 4721 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:44:47.656 8 INFO neutron.api.v2.resource [None req-7e87922c-9fba-4a81-b64b-2f7b6093eca3 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/384] 199.204.45.210 () {44 vars in 958 bytes} [Thu May 7 17:44:47 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.210 () {44 vars in 980 bytes} [Thu May 7 17:44:47 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:48 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:48 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:48 2026] GET /v2.0/security-group-rules/10839191-6ea4-4f29-9229-fa3fb85c4e38 => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:49 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2882 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:44:49 2026] GET /v2.0/security-groups/b61aa354-6cef-4b23-91f0-374eecfde76f => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:44:49 2026] GET /v2.0/security-group-rules/fea21f43-3fbd-4add-aa82-c730d5e09af9 => generated 625 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 199.204.45.210 () {44 vars in 974 bytes} [Thu May 7 17:45:00 2026] GET /v2.0/quotas/9c9ec20e00024795ad6c229399e6926f => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:45:53.229 8 INFO neutron.api.v2.resource [None req-ca73283f-e78d-408d-a5f5-52fa0dd26acb 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/401] 199.204.45.210 () {44 vars in 1073 bytes} [Thu May 7 17:45:53 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/402] 199.204.45.210 () {44 vars in 1096 bytes} [Thu May 7 17:45:53 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 4072 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/405] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:45:54 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/406] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:45:54 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:45:54 2026] GET /v2.0/security-group-rules/fd6ba40a-8e3e-4108-9195-2188ef999cf9 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:45:55 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 4075 bytes in 61 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.210 () {44 vars in 1000 bytes} [Thu May 7 17:45:55 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 4075 bytes in 36 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.210 () {44 vars in 1010 bytes} [Thu May 7 17:45:55 2026] GET /v2.0/security-group-rules/d18b094e-4855-41b2-8bf3-18cda7595f0f => generated 599 bytes in 21 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.210 () {44 vars in 1087 bytes} [Thu May 7 17:45:56 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.204.45.210 () {44 vars in 1000 bytes} [Thu May 7 17:45:56 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => generated 4075 bytes in 29 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.210 () {44 vars in 1010 bytes} [Thu May 7 17:45:56 2026] GET /v2.0/security-group-rules/c88796e1-de4a-4ba1-8a14-e61f0dea5076 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.210 () {44 vars in 1087 bytes} [Thu May 7 17:45:57 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0?project_id=a688d95b91dd452eb16f1c63c8e11309 => generated 4075 bytes in 58 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.210 () {44 vars in 1000 bytes} [Thu May 7 17:45:57 2026] GET /v2.0/security-groups/fe8a8703-497a-4692-98ba-0d10f5a5bdb0 => 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: 208/416] 199.204.45.210 () {44 vars in 1010 bytes} [Thu May 7 17:45:57 2026] GET /v2.0/security-group-rules/bce8a125-d520-46e1-af56-cfcb6ad1f054 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.204.45.210 () {44 vars in 974 bytes} [Thu May 7 17:46:04 2026] GET /v2.0/quotas/a688d95b91dd452eb16f1c63c8e11309 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 199.204.45.210 () {44 vars in 948 bytes} [Thu May 7 17:46:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:47:30 2026] GET /v2.0/networks => generated 2168 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 10.0.0.178 () {32 vars in 655 bytes} [Thu May 7 17:47:32 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/433] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:47:32 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/434] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:47:32 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/435] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:47:32 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: 219/436] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:47:32 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:47:32 2026] GET /v2.0/security-groups => generated 17397 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 10.0.0.178 () {32 vars in 655 bytes} [Thu May 7 17:47:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:47:43.134 7 INFO neutron.db.segments_db [None req-43e2829d-b02b-419f-904e-99f2e5f8756d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 of type vxlan for network 4d3fdd4e-1756-4c81-8833-4e49ae18390f 2026-05-07 17:47:43.154 8 INFO neutron.db.segments_db [None req-ba361445-d1e8-45ab-b732-0cd64ed46e68 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 43359adb-b7ca-4981-9d00-22e8ae0f2380 of type vxlan for network 5e5cb133-6a85-411c-b2c9-c31e577ded59 [pid: 7|app: 0|req: 220/441] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:47:42 2026] POST /v2.0/networks => generated 726 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:47:42 2026] POST /v2.0/networks => generated 730 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:43.403 7 INFO neutron.db.segments_db [None req-c290801c-3250-47ee-acc0-89c84e187fcc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 2599caf8-7cd7-46fb-812d-2328ab242f96 of type vxlan for network 326bb695-d689-496f-ad1b-bb21ae71d015 [pid: 8|app: 0|req: 223/443] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:43 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:47:43 2026] POST /v2.0/networks => generated 719 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:43.535 7 INFO neutron.db.segments_db [None req-5ce8975f-0b11-4939-96d4-bdc371683c7c 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a of type vxlan for network a6f534b0-a5d6-4ff6-a51f-a4d5ca38d9aa [pid: 8|app: 0|req: 224/445] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:43 2026] POST /v2.0/subnets => generated 696 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:43.786 7 INFO neutron.db.l3_hamode_db [None req-5ce8975f-0b11-4939-96d4-bdc371683c7c 57590722bc3441b789f516b57e35cb1e bc79da690659421fadd2ef6e52b34d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/446] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:43 2026] POST /v2.0/subnets => generated 685 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:43.841 8 INFO neutron.db.segments_db [None req-560d7dcf-55af-45ba-830c-a82f14d64e74 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 3fd2f74a-e782-4e56-94ae-8c96863d1c39 of type vxlan for network efd3b84a-7a45-4de2-a67c-d048a6e3db72 2026-05-07 17:47:44.100 8 INFO neutron.db.l3_hamode_db [None req-560d7dcf-55af-45ba-830c-a82f14d64e74 57590722bc3441b789f516b57e35cb1e 2c282be6d19e42a898482bee3e0fff2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:47:44.990 8 INFO neutron.db.l3_hamode_db [None req-560d7dcf-55af-45ba-830c-a82f14d64e74 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:47:45.009 7 INFO neutron.db.l3_hamode_db [None req-5ce8975f-0b11-4939-96d4-bdc371683c7c 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/447] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:43 2026] POST /v2.0/routers => generated 732 bytes in 2443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:45.990 7 INFO neutron.db.segments_db [None req-248c454b-fb0a-40b0-8b59-5695aca36602 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 4a250c51-1983-4e07-9138-4c61ba10b618 of type vxlan for network 70991320-2ea2-4103-9212-1f9cb006255c [pid: 8|app: 0|req: 226/448] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:43 2026] POST /v2.0/routers => generated 736 bytes in 2366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:46.297 7 INFO neutron.db.l3_hamode_db [None req-248c454b-fb0a-40b0-8b59-5695aca36602 57590722bc3441b789f516b57e35cb1e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/449] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:47:46 2026] GET /v2.0/security-groups?tenant_id=93c517d51b0c4cb688023c323fe2e1d2&name=default => generated 2922 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:47:47.046 7 INFO neutron.db.l3_hamode_db [None req-248c454b-fb0a-40b0-8b59-5695aca36602 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/450] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:47:46 2026] PUT /v2.0/routers/6576d036-a6d6-4f1f-8630-76b45b3f529c/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/451] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:45 2026] POST /v2.0/routers => generated 725 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/452] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:47:47 2026] DELETE /v2.0/security-groups/27b5a4dd-232c-43dc-b26c-680ad921e369 => 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: 229/453] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:47:47 2026] PUT /v2.0/routers/0dd06ef0-5e89-4c7f-8072-7b46542e4eb3/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/454] 10.0.0.3 () {38 vars in 969 bytes} [Thu May 7 17:47:48 2026] POST /v2.0/security-groups => generated 1680 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/455] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:47:48 2026] PUT /v2.0/routers/5adb410b-e848-464c-9da3-24c1994b0bf8/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/456] 10.0.0.3 () {38 vars in 969 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-groups => generated 1685 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/457] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/d6157eb2-4d73-4e3b-9b56-41dc010f8070 => generated 1685 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/458] 10.0.0.3 () {38 vars in 979 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-group-rules => generated 614 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/459] 10.0.0.3 () {38 vars in 969 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/460] 10.0.0.3 () {38 vars in 969 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-groups => generated 1684 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/461] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/de65cc83-a4d5-4e6a-81ba-c13153044f4a => generated 1684 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/462] 10.0.0.3 () {38 vars in 969 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-groups => generated 1682 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/463] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups?tenant_id=bc79da690659421fadd2ef6e52b34d13 => generated 7904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/464] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/a8e81a5a-b68d-4454-9bfd-ed8ba37eb506 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/465] 10.0.0.3 () {38 vars in 979 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-group-rules => generated 614 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/466] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/a8e81a5a-b68d-4454-9bfd-ed8ba37eb506 => generated 2918 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/de65cc83-a4d5-4e6a-81ba-c13153044f4a => generated 2309 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/468] 10.0.0.3 () {38 vars in 979 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-group-rules => generated 619 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/469] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/a98321db-a2e0-4914-8243-2546e1e35ca4 => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:49 2026] GET /v2.0/security-groups/de65cc83-a4d5-4e6a-81ba-c13153044f4a => generated 2939 bytes in 19 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.178 () {34 vars in 685 bytes} [Thu May 7 17:47:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 10.0.0.3 () {36 vars in 1011 bytes} [Thu May 7 17:47:49 2026] DELETE /v2.0/security-groups/a98321db-a2e0-4914-8243-2546e1e35ca4 => 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: 239/473] 10.0.0.3 () {34 vars in 999 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-group-rules/6cbb08ce-52d5-4ae3-9e6e-1b81969dd5d5 => generated 616 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/474] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/de65cc83-a4d5-4e6a-81ba-c13153044f4a => generated 2939 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/475] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:47:50 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: 241/476] 10.0.0.3 () {36 vars in 1021 bytes} [Thu May 7 17:47:50 2026] DELETE /v2.0/security-group-rules/6cbb08ce-52d5-4ae3-9e6e-1b81969dd5d5 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:47:50.174 8 INFO neutron.api.v2.resource [req-c93fe2ad-58ae-471a-8e5a-29a852a112a9 req-6f2c5114-ca21-4cb6-83a6-ab53d7022467 23df727d6c1b4382b8a8a5e757734c9b bc79da690659421fadd2ef6e52b34d13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/477] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/a98321db-a2e0-4914-8243-2546e1e35ca4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/478] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/de65cc83-a4d5-4e6a-81ba-c13153044f4a => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/479] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:47:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/480] 10.0.0.3 () {36 vars in 1011 bytes} [Thu May 7 17:47:50 2026] DELETE /v2.0/security-groups/de65cc83-a4d5-4e6a-81ba-c13153044f4a => 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: 245/481] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/0596c920-9572-422a-93a6-f99bfcb3339a => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/482] 10.0.0.3 () {36 vars in 1011 bytes} [Thu May 7 17:47:50 2026] DELETE /v2.0/security-groups/0596c920-9572-422a-93a6-f99bfcb3339a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/483] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/d6157eb2-4d73-4e3b-9b56-41dc010f8070 => generated 2310 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:47:50.492 8 INFO neutron.api.v2.resource [req-548461a4-a562-48d2-ad00-033b47d670ab req-731152c6-36d4-4a23-8fa9-b612fb60e904 23df727d6c1b4382b8a8a5e757734c9b bc79da690659421fadd2ef6e52b34d13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/484] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/0596c920-9572-422a-93a6-f99bfcb3339a => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/485] 10.0.0.3 () {36 vars in 1011 bytes} [Thu May 7 17:47:50 2026] DELETE /v2.0/security-groups/d6157eb2-4d73-4e3b-9b56-41dc010f8070 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/486] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/c0103d76-7dca-4863-934f-43b9dd02bceb => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/487] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:47:50 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/488] 10.0.0.3 () {36 vars in 1011 bytes} [Thu May 7 17:47:50 2026] DELETE /v2.0/security-groups/c0103d76-7dca-4863-934f-43b9dd02bceb => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:47:50.848 7 INFO neutron.api.v2.resource [req-9ea97b24-ab84-44e9-b781-8e126e40b754 req-10b2eb19-5198-4dcc-ae38-5dfb13c4d2d2 23df727d6c1b4382b8a8a5e757734c9b bc79da690659421fadd2ef6e52b34d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/489] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/c0103d76-7dca-4863-934f-43b9dd02bceb => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/490] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups?tenant_id=bc79da690659421fadd2ef6e52b34d13 => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/491] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/a8e81a5a-b68d-4454-9bfd-ed8ba37eb506 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/492] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:50 2026] GET /v2.0/security-groups/a8e81a5a-b68d-4454-9bfd-ed8ba37eb506 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:47:51.026 7 INFO neutron.api.v2.resource [req-69c8b6ed-cbc2-4402-b74f-a2f313c13624 req-eab0fc24-72ba-404f-9503-440eeaeef182 23df727d6c1b4382b8a8a5e757734c9b bc79da690659421fadd2ef6e52b34d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/493] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:51 2026] GET /v2.0/security-groups/c0103d76-7dca-4863-934f-43b9dd02bceb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:47:51.055 7 INFO neutron.api.v2.resource [req-734168b4-b2ba-4c23-b73d-d0028e8ebcff req-38a28b18-740a-4e23-ae4a-f3960aa2dfaf 23df727d6c1b4382b8a8a5e757734c9b bc79da690659421fadd2ef6e52b34d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/494] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:51 2026] GET /v2.0/security-groups/0596c920-9572-422a-93a6-f99bfcb3339a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:47:51.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-78bc72cb-e0e4-4d1b-b475-42bbcf120afa 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: c22d377f-9bb9-411d-ac8e-3d8332bff822 2026-05-07 17:47:51.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78bc72cb-e0e4-4d1b-b475-42bbcf120afa 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: c22d377f-9bb9-411d-ac8e-3d8332bff822 2026-05-07 17:47:51.084 7 INFO neutron.api.v2.resource [req-38dc4255-e131-44f1-9ecc-756d0943f0d6 req-6665952c-bb15-4815-8387-93b3ed06c95f 23df727d6c1b4382b8a8a5e757734c9b bc79da690659421fadd2ef6e52b34d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/495] 10.0.0.3 () {34 vars in 989 bytes} [Thu May 7 17:47:51 2026] GET /v2.0/security-groups/a98321db-a2e0-4914-8243-2546e1e35ca4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:47:50 2026] PUT /v2.0/routers/0dd06ef0-5e89-4c7f-8072-7b46542e4eb3/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:47:51.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-304e58c7-a0d7-400c-920f-075b1acc1293 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 172bebe4-a6b3-4993-8b92-f2b360ed9ee2 2026-05-07 17:47:51.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-304e58c7-a0d7-400c-920f-075b1acc1293 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 172bebe4-a6b3-4993-8b92-f2b360ed9ee2 [pid: 8|app: 0|req: 252/497] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:47:51 2026] GET /v2.0/security-groups?tenant_id=2f93858e884f4b6ab092e3895d47ff9d&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/498] 10.0.0.3 () {34 vars in 1098 bytes} [Thu May 7 17:47:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1658958746&fields=id&tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/499] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:47:51 2026] PUT /v2.0/routers/6576d036-a6d6-4f1f-8630-76b45b3f529c/remove_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:47:52.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-262ec512-380d-4512-be99-ec77b38176bc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: eb26049c-dc32-484c-9150-f90b9ade6abd 2026-05-07 17:47:52.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262ec512-380d-4512-be99-ec77b38176bc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: eb26049c-dc32-484c-9150-f90b9ade6abd [pid: 7|app: 0|req: 247/500] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:47:52 2026] DELETE /v2.0/security-groups/70f96d31-018f-4201-96db-f50cb06c35b2 => 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: 248/501] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:47:52 2026] GET /v2.0/networks?id=326bb695-d689-496f-ad1b-bb21ae71d015 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:47:52.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-262ec512-380d-4512-be99-ec77b38176bc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 39dc7444-35c2-41e3-a437-4c29f599d0e4 2026-05-07 17:47:52.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262ec512-380d-4512-be99-ec77b38176bc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 39dc7444-35c2-41e3-a437-4c29f599d0e4 2026-05-07 17:47:52.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-603bea84-2266-4030-b79a-5f026b6cef22 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: d750f866-8dd7-42ae-99e6-ca4538b9ead2 2026-05-07 17:47:52.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-603bea84-2266-4030-b79a-5f026b6cef22 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: d750f866-8dd7-42ae-99e6-ca4538b9ead2 2026-05-07 17:47:52.738 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-262ec512-380d-4512-be99-ec77b38176bc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - 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-05-07 17:47:52.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-603bea84-2266-4030-b79a-5f026b6cef22 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 2a2fe9fd-0716-4dba-8088-3c15f0d7ed34 2026-05-07 17:47:52.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-603bea84-2266-4030-b79a-5f026b6cef22 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 2a2fe9fd-0716-4dba-8088-3c15f0d7ed34 2026-05-07 17:47:52.999 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-603bea84-2266-4030-b79a-5f026b6cef22 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - 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-05-07 17:47:53.018 8 INFO neutron.db.l3_hamode_db [None req-262ec512-380d-4512-be99-ec77b38176bc 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network efd3b84a-7a45-4de2-a67c-d048a6e3db72 was deleted as no HA routers are present in tenant 2c282be6d19e42a898482bee3e0fff2b. [pid: 8|app: 0|req: 254/502] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:47:51 2026] DELETE /v2.0/routers/0dd06ef0-5e89-4c7f-8072-7b46542e4eb3 => generated 0 bytes in 1112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/503] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:47:53 2026] GET /v2.0/quotas/ba88d78460fd4eb0b0a47d3c0de1c40c => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/504] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:47:53 2026] DELETE /v2.0/subnets/f1cc3f2e-af33-489f-8daf-3623f1afdd02 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/505] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:47:53 2026] GET /v2.0/ports?tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c&fields=id => generated 57 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:47:53.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-1477e101-f451-4d34-821d-ec6c50753424 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 1c007574-504f-4129-85f6-dcc668535de5 2026-05-07 17:47:53.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1477e101-f451-4d34-821d-ec6c50753424 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 1c007574-504f-4129-85f6-dcc668535de5 2026-05-07 17:47:53.423 7 INFO neutron.db.l3_hamode_db [None req-603bea84-2266-4030-b79a-5f026b6cef22 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network a6f534b0-a5d6-4ff6-a51f-a4d5ca38d9aa was deleted as no HA routers are present in tenant bc79da690659421fadd2ef6e52b34d13. [pid: 7|app: 0|req: 249/506] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:47:52 2026] DELETE /v2.0/routers/6576d036-a6d6-4f1f-8630-76b45b3f529c => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/507] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:47:53 2026] DELETE /v2.0/networks/5e5cb133-6a85-411c-b2c9-c31e577ded59 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:47:53.645 8 INFO neutron.services.segments.plugin [-] Segment 3fd2f74a-e782-4e56-94ae-8c96863d1c39 resource provider aggregate not found 2026-05-07 17:47:53.661 8 INFO neutron.services.segments.plugin [-] Segment 3fd2f74a-e782-4e56-94ae-8c96863d1c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fd2f74a-e782-4e56-94ae-8c96863d1c39 found for delete ", "request_id": "req-e9fe00df-930a-40c6-b3ab-4df04436be9c"}]} 2026-05-07 17:47:53.683 8 INFO neutron.services.segments.plugin [-] Segment 3fd2f74a-e782-4e56-94ae-8c96863d1c39 resource provider aggregate not found 2026-05-07 17:47:53.702 8 INFO neutron.services.segments.plugin [-] Segment 3fd2f74a-e782-4e56-94ae-8c96863d1c39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fd2f74a-e782-4e56-94ae-8c96863d1c39 found for delete ", "request_id": "req-4740acaa-f9fa-46ba-87e9-45dd6a2e68a0"}]} [pid: 7|app: 0|req: 250/510] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:47:53 2026] DELETE /v2.0/subnets/2114853c-0f8d-4044-ab9d-044855b5b2e9 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/511] 10.0.0.3 () {34 vars in 905 bytes} [Thu May 7 17:47:53 2026] GET /v2.0/extensions => generated 21537 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 17:47:53.786 7 INFO neutron.services.segments.plugin [-] Segment 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a resource provider aggregate not found 2026-05-07 17:47:53.804 7 INFO neutron.services.segments.plugin [-] Segment 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a found for delete ", "request_id": "req-06c54e3a-c5fa-4fc0-ba10-eaa16f16f685"}]} 2026-05-07 17:47:53.810 7 INFO neutron.services.segments.plugin [-] Segment 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a resource provider aggregate not found [pid: 8|app: 0|req: 262/512] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:47:53 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:47:53.838 7 INFO neutron.services.segments.plugin [-] Segment 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b51b9d1-d97d-4ee6-8f0a-3922e30ce94a found for delete ", "request_id": "req-fbc45b58-14ec-4e59-bd37-31f1924af75f"}]} 2026-05-07 17:47:53.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-1befe3f2-32db-4b3c-bf3c-5924be4edc94 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 0b26d801-46b8-42b2-a0bc-37bb93d9ce5e 2026-05-07 17:47:53.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1befe3f2-32db-4b3c-bf3c-5924be4edc94 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 0b26d801-46b8-42b2-a0bc-37bb93d9ce5e [pid: 8|app: 0|req: 263/513] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:47:53 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/514] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:47:53 2026] GET /v2.0/security-groups?tenant_id=2c282be6d19e42a898482bee3e0fff2b&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/515] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:47:53 2026] DELETE /v2.0/security-groups/2e82cff1-5991-404c-9525-b7cb76bc6349 => 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: 251/516] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:47:53 2026] DELETE /v2.0/networks/4d3fdd4e-1756-4c81-8833-4e49ae18390f => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/517] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:47:54 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => 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: 252/518] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:47:54 2026] GET /v2.0/security-groups?tenant_id=bc79da690659421fadd2ef6e52b34d13&name=default => generated 2921 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/519] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:47:54 2026] DELETE /v2.0/security-groups/a8e81a5a-b68d-4454-9bfd-ed8ba37eb506 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/520] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:47:55 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:47:55.680 8 INFO neutron.services.segments.plugin [-] Segment 43359adb-b7ca-4981-9d00-22e8ae0f2380 resource provider aggregate not found 2026-05-07 17:47:55.710 8 INFO neutron.services.segments.plugin [-] Segment 43359adb-b7ca-4981-9d00-22e8ae0f2380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43359adb-b7ca-4981-9d00-22e8ae0f2380 found for delete ", "request_id": "req-dfb45b37-641b-45b4-957b-6462b2c9ffa2"}]} 2026-05-07 17:47:55.723 8 INFO neutron.services.segments.plugin [-] Segment 43359adb-b7ca-4981-9d00-22e8ae0f2380 resource provider aggregate not found 2026-05-07 17:47:55.744 8 INFO neutron.services.segments.plugin [-] Segment 43359adb-b7ca-4981-9d00-22e8ae0f2380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43359adb-b7ca-4981-9d00-22e8ae0f2380 found for delete ", "request_id": "req-5dcfd62e-2020-4ebe-822c-880929439404"}]} 2026-05-07 17:47:55.824 7 INFO neutron.services.segments.plugin [-] Segment 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 resource provider aggregate not found 2026-05-07 17:47:55.844 7 INFO neutron.services.segments.plugin [-] Segment 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 found for delete ", "request_id": "req-ed81788f-9227-4c97-9b76-81d04cc116db"}]} 2026-05-07 17:47:55.856 7 INFO neutron.services.segments.plugin [-] Segment 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 resource provider aggregate not found 2026-05-07 17:47:55.882 7 INFO neutron.services.segments.plugin [-] Segment 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57c01ebc-7ec9-4913-bd6d-79cb2cee4d88 found for delete ", "request_id": "req-0951e0fc-3c5d-42b5-a6ea-2b39642297fa"}]} 2026-05-07 17:47:56.502 8 INFO neutron.db.segments_db [None req-79150646-1930-4ce2-b87e-66b6c370cbb7 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd of type vxlan for network c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b [pid: 8|app: 0|req: 268/521] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:47:55 2026] POST /v2.0/networks => generated 724 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/522] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:47:56 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:47:56.611 7 INFO neutron.db.segments_db [None req-c705b6ba-9b44-41c5-84d1-438757c0fe4e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 1971bd93-c67c-4b62-8707-d9edc005a03b of type vxlan for network 3fbad144-8efb-41ed-84cd-6ff943c70b68 [pid: 7|app: 0|req: 254/523] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:47:56 2026] POST /v2.0/networks => generated 731 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/524] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:56 2026] POST /v2.0/subnets => generated 690 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:56.841 8 INFO neutron.db.segments_db [None req-49eda543-c608-4565-9f66-1187f2f2a2e0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 4188d15b-9561-498a-810c-aea44add4c1e of type vxlan for network 1c4ef4cc-3a1a-4929-ae35-f2aa6711d55d [pid: 7|app: 0|req: 255/525] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:56 2026] POST /v2.0/subnets => generated 698 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:47:57.003 7 INFO neutron.db.segments_db [None req-145d4f63-d952-41a3-8c62-99f0209735f9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 866e8c73-68ac-4340-b5ea-580b31195530 of type vxlan for network aa852e2e-2160-414d-b829-5ffc44fda23a 2026-05-07 17:47:57.084 8 INFO neutron.db.l3_hamode_db [None req-49eda543-c608-4565-9f66-1187f2f2a2e0 57590722bc3441b789f516b57e35cb1e 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:47:57.217 7 INFO neutron.db.l3_hamode_db [None req-145d4f63-d952-41a3-8c62-99f0209735f9 57590722bc3441b789f516b57e35cb1e 71fac0717dcc451693d4921f3ac0c59e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:47:57.808 8 INFO neutron.db.l3_hamode_db [None req-49eda543-c608-4565-9f66-1187f2f2a2e0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:47:57.899 7 INFO neutron.db.l3_hamode_db [None req-145d4f63-d952-41a3-8c62-99f0209735f9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/526] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:56 2026] POST /v2.0/routers => generated 738 bytes in 1709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/527] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:47:56 2026] POST /v2.0/routers => generated 730 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/528] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:47:58 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => 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: 257/529] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:47:58 2026] GET /v2.0/security-groups?tenant_id=34ffedc70fd94e7e894f1638156f4a7c&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: 273/530] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:47:58 2026] PUT /v2.0/routers/38d03527-8544-42b2-9a7d-c3379309f9ec/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/531] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:47:59 2026] DELETE /v2.0/security-groups/808a1ac1-ce49-472e-9841-545439ab216a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/532] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:47:58 2026] PUT /v2.0/routers/ebd2ab2c-e348-45e0-8d02-9df1a8124435/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/533] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:00 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => 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: 275/534] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:00 2026] GET /v2.0/networks?id=326bb695-d689-496f-ad1b-bb21ae71d015 => generated 670 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/535] 199.204.45.210 () {34 vars in 911 bytes} [Thu May 7 17:48:00 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/536] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:48:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/537] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:00 2026] GET /v2.0/security-groups?tenant_id=44b91a6c6f824874b2f46cc089f46f3b&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/538] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:00 2026] DELETE /v2.0/security-groups/6043e84f-ad19-4f75-9deb-df1add486f5a => 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: 278/539] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/540] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/ports => generated 954 bytes in 450 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: 279/541] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/542] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/543] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/544] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/545] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/546] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:48:00 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/547] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:48:01 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/548] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:01 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/549] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:01 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/550] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:48:01 2026] PUT /v2.0/ports/072c10ca-db69-4ecd-a038-b71f9eb03c1b => generated 1235 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/551] 10.0.0.3 () {34 vars in 1096 bytes} [Thu May 7 17:48:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--405603895&fields=id&tenant_id=71fac0717dcc451693d4921f3ac0c59e => generated 69 bytes in 34 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: 267/552] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:48:01 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/553] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/quotas/71fac0717dcc451693d4921f3ac0c59e => 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: 268/554] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&fields=id => generated 57 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/555] 10.0.0.3 () {34 vars in 1098 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1053925566&fields=id&tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/556] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/networks?id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/557] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/quotas/4ac873fdd28b44749dcc50cdaf8d26b3 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/558] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/ports?tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/559] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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: 271/560] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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: 290/561] 10.0.0.3 () {34 vars in 905 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/562] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/563] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:02.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c9dfb29-3568-477e-a75f-fd1715a7d636'] response: {'name': 'network-changed', 'server_uuid': '9c65586d-18d5-4300-95d4-6ee091e2a572', 'tag': '072c10ca-db69-4ecd-a038-b71f9eb03c1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 273/564] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 292/565] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/566] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/567] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:02 2026] GET /v2.0/ports?tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c&device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/568] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/569] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=072c10ca-db69-4ecd-a038-b71f9eb03c1b => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/570] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/subnets?id=166c6d4c-61c3-4929-b025-f1ed42d0005b => generated 688 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/571] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/ports?network_id=326bb695-d689-496f-ad1b-bb21ae71d015&device_owner=network%3Adhcp => generated 1244 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/572] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?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: 296/573] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?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: 278/574] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 297/575] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:03 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 279/576] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/577] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&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: 280/578] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/ports?tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c&device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/579] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/networks?id=326bb695-d689-496f-ad1b-bb21ae71d015 => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/580] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=072c10ca-db69-4ecd-a038-b71f9eb03c1b => 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: 300/581] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/subnets?id=166c6d4c-61c3-4929-b025-f1ed42d0005b => generated 688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/582] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/ports?network_id=326bb695-d689-496f-ad1b-bb21ae71d015&device_owner=network%3Adhcp => generated 1244 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/583] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 301/584] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:04 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?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: 284/585] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:05 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?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: 302/586] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:05 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 285/587] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:05 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/588] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:05 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/589] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:06 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 304/590] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:06 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 287/591] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:06 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/592] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:06 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/593] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:06 2026] GET /v2.0/security-groups?tenant_id=d9b4ffad34fb431baf53425b7ffc3a47&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/594] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/networks?id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b => generated 675 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/595] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:07 2026] DELETE /v2.0/security-groups/4ecdfcf9-d99a-469a-bdbf-eaf81d50d26e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/596] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/597] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 291/598] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 292/599] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/security-groups?tenant_id=fc56fbc861834fceb590be7ff7467123&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: 293/600] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:07 2026] DELETE /v2.0/security-groups/e347c981-e697-47a2-8741-63628fa5770f => 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: 294/601] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => 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: 308/602] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:48:07 2026] POST /v2.0/ports => generated 954 bytes in 446 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: 295/603] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:07 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/604] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:48:07 2026] PUT /v2.0/ports/986d7062-d878-4c86-b767-8f7f977306bd => generated 1235 bytes in 452 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: 296/605] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:08 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/606] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:08 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 297/607] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:08 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:08.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d09ad4e5-c3a4-4484-86b8-fd071a3438f7'] response: {'name': 'network-changed', 'server_uuid': 'ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4', 'tag': '986d7062-d878-4c86-b767-8f7f977306bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 312/610] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:08 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 969 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/611] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:08 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&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: 8|app: 0|req: 313/612] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/ports?tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3&device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/613] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=986d7062-d878-4c86-b767-8f7f977306bd => 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: 301/614] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/subnets?id=60ad3134-b7ed-46ff-b6f1-fc7ddd668e55 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/615] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 683 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/616] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/ports?network_id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b&device_owner=network%3Adhcp => 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: 303/617] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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: 315/618] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71fac0717dcc451693d4921f3ac0c59e => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/619] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:09.834 7 INFO neutron.db.segments_db [None req-5348972f-6288-4db7-847b-a05925bc6a9e d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Added segment e6b8a347-b6ac-49ae-b70d-b054ef727d69 of type vxlan for network 1a00551d-5de4-4db1-885d-17e5a8354f45 [pid: 8|app: 0|req: 316/620] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:48:09 2026] POST /v2.0/ports => generated 954 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 305/621] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:09 2026] POST /v2.0/networks => generated 630 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/622] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 957 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/623] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:09 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/624] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:09 2026] POST /v2.0/subnets => generated 627 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/625] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&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: 309/626] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:10.324 7 INFO neutron.db.segments_db [None req-a3aadd61-fd4d-48a3-a19a-69fb4da5a633 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Added segment 9fe13bb2-671f-411f-af9f-5b6e51b7d033 of type vxlan for network f3503ed2-0eca-4ff0-abfb-a6a30b4fb499 [pid: 8|app: 0|req: 318/627] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:48:09 2026] PUT /v2.0/ports/88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 1235 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 319/628] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/629] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/630] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/ports?tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3&device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/631] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/networks?id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/632] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=986d7062-d878-4c86-b767-8f7f977306bd => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:10.584 7 INFO neutron.db.l3_hamode_db [None req-a3aadd61-fd4d-48a3-a19a-69fb4da5a633 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 324/633] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/subnets?id=60ad3134-b7ed-46ff-b6f1-fc7ddd668e55 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/634] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/ports?network_id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/635] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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: 327/636] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:10 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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-05-07 17:48:10.791 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32572fbc-91af-4fab-b1ef-0c341e252f25'] response: {'name': 'network-changed', 'server_uuid': '1a4abe0a-ca82-4c47-9055-7614554c7de7', 'tag': '88fc7353-5e4e-442e-9043-4e0952ff49a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/637] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/638] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 330/639] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:11.426 7 INFO neutron.db.l3_hamode_db [None req-a3aadd61-fd4d-48a3-a19a-69fb4da5a633 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 331/640] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/networks?tenant_id=71fac0717dcc451693d4921f3ac0c59e&shared=False => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/641] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/642] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/643] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/644] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/645] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:11 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&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: 310/646] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:10 2026] POST /v2.0/routers => generated 694 bytes in 1948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/647] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/648] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/649] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/650] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/651] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => 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: 316/652] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/653] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/subnets?id=c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/654] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/655] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/ports?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/656] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&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: 321/657] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:12 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/658] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:13 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?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: 323/659] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:13 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:13.702 7 INFO neutron.db.l3_db [None req-3aa82590-7e28-450b-be6f-a237dc340e93 f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] Floating IP 260eb2e7-5f32-44ea-99f2-de97d8edf58a associated. External IP: 10.96.250.203, port: 072c10ca-db69-4ecd-a038-b71f9eb03c1b. [pid: 7|app: 0|req: 324/660] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:13 2026] PUT /v2.0/floatingips/260eb2e7-5f32-44ea-99f2-de97d8edf58a => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/661] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:13 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 337/662] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:48:12 2026] PUT /v2.0/routers/878cc7bf-68bb-4e61-8eee-911e2de425a4/add_router_interface => generated 309 bytes in 1841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/663] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/664] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/665] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/666] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:14.271 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e87b9ee5-1d58-4028-a977-a20f4e4e485b'] response: {'name': 'network-changed', 'server_uuid': '9c65586d-18d5-4300-95d4-6ee091e2a572', 'tag': '072c10ca-db69-4ecd-a038-b71f9eb03c1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 329/667] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&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: 339/668] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:48:14 2026] POST /v2.0/ports => generated 955 bytes in 428 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: 340/669] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/670] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/671] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/ports?tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c&device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/672] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/networks?id=326bb695-d689-496f-ad1b-bb21ae71d015 => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/673] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:48:14 2026] POST /v2.0/ports => generated 955 bytes in 383 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: 344/674] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=072c10ca-db69-4ecd-a038-b71f9eb03c1b => 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: 345/675] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:14 2026] GET /v2.0/subnets?id=166c6d4c-61c3-4929-b025-f1ed42d0005b => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/676] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/ports?network_id=326bb695-d689-496f-ad1b-bb21ae71d015&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/677] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/678] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015?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: 349/679] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/680] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/681] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 352/682] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/683] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:15 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:15.620 7 INFO neutron.db.l3_db [None req-a3bef91a-d80f-4dbc-a264-ddeda5b31212 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Floating IP 593f8292-4686-426e-b4d0-6879fbb2bd6b associated. External IP: 10.96.250.204, port: f5cd6cb6-fe9f-4f0a-8eb0-75d0bca684d5. [pid: 7|app: 0|req: 331/684] 10.0.0.178 () {34 vars in 677 bytes} [Thu May 7 17:48:14 2026] POST /v2.0/floatingips => generated 842 bytes in 931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:15.980 7 INFO neutron.db.l3_db [None req-42b3d849-0451-439a-87a9-8513c044c50a d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Floating IP 593f8292-4686-426e-b4d0-6879fbb2bd6b disassociated. External IP: 10.96.250.204, port: f5cd6cb6-fe9f-4f0a-8eb0-75d0bca684d5. 2026-05-07 17:48:16.035 8 INFO neutron.db.l3_db [None req-dc36b3c3-8313-47ba-b8ee-7330701b43b6 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] Floating IP 60b3111b-cd6e-48ae-8ff8-2da4ea252949 associated. External IP: 10.96.250.209, port: 986d7062-d878-4c86-b767-8f7f977306bd. [pid: 7|app: 0|req: 332/685] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:15 2026] PUT /v2.0/floatingips/593f8292-4686-426e-b4d0-6879fbb2bd6b => generated 552 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/686] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:16 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/687] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:15 2026] PUT /v2.0/floatingips/60b3111b-cd6e-48ae-8ff8-2da4ea252949 => generated 855 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/688] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:16 2026] GET /v2.0/security-groups?id=2ffe5a54-0169-4f29-861a-e1ac705a6497&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:16.411 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec8fe6ab-e17d-4cf5-9b87-9b1b9f6b12be'] response: {'name': 'network-changed', 'server_uuid': 'ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4', 'tag': '986d7062-d878-4c86-b767-8f7f977306bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 356/689] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:16 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:16.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f7d0664-d8be-4590-836b-cd6c81c4d1c4 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: 61b24066-944c-4d9b-af43-0f7f16fe9583 2026-05-07 17:48:16.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f7d0664-d8be-4590-836b-cd6c81c4d1c4 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: 61b24066-944c-4d9b-af43-0f7f16fe9583 [pid: 8|app: 0|req: 357/690] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:16 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&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: 334/691] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:48:16 2026] DELETE /v2.0/floatingips/593f8292-4686-426e-b4d0-6879fbb2bd6b => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/692] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:16 2026] GET /v2.0/ports?tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3&device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/693] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:16 2026] GET /v2.0/networks?id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/694] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=986d7062-d878-4c86-b767-8f7f977306bd => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/695] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/subnets?id=60ad3134-b7ed-46ff-b6f1-fc7ddd668e55 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/696] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/697] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/ports?network_id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:17.295 7 INFO neutron_taas.services.taas.taas_plugin [req-eb54c9f8-08d9-4264-9ef7-ee73702c884c req-e7fbe82e-8793-4e6f-80d1-d376d40f109b f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] TaaS: Handle Delete Port: 072c10ca-db69-4ecd-a038-b71f9eb03c1b 2026-05-07 17:48:17.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb54c9f8-08d9-4264-9ef7-ee73702c884c req-e7fbe82e-8793-4e6f-80d1-d376d40f109b f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] Tap Mirror: Handle Delete Port: 072c10ca-db69-4ecd-a038-b71f9eb03c1b 2026-05-07 17:48:17.393 8 INFO neutron.db.l3_db [None req-67abf2a7-1792-45b8-b15e-dbb605f1a9af d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Floating IP 1d4383b9-c87a-4b81-8b98-2017f48b573b associated. External IP: 10.96.250.213, port: 5bf78a38-6153-4f93-ac52-91cc8ecd90d9. 2026-05-07 17:48:17.481 7 INFO neutron.db.l3_db [req-eb54c9f8-08d9-4264-9ef7-ee73702c884c req-e7fbe82e-8793-4e6f-80d1-d376d40f109b f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] Floating IP 260eb2e7-5f32-44ea-99f2-de97d8edf58a disassociated. External IP: 10.96.250.203, port: 072c10ca-db69-4ecd-a038-b71f9eb03c1b. [pid: 8|app: 0|req: 358/698] 10.0.0.178 () {34 vars in 677 bytes} [Thu May 7 17:48:16 2026] POST /v2.0/floatingips => generated 842 bytes in 1226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/699] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:48:17 2026] DELETE /v2.0/ports/072c10ca-db69-4ecd-a038-b71f9eb03c1b => generated 0 bytes in 669 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/700] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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: 342/701] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => 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: 343/702] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/floatingips/1d4383b9-c87a-4b81-8b98-2017f48b573b => generated 842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/703] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:17.923 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77a126d7-9a55-49ac-8efa-99bf6b65d3b5'] response: {'server_uuid': '9c65586d-18d5-4300-95d4-6ee091e2a572', 'name': 'network-vif-deleted', 'tag': '072c10ca-db69-4ecd-a038-b71f9eb03c1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 344/704] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/705] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&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: 361/706] 10.0.0.178 () {32 vars in 655 bytes} [Thu May 7 17:48:17 2026] GET /v2.0/floatingips => generated 845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:18.356 7 INFO neutron.db.l3_db [None req-1fad8293-2316-499a-b8f7-bf9d122ee6fc d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Floating IP 1d4383b9-c87a-4b81-8b98-2017f48b573b associated. External IP: 10.96.250.213, port: 5bf78a38-6153-4f93-ac52-91cc8ecd90d9. [pid: 8|app: 0|req: 362/707] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:18 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => 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: 363/708] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:19 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/709] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:19 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/710] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:19 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/711] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:17 2026] PUT /v2.0/floatingips/1d4383b9-c87a-4b81-8b98-2017f48b573b => generated 842 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:19.404 7 INFO neutron.db.l3_db [None req-cb8e557d-659e-438f-b15e-9fd2f76768b4 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Floating IP 1d4383b9-c87a-4b81-8b98-2017f48b573b disassociated. External IP: 10.96.250.213, port: f5cd6cb6-fe9f-4f0a-8eb0-75d0bca684d5. 2026-05-07 17:48:19.675 8 INFO neutron.db.l3_db [None req-29749cde-8eac-4105-aad1-c59356335c97 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] Floating IP 320b75d4-5c8b-46f6-a7b0-1830d8dda6b4 associated. External IP: 10.96.250.216, port: 88fc7353-5e4e-442e-9043-4e0952ff49a6. [pid: 7|app: 0|req: 347/712] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:19 2026] PUT /v2.0/floatingips/1d4383b9-c87a-4b81-8b98-2017f48b573b => generated 552 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:19.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc192d4a-1c1b-486f-b14f-02228aaec747 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: ee5bd658-66a4-4aae-b108-8491d953b485 2026-05-07 17:48:19.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc192d4a-1c1b-486f-b14f-02228aaec747 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: ee5bd658-66a4-4aae-b108-8491d953b485 [pid: 7|app: 0|req: 348/713] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:48:19 2026] DELETE /v2.0/floatingips/1d4383b9-c87a-4b81-8b98-2017f48b573b => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:48:20.005 7 INFO neutron.api.v2.resource [None req-39466b05-254b-4fb2-9fe0-df8d2535d65d d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 349/714] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:48:19 2026] DELETE /v2.0/floatingips/1d4383b9-c87a-4b81-8b98-2017f48b573b => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/715] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:19 2026] PUT /v2.0/floatingips/320b75d4-5c8b-46f6-a7b0-1830d8dda6b4 => generated 855 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/716] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/717] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/ports?device_id=9c65586d-18d5-4300-95d4-6ee091e2a572 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:20.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f56eea4-479d-4d99-9098-9cb6609e2b30 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: f5cd6cb6-fe9f-4f0a-8eb0-75d0bca684d5 2026-05-07 17:48:20.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f56eea4-479d-4d99-9098-9cb6609e2b30 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: f5cd6cb6-fe9f-4f0a-8eb0-75d0bca684d5 [pid: 8|app: 0|req: 369/718] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&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-05-07 17:48:20.199 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38b92564-aba2-4e8a-aa8c-d92eb1e3f261'] response: {'name': 'network-changed', 'server_uuid': '1a4abe0a-ca82-4c47-9055-7614554c7de7', 'tag': '88fc7353-5e4e-442e-9043-4e0952ff49a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 350/719] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:48:20 2026] DELETE /v2.0/ports/f5cd6cb6-fe9f-4f0a-8eb0-75d0bca684d5 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:20.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bb60624-203e-4655-9889-37885ffbdc47 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: 5bf78a38-6153-4f93-ac52-91cc8ecd90d9 2026-05-07 17:48:20.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bb60624-203e-4655-9889-37885ffbdc47 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: 5bf78a38-6153-4f93-ac52-91cc8ecd90d9 [pid: 8|app: 0|req: 370/720] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:48:20 2026] DELETE /v2.0/ports/5bf78a38-6153-4f93-ac52-91cc8ecd90d9 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/721] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/ports?device_id=878cc7bf-68bb-4e61-8eee-911e2de425a4 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/722] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/723] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/724] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/725] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/subnets?id=c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/726] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/ports?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68&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: 357/727] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:20 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:21.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-4089a086-0a44-4c7d-8bd3-7080fb98db5f d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: bbb1e620-0812-479c-9967-9841d83876c6 2026-05-07 17:48:21.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4089a086-0a44-4c7d-8bd3-7080fb98db5f d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: bbb1e620-0812-479c-9967-9841d83876c6 [pid: 7|app: 0|req: 358/728] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:21 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?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: 359/729] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:21 2026] DELETE /v2.0/security-groups/2ffe5a54-0169-4f29-861a-e1ac705a6497 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:48:21.376 7 INFO neutron.api.v2.resource [None req-7e083123-95b5-4f2d-8fc9-2336db092de6 f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 360/730] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:48:21 2026] GET /v2.0/security-groups/2ffe5a54-0169-4f29-861a-e1ac705a6497 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:48:21.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-7632eba3-d337-4751-9cad-a13d584273c3 f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] TaaS: Handle Delete Port: 4b041de4-0222-4f3d-810b-de1f83b8b936 2026-05-07 17:48:21.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7632eba3-d337-4751-9cad-a13d584273c3 f3f0e8d58dfe47bb81fe2bcdb404f74e ba88d78460fd4eb0b0a47d3c0de1c40c - - default default] Tap Mirror: Handle Delete Port: 4b041de4-0222-4f3d-810b-de1f83b8b936 [pid: 8|app: 0|req: 371/731] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:48:20 2026] PUT /v2.0/routers/878cc7bf-68bb-4e61-8eee-911e2de425a4/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/732] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:48:21 2026] DELETE /v2.0/floatingips/260eb2e7-5f32-44ea-99f2-de97d8edf58a => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:48:21.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-98568973-6609-481b-98c9-2d79bc9626b2 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: 9ad17a9e-ee54-47ea-99f3-dec9b2808f0b 2026-05-07 17:48:21.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98568973-6609-481b-98c9-2d79bc9626b2 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: 9ad17a9e-ee54-47ea-99f3-dec9b2808f0b 2026-05-07 17:48:22.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-861c6e35-f229-41a4-bdb4-4d60bf674c68 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 0be7ff9b-7dd9-43a8-b6fa-efe760e3fab0 2026-05-07 17:48:22.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861c6e35-f229-41a4-bdb4-4d60bf674c68 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 0be7ff9b-7dd9-43a8-b6fa-efe760e3fab0 2026-05-07 17:48:22.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-98568973-6609-481b-98c9-2d79bc9626b2 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] TaaS: Handle Delete Port: 72aa7fdc-3885-4aa6-a2e3-2b34f23dee16 2026-05-07 17:48:22.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98568973-6609-481b-98c9-2d79bc9626b2 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] Tap Mirror: Handle Delete Port: 72aa7fdc-3885-4aa6-a2e3-2b34f23dee16 2026-05-07 17:48:22.340 8 INFO neutron.services.segments.plugin [-] Segment 9fe13bb2-671f-411f-af9f-5b6e51b7d033 resource provider aggregate not found 2026-05-07 17:48:22.347 8 INFO neutron.services.segments.plugin [-] Segment 9fe13bb2-671f-411f-af9f-5b6e51b7d033 resource provider aggregate not found 2026-05-07 17:48:22.356 8 INFO neutron.services.segments.plugin [-] Segment 9fe13bb2-671f-411f-af9f-5b6e51b7d033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe13bb2-671f-411f-af9f-5b6e51b7d033 found for delete ", "request_id": "req-b28b0c9b-3830-48bc-8ec3-07196fded26b"}]} 2026-05-07 17:48:22.368 8 INFO neutron.services.segments.plugin [-] Segment 9fe13bb2-671f-411f-af9f-5b6e51b7d033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe13bb2-671f-411f-af9f-5b6e51b7d033 found for delete ", "request_id": "req-2beb6ea6-493e-4e4a-9b1e-9094a5f5d550"}]} 2026-05-07 17:48:22.375 8 INFO neutron.db.l3_hamode_db [None req-98568973-6609-481b-98c9-2d79bc9626b2 d78b14d40f6749c5b57a5c725afbd222 ce080826ef334ecc8da01d103c1f6351 - - default default] HA network f3503ed2-0eca-4ff0-abfb-a6a30b4fb499 was deleted as no HA routers are present in tenant ce080826ef334ecc8da01d103c1f6351. [pid: 8|app: 0|req: 372/733] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:21 2026] DELETE /v2.0/routers/878cc7bf-68bb-4e61-8eee-911e2de425a4 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/734] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:22 2026] DELETE /v2.0/subnets/80bd75dc-ae33-41d1-a79a-5f86b7c22eef => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/735] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:48:21 2026] PUT /v2.0/routers/5adb410b-e848-464c-9da3-24c1994b0bf8/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/736] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:22 2026] DELETE /v2.0/networks/1a00551d-5de4-4db1-885d-17e5a8354f45 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:22.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccf9b1d3-03f7-4c17-abf1-53dba153b431 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: c37349e8-0635-4ba4-8226-b2965334311e 2026-05-07 17:48:22.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccf9b1d3-03f7-4c17-abf1-53dba153b431 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: c37349e8-0635-4ba4-8226-b2965334311e 2026-05-07 17:48:22.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccf9b1d3-03f7-4c17-abf1-53dba153b431 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 1a1ed6a7-7d15-43d0-b74c-22ff4e94e1c7 2026-05-07 17:48:22.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccf9b1d3-03f7-4c17-abf1-53dba153b431 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 1a1ed6a7-7d15-43d0-b74c-22ff4e94e1c7 [pid: 8|app: 0|req: 375/737] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:23 2026] GET /v2.0/security-groups?tenant_id=ce080826ef334ecc8da01d103c1f6351&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:23.320 7 INFO neutron.services.segments.plugin [-] Segment 4a250c51-1983-4e07-9138-4c61ba10b618 resource provider aggregate not found 2026-05-07 17:48:23.325 7 INFO neutron.services.segments.plugin [-] Segment 4a250c51-1983-4e07-9138-4c61ba10b618 resource provider aggregate not found 2026-05-07 17:48:23.330 7 INFO neutron.services.segments.plugin [-] Segment 4a250c51-1983-4e07-9138-4c61ba10b618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a250c51-1983-4e07-9138-4c61ba10b618 found for delete ", "request_id": "req-ff52d70b-528f-496a-bda9-a75ab2e5ddbc"}]} 2026-05-07 17:48:23.343 7 INFO neutron.services.segments.plugin [-] Segment 4a250c51-1983-4e07-9138-4c61ba10b618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a250c51-1983-4e07-9138-4c61ba10b618 found for delete ", "request_id": "req-e70ad891-79ff-43b0-b512-e02967e674a0"}]} 2026-05-07 17:48:23.348 7 INFO neutron.db.l3_hamode_db [None req-ccf9b1d3-03f7-4c17-abf1-53dba153b431 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 70991320-2ea2-4103-9212-1f9cb006255c was deleted as no HA routers are present in tenant ba88d78460fd4eb0b0a47d3c0de1c40c. [pid: 7|app: 0|req: 363/738] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:22 2026] DELETE /v2.0/routers/5adb410b-e848-464c-9da3-24c1994b0bf8 => generated 0 bytes in 777 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/739] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:23 2026] DELETE /v2.0/security-groups/a4bce4ce-ad78-4cd8-919e-0349d032fb6a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/740] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:23 2026] DELETE /v2.0/subnets/166c6d4c-61c3-4929-b025-f1ed42d0005b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:23.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-96205723-e7a0-4b0e-80f2-e88a0022d6bf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 4ec6f679-6196-42e7-a31f-3964429cc021 2026-05-07 17:48:23.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96205723-e7a0-4b0e-80f2-e88a0022d6bf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 4ec6f679-6196-42e7-a31f-3964429cc021 [pid: 8|app: 0|req: 377/743] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:23 2026] DELETE /v2.0/networks/326bb695-d689-496f-ad1b-bb21ae71d015 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/744] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:23 2026] GET /v2.0/security-groups?tenant_id=ba88d78460fd4eb0b0a47d3c0de1c40c&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/745] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:23 2026] DELETE /v2.0/security-groups/558ed2fa-4194-4d11-ba01-33284e80be5b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:48:24.381 8 INFO neutron.services.segments.plugin [-] Segment e6b8a347-b6ac-49ae-b70d-b054ef727d69 resource provider aggregate not found 2026-05-07 17:48:24.388 8 INFO neutron.services.segments.plugin [-] Segment e6b8a347-b6ac-49ae-b70d-b054ef727d69 resource provider aggregate not found 2026-05-07 17:48:24.402 8 INFO neutron.services.segments.plugin [-] Segment e6b8a347-b6ac-49ae-b70d-b054ef727d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b8a347-b6ac-49ae-b70d-b054ef727d69 found for delete ", "request_id": "req-32ab1caa-7209-4954-b7de-780da3257726"}]} 2026-05-07 17:48:24.408 8 INFO neutron.services.segments.plugin [-] Segment e6b8a347-b6ac-49ae-b70d-b054ef727d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6b8a347-b6ac-49ae-b70d-b054ef727d69 found for delete ", "request_id": "req-8a224cc4-7c5c-4481-92ca-ee4ce6cc6905"}]} 2026-05-07 17:48:24.433 8 INFO neutron.services.segments.plugin [-] Segment 2599caf8-7cd7-46fb-812d-2328ab242f96 resource provider aggregate not found 2026-05-07 17:48:24.437 8 INFO neutron.services.segments.plugin [-] Segment 2599caf8-7cd7-46fb-812d-2328ab242f96 resource provider aggregate not found 2026-05-07 17:48:24.453 8 INFO neutron.services.segments.plugin [-] Segment 2599caf8-7cd7-46fb-812d-2328ab242f96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2599caf8-7cd7-46fb-812d-2328ab242f96 found for delete ", "request_id": "req-90d18c2f-e41f-464d-9263-a20496156e9b"}]} 2026-05-07 17:48:24.454 8 INFO neutron.services.segments.plugin [-] Segment 2599caf8-7cd7-46fb-812d-2328ab242f96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2599caf8-7cd7-46fb-812d-2328ab242f96 found for delete ", "request_id": "req-5f9156f3-c8c6-426b-9be4-7f64d0db14dc"}]} 2026-05-07 17:48:25.551 7 INFO neutron.db.segments_db [None req-96b18088-1d89-4bdb-be72-ed12476202ba 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Added segment 6d49fa4f-c87e-4431-8755-56fb56093ae7 of type vxlan for network 033fe132-40dc-4f0f-bd50-e1dad9168c47 2026-05-07 17:48:25.609 7 INFO neutron.db.segments_db [None req-96b18088-1d89-4bdb-be72-ed12476202ba 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Added segment 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 of type vxlan for network b7151de8-e478-4347-a300-d37f23b5e8a6 [pid: 7|app: 0|req: 368/746] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:25 2026] POST /v2.0/networks => generated 1207 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/747] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:48:25 2026] GET /v2.0/networks => generated 1844 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:25.929 7 INFO neutron.services.segments.plugin [-] Segment 6d49fa4f-c87e-4431-8755-56fb56093ae7 resource provider aggregate not found 2026-05-07 17:48:25.935 7 INFO neutron.services.segments.plugin [-] Segment 6d49fa4f-c87e-4431-8755-56fb56093ae7 resource provider aggregate not found 2026-05-07 17:48:25.949 7 INFO neutron.services.segments.plugin [-] Segment 6d49fa4f-c87e-4431-8755-56fb56093ae7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d49fa4f-c87e-4431-8755-56fb56093ae7 found for delete ", "request_id": "req-52cff9d9-c7e5-47a3-a6c3-4107e3a9ca38"}]} 2026-05-07 17:48:25.953 7 INFO neutron.services.segments.plugin [-] Segment 6d49fa4f-c87e-4431-8755-56fb56093ae7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d49fa4f-c87e-4431-8755-56fb56093ae7 found for delete ", "request_id": "req-a04c1585-8da9-4e5a-84ad-8c39d429a83d"}]} [pid: 7|app: 0|req: 369/748] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:25 2026] DELETE /v2.0/networks/033fe132-40dc-4f0f-bd50-e1dad9168c47 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/749] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:25 2026] DELETE /v2.0/networks/b7151de8-e478-4347-a300-d37f23b5e8a6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:26.104 8 INFO neutron.db.segments_db [None req-630f764e-6df7-4b71-9336-aba00cd1fff3 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a of type vxlan for network b222acb9-e6ed-4c3e-8469-0c1d54becd9d [pid: 7|app: 0|req: 371/750] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:48:26 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:26.176 7 INFO neutron.db.segments_db [None req-24f06282-1acb-49a3-b052-701e3ebe04e8 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Added segment ed79442f-4a87-46fd-873f-35de0969b8d3 of type vxlan for network 327a1d64-cf52-434e-bfac-19c464f69e1b [pid: 8|app: 0|req: 380/751] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:48:25 2026] POST /v2.0/networks => generated 725 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/752] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:26 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:26.341 7 INFO neutron.db.segments_db [None req-6c8e9186-f3fa-490c-a9fa-971ba787367a 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Added segment 2f894ac8-39e2-417c-83f6-2485c933c907 of type vxlan for network 3eace3e7-920a-47e1-92b7-0bef3405e415 [pid: 8|app: 0|req: 381/753] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:26 2026] POST /v2.0/subnets => generated 691 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:26.394 8 INFO neutron.db.segments_db [None req-99d18d73-30ed-4465-b118-6a63f5a333c9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 6640e0c2-d923-46a0-9f60-bee24e88d641 of type vxlan for network 3eceb7d9-bd22-493e-9a31-f6777a806934 [pid: 7|app: 0|req: 373/754] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:26 2026] POST /v2.0/networks => generated 635 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:26.621 8 INFO neutron.db.l3_hamode_db [None req-99d18d73-30ed-4465-b118-6a63f5a333c9 57590722bc3441b789f516b57e35cb1e e526f2c0641540999b32e0b846398131 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 374/755] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:48:26 2026] POST /v2.0/ports => generated 1506 bytes in 561 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: 375/756] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:48:27 2026] GET /v2.0/ports => generated 1506 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:27.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-32990d77-1ac8-428b-ad3a-fa60b04e81bb 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] TaaS: Handle Delete Port: aa163f72-ac2f-41fb-918c-4a962b18d501 2026-05-07 17:48:27.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32990d77-1ac8-428b-ad3a-fa60b04e81bb 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Tap Mirror: Handle Delete Port: aa163f72-ac2f-41fb-918c-4a962b18d501 [pid: 7|app: 0|req: 376/757] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:48:27 2026] DELETE /v2.0/ports/aa163f72-ac2f-41fb-918c-4a962b18d501 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:27.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-214bee59-4f67-4d96-be31-a0be66cc9710 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] TaaS: Handle Delete Port: 3e345298-05ee-4dc2-bcb6-40ad345712a6 2026-05-07 17:48:27.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-214bee59-4f67-4d96-be31-a0be66cc9710 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Tap Mirror: Handle Delete Port: 3e345298-05ee-4dc2-bcb6-40ad345712a6 2026-05-07 17:48:27.331 8 INFO neutron.db.l3_hamode_db [None req-99d18d73-30ed-4465-b118-6a63f5a333c9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 377/758] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:48:27 2026] DELETE /v2.0/ports/3e345298-05ee-4dc2-bcb6-40ad345712a6 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/759] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:48:27 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:27.477 7 INFO neutron.db.segments_db [None req-40262172-daad-42d9-a358-5cfd6c0acce9 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Added segment 9a0958a8-f1da-460f-a425-35ada6941f39 of type vxlan for network 9448ced1-75c2-4101-989b-2542388053db [pid: 7|app: 0|req: 379/760] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:27 2026] POST /v2.0/networks => generated 635 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:27.628 7 INFO neutron.db.segments_db [None req-8c834bb4-3da7-4b2d-b66a-60af5e6dea79 676bfab032b1484db7accc958e04704e 187e0908194d4e40acfb4eff0b66f6f0 - - default default] Added segment 062ce64f-7c42-4a50-977b-8eba783d274c of type vxlan for network c5b94306-de9d-4bcc-b3af-5e1894bb480d [pid: 7|app: 0|req: 380/761] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:27 2026] POST /v2.0/networks => generated 635 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:27.973 7 INFO neutron.services.segments.plugin [-] Segment 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 resource provider aggregate not found 2026-05-07 17:48:27.975 7 INFO neutron.services.segments.plugin [-] Segment 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 resource provider aggregate not found 2026-05-07 17:48:27.989 7 INFO neutron.services.segments.plugin [-] Segment 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 found for delete ", "request_id": "req-e8cf68b0-44b1-4de4-b190-2dd7f26e500b"}]} 2026-05-07 17:48:27.991 7 INFO neutron.services.segments.plugin [-] Segment 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cfbf0bb-d7ec-4103-b6a4-8df7ac9ed246 found for delete ", "request_id": "req-02cf0785-0770-45e7-a1d8-8f9f09074e00"}]} [pid: 8|app: 0|req: 382/762] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:26 2026] POST /v2.0/routers => generated 731 bytes in 1827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/763] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:28 2026] POST /v2.0/subnets => generated 1322 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/764] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:48:28 2026] GET /v2.0/subnets => generated 1958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/765] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:28 2026] DELETE /v2.0/subnets/37de5bd9-db68-485a-b24e-18909b05d45f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/766] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:28 2026] DELETE /v2.0/subnets/45c21e80-1de8-4bb3-a3ad-c2b72d31b676 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/767] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:48:28 2026] GET /v2.0/subnets => generated 649 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/768] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:28 2026] DELETE /v2.0/networks/c5b94306-de9d-4bcc-b3af-5e1894bb480d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/769] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:29 2026] DELETE /v2.0/networks/9448ced1-75c2-4101-989b-2542388053db => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/770] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:29 2026] DELETE /v2.0/networks/3eace3e7-920a-47e1-92b7-0bef3405e415 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/771] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:48:28 2026] PUT /v2.0/routers/50451323-37cd-4317-8846-0e132158611b/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/772] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:29 2026] DELETE /v2.0/networks/327a1d64-cf52-434e-bfac-19c464f69e1b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:30.008 7 INFO neutron.services.segments.plugin [-] Segment 062ce64f-7c42-4a50-977b-8eba783d274c resource provider aggregate not found 2026-05-07 17:48:30.014 7 INFO neutron.services.segments.plugin [-] Segment 062ce64f-7c42-4a50-977b-8eba783d274c resource provider aggregate not found 2026-05-07 17:48:30.020 7 INFO neutron.services.segments.plugin [-] Segment 062ce64f-7c42-4a50-977b-8eba783d274c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 062ce64f-7c42-4a50-977b-8eba783d274c found for delete ", "request_id": "req-b3281302-8f87-4bd7-a8af-4ea8e6535a6f"}]} 2026-05-07 17:48:30.041 7 INFO neutron.services.segments.plugin [-] Segment 062ce64f-7c42-4a50-977b-8eba783d274c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 062ce64f-7c42-4a50-977b-8eba783d274c found for delete ", "request_id": "req-1bc9f25f-2e3f-46e2-ace4-0d455a3e2889"}]} 2026-05-07 17:48:30.048 7 INFO neutron.services.segments.plugin [-] Segment 9a0958a8-f1da-460f-a425-35ada6941f39 resource provider aggregate not found 2026-05-07 17:48:30.068 7 INFO neutron.services.segments.plugin [-] Segment 9a0958a8-f1da-460f-a425-35ada6941f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a0958a8-f1da-460f-a425-35ada6941f39 found for delete ", "request_id": "req-19978a4a-e1cf-4c7b-82b3-f705f16d492b"}]} 2026-05-07 17:48:30.071 7 INFO neutron.services.segments.plugin [-] Segment 9a0958a8-f1da-460f-a425-35ada6941f39 resource provider aggregate not found 2026-05-07 17:48:30.097 7 INFO neutron.services.segments.plugin [-] Segment 9a0958a8-f1da-460f-a425-35ada6941f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a0958a8-f1da-460f-a425-35ada6941f39 found for delete ", "request_id": "req-5f8be31b-489a-43ec-9761-4d0926d49020"}]} 2026-05-07 17:48:30.098 7 INFO neutron.services.segments.plugin [-] Segment 2f894ac8-39e2-417c-83f6-2485c933c907 resource provider aggregate not found 2026-05-07 17:48:30.116 7 INFO neutron.services.segments.plugin [-] Segment 2f894ac8-39e2-417c-83f6-2485c933c907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f894ac8-39e2-417c-83f6-2485c933c907 found for delete ", "request_id": "req-2366c8c1-2efa-4fde-b10d-86f19aed205c"}]} 2026-05-07 17:48:30.121 7 INFO neutron.services.segments.plugin [-] Segment 2f894ac8-39e2-417c-83f6-2485c933c907 resource provider aggregate not found [pid: 8|app: 0|req: 384/773] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:29 2026] GET /v2.0/security-groups?tenant_id=187e0908194d4e40acfb4eff0b66f6f0&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:30.137 7 INFO neutron.services.segments.plugin [-] Segment ed79442f-4a87-46fd-873f-35de0969b8d3 resource provider aggregate not found 2026-05-07 17:48:30.151 7 INFO neutron.services.segments.plugin [-] Segment ed79442f-4a87-46fd-873f-35de0969b8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed79442f-4a87-46fd-873f-35de0969b8d3 found for delete ", "request_id": "req-eb9e75af-baef-441d-b9f3-5f8beecc56ee"}]} 2026-05-07 17:48:30.155 7 INFO neutron.services.segments.plugin [-] Segment 2f894ac8-39e2-417c-83f6-2485c933c907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f894ac8-39e2-417c-83f6-2485c933c907 found for delete ", "request_id": "req-5bc306d5-ccf0-498c-848e-561526e2b943"}]} 2026-05-07 17:48:30.169 7 INFO neutron.services.segments.plugin [-] Segment ed79442f-4a87-46fd-873f-35de0969b8d3 resource provider aggregate not found 2026-05-07 17:48:30.191 7 INFO neutron.services.segments.plugin [-] Segment ed79442f-4a87-46fd-873f-35de0969b8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed79442f-4a87-46fd-873f-35de0969b8d3 found for delete ", "request_id": "req-12c865c8-c53a-4916-9faa-0fa5b51e0755"}]} [pid: 8|app: 0|req: 385/774] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:30 2026] DELETE /v2.0/security-groups/942faf1f-edf2-4fa2-b192-802a917a684b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/775] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:48:30 2026] POST /v2.0/security-groups => generated 1661 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/776] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/777] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/778] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:48:30 2026] POST /v2.0/floatingips => generated 552 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/779] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:48:31 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 1240 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/780] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:48:31 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 389/781] 10.0.0.3 () {34 vars in 1098 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1353855740&fields=id&tenant_id=e526f2c0641540999b32e0b846398131 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/782] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/networks?id=b222acb9-e6ed-4c3e-8469-0c1d54becd9d => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/783] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/quotas/e526f2c0641540999b32e0b846398131 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:32.285 7 INFO neutron.db.segments_db [None req-7bcd7b92-3181-43b1-8c55-99fbf58e5a6d 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Added segment 00ec84d5-e7ca-45db-81d6-7066fa9754de of type vxlan for network 46a20f1c-4e1b-4e82-8623-889fd0026091 [pid: 8|app: 0|req: 392/784] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/ports?tenant_id=e526f2c0641540999b32e0b846398131&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:32.351 7 INFO neutron.db.segments_db [None req-7bcd7b92-3181-43b1-8c55-99fbf58e5a6d 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Added segment 2a9390a9-1ede-4826-9f57-389a1d750427 of type vxlan for network 9b14bf8a-9a4b-45e0-ab53-0cb374ee1491 [pid: 8|app: 0|req: 393/785] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d?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: 394/786] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/787] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:31 2026] POST /v2.0/networks => generated 1206 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/788] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/networks => generated 1843 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/789] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:32.675 7 INFO neutron.services.segments.plugin [-] Segment 00ec84d5-e7ca-45db-81d6-7066fa9754de resource provider aggregate not found 2026-05-07 17:48:32.692 7 INFO neutron.services.segments.plugin [-] Segment 00ec84d5-e7ca-45db-81d6-7066fa9754de resource provider aggregate not found 2026-05-07 17:48:32.705 7 INFO neutron.services.segments.plugin [-] Segment 00ec84d5-e7ca-45db-81d6-7066fa9754de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ec84d5-e7ca-45db-81d6-7066fa9754de found for delete ", "request_id": "req-44641d9c-9702-40a9-b522-399217435b06"}]} 2026-05-07 17:48:32.710 7 INFO neutron.services.segments.plugin [-] Segment 00ec84d5-e7ca-45db-81d6-7066fa9754de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ec84d5-e7ca-45db-81d6-7066fa9754de found for delete ", "request_id": "req-390ef18b-163b-4da2-9aef-ef0f57a84c62"}]} [pid: 7|app: 0|req: 394/790] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:32 2026] DELETE /v2.0/networks/46a20f1c-4e1b-4e82-8623-889fd0026091 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/791] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1240 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/792] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:48:32 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/793] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:32 2026] DELETE /v2.0/networks/9b14bf8a-9a4b-45e0-ab53-0cb374ee1491 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/794] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:48:32 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) 2026-05-07 17:48:32.983 7 INFO neutron.db.segments_db [None req-a3f18deb-88e9-47ae-bcf2-4301119c54e6 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Added segment 27af759e-6e92-408a-a6e0-976fbba16788 of type vxlan for network d986b016-e311-433a-a621-3b7166498bbc [pid: 7|app: 0|req: 396/795] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:32 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) 2026-05-07 17:48:33.143 8 INFO neutron.db.segments_db [None req-a2fd0f28-e915-472d-a482-ced329380472 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Added segment 6c56d022-d36e-4588-b371-54382c0fd66c of type vxlan for network a109cf42-04e6-4ab1-ae39-d0ab88146e45 [pid: 8|app: 0|req: 400/796] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:33 2026] POST /v2.0/networks => generated 629 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/797] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:33 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 397/798] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:48:33 2026] POST /v2.0/ports => generated 1505 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/799] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:48:33 2026] GET /v2.0/ports => generated 1505 bytes in 123 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-05-07 17:48:34.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-301883ff-15e5-40a6-b891-9e67d69b9bf5 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] TaaS: Handle Delete Port: 96ce70b9-8c60-4c02-9941-cd9e6f8414d8 2026-05-07 17:48:34.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-301883ff-15e5-40a6-b891-9e67d69b9bf5 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Tap Mirror: Handle Delete Port: 96ce70b9-8c60-4c02-9941-cd9e6f8414d8 [pid: 7|app: 0|req: 398/800] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:48:34 2026] DELETE /v2.0/ports/96ce70b9-8c60-4c02-9941-cd9e6f8414d8 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:34.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-de7c5b9c-6863-4fc7-9893-67f5ef661430 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] TaaS: Handle Delete Port: 4b96880e-f684-44e8-8203-f0d2952754af 2026-05-07 17:48:34.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de7c5b9c-6863-4fc7-9893-67f5ef661430 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Tap Mirror: Handle Delete Port: 4b96880e-f684-44e8-8203-f0d2952754af [pid: 8|app: 0|req: 403/801] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:48:34 2026] DELETE /v2.0/ports/4b96880e-f684-44e8-8203-f0d2952754af => 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: 399/802] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:48:34 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:34.549 8 INFO neutron.db.segments_db [None req-2a73ef80-01d0-4c93-b36f-46d119a68044 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Added segment 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 of type vxlan for network 29b8ad23-096a-4972-9b9c-439246c15f3d [pid: 8|app: 0|req: 404/803] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:34 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:34.732 7 INFO neutron.services.segments.plugin [-] Segment 2a9390a9-1ede-4826-9f57-389a1d750427 resource provider aggregate not found 2026-05-07 17:48:34.739 7 INFO neutron.services.segments.plugin [-] Segment 2a9390a9-1ede-4826-9f57-389a1d750427 resource provider aggregate not found 2026-05-07 17:48:34.755 7 INFO neutron.services.segments.plugin [-] Segment 2a9390a9-1ede-4826-9f57-389a1d750427 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a9390a9-1ede-4826-9f57-389a1d750427 found for delete ", "request_id": "req-e8bbacb8-a07b-4d11-9a3d-486b030bcbee"}]} 2026-05-07 17:48:34.759 7 INFO neutron.services.segments.plugin [-] Segment 2a9390a9-1ede-4826-9f57-389a1d750427 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a9390a9-1ede-4826-9f57-389a1d750427 found for delete ", "request_id": "req-eaed8892-a29e-41d7-a87c-ec7b36725d94"}]} [pid: 8|app: 0|req: 405/804] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:34 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:34.767 7 INFO neutron.db.segments_db [None req-7d8c305b-d8f8-4428-b8ca-b04c78ded83f 49bff2c006934bdfb7d25ed221a21b02 a127692a91c548b1972cd39c32d21f68 - - default default] Added segment ed165fa7-99ab-4361-8a8d-d7df00fe130c of type vxlan for network e35ce16e-b3d1-49bc-b673-3f474853c9d9 [pid: 7|app: 0|req: 400/805] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:48:34 2026] POST /v2.0/networks => generated 630 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/806] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:34 2026] POST /v2.0/subnets => generated 1274 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/807] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:48:35 2026] GET /v2.0/subnets => generated 1910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/808] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:35 2026] DELETE /v2.0/subnets/bc9a285a-d189-4014-a3d7-d6ddeb81832a => 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: 402/809] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:35 2026] DELETE /v2.0/subnets/5a586d40-65ba-4fc8-9c73-8478247a4ad2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/810] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:48:35 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/811] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:35 2026] DELETE /v2.0/networks/e35ce16e-b3d1-49bc-b673-3f474853c9d9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/812] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:35 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 404/813] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:35 2026] DELETE /v2.0/networks/29b8ad23-096a-4972-9b9c-439246c15f3d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:36.061 8 INFO neutron.services.segments.plugin [-] Segment 6c56d022-d36e-4588-b371-54382c0fd66c resource provider aggregate not found 2026-05-07 17:48:36.065 8 INFO neutron.services.segments.plugin [-] Segment 6c56d022-d36e-4588-b371-54382c0fd66c resource provider aggregate not found 2026-05-07 17:48:36.073 8 INFO neutron.services.segments.plugin [-] Segment 6c56d022-d36e-4588-b371-54382c0fd66c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c56d022-d36e-4588-b371-54382c0fd66c found for delete ", "request_id": "req-408b3444-7af9-4182-beeb-d659eb3fac6c"}]} 2026-05-07 17:48:36.082 8 INFO neutron.services.segments.plugin [-] Segment 6c56d022-d36e-4588-b371-54382c0fd66c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c56d022-d36e-4588-b371-54382c0fd66c found for delete ", "request_id": "req-ae07a339-c44b-4fc5-8c44-71bbf8a0cadb"}]} [pid: 8|app: 0|req: 410/814] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:35 2026] DELETE /v2.0/networks/a109cf42-04e6-4ab1-ae39-d0ab88146e45 => 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: 405/815] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:36 2026] DELETE /v2.0/networks/d986b016-e311-433a-a621-3b7166498bbc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:36.776 7 INFO neutron.services.segments.plugin [-] Segment ed165fa7-99ab-4361-8a8d-d7df00fe130c resource provider aggregate not found 2026-05-07 17:48:36.780 7 INFO neutron.services.segments.plugin [-] Segment ed165fa7-99ab-4361-8a8d-d7df00fe130c resource provider aggregate not found 2026-05-07 17:48:36.794 7 INFO neutron.services.segments.plugin [-] Segment ed165fa7-99ab-4361-8a8d-d7df00fe130c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed165fa7-99ab-4361-8a8d-d7df00fe130c found for delete ", "request_id": "req-b7dcbeef-e070-45cf-a429-c4a1053df195"}]} 2026-05-07 17:48:36.800 7 INFO neutron.services.segments.plugin [-] Segment ed165fa7-99ab-4361-8a8d-d7df00fe130c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed165fa7-99ab-4361-8a8d-d7df00fe130c found for delete ", "request_id": "req-48aba583-0a0d-4220-8999-f01dcb884f97"}]} 2026-05-07 17:48:36.817 7 INFO neutron.services.segments.plugin [-] Segment 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 resource provider aggregate not found 2026-05-07 17:48:36.822 7 INFO neutron.services.segments.plugin [-] Segment 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 resource provider aggregate not found 2026-05-07 17:48:36.834 7 INFO neutron.services.segments.plugin [-] Segment 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 found for delete ", "request_id": "req-2b32fb86-8206-4a93-a668-9164c0a8d21e"}]} 2026-05-07 17:48:36.843 7 INFO neutron.services.segments.plugin [-] Segment 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d3334cf-be2e-45b5-90de-a5f233ff4ca0 found for delete ", "request_id": "req-2b3c6ab7-ee01-4e11-a62f-68d9ab0686a1"}]} 2026-05-07 17:48:36.852 7 INFO neutron.services.segments.plugin [-] Segment 27af759e-6e92-408a-a6e0-976fbba16788 resource provider aggregate not found 2026-05-07 17:48:36.869 7 INFO neutron.services.segments.plugin [-] Segment 27af759e-6e92-408a-a6e0-976fbba16788 resource provider aggregate not found 2026-05-07 17:48:36.879 7 INFO neutron.services.segments.plugin [-] Segment 27af759e-6e92-408a-a6e0-976fbba16788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27af759e-6e92-408a-a6e0-976fbba16788 found for delete ", "request_id": "req-25795eaa-418d-42d7-9492-7dc246867b15"}]} 2026-05-07 17:48:36.894 7 INFO neutron.services.segments.plugin [-] Segment 27af759e-6e92-408a-a6e0-976fbba16788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27af759e-6e92-408a-a6e0-976fbba16788 found for delete ", "request_id": "req-9783098a-6edc-4fae-997f-47da55a2571e"}]} [pid: 7|app: 0|req: 406/816] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:36 2026] GET /v2.0/networks?id=b222acb9-e6ed-4c3e-8469-0c1d54becd9d => generated 676 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/817] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:36 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 411/818] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:36 2026] GET /v2.0/security-groups?tenant_id=a127692a91c548b1972cd39c32d21f68&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/819] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:48:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e526f2c0641540999b32e0b846398131 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/820] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:36 2026] DELETE /v2.0/security-groups/27b6c561-ebae-4806-a0a3-8796371640d4 => 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: 409/821] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:48:36 2026] POST /v2.0/ports => generated 954 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/822] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:48:37 2026] PUT /v2.0/ports/a8336acf-22f1-41d2-978f-5f3ca8e3417f => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:37.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae8e6ed-6be0-4f00-abd1-327994c8fde3'] response: {'name': 'network-changed', 'server_uuid': 'ac4f99fd-7c13-4a9e-903d-71e8f4c33977', 'tag': 'a8336acf-22f1-41d2-978f-5f3ca8e3417f', '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: 410/823] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:38 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 414/824] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:38 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&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: 411/825] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:38 2026] GET /v2.0/ports?tenant_id=e526f2c0641540999b32e0b846398131&device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/826] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:48:38 2026] GET /v2.0/networks?tenant_id=e526f2c0641540999b32e0b846398131&shared=False => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/827] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:48:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/830] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:48:38 2026] POST /v2.0/security-groups => generated 1623 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/831] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-groups => generated 4528 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/832] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/833] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/834] 10.0.0.178 () {34 vars in 758 bytes} [Thu May 7 17:48:39 2026] PUT /v2.0/security-groups/9b8619f0-2685-4624-aa8a-d0768f0b5306 => 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: 417/835] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-groups/9b8619f0-2685-4624-aa8a-d0768f0b5306 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/836] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:39 2026] DELETE /v2.0/security-groups/9b8619f0-2685-4624-aa8a-d0768f0b5306 => 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: 418/837] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:39.452 8 INFO neutron.api.v2.resource [None req-101b90ed-2b73-4f3d-9836-6484304bc8d5 dd26a9992890486b82bf73b98226149e ca1137279de54582965b4dfcbf3a7055 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 420/838] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:39 2026] DELETE /v2.0/security-groups/9b8619f0-2685-4624-aa8a-d0768f0b5306 => 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: 421/839] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/ports?tenant_id=e526f2c0641540999b32e0b846398131&device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/840] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a8336acf-22f1-41d2-978f-5f3ca8e3417f => 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: 423/841] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/subnets?id=5be8e5cb-bcaa-4e66-b255-1be02742e2d4 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/842] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:48:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/843] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/ports?network_id=b222acb9-e6ed-4c3e-8469-0c1d54becd9d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/844] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d?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: 426/845] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/846] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/847] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-group-rules/3255b02d-5d3c-461e-85c8-0580e12fe881 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/848] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/849] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:48:39 2026] DELETE /v2.0/security-group-rules/3255b02d-5d3c-461e-85c8-0580e12fe881 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/850] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/851] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/852] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:39 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/853] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/854] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-group-rules/825217de-a384-4ce7-9b13-1a9efdc4bf7a => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/855] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 424/856] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/857] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 425/858] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:48:40 2026] DELETE /v2.0/security-group-rules/825217de-a384-4ce7-9b13-1a9efdc4bf7a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/859] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:40.351 7 INFO neutron.db.securitygroups_db [None req-f45ae222-448e-4140-8ece-04b7f65801ed dd26a9992890486b82bf73b98226149e ca1137279de54582965b4dfcbf3a7055 - - default default] Project ca1137279de54582965b4dfcbf3a7055 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: 435/860] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 426/861] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/862] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/863] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-group-rules/baf989ca-3359-4e6a-9fa9-1679c8b8a0ec => 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: 437/864] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/865] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/866] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:48:40 2026] DELETE /v2.0/security-group-rules/baf989ca-3359-4e6a-9fa9-1679c8b8a0ec => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/867] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 439/868] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/869] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:40 2026] DELETE /v2.0/security-groups/878bfea5-e0f2-4654-b86c-72d65e5360c2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/870] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:40 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) [pid: 7|app: 0|req: 431/871] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/872] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:41 2026] GET /v2.0/security-groups?tenant_id=ca1137279de54582965b4dfcbf3a7055&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/873] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:41 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 432/874] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:41 2026] DELETE /v2.0/security-groups/5fd3c5de-2d0a-4d59-9c1f-9333a8646a4b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/875] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:41 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&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: 433/876] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:41 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 444/877] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:41 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 434/878] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/ports?tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3&device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 445/879] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/networks?id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/880] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=986d7062-d878-4c86-b767-8f7f977306bd => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/881] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/subnets?id=60ad3134-b7ed-46ff-b6f1-fc7ddd668e55 => 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: 436/882] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/ports?network_id=c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b&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: 447/883] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?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: 437/884] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/885] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/886] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&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: 449/887] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/888] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:42 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 450/889] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:48:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/890] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:43 2026] GET /v2.0/security-groups => generated 4529 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/891] 10.0.0.178 () {34 vars in 758 bytes} [Thu May 7 17:48:43 2026] PUT /v2.0/security-groups/df59d8b8-5c6b-4f0b-9044-17265fb4e59c => generated 1664 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/892] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:48:43 2026] GET /v2.0/security-groups/df59d8b8-5c6b-4f0b-9044-17265fb4e59c => generated 1664 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/893] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:43 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/894] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:43 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/895] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:43 2026] DELETE /v2.0/security-groups/df59d8b8-5c6b-4f0b-9044-17265fb4e59c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/896] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:43 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) 2026-05-07 17:48:43.998 7 INFO neutron.api.v2.resource [None req-927382c2-7f14-4fac-aad2-f3ecbcd5aeb3 9ff40051c8e64b30ae3bbf55953a37c4 1d7e933a71564108bf7ab59e7f0d0374 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/897] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:43 2026] DELETE /v2.0/security-groups/df59d8b8-5c6b-4f0b-9044-17265fb4e59c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/898] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 445/899] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 455/900] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:48:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/901] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:44 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: 456/902] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules/712645e8-fa3b-42d8-82eb-97407d4458ce => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/903] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:44 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: 457/904] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:48:44 2026] DELETE /v2.0/security-group-rules/712645e8-fa3b-42d8-82eb-97407d4458ce => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/905] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/906] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/907] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules/e2787548-4b3b-434a-8cf0-1c16ae129ad7 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/908] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/909] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:48:44 2026] DELETE /v2.0/security-group-rules/e2787548-4b3b-434a-8cf0-1c16ae129ad7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/910] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/911] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/912] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules/7245e518-1021-4528-9c29-b3bdf320eb64 => 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: 452/913] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/914] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:44 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/915] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/916] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:48:45 2026] DELETE /v2.0/security-group-rules/7245e518-1021-4528-9c29-b3bdf320eb64 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/917] 10.0.0.178 () {32 vars in 673 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/918] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/919] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/920] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:45 2026] DELETE /v2.0/security-groups/fcf4bb1d-8185-42ea-aa59-586fa4fe1ef9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/921] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/922] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/923] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/924] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:45.632 7 INFO neutron.db.l3_db [None req-f045bb17-e929-4bfd-954e-01f5add69066 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] Floating IP fedeef38-77cf-44b7-b835-ef7436a31a5f associated. External IP: 10.96.250.204, port: a8336acf-22f1-41d2-978f-5f3ca8e3417f. [pid: 8|app: 0|req: 470/925] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/ports/88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 968 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/926] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:48:45 2026] PUT /v2.0/floatingips/fedeef38-77cf-44b7-b835-ef7436a31a5f => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:45.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89bfe530-e9c4-4152-bb14-34af025b5747'] response: {'name': 'network-changed', 'server_uuid': 'ac4f99fd-7c13-4a9e-903d-71e8f4c33977', 'tag': 'a8336acf-22f1-41d2-978f-5f3ca8e3417f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/927] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/928] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:45 2026] GET /v2.0/security-groups?tenant_id=1d7e933a71564108bf7ab59e7f0d0374&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/929] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/930] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:46 2026] DELETE /v2.0/security-groups/070672c7-34e8-492f-b423-d333e21e1d1a => 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: 459/931] 199.204.45.210 () {34 vars in 1000 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/subnets?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/932] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/933] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/934] 199.204.45.210 () {34 vars in 1146 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7&device_owner=compute%3Anova&network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/935] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/936] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/937] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/ports?tenant_id=e526f2c0641540999b32e0b846398131&device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/938] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/networks?id=b222acb9-e6ed-4c3e-8469-0c1d54becd9d => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/939] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a8336acf-22f1-41d2-978f-5f3ca8e3417f => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/940] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/subnets?id=5be8e5cb-bcaa-4e66-b255-1be02742e2d4 => generated 694 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/941] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/ports?network_id=b222acb9-e6ed-4c3e-8469-0c1d54becd9d&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/942] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/943] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:46 2026] GET /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d?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: 476/944] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:48:46 2026] PUT /v2.0/ports/88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 1149 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:47.095 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-503f4258-1b92-41a7-bc93-86edcc9f59dc'] response: {'name': 'network-changed', 'server_uuid': '1a4abe0a-ca82-4c47-9055-7614554c7de7', 'tag': '88fc7353-5e4e-442e-9043-4e0952ff49a6', '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: 469/945] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/946] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/947] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/948] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/949] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => 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: 471/950] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/security-groups?id=5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/951] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/952] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/953] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/subnets?id=c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/954] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/ports?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/955] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/956] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:47 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:48.356 8 INFO neutron.db.segments_db [None req-763b0995-e51b-4831-abe4-70ec675cfff1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment aef84711-8eed-424d-a167-a427e21a5f6f of type vxlan for network 8f1876c3-0fab-4dfa-97d2-5e944ec792b5 [pid: 8|app: 0|req: 483/957] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:48:48 2026] POST /v2.0/networks => generated 722 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/958] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:48 2026] POST /v2.0/subnets => generated 688 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:48.707 8 INFO neutron.db.segments_db [None req-5b752a46-1d61-42a7-bc8e-f5e92e55dbe1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment e29d3b05-545c-4526-9cbc-ffbc02b86ef0 of type vxlan for network 2b6ecc08-04a9-4581-9df9-343842ea124f [pid: 7|app: 0|req: 476/959] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:48:48 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:48.925 7 INFO neutron_taas.services.taas.taas_plugin [req-faf075f9-b141-4bab-a118-6d5fec16f7c5 req-88d10226-c2bd-4746-a6c6-c462987be207 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] TaaS: Handle Delete Port: a8336acf-22f1-41d2-978f-5f3ca8e3417f 2026-05-07 17:48:48.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-faf075f9-b141-4bab-a118-6d5fec16f7c5 req-88d10226-c2bd-4746-a6c6-c462987be207 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] Tap Mirror: Handle Delete Port: a8336acf-22f1-41d2-978f-5f3ca8e3417f 2026-05-07 17:48:48.973 8 INFO neutron.db.l3_hamode_db [None req-5b752a46-1d61-42a7-bc8e-f5e92e55dbe1 57590722bc3441b789f516b57e35cb1e 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:48:49.056 7 INFO neutron.db.l3_db [req-faf075f9-b141-4bab-a118-6d5fec16f7c5 req-88d10226-c2bd-4746-a6c6-c462987be207 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] Floating IP fedeef38-77cf-44b7-b835-ef7436a31a5f disassociated. External IP: 10.96.250.204, port: a8336acf-22f1-41d2-978f-5f3ca8e3417f. [pid: 7|app: 0|req: 477/960] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:48:48 2026] DELETE /v2.0/ports/a8336acf-22f1-41d2-978f-5f3ca8e3417f => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/961] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 479/962] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:49.496 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08ad488c-f2e1-491d-814c-c6629ab46b2a'] response: {'server_uuid': 'ac4f99fd-7c13-4a9e-903d-71e8f4c33977', 'name': 'network-vif-deleted', 'tag': 'a8336acf-22f1-41d2-978f-5f3ca8e3417f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 480/963] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1421 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/964] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&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: 482/965] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/966] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1152 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/967] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => 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: 485/968] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/969] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/970] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/subnets?id=c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/971] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/ports?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68&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: 489/972] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:48:49.851 8 INFO neutron.db.l3_hamode_db [None req-5b752a46-1d61-42a7-bc8e-f5e92e55dbe1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 490/973] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:49 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?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: 491/974] 199.204.45.210 () {34 vars in 1120 bytes} [Thu May 7 17:48:50 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/975] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:48 2026] POST /v2.0/routers => generated 728 bytes in 2035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/976] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:50 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => 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: 486/977] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:50 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/978] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:48:50 2026] PUT /v2.0/ports/88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 968 bytes in 716 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: 493/979] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:51.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57ba185a-b840-485b-ba3d-f1e3aa435344'] response: {'name': 'network-changed', 'server_uuid': '1a4abe0a-ca82-4c47-9055-7614554c7de7', 'tag': '88fc7353-5e4e-442e-9043-4e0952ff49a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 494/980] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/981] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/982] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/983] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/ports?device_id=ac4f99fd-7c13-4a9e-903d-71e8f4c33977 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/984] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/subnets?id=c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/985] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/ports?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/986] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/987] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:51 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?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: 8|app: 0|req: 487/988] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:48:50 2026] PUT /v2.0/routers/4d81bb2f-afe3-4d45-85ba-77f169dd5a31/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/989] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:52 2026] DELETE /v2.0/security-groups/5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:48:53.099 7 INFO neutron.api.v2.resource [None req-78649bf5-42b3-4685-a515-d322b974f27b 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/990] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/ports?tenant_id=71fac0717dcc451693d4921f3ac0c59e&device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/991] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/security-groups/5dd2f2c4-c518-43d6-a7ae-06bd11fd57ba => 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: 504/992] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/networks?id=3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/993] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:53.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ab8789e-7ac1-4459-8d41-f381081ef268 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] TaaS: Handle Delete Port: 040e8125-d9e0-4813-a835-1ba89e778e3c 2026-05-07 17:48:53.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ab8789e-7ac1-4459-8d41-f381081ef268 27288a44919e427b8540f9c2ddb36cfe e526f2c0641540999b32e0b846398131 - - default default] Tap Mirror: Handle Delete Port: 040e8125-d9e0-4813-a835-1ba89e778e3c 2026-05-07 17:48:53.329 8 INFO neutron.db.segments_db [None req-2ae442e5-6e7f-4bd6-9b0e-1dc51ec378ac 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f of type vxlan for network 9c923f80-c8fa-40e9-85dd-8230a13b9b7e [pid: 8|app: 0|req: 490/994] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:48:53 2026] POST /v2.0/networks => generated 722 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/995] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:48:53 2026] DELETE /v2.0/floatingips/fedeef38-77cf-44b7-b835-ef7436a31a5f => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/996] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/997] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&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: 492/998] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:53 2026] POST /v2.0/subnets => generated 688 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/999] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:48:53 2026] GET /v2.0/subnets?id=c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:48:53.715 8 INFO neutron.db.segments_db [None req-186a3370-b37e-4ce1-955b-5ae0f871db7a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 24bec2e7-07f7-4460-8eba-1bac7fc357dc of type vxlan for network bba466c7-240d-4b10-a47f-ebc312dd9b9b 2026-05-07 17:48:53.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-1184f830-c942-49d1-aac4-1ca42a75a924 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: cec77848-6883-4ae6-8a1a-f2eefa98557a 2026-05-07 17:48:53.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1184f830-c942-49d1-aac4-1ca42a75a924 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: cec77848-6883-4ae6-8a1a-f2eefa98557a 2026-05-07 17:48:53.952 8 INFO neutron.db.l3_hamode_db [None req-186a3370-b37e-4ce1-955b-5ae0f871db7a 57590722bc3441b789f516b57e35cb1e cab2e6a3a1bf4bdf832f40176cdf39bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 507/1002] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:48:53 2026] PUT /v2.0/routers/50451323-37cd-4317-8846-0e132158611b/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1003] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:48:54 2026] GET /v2.0/ports?network_id=3fbad144-8efb-41ed-84cd-6ff943c70b68&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:54.628 8 INFO neutron.db.l3_hamode_db [None req-186a3370-b37e-4ce1-955b-5ae0f871db7a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:48:54.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-bec7e365-2045-4d47-bfac-83269cf6c19e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: b909fb71-ecf0-4d68-b0d2-2cd73208d0f0 2026-05-07 17:48:54.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bec7e365-2045-4d47-bfac-83269cf6c19e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: b909fb71-ecf0-4d68-b0d2-2cd73208d0f0 2026-05-07 17:48:55.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-bec7e365-2045-4d47-bfac-83269cf6c19e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 2ab904be-c252-4fae-84f7-bd7f7b33129a 2026-05-07 17:48:55.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bec7e365-2045-4d47-bfac-83269cf6c19e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 2ab904be-c252-4fae-84f7-bd7f7b33129a 2026-05-07 17:48:55.416 7 INFO neutron.services.segments.plugin [-] Segment 6640e0c2-d923-46a0-9f60-bee24e88d641 resource provider aggregate not found 2026-05-07 17:48:55.429 7 INFO neutron.services.segments.plugin [-] Segment 6640e0c2-d923-46a0-9f60-bee24e88d641 resource provider aggregate not found 2026-05-07 17:48:55.445 7 INFO neutron.services.segments.plugin [-] Segment 6640e0c2-d923-46a0-9f60-bee24e88d641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6640e0c2-d923-46a0-9f60-bee24e88d641 found for delete ", "request_id": "req-fa85b355-67ae-4360-a35a-35fe72cdb268"}]} 2026-05-07 17:48:55.469 7 INFO neutron.services.segments.plugin [-] Segment 6640e0c2-d923-46a0-9f60-bee24e88d641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6640e0c2-d923-46a0-9f60-bee24e88d641 found for delete ", "request_id": "req-db578a1a-8e6d-4dda-bc88-1086b015e02a"}]} 2026-05-07 17:48:55.470 7 INFO neutron.db.l3_hamode_db [None req-bec7e365-2045-4d47-bfac-83269cf6c19e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 3eceb7d9-bd22-493e-9a31-f6777a806934 was deleted as no HA routers are present in tenant e526f2c0641540999b32e0b846398131. [pid: 7|app: 0|req: 509/1004] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:54 2026] DELETE /v2.0/routers/50451323-37cd-4317-8846-0e132158611b => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1005] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:48:55 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?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: 496/1006] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:48:53 2026] POST /v2.0/routers => generated 728 bytes in 1904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1007] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:55 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1008] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:48:55 2026] GET /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1009] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:48:55 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 497/1010] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:48:55 2026] DELETE /v2.0/subnets/5be8e5cb-bcaa-4e66-b255-1be02742e2d4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1011] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:48:55 2026] GET /v2.0/security-groups?id=93d09388-aebd-4a55-a78d-baadef8e0c3e&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-05-07 17:48:55.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-b472eb3c-5291-4bf4-b444-e8ecd5ac8e8a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 347fd7e7-6d04-4ecc-8283-41c0dee0559c 2026-05-07 17:48:55.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b472eb3c-5291-4bf4-b444-e8ecd5ac8e8a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 347fd7e7-6d04-4ecc-8283-41c0dee0559c 2026-05-07 17:48:56.006 8 INFO neutron.services.segments.plugin [-] Segment 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a resource provider aggregate not found 2026-05-07 17:48:56.010 8 INFO neutron.services.segments.plugin [-] Segment 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a resource provider aggregate not found 2026-05-07 17:48:56.032 8 INFO neutron.services.segments.plugin [-] Segment 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a found for delete ", "request_id": "req-ea822f52-2a18-40bc-8e15-ace193885e98"}]} 2026-05-07 17:48:56.033 8 INFO neutron.services.segments.plugin [-] Segment 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47488e5f-9eea-4550-b5e5-f5ddbdb0ae3a found for delete ", "request_id": "req-4af38a18-2e45-4f8f-90e2-07052181524e"}]} [pid: 8|app: 0|req: 499/1012] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:48:55 2026] DELETE /v2.0/networks/b222acb9-e6ed-4c3e-8469-0c1d54becd9d => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:48:56.154 8 INFO neutron_taas.services.taas.taas_plugin [req-1c80505a-274e-4e22-9eb8-943c64d25c5c req-048539f7-cb91-486c-b1db-9e9ccf970ffb 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] TaaS: Handle Delete Port: 88fc7353-5e4e-442e-9043-4e0952ff49a6 2026-05-07 17:48:56.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1c80505a-274e-4e22-9eb8-943c64d25c5c req-048539f7-cb91-486c-b1db-9e9ccf970ffb 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] Tap Mirror: Handle Delete Port: 88fc7353-5e4e-442e-9043-4e0952ff49a6 2026-05-07 17:48:56.271 8 INFO neutron.db.l3_db [req-1c80505a-274e-4e22-9eb8-943c64d25c5c req-048539f7-cb91-486c-b1db-9e9ccf970ffb 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] Floating IP 320b75d4-5c8b-46f6-a7b0-1830d8dda6b4 disassociated. External IP: 10.96.250.216, port: 88fc7353-5e4e-442e-9043-4e0952ff49a6. [pid: 8|app: 0|req: 500/1013] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:48:56 2026] DELETE /v2.0/ports/88fc7353-5e4e-442e-9043-4e0952ff49a6 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1014] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:48:56 2026] GET /v2.0/security-groups?tenant_id=e526f2c0641540999b32e0b846398131&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:48:56.664 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbb7a20a-8d30-4962-87de-b76a01d4d8b2'] response: {'server_uuid': '1a4abe0a-ca82-4c47-9055-7614554c7de7', 'name': 'network-vif-deleted', 'tag': '88fc7353-5e4e-442e-9043-4e0952ff49a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 502/1015] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:48:56 2026] DELETE /v2.0/security-groups/d092ff35-dd51-41c4-90fd-d2392a578edb => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1016] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:56 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 514/1017] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:48:55 2026] PUT /v2.0/routers/466af23a-025e-4f6d-8d47-9e34aef05be8/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1018] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:48:57 2026] POST /v2.0/security-groups => generated 1673 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1019] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1020] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:57 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 505/1021] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1022] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1023] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:58.324 7 INFO neutron.db.securitygroups_db [None req-3add7014-2ddf-42ab-9bd8-e68b14964ea4 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Project 6d161bf56d2a471bb46f320fa3957ca3 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: 518/1024] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:48:58.469 8 INFO neutron.db.securitygroups_db [None req-ea0db687-9ec5-4d35-ae22-6ffdbe7c05f2 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Project 6d161bf56d2a471bb46f320fa3957ca3 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: 507/1025] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1026] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:48:59 2026] GET /v2.0/ports?device_id=1a4abe0a-ca82-4c47-9055-7614554c7de7 => 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: 519/1027] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:48:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1028] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:59 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: 7|app: 0|req: 520/1029] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:48:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1030] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:48:59 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1031] 10.0.0.3 () {34 vars in 1096 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-622895497&fields=id&tenant_id=6d161bf56d2a471bb46f320fa3957ca3 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1032] 10.0.0.3 () {34 vars in 1098 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2145407430&fields=id&tenant_id=6d161bf56d2a471bb46f320fa3957ca3 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1033] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/networks?id=8f1876c3-0fab-4dfa-97d2-5e944ec792b5 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1034] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/quotas/6d161bf56d2a471bb46f320fa3957ca3 => 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: 512/1035] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:00 2026] DELETE /v2.0/security-groups/93d09388-aebd-4a55-a78d-baadef8e0c3e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:00.296 8 INFO neutron.api.v2.resource [None req-1c4914c8-1edc-49c2-8453-774360110d34 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 513/1036] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/security-groups/93d09388-aebd-4a55-a78d-baadef8e0c3e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1037] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/ports?tenant_id=6d161bf56d2a471bb46f320fa3957ca3&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1038] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:00.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-57879c6f-461f-4f37-96b8-5c3ecc173d77 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] TaaS: Handle Delete Port: 5408597f-f919-4616-b7c2-54d9f4b9d827 2026-05-07 17:49:00.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57879c6f-461f-4f37-96b8-5c3ecc173d77 1d0a954fabbc4c13b5d706bb5b7dd237 71fac0717dcc451693d4921f3ac0c59e - - default default] Tap Mirror: Handle Delete Port: 5408597f-f919-4616-b7c2-54d9f4b9d827 [pid: 7|app: 0|req: 526/1039] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1040] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:49:00 2026] DELETE /v2.0/floatingips/320b75d4-5c8b-46f6-a7b0-1830d8dda6b4 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1041] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:00 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:01.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-331d4ed6-daa3-47a7-8838-e7dfb42fd266 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 16718d0c-6694-46f0-8a8b-256351cec2ae 2026-05-07 17:49:01.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-331d4ed6-daa3-47a7-8838-e7dfb42fd266 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 16718d0c-6694-46f0-8a8b-256351cec2ae [pid: 7|app: 0|req: 528/1042] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:49:01 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1043] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:49:01 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1044] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:49:00 2026] PUT /v2.0/routers/38d03527-8544-42b2-9a7d-c3379309f9ec/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1045] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:01 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:01.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-65a626fe-9f3a-46a7-bbe3-a019a823fde1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: bd477fbf-59b7-4765-9a6f-154458b82d58 2026-05-07 17:49:01.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65a626fe-9f3a-46a7-bbe3-a019a823fde1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: bd477fbf-59b7-4765-9a6f-154458b82d58 2026-05-07 17:49:02.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-65a626fe-9f3a-46a7-bbe3-a019a823fde1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 06efdd79-d1b8-43c2-91de-11e3c75f1905 2026-05-07 17:49:02.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65a626fe-9f3a-46a7-bbe3-a019a823fde1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 06efdd79-d1b8-43c2-91de-11e3c75f1905 2026-05-07 17:49:02.470 7 INFO neutron.services.segments.plugin [-] Segment 866e8c73-68ac-4340-b5ea-580b31195530 resource provider aggregate not found 2026-05-07 17:49:02.476 7 INFO neutron.services.segments.plugin [-] Segment 866e8c73-68ac-4340-b5ea-580b31195530 resource provider aggregate not found 2026-05-07 17:49:02.486 7 INFO neutron.services.segments.plugin [-] Segment 866e8c73-68ac-4340-b5ea-580b31195530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 866e8c73-68ac-4340-b5ea-580b31195530 found for delete ", "request_id": "req-578c400a-0ed5-4c96-adc0-0d89394a681e"}]} 2026-05-07 17:49:02.493 7 INFO neutron.services.segments.plugin [-] Segment 866e8c73-68ac-4340-b5ea-580b31195530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 866e8c73-68ac-4340-b5ea-580b31195530 found for delete ", "request_id": "req-906592ce-ef65-486e-9b73-fd2df63f369d"}]} 2026-05-07 17:49:02.501 7 INFO neutron.db.l3_hamode_db [None req-65a626fe-9f3a-46a7-bbe3-a019a823fde1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network aa852e2e-2160-414d-b829-5ffc44fda23a was deleted as no HA routers are present in tenant 71fac0717dcc451693d4921f3ac0c59e. [pid: 7|app: 0|req: 530/1046] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:01 2026] DELETE /v2.0/routers/38d03527-8544-42b2-9a7d-c3379309f9ec => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1047] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:02 2026] DELETE /v2.0/subnets/c2d50ade-5b77-4f8e-b245-6f7dbd5efe59 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:02.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-36510507-3b1a-4169-b762-9e0473b51eb1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 17e9ebb9-8b60-4bb8-9ae8-d69e33d3a5cc 2026-05-07 17:49:02.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36510507-3b1a-4169-b762-9e0473b51eb1 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 17e9ebb9-8b60-4bb8-9ae8-d69e33d3a5cc [pid: 7|app: 0|req: 531/1048] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:02 2026] GET /v2.0/security-groups?tenant_id=7fdedac881134a5ab02bab99ba9e21f2&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1049] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:02 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:02.979 8 INFO neutron.services.segments.plugin [-] Segment 1971bd93-c67c-4b62-8707-d9edc005a03b resource provider aggregate not found 2026-05-07 17:49:02.980 8 INFO neutron.services.segments.plugin [-] Segment 1971bd93-c67c-4b62-8707-d9edc005a03b resource provider aggregate not found [pid: 7|app: 0|req: 533/1050] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:02 2026] DELETE /v2.0/security-groups/b44a0c20-b4d5-4de4-ab21-45a6e106750b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:03.009 8 INFO neutron.services.segments.plugin [-] Segment 1971bd93-c67c-4b62-8707-d9edc005a03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1971bd93-c67c-4b62-8707-d9edc005a03b found for delete ", "request_id": "req-775a3b04-72df-4599-ac09-9dc278a74b41"}]} 2026-05-07 17:49:03.011 8 INFO neutron.services.segments.plugin [-] Segment 1971bd93-c67c-4b62-8707-d9edc005a03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1971bd93-c67c-4b62-8707-d9edc005a03b found for delete ", "request_id": "req-a281d0b5-1558-49dd-8923-df426bf181ba"}]} [pid: 8|app: 0|req: 518/1051] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:02 2026] DELETE /v2.0/networks/3fbad144-8efb-41ed-84cd-6ff943c70b68 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1052] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:03 2026] GET /v2.0/security-groups?tenant_id=71fac0717dcc451693d4921f3ac0c59e&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1053] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:03 2026] GET /v2.0/security-groups?tenant_id=ab81a154a3804095bdc99d73310d1d6d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1054] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:03 2026] DELETE /v2.0/security-groups/b22650a8-639b-4e0b-ae1f-c6cb2d1da0fa => 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: 535/1055] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:03 2026] DELETE /v2.0/security-groups/b8565611-f716-40d5-9452-a26f4e82cc04 => 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: 521/1056] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:03 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1057] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:49:04 2026] GET /v2.0/networks?id=8f1876c3-0fab-4dfa-97d2-5e944ec792b5 => generated 673 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1058] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:49:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d161bf56d2a471bb46f320fa3957ca3 => generated 273 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:05.304 8 INFO neutron.db.segments_db [None req-8cb1bd64-2fe5-4c41-8c96-d053e8fe0271 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f of type vxlan for network fee4fe8f-de2c-40d7-a408-d2a6a21e1f08 [pid: 8|app: 0|req: 522/1059] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:49:04 2026] POST /v2.0/networks => generated 728 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1060] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:05 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 996 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1061] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:49:05 2026] POST /v2.0/ports => generated 993 bytes in 413 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: 524/1062] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:49:05 2026] POST /v2.0/subnets => generated 695 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1063] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:05 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:05.882 7 INFO neutron.db.segments_db [None req-b5db3e0f-b480-4f0c-b413-238bacab9141 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment f0e4a7cd-352d-443d-bf87-363f18eb232e of type vxlan for network 828200d7-16c8-49af-aab3-cd6736aff29b [pid: 8|app: 0|req: 525/1064] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:49:05 2026] PUT /v2.0/ports/7400b97d-5208-4951-877f-13ca08ea5b05 => generated 1274 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:06.120 7 INFO neutron.db.l3_hamode_db [None req-b5db3e0f-b480-4f0c-b413-238bacab9141 57590722bc3441b789f516b57e35cb1e 623a395aad7646849f558d639c61ac82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:06.128 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39e45925-6ba1-4060-9b8e-00ed24c5caf3'] response: {'name': 'network-changed', 'server_uuid': '41fe238d-435b-4a2b-acae-e0d5a567ece3', 'tag': '7400b97d-5208-4951-877f-13ca08ea5b05', '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: 526/1065] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:06 2026] GET /v2.0/security-groups?tenant_id=362df15e8428497c9848203ebcbe7468&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1066] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:06 2026] DELETE /v2.0/security-groups/4b480720-9a43-44eb-914e-f11ce6f930c4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1067] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:06 2026] GET /v2.0/ports?tenant_id=6d161bf56d2a471bb46f320fa3957ca3&device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1277 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1068] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:49:06 2026] GET /v2.0/networks?tenant_id=6d161bf56d2a471bb46f320fa3957ca3&shared=False => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1069] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:49:06 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) 2026-05-07 17:49:06.870 7 INFO neutron.db.l3_hamode_db [None req-b5db3e0f-b480-4f0c-b413-238bacab9141 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 531/1070] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:06 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1071] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:06 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1072] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:49:05 2026] POST /v2.0/routers => generated 735 bytes in 1725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1073] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:07 2026] GET /v2.0/ports?tenant_id=6d161bf56d2a471bb46f320fa3957ca3&device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1074] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:49:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7400b97d-5208-4951-877f-13ca08ea5b05 => 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: 543/1075] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:49:07 2026] GET /v2.0/subnets?id=57aa92f7-a470-4ee5-adb0-9dbfb6517015 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1076] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:49:07 2026] GET /v2.0/ports?network_id=8f1876c3-0fab-4dfa-97d2-5e944ec792b5&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1077] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5?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: 546/1078] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1008 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1079] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1080] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:49:08 2026] POST /v2.0/subnetpools => generated 548 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1081] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1082] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/subnetpools/1de8bf24-a1a3-4b29-96f5-5e26d875b664 => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1083] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:49:08 2026] PUT /v2.0/subnetpools/1de8bf24-a1a3-4b29-96f5-5e26d875b664 => generated 501 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1084] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:49:08 2026] DELETE /v2.0/subnetpools/1de8bf24-a1a3-4b29-96f5-5e26d875b664 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:08.465 7 INFO neutron.api.v2.resource [None req-5c131586-4c62-49e2-ab64-03ac91521f03 303dec80ba9e4a5e95ca361002870967 0ed7736e2ec544e292faefde945fb300 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 553/1085] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/subnetpools/1de8bf24-a1a3-4b29-96f5-5e26d875b664 => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:49:08.482 7 INFO neutron.api.v2.resource [None req-55659cca-d017-47e8-a665-899800912580 303dec80ba9e4a5e95ca361002870967 0ed7736e2ec544e292faefde945fb300 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 554/1086] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:49:08 2026] DELETE /v2.0/subnetpools/1de8bf24-a1a3-4b29-96f5-5e26d875b664 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1089] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:49:07 2026] PUT /v2.0/routers/7b185d96-9de2-49b5-b9f1-86537b9ba399/add_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1090] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:08 2026] GET /v2.0/security-groups?tenant_id=0ed7736e2ec544e292faefde945fb300&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1091] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:09 2026] DELETE /v2.0/security-groups/2c02bfff-388e-4b93-8e8a-11fd863088ce => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1092] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:09 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1093] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:09 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1094] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:49:09 2026] POST /v2.0/security-groups => generated 1659 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1095] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:49:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1096] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:49:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1097] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:49:09 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1098] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:10 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1008 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1099] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:10 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1100] 10.0.0.178 () {32 vars in 623 bytes} [Thu May 7 17:49:11 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1101] 10.0.0.178 () {32 vars in 633 bytes} [Thu May 7 17:49:11 2026] GET /v2.0/ => generated 632 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1102] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:49:11 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1103] 199.204.45.210 () {34 vars in 1124 bytes} [Thu May 7 17:49:11 2026] GET /v2.0/security-groups?id=f6cc9e13-836a-48fb-9211-63521542ced5&id=739b4571-892a-43fd-99e7-42ae091cc75f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1104] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:11 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1105] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:11 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1106] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:11 2026] GET /v2.0/security-groups?tenant_id=033ebd41731e4c52a35b79077c5ed99f&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1107] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:12 2026] DELETE /v2.0/security-groups/f6e318a4-a0e1-4bcd-a277-77f108c48f0d => 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: 542/1108] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:12 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 543/1109] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:12 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1110] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:12 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1111] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:13 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1112] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:13 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1113] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:13 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1114] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:14 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1115] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:14 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1116] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:14 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1117] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:14 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1118] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1119] 10.0.0.3 () {34 vars in 1096 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--651525130&fields=id&tenant_id=623a395aad7646849f558d639c61ac82 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1120] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1121] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/networks?id=fee4fe8f-de2c-40d7-a408-d2a6a21e1f08 => generated 680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1122] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/quotas/623a395aad7646849f558d639c61ac82 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1123] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/ports?tenant_id=623a395aad7646849f558d639c61ac82&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1124] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1125] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1126] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1127] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08?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: 554/1128] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:15 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:15.919 7 INFO neutron.db.l3_db [None req-4992c2c9-ae11-4de7-adf4-86a08477c814 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Floating IP 73b2c74a-5415-4849-a928-cbd1724ded38 associated. External IP: 10.96.250.219, port: 7400b97d-5208-4951-877f-13ca08ea5b05. [pid: 8|app: 0|req: 555/1129] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 556/1130] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1131] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:49:15 2026] PUT /v2.0/floatingips/73b2c74a-5415-4849-a928-cbd1724ded38 => generated 855 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:16.323 8 INFO neutron_taas.services.taas.taas_plugin [req-9a5b825e-d9cc-418d-a933-e09657eec4e1 req-3fa4207b-96bc-4b28-8ce4-f4e82ee8712f 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] TaaS: Handle Delete Port: 986d7062-d878-4c86-b767-8f7f977306bd 2026-05-07 17:49:16.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9a5b825e-d9cc-418d-a933-e09657eec4e1 req-3fa4207b-96bc-4b28-8ce4-f4e82ee8712f 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] Tap Mirror: Handle Delete Port: 986d7062-d878-4c86-b767-8f7f977306bd 2026-05-07 17:49:16.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c262eaeb-a73e-4449-a1c9-668cbc4e9e23'] response: {'name': 'network-changed', 'server_uuid': '41fe238d-435b-4a2b-acae-e0d5a567ece3', 'tag': '7400b97d-5208-4951-877f-13ca08ea5b05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 576/1132] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:16.832 8 INFO neutron.db.l3_db [req-9a5b825e-d9cc-418d-a933-e09657eec4e1 req-3fa4207b-96bc-4b28-8ce4-f4e82ee8712f 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] Floating IP 60b3111b-cd6e-48ae-8ff8-2da4ea252949 disassociated. External IP: 10.96.250.209, port: 986d7062-d878-4c86-b767-8f7f977306bd. [pid: 7|app: 0|req: 577/1133] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/security-groups?id=5994b50a-3917-4add-b613-6b0b49f7a69c&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1134] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/ports?tenant_id=6d161bf56d2a471bb46f320fa3957ca3&device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1135] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/networks?id=8f1876c3-0fab-4dfa-97d2-5e944ec792b5 => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1136] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:49:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7400b97d-5208-4951-877f-13ca08ea5b05 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1137] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/subnets?id=57aa92f7-a470-4ee5-adb0-9dbfb6517015 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1138] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/ports?network_id=8f1876c3-0fab-4dfa-97d2-5e944ec792b5&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1139] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5?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: 584/1140] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 585/1141] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5?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: 557/1142] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:49:16 2026] DELETE /v2.0/ports/986d7062-d878-4c86-b767-8f7f977306bd => generated 0 bytes in 1049 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:17.293 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f89b0f59-81d8-4b0e-a220-1d7fe53dcaf4'] response: {'server_uuid': 'ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4', 'name': 'network-vif-deleted', 'tag': '986d7062-d878-4c86-b767-8f7f977306bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 558/1143] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 559/1144] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:18 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 586/1145] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:17 2026] GET /v2.0/security-groups?tenant_id=33a50a726d964b41b03792d465cf4eb2&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1146] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:18 2026] DELETE /v2.0/security-groups/7d61677c-8d1f-4620-a166-83ff6f4a2ee8 => 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: 587/1147] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:18 2026] GET /v2.0/security-groups?tenant_id=ab7bf6c35620458395910d8f46158c20&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1148] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:18 2026] DELETE /v2.0/security-groups/fe113144-2154-462b-8a70-cfebb7d47bea => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1149] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:19 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 562/1150] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:19 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1151] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:20 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => 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: 563/1152] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:49:20 2026] GET /v2.0/networks?id=fee4fe8f-de2c-40d7-a408-d2a6a21e1f08 => generated 680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1153] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:49:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=623a395aad7646849f558d639c61ac82 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1154] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:20 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 564/1155] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:49:20 2026] POST /v2.0/ports => generated 954 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1156] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:49:20 2026] PUT /v2.0/ports/08a02583-05c7-4ee1-810c-ed7984ace9af => generated 1235 bytes in 439 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-05-07 17:49:21.293 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2e59faa-935b-4e36-9db3-df29351211de'] response: {'name': 'network-changed', 'server_uuid': '2636f682-ebee-444e-9af5-838a2448269b', 'tag': '08a02583-05c7-4ee1-810c-ed7984ace9af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 565/1157] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:21 2026] GET /v2.0/ports?device_id=ba376c83-0ecf-46fc-b9c2-f0e5e9fddec4 => generated 12 bytes in 27 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: 593/1158] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:21 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1159] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:21 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&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: 594/1160] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:21 2026] GET /v2.0/ports?tenant_id=623a395aad7646849f558d639c61ac82&device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1161] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:49:21 2026] GET /v2.0/networks?tenant_id=623a395aad7646849f558d639c61ac82&shared=False => generated 775 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1162] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:49:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1163] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:22 2026] DELETE /v2.0/security-groups/5994b50a-3917-4add-b613-6b0b49f7a69c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:22.519 7 INFO neutron.api.v2.resource [None req-cf368f57-c841-4073-b5a3-8ee49bcf8691 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1164] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:49:22 2026] GET /v2.0/security-groups/5994b50a-3917-4add-b613-6b0b49f7a69c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1165] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:22 2026] GET /v2.0/security-groups?tenant_id=5b9a7d1d3b08490ab99ab6a065b7e0be&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:22.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-271f79d6-cbd0-4e59-b872-36604408ff74 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] TaaS: Handle Delete Port: 0d6c2efc-addc-4ddc-ada9-80a865b7edd4 2026-05-07 17:49:22.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-271f79d6-cbd0-4e59-b872-36604408ff74 85cb6c931c2d4ac3b0d28fd4d6c61146 4ac873fdd28b44749dcc50cdaf8d26b3 - - default default] Tap Mirror: Handle Delete Port: 0d6c2efc-addc-4ddc-ada9-80a865b7edd4 [pid: 8|app: 0|req: 569/1166] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:22 2026] DELETE /v2.0/security-groups/ae86d784-ac84-45c6-9944-b42a8d542cbb => 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: 598/1167] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:49:22 2026] DELETE /v2.0/floatingips/60b3111b-cd6e-48ae-8ff8-2da4ea252949 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1168] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:22 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1169] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:22 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1170] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:22 2026] GET /v2.0/ports?tenant_id=623a395aad7646849f558d639c61ac82&device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1171] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=08a02583-05c7-4ee1-810c-ed7984ace9af => 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: 574/1172] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/subnets?id=7ba8ed4e-9396-4673-87ab-2f73bb2c4bcd => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1173] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/ports?network_id=fee4fe8f-de2c-40d7-a408-d2a6a21e1f08&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: 576/1174] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:23.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-c345d45a-eb72-41eb-a1ee-fb9ffe86199b 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 4575cc72-521e-4ed8-9f00-2455057c29d3 2026-05-07 17:49:23.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c345d45a-eb72-41eb-a1ee-fb9ffe86199b 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 4575cc72-521e-4ed8-9f00-2455057c29d3 [pid: 8|app: 0|req: 577/1175] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08?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: 599/1178] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:49:22 2026] PUT /v2.0/routers/ebd2ab2c-e348-45e0-8d02-9df1a8124435/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1179] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1180] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:23 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:24.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c0d18fd-4f88-44a0-b175-60e2bc94856d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 29e73ec0-def9-47e0-b65c-5f9bb49bdf32 2026-05-07 17:49:24.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0d18fd-4f88-44a0-b175-60e2bc94856d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 29e73ec0-def9-47e0-b65c-5f9bb49bdf32 [pid: 7|app: 0|req: 602/1181] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:24 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1182] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:24 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:24.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c0d18fd-4f88-44a0-b175-60e2bc94856d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: ab651ed0-0cd9-4ab6-a0a0-931911ff7e84 2026-05-07 17:49:24.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0d18fd-4f88-44a0-b175-60e2bc94856d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: ab651ed0-0cd9-4ab6-a0a0-931911ff7e84 [pid: 7|app: 0|req: 604/1183] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:49:24 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1279 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1184] 10.0.0.178 () {32 vars in 858 bytes} [Thu May 7 17:49:24 2026] GET /v2.0/floatingips?floating_network_id=019f9389-4da2-4279-9f6c-72ba5bf86769&port_id=7400b97d-5208-4951-877f-13ca08ea5b05 => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:24.760 8 INFO neutron.services.segments.plugin [-] Segment 4188d15b-9561-498a-810c-aea44add4c1e resource provider aggregate not found 2026-05-07 17:49:24.766 8 INFO neutron.services.segments.plugin [-] Segment 4188d15b-9561-498a-810c-aea44add4c1e resource provider aggregate not found 2026-05-07 17:49:24.786 8 INFO neutron.services.segments.plugin [-] Segment 4188d15b-9561-498a-810c-aea44add4c1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4188d15b-9561-498a-810c-aea44add4c1e found for delete ", "request_id": "req-1dd46a96-bb0c-449f-b80a-726a9871a6e7"}]} 2026-05-07 17:49:24.787 8 INFO neutron.services.segments.plugin [-] Segment 4188d15b-9561-498a-810c-aea44add4c1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4188d15b-9561-498a-810c-aea44add4c1e found for delete ", "request_id": "req-05cf1a28-24ba-4e09-9278-62f9479160a2"}]} 2026-05-07 17:49:24.799 8 INFO neutron.db.l3_hamode_db [None req-6c0d18fd-4f88-44a0-b175-60e2bc94856d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 1c4ef4cc-3a1a-4929-ae35-f2aa6711d55d was deleted as no HA routers are present in tenant 4ac873fdd28b44749dcc50cdaf8d26b3. [pid: 8|app: 0|req: 580/1185] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:23 2026] DELETE /v2.0/routers/ebd2ab2c-e348-45e0-8d02-9df1a8124435 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1186] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:24 2026] DELETE /v2.0/subnets/60ad3134-b7ed-46ff-b6f1-fc7ddd668e55 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:25.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fe03de6-ff52-451c-8c0e-d9e445cb414d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: d5e861bf-25a3-4551-968f-a354dc7f5cb8 2026-05-07 17:49:25.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fe03de6-ff52-451c-8c0e-d9e445cb414d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: d5e861bf-25a3-4551-968f-a354dc7f5cb8 [pid: 7|app: 0|req: 607/1187] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:25 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1188] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:25 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&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: 581/1189] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:24 2026] DELETE /v2.0/networks/c4be8ae1-ea4b-467e-bc38-3ba2d32fca2b => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1190] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:49:25 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1191] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 17:49:25 2026] GET /v2.0/security-groups?id=f6cc9e13-836a-48fb-9211-63521542ced5&id=739b4571-892a-43fd-99e7-42ae091cc75f&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1192] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:25 2026] GET /v2.0/security-groups?tenant_id=4ac873fdd28b44749dcc50cdaf8d26b3&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1193] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:25 2026] DELETE /v2.0/security-groups/7865676b-8768-4c08-b372-4f259ff0e1f7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1194] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:26 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1195] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:25 2026] GET /v2.0/security-groups?tenant_id=be960f05ca8f437db2277354b218a448&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1196] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:26 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&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: 612/1197] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:26 2026] DELETE /v2.0/security-groups/3ff95ea7-e285-4c4b-805d-ffd04757f997 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:26.807 8 INFO neutron.services.segments.plugin [-] Segment 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd resource provider aggregate not found 2026-05-07 17:49:26.810 8 INFO neutron.services.segments.plugin [-] Segment 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd resource provider aggregate not found 2026-05-07 17:49:26.824 8 INFO neutron.services.segments.plugin [-] Segment 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd found for delete ", "request_id": "req-162d025f-dcd8-4f55-871b-8500d46bef96"}]} 2026-05-07 17:49:26.826 8 INFO neutron.services.segments.plugin [-] Segment 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a7f4fc5-3e70-4509-95a4-db6927d7e1fd found for delete ", "request_id": "req-f9c270a5-1f92-4635-b4c0-d19084116fed"}]} [pid: 7|app: 0|req: 613/1198] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:27 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1199] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:27 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&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-05-07 17:49:27.643 8 INFO neutron.db.segments_db [None req-b4f31b9b-28e8-4cc7-95ac-bd6a54f74e8d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 340760d6-94f4-46ca-8a65-67c24a703961 of type vxlan for network ae8c38bc-41b6-4cee-8ddd-790f40ba00ea [pid: 8|app: 0|req: 586/1200] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:49:27 2026] POST /v2.0/networks => generated 726 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1201] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:49:27 2026] POST /v2.0/subnets => generated 693 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1202] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:27 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:27.972 7 INFO neutron.db.segments_db [None req-1883cc19-13f3-42fb-84c1-a9b3186402b4 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment f6adadd6-2729-4d58-b9d8-c6b281942b65 of type vxlan for network 6d96057f-3daa-4631-879f-3270a9d78cb4 [pid: 8|app: 0|req: 588/1203] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:27 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:28.191 7 INFO neutron.db.l3_hamode_db [None req-1883cc19-13f3-42fb-84c1-a9b3186402b4 57590722bc3441b789f516b57e35cb1e d24fdc8b5317459695e8f1692e2d71d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 589/1204] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:28 2026] GET /v2.0/security-groups?tenant_id=be3b9df8b8154b10addd995691621915&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1205] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:28 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1206] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:28 2026] DELETE /v2.0/security-groups/c6b127b5-9714-4020-bdd3-a941eb7bbebe => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:28.879 7 INFO neutron.db.l3_hamode_db [None req-1883cc19-13f3-42fb-84c1-a9b3186402b4 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 592/1207] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:28 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1208] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:29 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1209] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:29 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1210] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:49:27 2026] POST /v2.0/routers => generated 733 bytes in 2021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1211] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:29 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1212] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:30 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1213] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:30 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1214] 10.0.0.3 () {34 vars in 1118 bytes} [Thu May 7 17:49:30 2026] GET /v2.0/security-groups?id=739b4571-892a-43fd-99e7-42ae091cc75f&id=f6cc9e13-836a-48fb-9211-63521542ced5&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1215] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:49:30 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:30.513 7 INFO neutron_taas.services.taas.taas_plugin [req-e80e3f20-4f18-409a-aa11-883f7af4cc93 req-9af7aa77-c302-4474-85ba-1cf9548cf59e 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] TaaS: Handle Delete Port: 7400b97d-5208-4951-877f-13ca08ea5b05 2026-05-07 17:49:30.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e80e3f20-4f18-409a-aa11-883f7af4cc93 req-9af7aa77-c302-4474-85ba-1cf9548cf59e 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Tap Mirror: Handle Delete Port: 7400b97d-5208-4951-877f-13ca08ea5b05 2026-05-07 17:49:30.637 7 INFO neutron.db.l3_db [req-e80e3f20-4f18-409a-aa11-883f7af4cc93 req-9af7aa77-c302-4474-85ba-1cf9548cf59e 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Floating IP 73b2c74a-5415-4849-a928-cbd1724ded38 disassociated. External IP: 10.96.250.219, port: 7400b97d-5208-4951-877f-13ca08ea5b05. [pid: 7|app: 0|req: 622/1216] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:49:30 2026] DELETE /v2.0/ports/7400b97d-5208-4951-877f-13ca08ea5b05 => generated 0 bytes in 702 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:31.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4908985e-c12e-4e30-914a-3585570f8bbe'] response: {'server_uuid': '41fe238d-435b-4a2b-acae-e0d5a567ece3', 'name': 'network-vif-deleted', 'tag': '7400b97d-5208-4951-877f-13ca08ea5b05', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 595/1217] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:49:29 2026] PUT /v2.0/routers/77aba8b8-93fc-437d-a8b6-d3808d201a2e/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1218] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:31 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1219] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:31 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&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: 624/1220] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:31 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => 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: 597/1221] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/networks?id=ae8c38bc-41b6-4cee-8ddd-790f40ba00ea => generated 678 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1222] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/quotas/d24fdc8b5317459695e8f1692e2d71d1 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1223] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/ports?tenant_id=d24fdc8b5317459695e8f1692e2d71d1&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1224] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1225] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1226] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1227] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1228] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1229] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => 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: 601/1230] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:32 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:32.968 7 INFO neutron.db.l3_db [None req-4d9985c5-bca1-4775-9a78-5b4a94f06e02 f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] Floating IP 190c5b21-8217-4c4c-a4cf-9863ebb51efd associated. External IP: 10.96.250.213, port: 08a02583-05c7-4ee1-810c-ed7984ace9af. [pid: 7|app: 0|req: 630/1231] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:49:32 2026] PUT /v2.0/floatingips/190c5b21-8217-4c4c-a4cf-9863ebb51efd => generated 855 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:33.379 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8519ce35-9eb7-44c9-9b3c-6f88565a0004'] response: {'name': 'network-changed', 'server_uuid': '2636f682-ebee-444e-9af5-838a2448269b', 'tag': '08a02583-05c7-4ee1-810c-ed7984ace9af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 602/1232] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 631/1233] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&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: 603/1234] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => 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: 632/1235] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/ports?device_id=41fe238d-435b-4a2b-acae-e0d5a567ece3 => 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: 604/1236] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 633/1237] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1238] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/ports?tenant_id=623a395aad7646849f558d639c61ac82&device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1239] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:49:33 2026] GET /v2.0/networks?id=fee4fe8f-de2c-40d7-a408-d2a6a21e1f08 => generated 775 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1240] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=08a02583-05c7-4ee1-810c-ed7984ace9af => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1241] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/subnets?id=7ba8ed4e-9396-4673-87ab-2f73bb2c4bcd => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1242] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/ports?network_id=fee4fe8f-de2c-40d7-a408-d2a6a21e1f08&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1243] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08?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: 608/1244] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1245] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => 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: 609/1246] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:34 2026] DELETE /v2.0/security-groups/739b4571-892a-43fd-99e7-42ae091cc75f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:35.001 8 INFO neutron.api.v2.resource [None req-6bd16ab4-3c59-4515-a7e0-3f2f5bbcde64 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1247] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/security-groups/739b4571-892a-43fd-99e7-42ae091cc75f => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1248] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:34 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 971 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1249] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:35 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:35.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-68c7b887-1b8c-455c-9763-008a057afe05 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] TaaS: Handle Delete Port: 9e392abc-ea79-48ad-b662-92a3cfe73448 2026-05-07 17:49:35.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68c7b887-1b8c-455c-9763-008a057afe05 627096fb058b46c199ed7002eeaf9a64 6d161bf56d2a471bb46f320fa3957ca3 - - default default] Tap Mirror: Handle Delete Port: 9e392abc-ea79-48ad-b662-92a3cfe73448 [pid: 8|app: 0|req: 611/1250] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:49:35 2026] DELETE /v2.0/floatingips/73b2c74a-5415-4849-a928-cbd1724ded38 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1251] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:35 2026] DELETE /v2.0/security-groups/f6cc9e13-836a-48fb-9211-63521542ced5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1252] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:35 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:35.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-e82ea3bf-f7ec-4d68-b8d8-3470a511fb3b 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 5915f687-2666-476e-8a70-d46a69629902 2026-05-07 17:49:35.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e82ea3bf-f7ec-4d68-b8d8-3470a511fb3b 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 5915f687-2666-476e-8a70-d46a69629902 [pid: 7|app: 0|req: 642/1253] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:36 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 643/1254] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:49:36 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1255] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:36 2026] GET /v2.0/security-groups?id=a3865f02-8143-4dd4-8a10-2493f3eb5c7c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:36.356 7 INFO neutron_taas.services.taas.taas_plugin [req-97b91a1a-de02-4fb6-ab5e-6da410e1416a req-a6929f84-f10c-410b-a8f1-40485c3dfa27 f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] TaaS: Handle Delete Port: 08a02583-05c7-4ee1-810c-ed7984ace9af 2026-05-07 17:49:36.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97b91a1a-de02-4fb6-ab5e-6da410e1416a req-a6929f84-f10c-410b-a8f1-40485c3dfa27 f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] Tap Mirror: Handle Delete Port: 08a02583-05c7-4ee1-810c-ed7984ace9af 2026-05-07 17:49:36.481 7 INFO neutron.db.l3_db [req-97b91a1a-de02-4fb6-ab5e-6da410e1416a req-a6929f84-f10c-410b-a8f1-40485c3dfa27 f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] Floating IP 190c5b21-8217-4c4c-a4cf-9863ebb51efd disassociated. External IP: 10.96.250.213, port: 08a02583-05c7-4ee1-810c-ed7984ace9af. [pid: 8|app: 0|req: 612/1256] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:49:35 2026] PUT /v2.0/routers/4d81bb2f-afe3-4d45-85ba-77f169dd5a31/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:36.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-22b421ed-34df-4dae-8430-0daaa8d7dc2e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: c00f8ba9-c5e5-4f0c-971f-586ddb8c4d15 2026-05-07 17:49:36.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22b421ed-34df-4dae-8430-0daaa8d7dc2e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: c00f8ba9-c5e5-4f0c-971f-586ddb8c4d15 [pid: 7|app: 0|req: 645/1257] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:49:36 2026] DELETE /v2.0/ports/08a02583-05c7-4ee1-810c-ed7984ace9af => generated 0 bytes in 573 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:36.846 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1593f1ed-7fca-4ea7-8e56-e3e80e99fb37'] response: {'server_uuid': '2636f682-ebee-444e-9af5-838a2448269b', 'name': 'network-vif-deleted', 'tag': '08a02583-05c7-4ee1-810c-ed7984ace9af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 646/1258] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:49:36 2026] GET /v2.0/networks?id=ae8c38bc-41b6-4cee-8ddd-790f40ba00ea => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1259] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:36 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:36.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-22b421ed-34df-4dae-8430-0daaa8d7dc2e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: ffb10f69-3241-47cd-aeb3-e063575f2ddf 2026-05-07 17:49:36.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22b421ed-34df-4dae-8430-0daaa8d7dc2e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: ffb10f69-3241-47cd-aeb3-e063575f2ddf [pid: 7|app: 0|req: 648/1260] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:49:36 2026] POST /v2.0/ports => generated 954 bytes in 317 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-05-07 17:49:37.324 8 INFO neutron.services.segments.plugin [-] Segment e29d3b05-545c-4526-9cbc-ffbc02b86ef0 resource provider aggregate not found 2026-05-07 17:49:37.335 8 INFO neutron.services.segments.plugin [-] Segment e29d3b05-545c-4526-9cbc-ffbc02b86ef0 resource provider aggregate not found 2026-05-07 17:49:37.340 8 INFO neutron.services.segments.plugin [-] Segment e29d3b05-545c-4526-9cbc-ffbc02b86ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e29d3b05-545c-4526-9cbc-ffbc02b86ef0 found for delete ", "request_id": "req-f230ffdf-9feb-4493-9700-d8248a9ee1de"}]} 2026-05-07 17:49:37.358 8 INFO neutron.services.segments.plugin [-] Segment e29d3b05-545c-4526-9cbc-ffbc02b86ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e29d3b05-545c-4526-9cbc-ffbc02b86ef0 found for delete ", "request_id": "req-846c4c35-8174-424d-83bd-2ca1f6d51a7c"}]} 2026-05-07 17:49:37.359 8 INFO neutron.db.l3_hamode_db [None req-22b421ed-34df-4dae-8430-0daaa8d7dc2e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 2b6ecc08-04a9-4581-9df9-343842ea124f was deleted as no HA routers are present in tenant 6d161bf56d2a471bb46f320fa3957ca3. [pid: 8|app: 0|req: 613/1261] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:36 2026] DELETE /v2.0/routers/4d81bb2f-afe3-4d45-85ba-77f169dd5a31 => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1262] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:37 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 615/1263] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:37 2026] DELETE /v2.0/subnets/57aa92f7-a470-4ee5-adb0-9dbfb6517015 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1264] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:49:37 2026] PUT /v2.0/ports/2c7496d7-c162-4edc-8ba9-2f611f9e975c => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:37.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-b989381b-2e77-4db5-a5e7-ded8adf3f6e0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: e1637c09-31b9-48ff-8afe-aa12770fa348 2026-05-07 17:49:37.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b989381b-2e77-4db5-a5e7-ded8adf3f6e0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: e1637c09-31b9-48ff-8afe-aa12770fa348 [pid: 8|app: 0|req: 616/1265] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:37 2026] DELETE /v2.0/networks/8f1876c3-0fab-4dfa-97d2-5e944ec792b5 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 617/1266] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:37 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1267] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:38.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-207b85af-b047-4f9a-989d-d82970644947 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 71f72d73-e217-4d94-a4dc-783f05d50e5d 2026-05-07 17:49:38.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-207b85af-b047-4f9a-989d-d82970644947 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 71f72d73-e217-4d94-a4dc-783f05d50e5d [pid: 8|app: 0|req: 619/1268] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 622/1271] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/ports?tenant_id=d24fdc8b5317459695e8f1692e2d71d1&device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1272] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2c7496d7-c162-4edc-8ba9-2f611f9e975c => 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: 624/1273] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/subnets?id=6a55e787-e5a8-4f40-a1c1-a96d46532cec => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1274] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:49:37 2026] PUT /v2.0/routers/466af23a-025e-4f6d-8d47-9e34aef05be8/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1275] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/ports?network_id=ae8c38bc-41b6-4cee-8ddd-790f40ba00ea&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1276] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1277] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:49:38 2026] GET /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea?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) 2026-05-07 17:49:38.905 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1dc7663e-b7c4-4c90-85b2-3af5ae518d25'] response: {'name': 'network-changed', 'server_uuid': '40821f9d-4bfb-4592-b355-6e96040404f2', 'tag': '2c7496d7-c162-4edc-8ba9-2f611f9e975c', 'status': 'completed', 'code': 200} 2026-05-07 17:49:38.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f2e9d3d-5e66-4228-9513-fde7b8621e48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: cc900a35-58a3-4474-a7db-dba23beea450 2026-05-07 17:49:38.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f2e9d3d-5e66-4228-9513-fde7b8621e48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: cc900a35-58a3-4474-a7db-dba23beea450 [pid: 8|app: 0|req: 628/1278] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:39 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => 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: 629/1279] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:39 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:39.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f2e9d3d-5e66-4228-9513-fde7b8621e48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: b550109a-22a4-4b37-8768-d762a47a73f1 2026-05-07 17:49:39.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f2e9d3d-5e66-4228-9513-fde7b8621e48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: b550109a-22a4-4b37-8768-d762a47a73f1 2026-05-07 17:49:39.366 8 INFO neutron.services.segments.plugin [-] Segment aef84711-8eed-424d-a167-a427e21a5f6f resource provider aggregate not found 2026-05-07 17:49:39.376 8 INFO neutron.services.segments.plugin [-] Segment aef84711-8eed-424d-a167-a427e21a5f6f resource provider aggregate not found 2026-05-07 17:49:39.383 8 INFO neutron.services.segments.plugin [-] Segment aef84711-8eed-424d-a167-a427e21a5f6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef84711-8eed-424d-a167-a427e21a5f6f found for delete ", "request_id": "req-8e12b862-da29-4adf-bdec-aebdb96c2919"}]} 2026-05-07 17:49:39.390 8 INFO neutron.services.segments.plugin [-] Segment aef84711-8eed-424d-a167-a427e21a5f6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef84711-8eed-424d-a167-a427e21a5f6f found for delete ", "request_id": "req-aa1b6ef1-77d2-4076-a7ff-f34dec7810ba"}]} [pid: 8|app: 0|req: 630/1280] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:39 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:39.694 7 INFO neutron.services.segments.plugin [-] Segment 24bec2e7-07f7-4460-8eba-1bac7fc357dc resource provider aggregate not found 2026-05-07 17:49:39.696 7 INFO neutron.services.segments.plugin [-] Segment 24bec2e7-07f7-4460-8eba-1bac7fc357dc resource provider aggregate not found 2026-05-07 17:49:39.712 7 INFO neutron.services.segments.plugin [-] Segment 24bec2e7-07f7-4460-8eba-1bac7fc357dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bec2e7-07f7-4460-8eba-1bac7fc357dc found for delete ", "request_id": "req-91d8cf03-2d25-4b14-94e4-34fe01453b08"}]} 2026-05-07 17:49:39.713 7 INFO neutron.services.segments.plugin [-] Segment 24bec2e7-07f7-4460-8eba-1bac7fc357dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24bec2e7-07f7-4460-8eba-1bac7fc357dc found for delete ", "request_id": "req-714dc435-d455-4377-8cdc-282a56fccf1d"}]} 2026-05-07 17:49:39.718 7 INFO neutron.db.l3_hamode_db [None req-7f2e9d3d-5e66-4228-9513-fde7b8621e48 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network bba466c7-240d-4b10-a47f-ebc312dd9b9b was deleted as no HA routers are present in tenant cab2e6a3a1bf4bdf832f40176cdf39bc. [pid: 7|app: 0|req: 651/1281] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:38 2026] DELETE /v2.0/routers/466af23a-025e-4f6d-8d47-9e34aef05be8 => generated 0 bytes in 992 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1282] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:39 2026] DELETE /v2.0/subnets/1b68ab1c-1b3c-40fa-bc37-9f0103cd0a12 => 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: 652/1283] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:49:39 2026] GET /v2.0/ports?tenant_id=d24fdc8b5317459695e8f1692e2d71d1&device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1284] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:49:39 2026] GET /v2.0/networks?id=ae8c38bc-41b6-4cee-8ddd-790f40ba00ea => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:39.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-7264b13d-772d-4b4f-b80c-872ec46f21ea 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 55e657c5-09c5-4a6b-b272-2750862108a6 2026-05-07 17:49:39.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7264b13d-772d-4b4f-b80c-872ec46f21ea 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 55e657c5-09c5-4a6b-b272-2750862108a6 [pid: 7|app: 0|req: 654/1285] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:49:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2c7496d7-c162-4edc-8ba9-2f611f9e975c => 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: 655/1286] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/subnets?id=6a55e787-e5a8-4f40-a1c1-a96d46532cec => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1287] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/ports?network_id=ae8c38bc-41b6-4cee-8ddd-790f40ba00ea&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: 657/1288] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea?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: 632/1289] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:39 2026] DELETE /v2.0/networks/9c923f80-c8fa-40e9-85dd-8230a13b9b7e => 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: 658/1290] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1291] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1292] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1293] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/security-groups?tenant_id=6d161bf56d2a471bb46f320fa3957ca3&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1294] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:40 2026] DELETE /v2.0/security-groups/c3175fe7-6d7e-497a-9e2f-0859a9bbd1e4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1295] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 661/1296] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:40 2026] GET /v2.0/security-groups?tenant_id=cab2e6a3a1bf4bdf832f40176cdf39bc&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1297] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:40 2026] DELETE /v2.0/security-groups/074a662e-7886-42ae-9929-ad18bbbf736c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:41.404 8 INFO neutron.services.segments.plugin [-] Segment 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f resource provider aggregate not found 2026-05-07 17:49:41.418 8 INFO neutron.services.segments.plugin [-] Segment 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f resource provider aggregate not found 2026-05-07 17:49:41.427 8 INFO neutron.services.segments.plugin [-] Segment 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f found for delete ", "request_id": "req-fe52f0ad-af66-4675-ad90-751d86ba9ba0"}]} 2026-05-07 17:49:41.440 8 INFO neutron.services.segments.plugin [-] Segment 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ecdff6d-8cee-48c9-93b2-9c87746bcf6f found for delete ", "request_id": "req-58a99fb3-ced4-4a08-abab-107879ddea4f"}]} [pid: 7|app: 0|req: 662/1298] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:41 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1299] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:41 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1300] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:41 2026] GET /v2.0/ports?device_id=2636f682-ebee-444e-9af5-838a2448269b => 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: 638/1301] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:41 2026] GET /v2.0/security-groups?tenant_id=9e5e04683af84331bcba6caeceeff190&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1302] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:42 2026] DELETE /v2.0/security-groups/1f87f67d-26fa-48e8-9089-609666730060 => 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: 639/1303] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:42 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1304] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:42 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1305] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:42 2026] DELETE /v2.0/security-groups/a3865f02-8143-4dd4-8a10-2493f3eb5c7c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:42.993 7 INFO neutron.api.v2.resource [None req-df6a5c97-0bc1-4764-93e8-0f82a67b486a f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1306] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:49:42 2026] GET /v2.0/security-groups/a3865f02-8143-4dd4-8a10-2493f3eb5c7c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:49:43.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8663de3-a67f-4152-8deb-f58fc86d7e0f f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] TaaS: Handle Delete Port: 3e2fffef-4a2d-47ef-809b-aa5567e3b397 2026-05-07 17:49:43.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8663de3-a67f-4152-8deb-f58fc86d7e0f f365f1e255a34d39a733dcff09b87469 623a395aad7646849f558d639c61ac82 - - default default] Tap Mirror: Handle Delete Port: 3e2fffef-4a2d-47ef-809b-aa5567e3b397 [pid: 8|app: 0|req: 641/1307] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:49:42 2026] DELETE /v2.0/floatingips/190c5b21-8217-4c4c-a4cf-9863ebb51efd => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:43.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-abdac0ff-7729-4d13-b1e8-6c77dc60c7cf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 8a9f84eb-edb6-48d0-ad95-7df724977087 2026-05-07 17:49:43.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abdac0ff-7729-4d13-b1e8-6c77dc60c7cf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 8a9f84eb-edb6-48d0-ad95-7df724977087 [pid: 8|app: 0|req: 642/1308] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:43 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => 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: 643/1309] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:43 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&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: 644/1310] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:44 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1311] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:49:43 2026] PUT /v2.0/routers/7b185d96-9de2-49b5-b9f1-86537b9ba399/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1312] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:44 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:44.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-b654946a-ff18-4d0f-8f97-ac60382674b9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 3878718c-fe98-49bf-beb0-2cc4107783c8 2026-05-07 17:49:44.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b654946a-ff18-4d0f-8f97-ac60382674b9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 3878718c-fe98-49bf-beb0-2cc4107783c8 2026-05-07 17:49:44.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-b654946a-ff18-4d0f-8f97-ac60382674b9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 5c59c8ca-34bd-4c97-b714-738bb78d2ca0 2026-05-07 17:49:44.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b654946a-ff18-4d0f-8f97-ac60382674b9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 5c59c8ca-34bd-4c97-b714-738bb78d2ca0 2026-05-07 17:49:45.137 7 INFO neutron.services.segments.plugin [-] Segment f0e4a7cd-352d-443d-bf87-363f18eb232e resource provider aggregate not found 2026-05-07 17:49:45.141 7 INFO neutron.services.segments.plugin [-] Segment f0e4a7cd-352d-443d-bf87-363f18eb232e resource provider aggregate not found 2026-05-07 17:49:45.153 7 INFO neutron.services.segments.plugin [-] Segment f0e4a7cd-352d-443d-bf87-363f18eb232e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e4a7cd-352d-443d-bf87-363f18eb232e found for delete ", "request_id": "req-8f29d9ac-0d5f-4ef6-8d2d-34ba78a87fc9"}]} 2026-05-07 17:49:45.164 7 INFO neutron.services.segments.plugin [-] Segment f0e4a7cd-352d-443d-bf87-363f18eb232e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e4a7cd-352d-443d-bf87-363f18eb232e found for delete ", "request_id": "req-7c9a9aec-4b1c-4cdc-a403-03bb7fd17de4"}]} 2026-05-07 17:49:45.170 7 INFO neutron.db.l3_hamode_db [None req-b654946a-ff18-4d0f-8f97-ac60382674b9 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 828200d7-16c8-49af-aab3-cd6736aff29b was deleted as no HA routers are present in tenant 623a395aad7646849f558d639c61ac82. [pid: 7|app: 0|req: 668/1313] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:44 2026] DELETE /v2.0/routers/7b185d96-9de2-49b5-b9f1-86537b9ba399 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1314] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:45 2026] DELETE /v2.0/subnets/7ba8ed4e-9396-4673-87ab-2f73bb2c4bcd => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:45.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e4c106e-4a2d-4fd1-849d-5e305e1cc78f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 3785e9ab-9804-49c7-92a1-a145e2becdc4 2026-05-07 17:49:45.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e4c106e-4a2d-4fd1-849d-5e305e1cc78f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 3785e9ab-9804-49c7-92a1-a145e2becdc4 2026-05-07 17:49:45.426 7 INFO neutron.db.segments_db [None req-fff8c3b4-fa4c-4deb-a32f-36f7ae38122e a1bb87815aaa4b90b2ffb150c78a8fa9 657bb46dffa84643afeda0d7c0a49a81 - - default default] Added segment e5b672a1-0933-4816-b9e4-c23027767dce of type vxlan for network 3336587c-3151-47ea-b042-24b0bb602ab1 [pid: 7|app: 0|req: 669/1315] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:49:45 2026] POST /v2.0/networks => generated 612 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:49:45.554 8 INFO neutron.services.segments.plugin [-] Segment 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f resource provider aggregate not found 2026-05-07 17:49:45.560 8 INFO neutron.services.segments.plugin [-] Segment 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f resource provider aggregate not found [pid: 7|app: 0|req: 670/1316] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:45 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:45.575 8 INFO neutron.services.segments.plugin [-] Segment 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f found for delete ", "request_id": "req-f6f023d5-6109-4525-9544-64402ee10c47"}]} 2026-05-07 17:49:45.576 8 INFO neutron.services.segments.plugin [-] Segment 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ca38b85-cb8e-4ad7-82e5-e0a91fb68b7f found for delete ", "request_id": "req-f32d9055-8ef5-4619-85c8-025574a8d86f"}]} [pid: 8|app: 0|req: 647/1317] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:45 2026] DELETE /v2.0/networks/fee4fe8f-de2c-40d7-a408-d2a6a21e1f08 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:45.613 7 INFO neutron.db.segments_db [None req-e9b156ab-aeb9-4457-ad3f-1716cbcd42a8 a1bb87815aaa4b90b2ffb150c78a8fa9 657bb46dffa84643afeda0d7c0a49a81 - - default default] Added segment dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 of type vxlan for network e370c0b7-1d4b-4775-88e3-5857e43aaeb3 [pid: 8|app: 0|req: 648/1318] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:45 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1319] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:49:45 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:49:45.742 8 INFO neutron.db.segments_db [None req-d879ee53-3483-4f14-af6a-78aeb8837f2c a1bb87815aaa4b90b2ffb150c78a8fa9 657bb46dffa84643afeda0d7c0a49a81 - - default default] Added segment 3f604f36-be28-48f7-b975-651a8dc8c23b of type vxlan for network 8451257b-f99d-42cb-83fe-8f218c6297b8 [pid: 7|app: 0|req: 672/1320] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:45 2026] GET /v2.0/security-groups?tenant_id=623a395aad7646849f558d639c61ac82&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1321] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:49:45 2026] POST /v2.0/networks => generated 612 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1322] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:45 2026] DELETE /v2.0/security-groups/03ecdb56-3e09-4de4-a470-b6dc4503eba2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:45.877 8 INFO neutron.db.segments_db [None req-42f2eede-02e7-4dff-a861-325dfaa0663d a1bb87815aaa4b90b2ffb150c78a8fa9 657bb46dffa84643afeda0d7c0a49a81 - - default default] Added segment 29adc7bf-2003-40be-b731-61f5d777bf20 of type vxlan for network f510ab3f-1c50-490e-a1f8-c462dd621cda [pid: 8|app: 0|req: 650/1323] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:49:45 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:49:46.026 7 INFO neutron.db.segments_db [None req-44a51d5b-8e54-427d-823c-9bb11ba81a0f a1bb87815aaa4b90b2ffb150c78a8fa9 657bb46dffa84643afeda0d7c0a49a81 - - default default] Added segment d4930f90-1111-49f1-9c06-068bbe1fb0a1 of type vxlan for network 5b5e799a-b295-4d2c-aa78-63943b525b03 [pid: 7|app: 0|req: 674/1324] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:49:45 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1325] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:49:46 2026] PUT /v2.0/networks/3336587c-3151-47ea-b042-24b0bb602ab1/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1326] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:49:46 2026] PUT /v2.0/networks/e370c0b7-1d4b-4775-88e3-5857e43aaeb3/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1327] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:49:46 2026] PUT /v2.0/networks/8451257b-f99d-42cb-83fe-8f218c6297b8/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1328] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:49:46 2026] PUT /v2.0/networks/f510ab3f-1c50-490e-a1f8-c462dd621cda/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1329] 10.0.0.178 () {32 vars in 666 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1330] 10.0.0.178 () {32 vars in 680 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1331] 10.0.0.178 () {32 vars in 676 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1332] 10.0.0.178 () {32 vars in 688 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1333] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1334] 10.0.0.178 () {32 vars in 674 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1335] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:46.806 8 INFO neutron_taas.services.taas.taas_plugin [req-afbbee8b-82e5-4e8e-ad9b-2caf46ed46df req-fc7f82d5-2fe4-47ad-8857-97c55fd33ce0 6a5b72811cf54f2490206ba0fe5600eb d24fdc8b5317459695e8f1692e2d71d1 - - default default] TaaS: Handle Delete Port: 2c7496d7-c162-4edc-8ba9-2f611f9e975c 2026-05-07 17:49:46.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afbbee8b-82e5-4e8e-ad9b-2caf46ed46df req-fc7f82d5-2fe4-47ad-8857-97c55fd33ce0 6a5b72811cf54f2490206ba0fe5600eb d24fdc8b5317459695e8f1692e2d71d1 - - default default] Tap Mirror: Handle Delete Port: 2c7496d7-c162-4edc-8ba9-2f611f9e975c [pid: 8|app: 0|req: 656/1336] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:49:46 2026] DELETE /v2.0/ports/2c7496d7-c162-4edc-8ba9-2f611f9e975c => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1337] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/security-groups?id=c07bda60-a4b1-4caa-891d-9a6b5e3ba478&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:49:46.974 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d62129d3-a5ae-416c-92df-c02be4dfeb1b'] response: {'server_uuid': '40821f9d-4bfb-4592-b355-6e96040404f2', 'name': 'network-vif-deleted', 'tag': '2c7496d7-c162-4edc-8ba9-2f611f9e975c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 681/1338] 10.0.0.178 () {32 vars in 688 bytes} [Thu May 7 17:49:46 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1339] 10.0.0.178 () {32 vars in 684 bytes} [Thu May 7 17:49:47 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1340] 10.0.0.178 () {32 vars in 696 bytes} [Thu May 7 17:49:47 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1341] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:47 2026] DELETE /v2.0/networks/3336587c-3151-47ea-b042-24b0bb602ab1 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:47.597 7 INFO neutron.services.segments.plugin [-] Segment dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 resource provider aggregate not found 2026-05-07 17:49:47.600 7 INFO neutron.services.segments.plugin [-] Segment dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 resource provider aggregate not found 2026-05-07 17:49:47.601 8 INFO neutron.services.segments.plugin [-] Segment e5b672a1-0933-4816-b9e4-c23027767dce resource provider aggregate not found 2026-05-07 17:49:47.606 8 INFO neutron.services.segments.plugin [-] Segment e5b672a1-0933-4816-b9e4-c23027767dce resource provider aggregate not found 2026-05-07 17:49:47.618 7 INFO neutron.services.segments.plugin [-] Segment dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 found for delete ", "request_id": "req-9b8f14a8-5d2e-4c69-b3ed-e7cf9cae3040"}]} 2026-05-07 17:49:47.619 8 INFO neutron.services.segments.plugin [-] Segment e5b672a1-0933-4816-b9e4-c23027767dce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5b672a1-0933-4816-b9e4-c23027767dce found for delete ", "request_id": "req-c88f4100-e885-464c-890c-67b9f38cb5fb"}]} 2026-05-07 17:49:47.625 7 INFO neutron.services.segments.plugin [-] Segment dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd4e29b3-083c-4f67-9e4f-6cc17803c2d9 found for delete ", "request_id": "req-4cc93a90-66a6-437c-9065-0d921c79628d"}]} 2026-05-07 17:49:47.627 8 INFO neutron.services.segments.plugin [-] Segment e5b672a1-0933-4816-b9e4-c23027767dce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5b672a1-0933-4816-b9e4-c23027767dce found for delete ", "request_id": "req-4d07e932-5708-4c7e-8006-5cedec74905d"}]} [pid: 7|app: 0|req: 683/1342] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:47 2026] DELETE /v2.0/networks/e370c0b7-1d4b-4775-88e3-5857e43aaeb3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1343] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:47 2026] DELETE /v2.0/networks/8451257b-f99d-42cb-83fe-8f218c6297b8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1344] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:47 2026] DELETE /v2.0/networks/f510ab3f-1c50-490e-a1f8-c462dd621cda => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1345] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:47 2026] DELETE /v2.0/networks/5b5e799a-b295-4d2c-aa78-63943b525b03 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1346] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:48 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => 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: 662/1347] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:48 2026] GET /v2.0/security-groups?tenant_id=0ecf9b48f40c4688974f382ac7c70bdb&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1348] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:49:49 2026] GET /v2.0/ports?device_id=40821f9d-4bfb-4592-b355-6e96040404f2 => 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: 686/1349] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:49 2026] DELETE /v2.0/security-groups/834f49a9-acd8-4d09-8d4f-fdd19e23c8b1 => 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: 664/1350] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:49 2026] GET /v2.0/security-groups?tenant_id=657bb46dffa84643afeda0d7c0a49a81&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1351] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:49 2026] DELETE /v2.0/security-groups/ac5815ae-53ef-43f2-9a27-2a532d087de4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:49.634 7 INFO neutron.services.segments.plugin [-] Segment 29adc7bf-2003-40be-b731-61f5d777bf20 resource provider aggregate not found 2026-05-07 17:49:49.638 8 INFO neutron.services.segments.plugin [-] Segment 3f604f36-be28-48f7-b975-651a8dc8c23b resource provider aggregate not found 2026-05-07 17:49:49.643 7 INFO neutron.services.segments.plugin [-] Segment 29adc7bf-2003-40be-b731-61f5d777bf20 resource provider aggregate not found 2026-05-07 17:49:49.648 8 INFO neutron.services.segments.plugin [-] Segment 3f604f36-be28-48f7-b975-651a8dc8c23b resource provider aggregate not found 2026-05-07 17:49:49.649 7 INFO neutron.services.segments.plugin [-] Segment 29adc7bf-2003-40be-b731-61f5d777bf20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29adc7bf-2003-40be-b731-61f5d777bf20 found for delete ", "request_id": "req-eb8ff411-7f02-427f-848a-ca100fda8a19"}]} 2026-05-07 17:49:49.654 8 INFO neutron.services.segments.plugin [-] Segment 3f604f36-be28-48f7-b975-651a8dc8c23b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f604f36-be28-48f7-b975-651a8dc8c23b found for delete ", "request_id": "req-d8010153-e1e2-47f1-aacc-341e5869dddb"}]} 2026-05-07 17:49:49.658 7 INFO neutron.services.segments.plugin [-] Segment 29adc7bf-2003-40be-b731-61f5d777bf20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29adc7bf-2003-40be-b731-61f5d777bf20 found for delete ", "request_id": "req-de7e8a58-d086-4d39-ae86-03a01849d12b"}]} 2026-05-07 17:49:49.672 8 INFO neutron.services.segments.plugin [-] Segment 3f604f36-be28-48f7-b975-651a8dc8c23b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f604f36-be28-48f7-b975-651a8dc8c23b found for delete ", "request_id": "req-7f8141b7-646a-4fbf-b9d3-83b089f39c50"}]} 2026-05-07 17:49:49.676 8 INFO neutron.services.segments.plugin [-] Segment d4930f90-1111-49f1-9c06-068bbe1fb0a1 resource provider aggregate not found 2026-05-07 17:49:49.695 8 INFO neutron.services.segments.plugin [-] Segment d4930f90-1111-49f1-9c06-068bbe1fb0a1 resource provider aggregate not found 2026-05-07 17:49:49.699 8 INFO neutron.services.segments.plugin [-] Segment d4930f90-1111-49f1-9c06-068bbe1fb0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4930f90-1111-49f1-9c06-068bbe1fb0a1 found for delete ", "request_id": "req-e54f540f-96fa-486a-b137-cf3f3d378a3c"}]} 2026-05-07 17:49:49.713 8 INFO neutron.services.segments.plugin [-] Segment d4930f90-1111-49f1-9c06-068bbe1fb0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4930f90-1111-49f1-9c06-068bbe1fb0a1 found for delete ", "request_id": "req-8af5f461-9991-4d1e-976c-6847d74a8443"}]} [pid: 8|app: 0|req: 665/1352] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:49 2026] GET /v2.0/security-groups?tenant_id=81f27cffa45f453b8d356485d674c84f&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1353] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:49 2026] DELETE /v2.0/security-groups/5d770065-6941-4cda-9d05-0b03d740cdf5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:50.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-96184a45-9f8c-4657-b49c-d5cc45d72424 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: fc629a37-3299-4d38-ad1a-612e9e5e2eb8 2026-05-07 17:49:50.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96184a45-9f8c-4657-b49c-d5cc45d72424 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: fc629a37-3299-4d38-ad1a-612e9e5e2eb8 [pid: 8|app: 0|req: 666/1354] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:49:50 2026] PUT /v2.0/routers/77aba8b8-93fc-437d-a8b6-d3808d201a2e/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:51.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-47509be2-630c-41b7-9c2b-07ecc7bf7bbf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: e3528218-68c5-43e1-ad43-419051d09330 2026-05-07 17:49:51.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47509be2-630c-41b7-9c2b-07ecc7bf7bbf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: e3528218-68c5-43e1-ad43-419051d09330 2026-05-07 17:49:51.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-47509be2-630c-41b7-9c2b-07ecc7bf7bbf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 45d7c756-97da-48dd-968c-0d82e0fde099 2026-05-07 17:49:51.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47509be2-630c-41b7-9c2b-07ecc7bf7bbf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 45d7c756-97da-48dd-968c-0d82e0fde099 2026-05-07 17:49:51.959 7 INFO neutron.services.segments.plugin [-] Segment f6adadd6-2729-4d58-b9d8-c6b281942b65 resource provider aggregate not found 2026-05-07 17:49:51.968 7 INFO neutron.services.segments.plugin [-] Segment f6adadd6-2729-4d58-b9d8-c6b281942b65 resource provider aggregate not found 2026-05-07 17:49:51.984 7 INFO neutron.services.segments.plugin [-] Segment f6adadd6-2729-4d58-b9d8-c6b281942b65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6adadd6-2729-4d58-b9d8-c6b281942b65 found for delete ", "request_id": "req-d21423af-dcc2-4f6c-941e-6e83c4a310a0"}]} 2026-05-07 17:49:51.990 7 INFO neutron.services.segments.plugin [-] Segment f6adadd6-2729-4d58-b9d8-c6b281942b65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6adadd6-2729-4d58-b9d8-c6b281942b65 found for delete ", "request_id": "req-cc7a8444-717f-4d03-a3c0-b2c863f7eab7"}]} 2026-05-07 17:49:51.991 7 INFO neutron.db.l3_hamode_db [None req-47509be2-630c-41b7-9c2b-07ecc7bf7bbf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 6d96057f-3daa-4631-879f-3270a9d78cb4 was deleted as no HA routers are present in tenant d24fdc8b5317459695e8f1692e2d71d1. [pid: 7|app: 0|req: 689/1355] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:51 2026] DELETE /v2.0/routers/77aba8b8-93fc-437d-a8b6-d3808d201a2e => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1356] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:52 2026] DELETE /v2.0/subnets/6a55e787-e5a8-4f40-a1c1-a96d46532cec => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:49:52.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9d0ba0e-251e-40fc-a4c2-e58743492c83 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: b9ed58be-ac60-403d-820b-76ad8abd1032 2026-05-07 17:49:52.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9d0ba0e-251e-40fc-a4c2-e58743492c83 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: b9ed58be-ac60-403d-820b-76ad8abd1032 2026-05-07 17:49:52.430 8 INFO neutron.services.segments.plugin [-] Segment 340760d6-94f4-46ca-8a65-67c24a703961 resource provider aggregate not found [pid: 7|app: 0|req: 690/1357] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:52 2026] GET /v2.0/security-groups?tenant_id=fbf81554b37e49a08b24d6f2ea0aa11a&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:52.439 8 INFO neutron.services.segments.plugin [-] Segment 340760d6-94f4-46ca-8a65-67c24a703961 resource provider aggregate not found 2026-05-07 17:49:52.448 8 INFO neutron.services.segments.plugin [-] Segment 340760d6-94f4-46ca-8a65-67c24a703961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 340760d6-94f4-46ca-8a65-67c24a703961 found for delete ", "request_id": "req-75ab7c1e-1fb4-4392-8fa1-7a57526a0d54"}]} 2026-05-07 17:49:52.454 8 INFO neutron.services.segments.plugin [-] Segment 340760d6-94f4-46ca-8a65-67c24a703961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 340760d6-94f4-46ca-8a65-67c24a703961 found for delete ", "request_id": "req-a9a33946-a337-4774-8701-c4ca6d411e52"}]} [pid: 8|app: 0|req: 668/1358] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:49:52 2026] DELETE /v2.0/networks/ae8c38bc-41b6-4cee-8ddd-790f40ba00ea => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1359] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:52 2026] DELETE /v2.0/security-groups/7035e643-7d94-4740-927f-5051a4e3c41c => 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: 669/1360] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:52 2026] GET /v2.0/security-groups?tenant_id=d24fdc8b5317459695e8f1692e2d71d1&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1361] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:52 2026] DELETE /v2.0/security-groups/c07bda60-a4b1-4caa-891d-9a6b5e3ba478 => 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: 692/1362] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:52 2026] GET /v2.0/security-groups?tenant_id=354e901765434ddab7d00067d702d9de&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: 693/1363] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:52 2026] DELETE /v2.0/security-groups/4b56165b-0c16-4dda-af9f-a75d6ee9f55f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1364] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:52 2026] GET /v2.0/security-groups?tenant_id=ffb26c5cd33e43dbaadea328cb199855&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1365] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:53 2026] DELETE /v2.0/security-groups/73842361-6278-4ace-8a6d-4cc1e2791dfc => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:54.473 8 INFO neutron.db.segments_db [None req-aeb8055c-4fe3-41d6-aaa1-e0430c928660 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Added segment 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 of type vxlan for network 156b2592-9bc0-46be-860f-03d6c020d8f6 2026-05-07 17:49:54.721 8 INFO neutron.db.l3_hamode_db [None req-aeb8055c-4fe3-41d6-aaa1-e0430c928660 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:54.808 8 INFO neutron.db.l3_hamode_db [None req-aeb8055c-4fe3-41d6-aaa1-e0430c928660 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 673/1368] 10.0.0.178 () {34 vars in 668 bytes} [Thu May 7 17:49:54 2026] POST /v2.0/routers => generated 474 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:49:55.394 7 INFO neutron.db.l3_hamode_db [None req-541ee3d3-f80c-4190-bacf-b717b1c29ac6 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:55.509 7 INFO neutron.db.l3_hamode_db [None req-541ee3d3-f80c-4190-bacf-b717b1c29ac6 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 696/1369] 10.0.0.178 () {34 vars in 668 bytes} [Thu May 7 17:49:55 2026] POST /v2.0/routers => generated 474 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:49:56.107 8 INFO neutron.db.l3_hamode_db [None req-3f2f5dd7-81d6-4c9e-b02e-bc2a415da194 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:56.217 8 INFO neutron.db.l3_hamode_db [None req-3f2f5dd7-81d6-4c9e-b02e-bc2a415da194 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:56.618 7 WARNING keystonemiddleware.audit [None req-541ee3d3-f80c-4190-bacf-b717b1c29ac6 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Skipping service tempest-service-1026413548 as it have no endpoints. [pid: 8|app: 0|req: 674/1370] 10.0.0.178 () {34 vars in 668 bytes} [Thu May 7 17:49:56 2026] POST /v2.0/routers => generated 474 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1371] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:56 2026] GET /v2.0/security-groups?tenant_id=f61baa57908b4de6b997cd84af9390cb&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:56.781 7 INFO neutron.db.l3_hamode_db [None req-2e8d31fe-571a-4c5a-96c6-ae145e284dc7 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:56.787 8 WARNING keystonemiddleware.audit [None req-3f2f5dd7-81d6-4c9e-b02e-bc2a415da194 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Skipping service tempest-service-473776381 as it have no endpoints. [pid: 8|app: 0|req: 675/1372] 10.0.0.75 () {32 vars in 801 bytes} [Thu May 7 17:49:56 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 17:49:56.795 8 WARNING keystonemiddleware.audit [None req-5700db8b-cca6-4f66-b6c5-e052cb0d1062 fd61970199704025b7c7e6ef0fbf11f6 cca793a4ae92467981f6b8c183bb0c7b - - default default] Skipping service tempest-service-1026413548 as it have no endpoints. [pid: 8|app: 0|req: 676/1373] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:56 2026] DELETE /v2.0/security-groups/6cff38d6-a923-4226-aac3-3659dba3ea07 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:49:56.901 7 INFO neutron.db.l3_hamode_db [None req-2e8d31fe-571a-4c5a-96c6-ae145e284dc7 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:56.976 8 WARNING keystonemiddleware.audit [None req-079750b3-14ec-455d-b68b-80f8732985c8 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Skipping service tempest-service-1026413548 as it have no endpoints. [pid: 8|app: 0|req: 677/1374] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:56 2026] GET /v2.0/security-groups?tenant_id=f53d5de6a63547a0bb76c6f3758d401a&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:49:57.093 8 WARNING keystonemiddleware.audit [None req-a209961e-2f01-4a38-b0b3-7b92b7fea675 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Skipping service tempest-service-473776381 as it have no endpoints. [pid: 8|app: 0|req: 678/1375] 10.0.0.75 () {30 vars in 723 bytes} [Thu May 7 17:49:57 2026] GET /v2.0/quotas/cca793a4ae92467981f6b8c183bb0c7b/details => generated 847 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:49:57.165 8 WARNING keystonemiddleware.audit [None req-a21a64f1-ad52-4bfc-a146-55e8e22a2ad1 fd61970199704025b7c7e6ef0fbf11f6 cca793a4ae92467981f6b8c183bb0c7b - - default default] Skipping service tempest-service-1026413548 as it have no endpoints. [pid: 8|app: 0|req: 679/1376] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:57 2026] DELETE /v2.0/security-groups/9e942a65-45ee-4332-9f98-3142a9d73f61 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1377] 10.0.0.178 () {34 vars in 668 bytes} [Thu May 7 17:49:56 2026] POST /v2.0/routers => generated 474 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:49:57.500 7 INFO neutron.db.l3_hamode_db [None req-927d6ba4-ecfd-483f-ba2d-ef8270f64ea0 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:49:57.613 7 INFO neutron.db.l3_hamode_db [None req-927d6ba4-ecfd-483f-ba2d-ef8270f64ea0 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 680/1378] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:57 2026] GET /v2.0/security-groups?tenant_id=a343b20f73f34efeb97ecc196a89c116&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1379] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:57 2026] DELETE /v2.0/security-groups/6cb1f5c6-0fd2-41e5-91e1-6afe401d357a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1380] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:49:57 2026] GET /v2.0/security-groups?tenant_id=dce60dcfa9cd4df185f3d08ff3643de9&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1381] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:49:57 2026] DELETE /v2.0/security-groups/52f89bb9-a5ba-4908-83a2-86d9e21bdfec => 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: 699/1382] 10.0.0.178 () {34 vars in 668 bytes} [Thu May 7 17:49:57 2026] POST /v2.0/routers => generated 474 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1383] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:49:58 2026] PUT /v2.0/routers/f2c2cc90-714f-4832-be49-300c27254201/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1384] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:49:58 2026] PUT /v2.0/routers/f35175a9-7976-4092-8014-94a99fa1b840/tags => generated 25 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1385] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:49:58 2026] PUT /v2.0/routers/29dadae2-8e0d-4822-abe3-990c7363a3f2/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1386] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:49:58 2026] PUT /v2.0/routers/9fc482b1-68e9-4813-8a97-39f328a9c767/tags => generated 19 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1387] 10.0.0.178 () {32 vars in 664 bytes} [Thu May 7 17:49:58 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1388] 10.0.0.178 () {32 vars in 678 bytes} [Thu May 7 17:49:58 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1389] 10.0.0.178 () {32 vars in 674 bytes} [Thu May 7 17:49:58 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1390] 10.0.0.178 () {32 vars in 686 bytes} [Thu May 7 17:49:58 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1391] 10.0.0.178 () {32 vars in 672 bytes} [Thu May 7 17:49:59 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1392] 10.0.0.178 () {32 vars in 686 bytes} [Thu May 7 17:49:59 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1393] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:49:59 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1394] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:49:59 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1395] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:49:59 2026] GET /v2.0/routers/f2c2cc90-714f-4832-be49-300c27254201 => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1396] 10.0.0.178 () {34 vars in 742 bytes} [Thu May 7 17:49:59 2026] PUT /v2.0/routers/f2c2cc90-714f-4832-be49-300c27254201 => generated 485 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1397] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:49:59 2026] GET /v2.0/ports?device_id=f2c2cc90-714f-4832-be49-300c27254201 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:00.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-3962f843-3ad8-4c1f-b4f7-c69b5e502c0e 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] TaaS: Handle Delete Port: 199f603c-5f2b-476a-ade6-944e46ebd3b2 2026-05-07 17:50:00.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3962f843-3ad8-4c1f-b4f7-c69b5e502c0e 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Tap Mirror: Handle Delete Port: 199f603c-5f2b-476a-ade6-944e46ebd3b2 [pid: 7|app: 0|req: 707/1398] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:49:59 2026] DELETE /v2.0/routers/f2c2cc90-714f-4832-be49-300c27254201 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1399] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:00 2026] GET /v2.0/routers/f35175a9-7976-4092-8014-94a99fa1b840 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:00.334 8 WARNING keystonemiddleware.audit [None req-17ddffc3-e673-4699-9d53-95c0b3168818 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Skipping service tempest-service-473776381 as it have no endpoints. [pid: 8|app: 0|req: 693/1400] 10.0.0.75 () {32 vars in 801 bytes} [Thu May 7 17:50:00 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 17:50:00.490 8 WARNING keystonemiddleware.audit [None req-d0d42fc0-a1ec-4ae9-a94f-49c9fd0a0f66 fd61970199704025b7c7e6ef0fbf11f6 cca793a4ae92467981f6b8c183bb0c7b - - default default] Skipping service tempest-service-473776381 as it have no endpoints. [pid: 8|app: 0|req: 694/1401] 10.0.0.75 () {30 vars in 723 bytes} [Thu May 7 17:50:00 2026] GET /v2.0/quotas/cca793a4ae92467981f6b8c183bb0c7b/details => generated 847 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1402] 10.0.0.178 () {34 vars in 742 bytes} [Thu May 7 17:50:00 2026] PUT /v2.0/routers/f35175a9-7976-4092-8014-94a99fa1b840 => generated 493 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1403] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:00 2026] GET /v2.0/ports?device_id=f35175a9-7976-4092-8014-94a99fa1b840 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:01.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4bc5456-6b24-4792-ad93-67e98c8bffec 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] TaaS: Handle Delete Port: 15fbd5bc-5ece-43de-8779-78a9eb931702 2026-05-07 17:50:01.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4bc5456-6b24-4792-ad93-67e98c8bffec 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Tap Mirror: Handle Delete Port: 15fbd5bc-5ece-43de-8779-78a9eb931702 [pid: 7|app: 0|req: 709/1404] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:00 2026] DELETE /v2.0/routers/f35175a9-7976-4092-8014-94a99fa1b840 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1405] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:01 2026] GET /v2.0/routers/29dadae2-8e0d-4822-abe3-990c7363a3f2 => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1406] 10.0.0.178 () {34 vars in 742 bytes} [Thu May 7 17:50:01 2026] PUT /v2.0/routers/29dadae2-8e0d-4822-abe3-990c7363a3f2 => generated 502 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1407] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:01 2026] GET /v2.0/ports?device_id=29dadae2-8e0d-4822-abe3-990c7363a3f2 => 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: 697/1408] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:01 2026] GET /v2.0/security-groups?tenant_id=d394e11b9c4046a2999e41cca02d82c3&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1409] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:01 2026] DELETE /v2.0/security-groups/ea07bc89-c4f9-4231-9514-9dc820fea152 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:02.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-8170383d-8d29-4e85-9c2d-9f3c3f661dc4 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] TaaS: Handle Delete Port: 3154bd20-c957-4e5f-b2c7-476632b7e842 2026-05-07 17:50:02.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8170383d-8d29-4e85-9c2d-9f3c3f661dc4 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Tap Mirror: Handle Delete Port: 3154bd20-c957-4e5f-b2c7-476632b7e842 [pid: 7|app: 0|req: 712/1410] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:01 2026] DELETE /v2.0/routers/29dadae2-8e0d-4822-abe3-990c7363a3f2 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1411] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:02 2026] GET /v2.0/routers/9fc482b1-68e9-4813-8a97-39f328a9c767 => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1412] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:02 2026] GET /v2.0/security-groups?tenant_id=d2cdd9b8ca424340a4f2500f38e104fb&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1413] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:02 2026] DELETE /v2.0/security-groups/ac378c6e-4fab-44d7-a87e-e1aad309cfbb => 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: 714/1414] 10.0.0.178 () {34 vars in 742 bytes} [Thu May 7 17:50:02 2026] PUT /v2.0/routers/9fc482b1-68e9-4813-8a97-39f328a9c767 => generated 487 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1415] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:02 2026] GET /v2.0/ports?device_id=9fc482b1-68e9-4813-8a97-39f328a9c767 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:03.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-c55cc8d6-d818-4bd0-8f57-8ace82898d37 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] TaaS: Handle Delete Port: 5a46ba3c-980d-4f15-8b5e-cffb131eb107 2026-05-07 17:50:03.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c55cc8d6-d818-4bd0-8f57-8ace82898d37 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Tap Mirror: Handle Delete Port: 5a46ba3c-980d-4f15-8b5e-cffb131eb107 [pid: 7|app: 0|req: 715/1416] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:02 2026] DELETE /v2.0/routers/9fc482b1-68e9-4813-8a97-39f328a9c767 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1417] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:03 2026] GET /v2.0/routers/56b79a40-fc4c-467c-a16f-d6232f34fb8d => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1418] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:03 2026] GET /v2.0/security-groups?tenant_id=d51e51b220124ec999175157c5d2f6e2&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1419] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:03 2026] DELETE /v2.0/security-groups/05baca60-54cf-4425-87dd-0ad3666dd223 => 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: 704/1420] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:03 2026] GET /v2.0/security-groups?tenant_id=8b6e0893da3b4ad2837c2b8fcd04ddfc&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1421] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:03 2026] DELETE /v2.0/security-groups/e60d0198-e7a2-448e-85a7-e7496fa4ab53 => 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: 717/1422] 10.0.0.178 () {34 vars in 742 bytes} [Thu May 7 17:50:03 2026] PUT /v2.0/routers/56b79a40-fc4c-467c-a16f-d6232f34fb8d => generated 480 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1423] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:03 2026] GET /v2.0/ports?device_id=56b79a40-fc4c-467c-a16f-d6232f34fb8d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:03.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e51f794-8ae6-4e11-a9e2-36a17a2644c5 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] TaaS: Handle Delete Port: ef9cd4c8-5dae-46c1-8f47-639a83a0b62a 2026-05-07 17:50:03.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e51f794-8ae6-4e11-a9e2-36a17a2644c5 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] Tap Mirror: Handle Delete Port: ef9cd4c8-5dae-46c1-8f47-639a83a0b62a [pid: 8|app: 0|req: 706/1424] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:03 2026] GET /v2.0/security-groups?tenant_id=cca793a4ae92467981f6b8c183bb0c7b&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1425] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:04 2026] DELETE /v2.0/security-groups/fcad0896-5b5a-466a-b1a4-e6c2499dc5f8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:04.314 7 INFO neutron.services.segments.plugin [-] Segment 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 resource provider aggregate not found 2026-05-07 17:50:04.319 7 INFO neutron.services.segments.plugin [-] Segment 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 resource provider aggregate not found 2026-05-07 17:50:04.331 7 INFO neutron.services.segments.plugin [-] Segment 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 found for delete ", "request_id": "req-d44b1192-6466-4599-8f7c-4c57b0f3d2ca"}]} 2026-05-07 17:50:04.336 7 INFO neutron.db.l3_hamode_db [None req-2e51f794-8ae6-4e11-a9e2-36a17a2644c5 06056f9ff2e04fde8a78511637be75da 62eff596397b4d68a2b1be3db0ad5307 - - default default] HA network 156b2592-9bc0-46be-860f-03d6c020d8f6 was deleted as no HA routers are present in tenant 62eff596397b4d68a2b1be3db0ad5307. 2026-05-07 17:50:04.336 7 INFO neutron.services.segments.plugin [-] Segment 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea199bf-f8be-42f3-9b80-2ef09fbc74c9 found for delete ", "request_id": "req-695e766c-70af-4c2f-8fcc-9329e06f981e"}]} [pid: 7|app: 0|req: 719/1426] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:03 2026] DELETE /v2.0/routers/56b79a40-fc4c-467c-a16f-d6232f34fb8d => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1427] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:05 2026] GET /v2.0/security-groups?tenant_id=ae0d07db58cf4c56b5af6612b80d56ed&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1428] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:05 2026] DELETE /v2.0/security-groups/a8ebcf6f-1ad8-4dfa-bbf8-14a8b25cbaeb => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1429] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:05 2026] GET /v2.0/security-groups?tenant_id=62eff596397b4d68a2b1be3db0ad5307&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1430] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:05 2026] DELETE /v2.0/security-groups/913edec4-1bba-43d7-9eab-94cf08d8736d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1431] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:06 2026] GET /v2.0/security-groups?tenant_id=1edcc06182d74325bb66e5067eaeeaad&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1432] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:06 2026] DELETE /v2.0/security-groups/7784973b-0ba7-4930-a483-539addfd2578 => 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: 711/1433] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:06 2026] GET /v2.0/security-groups?tenant_id=99c4109f1e7c4ff286e9b7b81232123a&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1434] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:06 2026] DELETE /v2.0/security-groups/21a13bf3-4cf8-4e8d-b494-31052ae1333c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1435] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:06 2026] GET /v2.0/security-groups?tenant_id=e4fa4141e72e4fcfba6103bae6aa2953&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: 724/1436] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:07 2026] DELETE /v2.0/security-groups/56aed5db-7b90-4993-a267-c94c7e05a206 => 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: 713/1439] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:08 2026] GET /v2.0/security-groups?tenant_id=f793218f1c9d4c6a8f19dd2c116a7d45&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1440] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:08 2026] DELETE /v2.0/security-groups/53c589c2-f021-4f66-9108-f80959058d47 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:08.977 8 INFO neutron.db.segments_db [None req-6a9846e1-74c3-4e1f-aef2-a7795c9bd72c f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] Added segment 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb of type vxlan for network 1522c0d1-fdd4-45b8-9235-032041eb0468 [pid: 8|app: 0|req: 714/1441] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:08 2026] POST /v2.0/networks => generated 708 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1442] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:09 2026] POST /v2.0/subnets => generated 644 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:09.325 8 WARNING neutron.api.v2.base [None req-7c3cab39-9dcc-4698-a01f-29b3d108ebf6 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - 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-05-07 17:50:09.326 8 INFO neutron.api.v2.resource [None req-7c3cab39-9dcc-4698-a01f-29b3d108ebf6 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 715/1443] 10.0.0.178 () {34 vars in 681 bytes} [Thu May 7 17:50:09 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-07 17:50:09.535 7 INFO neutron.services.segments.plugin [-] Segment 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb resource provider aggregate not found 2026-05-07 17:50:09.538 7 INFO neutron.services.segments.plugin [-] Segment 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb resource provider aggregate not found 2026-05-07 17:50:09.553 7 INFO neutron.services.segments.plugin [-] Segment 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb found for delete ", "request_id": "req-ee24028b-3ab0-4ecb-848d-2891d0fb0076"}]} [pid: 7|app: 0|req: 729/1444] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:09 2026] DELETE /v2.0/networks/1522c0d1-fdd4-45b8-9235-032041eb0468 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:09.560 7 INFO neutron.services.segments.plugin [-] Segment 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01bdfed0-a5bd-4181-a7ea-e7628ef0bcdb found for delete ", "request_id": "req-882a57aa-db7f-4bf5-acaa-f7493cefad78"}]} 2026-05-07 17:50:09.633 7 INFO neutron.db.segments_db [None req-e9d79646-e308-4e1c-94b0-07d43ed8e98d f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] Added segment 3dfc6681-a210-4ee9-a9d2-ddd96597f591 of type vxlan for network ba3d1ddc-b692-4687-82b6-a84d1b4ff5be [pid: 7|app: 0|req: 730/1445] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:09 2026] POST /v2.0/networks => generated 708 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1446] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:09 2026] GET /v2.0/security-groups?tenant_id=c174e4f64ef544f4aa1995149d32f4da&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1447] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:09 2026] POST /v2.0/subnets => generated 647 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:09.982 7 WARNING neutron.api.v2.base [None req-d6b4eaf0-7ccd-44d8-9467-ec4a86ca24cd f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - 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-05-07 17:50:09.985 7 INFO neutron.api.v2.resource [None req-d6b4eaf0-7ccd-44d8-9467-ec4a86ca24cd f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 732/1448] 10.0.0.178 () {34 vars in 681 bytes} [Thu May 7 17:50:09 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1449] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:09 2026] DELETE /v2.0/security-groups/7507dfee-8b72-4786-be92-f69c6ed56540 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1450] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:09 2026] DELETE /v2.0/networks/ba3d1ddc-b692-4687-82b6-a84d1b4ff5be => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:10.224 8 INFO neutron.db.segments_db [None req-1acd6f7e-f503-49a4-b369-0f18dba66d46 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] Added segment 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 of type vxlan for network 7adaab63-40ab-4dee-b230-ecaad14eaf4b [pid: 8|app: 0|req: 718/1451] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:10 2026] POST /v2.0/networks => generated 707 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1452] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:10 2026] POST /v2.0/subnets => generated 647 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1453] 10.0.0.178 () {34 vars in 681 bytes} [Thu May 7 17:50:10 2026] POST /v2.0/rbac-policies => generated 324 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1454] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:50:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1455] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:50:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1456] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:50:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1457] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:50:11 2026] GET /v2.0/networks/7adaab63-40ab-4dee-b230-ecaad14eaf4b => generated 654 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1458] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:50:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1459] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:50:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1460] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:11 2026] GET /v2.0/security-groups?tenant_id=413aa0871346499f8727f6874c133336&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1461] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:50:11 2026] PUT /v2.0/subnetpools/e3800536-0785-411a-a463-bba099d67c74/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: 740/1462] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:50:11 2026] PUT /v2.0/subnetpools/86ea5eb9-5e49-4d87-a844-4c926b787ae6/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1463] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:11 2026] DELETE /v2.0/security-groups/a2c0c6c3-25e4-4363-9d9c-ff459953c225 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1464] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:50:11 2026] PUT /v2.0/subnetpools/8eb0a7a9-ecef-4a9e-b37a-b8826f417e51/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:11.578 7 INFO neutron.services.segments.plugin [-] Segment 3dfc6681-a210-4ee9-a9d2-ddd96597f591 resource provider aggregate not found 2026-05-07 17:50:11.581 7 INFO neutron.services.segments.plugin [-] Segment 3dfc6681-a210-4ee9-a9d2-ddd96597f591 resource provider aggregate not found 2026-05-07 17:50:11.596 7 INFO neutron.services.segments.plugin [-] Segment 3dfc6681-a210-4ee9-a9d2-ddd96597f591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dfc6681-a210-4ee9-a9d2-ddd96597f591 found for delete ", "request_id": "req-5ec0a736-e51a-41e1-8b3c-4e75eeba136a"}]} 2026-05-07 17:50:11.603 7 INFO neutron.services.segments.plugin [-] Segment 3dfc6681-a210-4ee9-a9d2-ddd96597f591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dfc6681-a210-4ee9-a9d2-ddd96597f591 found for delete ", "request_id": "req-b55db934-1540-425d-87f4-989aa7ee3c72"}]} 2026-05-07 17:50:11.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36fc865a-9de0-4db6-80a0-acf5d2749e49 53311ca152834a979258f1ec75298ee2 825e8e0cd372427c8db75771217c621b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 742/1465] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:50:11 2026] GET /v2.0/networks/7adaab63-40ab-4dee-b230-ecaad14eaf4b => generated 138 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:11.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-8161bb73-c6c7-41c1-a957-832e49553927 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] TaaS: Handle Delete Port: b54efd93-58e6-47f0-83c0-394b34985951 2026-05-07 17:50:11.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8161bb73-c6c7-41c1-a957-832e49553927 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] Tap Mirror: Handle Delete Port: b54efd93-58e6-47f0-83c0-394b34985951 [pid: 8|app: 0|req: 724/1466] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:50:11 2026] PUT /v2.0/subnetpools/30a6bab2-9230-4c51-9493-9ef855c1f45d/tags => generated 19 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1467] 10.0.0.178 () {32 vars in 653 bytes} [Thu May 7 17:50:11 2026] GET /v2.0/extensions => generated 21537 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1468] 10.0.0.178 () {32 vars in 672 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1469] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 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: 8|app: 0|req: 728/1470] 10.0.0.178 () {32 vars in 686 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1471] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1472] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:11 2026] DELETE /v2.0/networks/7adaab63-40ab-4dee-b230-ecaad14eaf4b => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1473] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1474] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1475] 10.0.0.178 () {32 vars in 665 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:12.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69816aad-cd75-4ae5-9657-2630a038a005 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1476] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnets/120fe2d7-3687-4ffa-a19d-5ffca092fd8e => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1477] 10.0.0.178 () {32 vars in 699 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/agent-resources-synced => 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: 731/1478] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1479] 10.0.0.178 () {32 vars in 697 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:12.126 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b04aea0-4316-4cc7-9cf8-fbd25ca392c7 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 748/1480] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnets/3da9c0bb-691e-4b20-8d33-257682e23771 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1481] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:12.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fddc7722-bfda-475a-a8de-14deb75175b0 f48a23e19f4f4842ba0d1479820b85e2 e281a0c4e064438da98904924c89b8cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1482] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnets/0888f7ce-cb9e-48a9-9c89-2b5c549bde28 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1483] 10.0.0.178 () {32 vars in 680 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1484] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1485] 10.0.0.178 () {32 vars in 703 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1486] 10.0.0.178 () {32 vars in 693 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1487] 10.0.0.178 () {32 vars in 695 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1488] 10.0.0.178 () {32 vars in 685 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1489] 10.0.0.178 () {32 vars in 687 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1490] 10.0.0.178 () {32 vars in 661 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1491] 10.0.0.178 () {32 vars in 699 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1492] 10.0.0.178 () {32 vars in 679 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1493] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1494] 10.0.0.178 () {32 vars in 683 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1495] 10.0.0.178 () {32 vars in 675 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1496] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1497] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1498] 10.0.0.178 () {32 vars in 690 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1499] 10.0.0.178 () {32 vars in 687 bytes} [Thu May 7 17:50:12 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: 737/1500] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1501] 10.0.0.178 () {32 vars in 702 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1502] 10.0.0.178 () {32 vars in 687 bytes} [Thu May 7 17:50:12 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: 739/1503] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1504] 10.0.0.178 () {32 vars in 699 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1505] 10.0.0.178 () {32 vars in 679 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1506] 10.0.0.178 () {32 vars in 667 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1507] 10.0.0.178 () {32 vars in 677 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1508] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnetpools/e3800536-0785-411a-a463-bba099d67c74 => 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: 744/1509] 10.0.0.178 () {32 vars in 665 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1510] 10.0.0.178 () {32 vars in 675 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1511] 10.0.0.178 () {32 vars in 713 bytes} [Thu May 7 17:50:12 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: 747/1512] 10.0.0.178 () {32 vars in 691 bytes} [Thu May 7 17:50:12 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: 748/1513] 10.0.0.178 () {32 vars in 683 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1514] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnetpools/86ea5eb9-5e49-4d87-a844-4c926b787ae6 => 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: 749/1515] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1516] 10.0.0.178 () {32 vars in 687 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1517] 10.0.0.178 () {32 vars in 705 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1518] 10.0.0.178 () {32 vars in 675 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1519] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1520] 10.0.0.178 () {32 vars in 675 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1521] 10.0.0.178 () {32 vars in 693 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1522] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1523] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnetpools/8eb0a7a9-ecef-4a9e-b37a-b8826f417e51 => 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: 774/1524] 10.0.0.178 () {32 vars in 709 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1525] 10.0.0.178 () {32 vars in 705 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1526] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1527] 10.0.0.178 () {32 vars in 697 bytes} [Thu May 7 17:50:12 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: 7|app: 0|req: 778/1528] 10.0.0.178 () {32 vars in 711 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1529] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1530] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnetpools/30a6bab2-9230-4c51-9493-9ef855c1f45d => 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: 780/1531] 10.0.0.178 () {32 vars in 687 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1532] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1533] 10.0.0.178 () {32 vars in 675 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1534] 10.0.0.178 () {32 vars in 671 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1535] 10.0.0.178 () {32 vars in 661 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1536] 10.0.0.178 () {32 vars in 699 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1537] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:50:12 2026] DELETE /v2.0/subnetpools/a7b3769b-3d63-418c-a06f-b51f25102557 => 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: 786/1538] 10.0.0.178 () {32 vars in 699 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1539] 10.0.0.178 () {32 vars in 677 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-default => 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: 787/1540] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1541] 10.0.0.178 () {32 vars in 683 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1542] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 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: 755/1543] 10.0.0.178 () {32 vars in 685 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1544] 10.0.0.178 () {32 vars in 707 bytes} [Thu May 7 17:50:12 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: 756/1545] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1546] 10.0.0.178 () {32 vars in 697 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1547] 10.0.0.178 () {32 vars in 695 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1548] 10.0.0.178 () {32 vars in 685 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1549] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1550] 10.0.0.178 () {32 vars in 705 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1551] 10.0.0.178 () {32 vars in 667 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1552] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1553] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1554] 10.0.0.178 () {32 vars in 691 bytes} [Thu May 7 17:50:12 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: 761/1555] 10.0.0.178 () {32 vars in 691 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1556] 10.0.0.178 () {32 vars in 695 bytes} [Thu May 7 17:50:12 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: 762/1557] 10.0.0.178 () {32 vars in 685 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1558] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1559] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1560] 10.0.0.178 () {32 vars in 703 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1561] 10.0.0.178 () {32 vars in 713 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1562] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1563] 10.0.0.178 () {32 vars in 715 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1564] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1565] 10.0.0.178 () {32 vars in 741 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1566] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1567] 10.0.0.178 () {32 vars in 683 bytes} [Thu May 7 17:50:12 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: 801/1568] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1569] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1570] 10.0.0.178 () {32 vars in 679 bytes} [Thu May 7 17:50:12 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: 769/1571] 10.0.0.178 () {32 vars in 669 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1572] 10.0.0.178 () {32 vars in 697 bytes} [Thu May 7 17:50:12 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: 770/1573] 10.0.0.178 () {32 vars in 705 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1574] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1575] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1576] 10.0.0.178 () {32 vars in 683 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1577] 10.0.0.178 () {32 vars in 705 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1578] 10.0.0.178 () {32 vars in 695 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1579] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 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: 807/1580] 10.0.0.178 () {32 vars in 697 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1581] 10.0.0.178 () {32 vars in 679 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1582] 10.0.0.178 () {32 vars in 689 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1583] 10.0.0.178 () {32 vars in 701 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1584] 10.0.0.178 () {32 vars in 665 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1585] 10.0.0.178 () {32 vars in 681 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1586] 10.0.0.178 () {32 vars in 677 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1587] 10.0.0.178 () {32 vars in 693 bytes} [Thu May 7 17:50:13 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: 7|app: 0|req: 815/1588] 10.0.0.178 () {32 vars in 677 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1589] 10.0.0.178 () {32 vars in 667 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1590] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:50:13 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: 7|app: 0|req: 818/1591] 10.0.0.178 () {32 vars in 675 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1592] 10.0.0.178 () {32 vars in 687 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1593] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:12 2026] GET /v2.0/security-groups?tenant_id=e281a0c4e064438da98904924c89b8cf&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1594] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:13 2026] DELETE /v2.0/security-groups/8496251c-964a-4c99-9e92-b248b359bace => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1595] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/security-groups?tenant_id=8dc6b6eae83a4d5da340b7c68550005c&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:13.614 7 INFO neutron.services.segments.plugin [-] Segment 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 resource provider aggregate not found 2026-05-07 17:50:13.629 7 INFO neutron.services.segments.plugin [-] Segment 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 resource provider aggregate not found 2026-05-07 17:50:13.637 7 INFO neutron.services.segments.plugin [-] Segment 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 found for delete ", "request_id": "req-b787e5cc-589b-4986-a115-f81b68ae0cc4"}]} 2026-05-07 17:50:13.648 7 INFO neutron.services.segments.plugin [-] Segment 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ddb1ac0-353d-4a8d-810c-4c0cd622db30 found for delete ", "request_id": "req-4e683918-0f9f-498a-b9b1-ed707c83e801"}]} [pid: 8|app: 0|req: 775/1596] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/security-groups?tenant_id=223c36937ae048f9bda9274b051f926d&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:13.771 7 INFO neutron.db.segments_db [None req-6a0318e8-6afb-4d64-953a-a6614684dd76 34edc75916dc41ed8445bc65f7211c59 a76db4d8d9ac49f8936fada05d616638 - - default default] Added segment 9a33c519-bf56-4830-b53c-7ff3a8676626 of type vxlan for network 9a3b6534-87c7-49aa-bab3-a971fb2df3a5 [pid: 8|app: 0|req: 776/1597] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/security-groups?tenant_id=69a59b38e2b34cbda712b39f144a63d9&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1598] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:13 2026] POST /v2.0/networks => generated 629 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1599] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:13 2026] DELETE /v2.0/security-groups/415ba9fe-63aa-4ffe-96d8-8bb6943b0392 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1600] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:13 2026] DELETE /v2.0/security-groups/df7ad3fa-461b-423e-ad7d-d15ae99dbb39 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1601] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:13 2026] DELETE /v2.0/security-groups/bbb34b81-a98f-4bfd-bff8-2009b267233a => 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: 824/1602] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:13 2026] GET /v2.0/security-groups?tenant_id=825e8e0cd372427c8db75771217c621b&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1603] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:14 2026] DELETE /v2.0/security-groups/3858935f-1ae7-409b-8161-93986403262d => 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: 779/1604] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:14 2026] GET /v2.0/security-groups?tenant_id=81ace03edd1647e2901f9a95047f7f95&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1605] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:14 2026] DELETE /v2.0/security-groups/f81db814-765f-4c56-a064-5966ecd7148f => 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: 780/1606] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:14 2026] POST /v2.0/subnets => generated 673 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:14.623 8 INFO neutron.db.segments_db [None req-175105e9-0b71-42e4-87c9-d8d5b02b2cff 34edc75916dc41ed8445bc65f7211c59 a76db4d8d9ac49f8936fada05d616638 - - default default] Added segment 9c2b5a46-5546-41c5-a7ed-da50887d2099 of type vxlan for network 8c367d31-3725-4db6-afb7-73a5f5e2fdeb [pid: 7|app: 0|req: 827/1607] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:14 2026] GET /v2.0/security-groups?tenant_id=877bf8f82e624f268887fd446959341a&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1608] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:14 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1609] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:14 2026] DELETE /v2.0/security-groups/75b67f55-9b8a-4cf3-9f16-f9d45bb9275e => 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: 782/1610] 10.0.0.178 () {34 vars in 743 bytes} [Thu May 7 17:50:14 2026] PUT /v2.0/networks/8c367d31-3725-4db6-afb7-73a5f5e2fdeb => generated 592 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1611] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:14 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1612] 10.0.0.178 () {34 vars in 741 bytes} [Thu May 7 17:50:15 2026] PUT /v2.0/subnets/37588b2d-5d60-4180-b054-1d94210000b1 => generated 656 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1613] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:15 2026] DELETE /v2.0/networks/8c367d31-3725-4db6-afb7-73a5f5e2fdeb => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:15.413 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7d854cb-ed31-4aaa-ba02-62d61449017c 34edc75916dc41ed8445bc65f7211c59 a76db4d8d9ac49f8936fada05d616638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1614] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:15 2026] DELETE /v2.0/networks/8c367d31-3725-4db6-afb7-73a5f5e2fdeb => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1615] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1616] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/subnets?network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1617] 10.0.0.178 () {32 vars in 653 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1618] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/networks => generated 1313 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:15.675 7 INFO neutron.services.segments.plugin [-] Segment 9c2b5a46-5546-41c5-a7ed-da50887d2099 resource provider aggregate not found [pid: 7|app: 0|req: 833/1619] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/subnets => generated 1312 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:15.684 7 INFO neutron.services.segments.plugin [-] Segment 9c2b5a46-5546-41c5-a7ed-da50887d2099 resource provider aggregate not found 2026-05-07 17:50:15.693 7 INFO neutron.services.segments.plugin [-] Segment 9c2b5a46-5546-41c5-a7ed-da50887d2099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c2b5a46-5546-41c5-a7ed-da50887d2099 found for delete ", "request_id": "req-a2fc3e44-35f7-43c9-8190-1bf47a2f6173"}]} 2026-05-07 17:50:15.702 7 INFO neutron.services.segments.plugin [-] Segment 9c2b5a46-5546-41c5-a7ed-da50887d2099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c2b5a46-5546-41c5-a7ed-da50887d2099 found for delete ", "request_id": "req-08425a8e-cae0-4bbb-90fe-9cb5a8111fca"}]} [pid: 8|app: 0|req: 787/1620] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/networks/9a3b6534-87c7-49aa-bab3-a971fb2df3a5 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1621] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:15 2026] GET /v2.0/subnets/9ffc2e74-bb22-4bf1-af61-65ea68df2b80 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:15.794 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44792249-ec16-44da-8d6c-215d62b6fa51 34edc75916dc41ed8445bc65f7211c59 a76db4d8d9ac49f8936fada05d616638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1622] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:15 2026] DELETE /v2.0/subnets/37588b2d-5d60-4180-b054-1d94210000b1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:15.816 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96119159-18cd-4a81-a3f9-b93374b03f8f 34edc75916dc41ed8445bc65f7211c59 a76db4d8d9ac49f8936fada05d616638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 835/1623] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:15 2026] DELETE /v2.0/networks/8c367d31-3725-4db6-afb7-73a5f5e2fdeb => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1624] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:15 2026] DELETE /v2.0/subnets/9ffc2e74-bb22-4bf1-af61-65ea68df2b80 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:16.051 8 INFO neutron.db.segments_db [None req-e9e88ea3-2260-4598-ad1e-3a52c8a976b0 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Added segment feedbd31-63c6-433e-b8ac-9a1f0d6810e6 of type vxlan for network d2a30167-5633-4707-a27a-77783f424bd0 [pid: 7|app: 0|req: 837/1625] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:15 2026] DELETE /v2.0/networks/9a3b6534-87c7-49aa-bab3-a971fb2df3a5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1626] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:15 2026] POST /v2.0/networks => generated 630 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1627] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:16 2026] POST /v2.0/ports => generated 779 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:16.452 8 INFO neutron.db.segments_db [None req-8a290611-4907-4420-b81f-83fe7b4b43ec 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Added segment aa86e061-3c6d-48d5-90e0-f47b4c7330f0 of type vxlan for network 56640069-2f38-47bb-8ce7-b0c34f87bc69 [pid: 8|app: 0|req: 790/1628] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:16 2026] POST /v2.0/networks => generated 616 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 839/1629] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:16 2026] GET /v2.0/security-groups?tenant_id=a76db4d8d9ac49f8936fada05d616638&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1630] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:16 2026] DELETE /v2.0/security-groups/af241801-5666-402b-850b-52754537c51a => 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: 791/1631] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:16 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1632] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:16 2026] POST /v2.0/ports => generated 965 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:17.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-7769afa0-a6d9-4e38-a24b-46b2c922a007 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] TaaS: Handle Delete Port: ab0fc6a8-9ca5-4d8f-a6de-c77646fc2bbb 2026-05-07 17:50:17.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7769afa0-a6d9-4e38-a24b-46b2c922a007 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Tap Mirror: Handle Delete Port: ab0fc6a8-9ca5-4d8f-a6de-c77646fc2bbb /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 842/1633] 10.0.0.178 () {34 vars in 678 bytes} [Thu May 7 17:50:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1634] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:17 2026] DELETE /v2.0/ports/ab0fc6a8-9ca5-4d8f-a6de-c77646fc2bbb => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:17.483 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c03568f2-c7da-4182-8c11-cde8ae9ea18d 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1635] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:17 2026] DELETE /v2.0/ports/ab0fc6a8-9ca5-4d8f-a6de-c77646fc2bbb => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1636] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:50:17 2026] PUT /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:17.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-752b83f9-aeb4-464b-940c-9c671ebe1c80 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1637] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/ports/ab0fc6a8-9ca5-4d8f-a6de-c77646fc2bbb => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1638] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/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: 845/1639] 10.0.0.178 () {34 vars in 764 bytes} [Thu May 7 17:50:17 2026] PUT /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1640] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:17 2026] DELETE /v2.0/subnets/d8cc275b-05ef-4d34-acc4-6923892e2507 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1641] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/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: 847/1642] 10.0.0.178 () {34 vars in 760 bytes} [Thu May 7 17:50:17 2026] PUT /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-07 17:50:17.711 7 INFO neutron.services.segments.plugin [-] Segment 9a33c519-bf56-4830-b53c-7ff3a8676626 resource provider aggregate not found 2026-05-07 17:50:17.723 8 INFO neutron.services.segments.plugin [-] Segment aa86e061-3c6d-48d5-90e0-f47b4c7330f0 resource provider aggregate not found 2026-05-07 17:50:17.728 7 INFO neutron.services.segments.plugin [-] Segment 9a33c519-bf56-4830-b53c-7ff3a8676626 resource provider aggregate not found [pid: 7|app: 0|req: 848/1643] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:17.735 8 INFO neutron.services.segments.plugin [-] Segment aa86e061-3c6d-48d5-90e0-f47b4c7330f0 resource provider aggregate not found 2026-05-07 17:50:17.742 7 INFO neutron.services.segments.plugin [-] Segment 9a33c519-bf56-4830-b53c-7ff3a8676626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a33c519-bf56-4830-b53c-7ff3a8676626 found for delete ", "request_id": "req-7dd5108d-752e-4c84-ae89-73df45d5fcd7"}]} 2026-05-07 17:50:17.744 7 INFO neutron.services.segments.plugin [-] Segment 9a33c519-bf56-4830-b53c-7ff3a8676626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a33c519-bf56-4830-b53c-7ff3a8676626 found for delete ", "request_id": "req-7f46497d-942e-44fb-8d97-9131bfc20958"}]} 2026-05-07 17:50:17.751 8 INFO neutron.services.segments.plugin [-] Segment aa86e061-3c6d-48d5-90e0-f47b4c7330f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa86e061-3c6d-48d5-90e0-f47b4c7330f0 found for delete ", "request_id": "req-c3d75c6c-2aa3-4276-9d51-f0eceeeb2b81"}]} 2026-05-07 17:50:17.752 8 INFO neutron.services.segments.plugin [-] Segment aa86e061-3c6d-48d5-90e0-f47b4c7330f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa86e061-3c6d-48d5-90e0-f47b4c7330f0 found for delete ", "request_id": "req-67132cea-7a4a-457f-bd37-ca558e8033a6"}]} [pid: 8|app: 0|req: 796/1644] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:17 2026] DELETE /v2.0/networks/56640069-2f38-47bb-8ce7-b0c34f87bc69 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1645] 10.0.0.178 () {34 vars in 782 bytes} [Thu May 7 17:50:17 2026] PUT /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1646] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:17.835 8 INFO neutron.db.segments_db [None req-a8b030ad-6246-4c86-ab13-64ec69b658a0 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Added segment d6b9753b-f63b-4105-9c84-7ff865b5cff1 of type vxlan for network ee78df80-b3ba-4e0a-9a91-65c69c7a8d04 [pid: 7|app: 0|req: 851/1647] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:50:17 2026] PUT /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1648] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1649] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:17 2026] POST /v2.0/networks => generated 617 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1650] 10.0.0.178 () {32 vars in 741 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:17.973 7 INFO neutron.api.v2.resource [None req-6b4c25c5-911a-4f5b-b415-c7320b6186d3 09978ce360e8430d957e1479ee14a11e b12ded1bc9644bc1ac348f37b43fbb86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1651] 10.0.0.178 () {32 vars in 745 bytes} [Thu May 7 17:50:17 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1652] 10.0.0.178 () {32 vars in 744 bytes} [Thu May 7 17:50:17 2026] DELETE /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/red => 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: 856/1653] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:18 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:18.084 7 INFO neutron.api.v2.resource [None req-128f871d-48e9-4d36-9ce2-d3a98325941e 09978ce360e8430d957e1479ee14a11e b12ded1bc9644bc1ac348f37b43fbb86 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1654] 10.0.0.178 () {32 vars in 748 bytes} [Thu May 7 17:50:18 2026] DELETE /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1655] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:18 2026] DELETE /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => 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: 859/1656] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:50:18 2026] GET /v2.0/policies/4610f8fb-323d-47de-8c06-0a8da62349ad/tags => 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: 798/1657] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:17 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1658] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:50:18 2026] DELETE /v2.0/qos/policies/4610f8fb-323d-47de-8c06-0a8da62349ad => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1659] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:18 2026] POST /v2.0/ports => generated 924 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:18.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4af2898-069b-4856-ab08-f7ebc6c5a941 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] TaaS: Handle Delete Port: fc4abee0-4a9d-4b0e-b4ee-d151419e5e18 2026-05-07 17:50:18.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4af2898-069b-4856-ab08-f7ebc6c5a941 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Tap Mirror: Handle Delete Port: fc4abee0-4a9d-4b0e-b4ee-d151419e5e18 [pid: 8|app: 0|req: 800/1660] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:18 2026] DELETE /v2.0/ports/fc4abee0-4a9d-4b0e-b4ee-d151419e5e18 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:18.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9fe912e5-6faf-40be-a0d3-be04f7759fee 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1661] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:18 2026] GET /v2.0/ports/fc4abee0-4a9d-4b0e-b4ee-d151419e5e18 => 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: 802/1662] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:18 2026] DELETE /v2.0/subnets/e4ca471c-9050-4e09-9faa-eeefc98f45fb => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:18.892 7 INFO neutron.db.segments_db [None req-fa92c5e5-363a-41ff-9be3-ae0395016f8a 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] Added segment e97c83c8-91f3-4ff2-899f-da07b56becea of type vxlan for network bdb56757-8b35-4208-9d5c-37964b403442 [pid: 8|app: 0|req: 803/1663] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:18 2026] DELETE /v2.0/networks/ee78df80-b3ba-4e0a-9a91-65c69c7a8d04 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:19.193 8 INFO neutron.db.segments_db [None req-14eda1b3-55f5-46e1-bec0-7bc9f1941c77 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Added segment 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 of type vxlan for network 3b36b565-8257-4ba1-926a-bcb2b3d4897e [pid: 8|app: 0|req: 804/1664] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:18 2026] POST /v2.0/networks => generated 612 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1665] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:18 2026] POST /v2.0/networks => generated 625 bytes in 890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1666] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:19 2026] POST /v2.0/ports => generated 779 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 862/1667] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:19 2026] GET /v2.0/security-groups?tenant_id=c155130e21ae496a80e8dee304d0b656&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:19.773 8 INFO neutron.services.segments.plugin [-] Segment d6b9753b-f63b-4105-9c84-7ff865b5cff1 resource provider aggregate not found 2026-05-07 17:50:19.776 8 INFO neutron.services.segments.plugin [-] Segment d6b9753b-f63b-4105-9c84-7ff865b5cff1 resource provider aggregate not found [pid: 7|app: 0|req: 863/1668] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:19 2026] POST /v2.0/subnets => generated 641 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:19.795 8 INFO neutron.services.segments.plugin [-] Segment d6b9753b-f63b-4105-9c84-7ff865b5cff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6b9753b-f63b-4105-9c84-7ff865b5cff1 found for delete ", "request_id": "req-d52d4586-7d45-4989-a93b-0616e4eb61c8"}]} 2026-05-07 17:50:19.799 8 INFO neutron.services.segments.plugin [-] Segment d6b9753b-f63b-4105-9c84-7ff865b5cff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6b9753b-f63b-4105-9c84-7ff865b5cff1 found for delete ", "request_id": "req-884b2a8e-a638-4c6d-ab87-c6b2f0700aa0"}]} [pid: 8|app: 0|req: 806/1669] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:50:19 2026] POST /v2.0/ports => generated 743 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 807/1670] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:19 2026] DELETE /v2.0/security-groups/3a483c39-6635-4c35-8b77-3a9f0db4c822 => 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: 864/1671] 10.0.0.178 () {34 vars in 737 bytes} [Thu May 7 17:50:19 2026] PUT /v2.0/ports/271533f5-9e04-4f12-8ea4-ece9f0a6dc8f => generated 752 bytes in 168 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-05-07 17:50:19.991 8 INFO neutron.db.segments_db [None req-9e85d4d0-7a89-471c-a7c6-063588eba7bf 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] Added segment 408c04a5-38b0-4199-afc6-1734a7e827d4 of type vxlan for network 2132a703-82a1-4401-877b-3de86621e24b [pid: 8|app: 0|req: 808/1672] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:19 2026] POST /v2.0/networks => generated 624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1673] 10.0.0.178 () {34 vars in 666 bytes} [Thu May 7 17:50:19 2026] POST /v2.0/trunks => generated 407 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:20.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd0744de-0ce9-4d75-9669-ac8210b3b940 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] TaaS: Handle Delete Port: 271533f5-9e04-4f12-8ea4-ece9f0a6dc8f 2026-05-07 17:50:20.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd0744de-0ce9-4d75-9669-ac8210b3b940 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Tap Mirror: Handle Delete Port: 271533f5-9e04-4f12-8ea4-ece9f0a6dc8f [pid: 8|app: 0|req: 809/1674] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:20 2026] DELETE /v2.0/ports/271533f5-9e04-4f12-8ea4-ece9f0a6dc8f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1675] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:20 2026] GET /v2.0/security-groups?tenant_id=b12ded1bc9644bc1ac348f37b43fbb86&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:20.304 7 INFO neutron.db.segments_db [None req-99043668-2a83-4f17-b152-2afd16b2763e f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Added segment daeb6da7-1bcb-4d74-b59c-1b17edbf212c of type vxlan for network 96f04080-6c89-411d-aca8-71e5b177d06b [pid: 8|app: 0|req: 810/1676] 10.0.0.178 () {34 vars in 743 bytes} [Thu May 7 17:50:20 2026] PUT /v2.0/networks/2132a703-82a1-4401-877b-3de86621e24b => generated 592 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1677] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:50:20 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1678] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:20 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1679] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:20 2026] DELETE /v2.0/security-groups/10847a33-8979-4292-86a2-bf0012bc0ced => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:20.476 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b894df4-6665-4c89-8174-eba160112caa 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1680] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:20 2026] GET /v2.0/ports/271533f5-9e04-4f12-8ea4-ece9f0a6dc8f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1681] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:20 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1682] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:50:20 2026] GET /v2.0/ports => generated 782 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1683] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:50:20 2026] POST /v2.0/ports => generated 743 bytes in 253 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: 815/1684] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:20 2026] GET /v2.0/ports/b3f14fc6-9303-49ea-b65a-a14531b8e6d1 => generated 779 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1685] 10.0.0.178 () {34 vars in 741 bytes} [Thu May 7 17:50:20 2026] PUT /v2.0/subnets/8bcb043f-0aac-46bd-90d3-170260294e66 => generated 636 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:20.790 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f7bcf56-c18f-40aa-996e-006f90215915 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1686] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:20 2026] DELETE /v2.0/ports/fc4abee0-4a9d-4b0e-b4ee-d151419e5e18 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1687] 10.0.0.178 () {34 vars in 666 bytes} [Thu May 7 17:50:20 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:20.955 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9cbc59af-e504-4313-833f-24b7f3c0479b 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1688] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:20 2026] DELETE /v2.0/subnets/e4ca471c-9050-4e09-9faa-eeefc98f45fb => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:20.988 7 INFO neutron.services.segments.plugin [-] Segment 408c04a5-38b0-4199-afc6-1734a7e827d4 resource provider aggregate not found 2026-05-07 17:50:20.994 7 INFO neutron.services.segments.plugin [-] Segment 408c04a5-38b0-4199-afc6-1734a7e827d4 resource provider aggregate not found 2026-05-07 17:50:21.010 8 INFO neutron.db.segments_db [None req-63ef0c3e-2f58-435f-9ecc-8bee6047438d f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Added segment 37a69777-6e5c-4a27-892c-53f436f1945f of type vxlan for network 4f068bc9-ccec-4f76-b0c7-fbea6be1d6ca 2026-05-07 17:50:21.011 7 INFO neutron.services.segments.plugin [-] Segment 408c04a5-38b0-4199-afc6-1734a7e827d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 408c04a5-38b0-4199-afc6-1734a7e827d4 found for delete ", "request_id": "req-4dd041a9-fc48-43ee-8811-3659f587b383"}]} 2026-05-07 17:50:21.012 7 INFO neutron.services.segments.plugin [-] Segment 408c04a5-38b0-4199-afc6-1734a7e827d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 408c04a5-38b0-4199-afc6-1734a7e827d4 found for delete ", "request_id": "req-fe0aff24-1328-4efa-bfd7-8ca50732660d"}]} [pid: 7|app: 0|req: 872/1689] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:20 2026] DELETE /v2.0/networks/2132a703-82a1-4401-877b-3de86621e24b => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:21.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9e77189-af1c-4b83-8425-18560f70a2ff 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1690] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/subnets/d8cc275b-05ef-4d34-acc4-6923892e2507 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:21.047 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6138db33-ccb3-4fde-8b0b-881ab76cbbe2 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 874/1691] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/networks/2132a703-82a1-4401-877b-3de86621e24b => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1692] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:20 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:21.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-535a4b04-e043-4543-a172-22bf1e4a6e3b 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] TaaS: Handle Delete Port: b3f14fc6-9303-49ea-b65a-a14531b8e6d1 2026-05-07 17:50:21.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-535a4b04-e043-4543-a172-22bf1e4a6e3b 85fabd7d3cde48d1987283a2727dc7b5 5896fb79f4904f90b736033e1bf0d3e5 - - default default] Tap Mirror: Handle Delete Port: b3f14fc6-9303-49ea-b65a-a14531b8e6d1 [pid: 8|app: 0|req: 819/1693] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:50:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1694] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/ports/b3f14fc6-9303-49ea-b65a-a14531b8e6d1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1695] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:50:21 2026] GET /v2.0/subnets?network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1696] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/networks/d2a30167-5633-4707-a27a-77783f424bd0 => 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: 878/1697] 10.0.0.178 () {32 vars in 653 bytes} [Thu May 7 17:50:21 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: 879/1698] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:50:21 2026] GET /v2.0/networks => generated 1309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1699] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:50:21 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1700] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:50:21 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 881/1701] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:50:21 2026] GET /v2.0/networks/bdb56757-8b35-4208-9d5c-37964b403442 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1702] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:21 2026] GET /v2.0/subnets/7508f540-bc6f-4c50-8913-a209d1c30a34 => generated 641 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:21.641 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a74d6a85-2b95-48d6-8be3-fad7b182853a 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 883/1703] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/subnets/8bcb043f-0aac-46bd-90d3-170260294e66 => generated 136 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:21.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7a0fde9-af6b-4dea-b40c-e29de50cb90a 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 884/1704] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/networks/2132a703-82a1-4401-877b-3de86621e24b => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1705] 10.0.0.178 () {34 vars in 666 bytes} [Thu May 7 17:50:21 2026] POST /v2.0/trunks => generated 407 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1706] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/subnets/7508f540-bc6f-4c50-8913-a209d1c30a34 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:21.855 8 INFO neutron.db.segments_db [None req-478fa620-51b3-4ed9-b3d5-62c18fddc24d f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Added segment 20a664d7-5b69-4a00-a450-564c43f88270 of type vxlan for network 258dfea6-212d-449f-9e0f-c01b9ff5bb09 2026-05-07 17:50:21.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-c24918bd-8880-430d-b997-f7181d8f890e 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] TaaS: Handle Delete Port: 187b79a9-24e9-45e2-abe3-de89be0d0829 2026-05-07 17:50:21.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c24918bd-8880-430d-b997-f7181d8f890e 646341b7b5324421b431d05a39ba6009 178aec4278b04335b985714f74fd0736 - - default default] Tap Mirror: Handle Delete Port: 187b79a9-24e9-45e2-abe3-de89be0d0829 [pid: 8|app: 0|req: 822/1707] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:21 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1708] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:21 2026] DELETE /v2.0/networks/bdb56757-8b35-4208-9d5c-37964b403442 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1709] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:50:21 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 887/1710] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:22 2026] GET /v2.0/security-groups?tenant_id=5896fb79f4904f90b736033e1bf0d3e5&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1711] 10.0.0.178 () {34 vars in 666 bytes} [Thu May 7 17:50:22 2026] POST /v2.0/trunks => generated 407 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1712] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:22 2026] DELETE /v2.0/security-groups/e4d9637f-79a3-48f2-8ee2-ee1d0f693a48 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:22.526 8 INFO neutron.db.segments_db [None req-377ded3f-7139-46d8-a43c-9ced72fa45b8 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Added segment 68a46da3-5218-4cdc-9eb5-95449c0aacd6 of type vxlan for network 9a8cde7b-2eb3-4c0d-b0b3-6841c9c54aac [pid: 8|app: 0|req: 825/1713] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:22 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1714] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:22 2026] GET /v2.0/security-groups?tenant_id=178aec4278b04335b985714f74fd0736&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: 890/1715] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:22 2026] DELETE /v2.0/security-groups/a4472d73-f832-40f1-8e5d-2cb5d814468a => 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: 826/1716] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:50:22 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:23.034 7 INFO neutron.services.segments.plugin [-] Segment feedbd31-63c6-433e-b8ac-9a1f0d6810e6 resource provider aggregate not found 2026-05-07 17:50:23.040 7 INFO neutron.services.segments.plugin [-] Segment feedbd31-63c6-433e-b8ac-9a1f0d6810e6 resource provider aggregate not found 2026-05-07 17:50:23.058 7 INFO neutron.services.segments.plugin [-] Segment feedbd31-63c6-433e-b8ac-9a1f0d6810e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid feedbd31-63c6-433e-b8ac-9a1f0d6810e6 found for delete ", "request_id": "req-5ce4edf8-d2aa-4336-8c9d-49bd539c4f1b"}]} 2026-05-07 17:50:23.067 7 INFO neutron.services.segments.plugin [-] Segment feedbd31-63c6-433e-b8ac-9a1f0d6810e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid feedbd31-63c6-433e-b8ac-9a1f0d6810e6 found for delete ", "request_id": "req-df1dd360-a851-4a7e-af14-4f9072d45a50"}]} 2026-05-07 17:50:23.072 7 INFO neutron.services.segments.plugin [-] Segment e97c83c8-91f3-4ff2-899f-da07b56becea resource provider aggregate not found 2026-05-07 17:50:23.086 7 INFO neutron.services.segments.plugin [-] Segment e97c83c8-91f3-4ff2-899f-da07b56becea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e97c83c8-91f3-4ff2-899f-da07b56becea found for delete ", "request_id": "req-e0780b83-9baf-41c7-9255-2144972d0d7c"}]} 2026-05-07 17:50:23.092 7 INFO neutron.services.segments.plugin [-] Segment e97c83c8-91f3-4ff2-899f-da07b56becea resource provider aggregate not found 2026-05-07 17:50:23.105 7 INFO neutron.services.segments.plugin [-] Segment e97c83c8-91f3-4ff2-899f-da07b56becea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e97c83c8-91f3-4ff2-899f-da07b56becea found for delete ", "request_id": "req-b95177ab-f2ac-491e-b1f4-cd78c51a6ac1"}]} [pid: 7|app: 0|req: 891/1717] 10.0.0.178 () {34 vars in 666 bytes} [Thu May 7 17:50:22 2026] POST /v2.0/trunks => generated 407 bytes in 207 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: 827/1718] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:50:23 2026] PUT /v2.0/trunks/9dc0150e-faeb-4045-bfd7-3869bf4e181c/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1719] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:50:23 2026] PUT /v2.0/trunks/477fa73c-85a3-4c45-b6a1-ea294b8c165d/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1720] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:50:23 2026] PUT /v2.0/trunks/6818f4bd-59e6-4e86-bd7c-11534bc35075/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1721] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:50:23 2026] PUT /v2.0/trunks/490adfbb-a7c7-43cc-b932-145be741851e/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1722] 10.0.0.178 () {32 vars in 662 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1723] 10.0.0.178 () {32 vars in 676 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1724] 10.0.0.178 () {32 vars in 672 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1725] 10.0.0.178 () {32 vars in 684 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1726] 10.0.0.178 () {32 vars in 670 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1727] 10.0.0.178 () {32 vars in 684 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1728] 10.0.0.178 () {32 vars in 680 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1729] 10.0.0.178 () {32 vars in 692 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1730] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks/9dc0150e-faeb-4045-bfd7-3869bf4e181c => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1731] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/ports/2acf571c-725e-48ea-9da9-d954af9fed29 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1734] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:50:23 2026] DELETE /v2.0/trunks/9dc0150e-faeb-4045-bfd7-3869bf4e181c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1735] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks/477fa73c-85a3-4c45-b6a1-ea294b8c165d => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1736] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/ports/5b8a947a-8399-4f5b-9623-298d6509b16b => generated 826 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1737] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:50:23 2026] DELETE /v2.0/trunks/477fa73c-85a3-4c45-b6a1-ea294b8c165d => 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: 903/1738] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks/6818f4bd-59e6-4e86-bd7c-11534bc35075 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1739] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/ports/cd4a4828-817e-47e3-a9e2-6023fcaff30c => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1740] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:50:23 2026] DELETE /v2.0/trunks/6818f4bd-59e6-4e86-bd7c-11534bc35075 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1741] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:23 2026] GET /v2.0/trunks/490adfbb-a7c7-43cc-b932-145be741851e => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:24.027 8 INFO neutron.db.segments_db [None req-20a08324-0f12-4d24-bda0-5f9c57393d0a 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] Added segment 5d48dc17-e097-4056-8186-28de696cd117 of type vxlan for network 39c48bcf-0b70-4c1a-bb4d-cf2e2cda3085 [pid: 7|app: 0|req: 907/1742] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:24 2026] GET /v2.0/ports/f03ba63c-6524-42b0-abff-a000bde32c7f => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1743] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:50:24 2026] DELETE /v2.0/trunks/490adfbb-a7c7-43cc-b932-145be741851e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1744] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:50:24 2026] GET /v2.0/trunks/c59618bd-e2d4-4f48-bd89-0e63ea8253e4 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:24.280 8 INFO neutron.db.l3_hamode_db [None req-20a08324-0f12-4d24-bda0-5f9c57393d0a 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 910/1745] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:24 2026] GET /v2.0/ports/fcf1e575-7402-4fed-aacc-caf2e99b20dd => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1746] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:50:24 2026] DELETE /v2.0/trunks/c59618bd-e2d4-4f48-bd89-0e63ea8253e4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:24.408 8 INFO neutron.db.l3_hamode_db [None req-20a08324-0f12-4d24-bda0-5f9c57393d0a 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:24.703 7 INFO neutron.db.segments_db [None req-acaa8585-9211-43e6-88e7-8950e9c421d7 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Added segment 59d5aaa7-e296-443b-98fb-f76560eaef70 of type vxlan for network 0e6404f8-bea6-4c1a-bd81-a63dd5425606 [pid: 7|app: 0|req: 912/1747] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:24 2026] POST /v2.0/networks => generated 626 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:24.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-841b098d-d83b-4b48-886b-0e4448fe3202 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] TaaS: Handle Delete Port: 2acf571c-725e-48ea-9da9-d954af9fed29 2026-05-07 17:50:24.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-841b098d-d83b-4b48-886b-0e4448fe3202 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Tap Mirror: Handle Delete Port: 2acf571c-725e-48ea-9da9-d954af9fed29 [pid: 7|app: 0|req: 913/1748] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:24 2026] DELETE /v2.0/ports/2acf571c-725e-48ea-9da9-d954af9fed29 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1749] 10.0.0.178 () {34 vars in 668 bytes} [Thu May 7 17:50:23 2026] POST /v2.0/routers => generated 474 bytes in 1225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:25.145 7 INFO neutron.db.segments_db [None req-cfaa338f-e016-456f-87ca-6e0ec1a795c4 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment f64c0360-666e-4a98-a6c7-355392900ff6 of type vxlan for network 5acd05eb-9240-420c-b511-a3aa1341617f [pid: 7|app: 0|req: 914/1750] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:24 2026] POST /v2.0/networks => generated 614 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1751] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:25 2026] POST /v2.0/ports => generated 774 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:50:25.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f775e5b-28b3-4af4-a8ef-22730fd60f2e f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] TaaS: Handle Delete Port: 5b8a947a-8399-4f5b-9623-298d6509b16b 2026-05-07 17:50:25.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f775e5b-28b3-4af4-a8ef-22730fd60f2e f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Tap Mirror: Handle Delete Port: 5b8a947a-8399-4f5b-9623-298d6509b16b [pid: 8|app: 0|req: 838/1752] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:50:25 2026] PUT /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1753] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:25 2026] DELETE /v2.0/ports/5b8a947a-8399-4f5b-9623-298d6509b16b => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:25.438 8 INFO neutron.db.segments_db [None req-2ec7db10-789b-42bc-ac11-d36865652894 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment 874dcd02-24e7-482b-87f0-eab1af4739c2 of type vxlan for network 5c52b64d-6321-4f61-8e30-8691dc1f1e8f 2026-05-07 17:50:25.488 7 INFO neutron.db.segments_db [None req-bedb6d4d-95dd-4d11-b819-a4d6bdb65c82 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Added segment c03c629f-814a-4c4d-8fb9-43157cb3000a of type vxlan for network 5f42e212-012f-4b5a-8a50-46b497a49f12 [pid: 8|app: 0|req: 839/1754] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:25 2026] POST /v2.0/networks => generated 615 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1755] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:25 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1756] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:25 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:25.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd8ae1cf-71d5-4fe2-98f6-753b3e22d301 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] TaaS: Handle Delete Port: cd4a4828-817e-47e3-a9e2-6023fcaff30c 2026-05-07 17:50:25.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd8ae1cf-71d5-4fe2-98f6-753b3e22d301 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Tap Mirror: Handle Delete Port: cd4a4828-817e-47e3-a9e2-6023fcaff30c [pid: 7|app: 0|req: 917/1757] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:25 2026] DELETE /v2.0/ports/cd4a4828-817e-47e3-a9e2-6023fcaff30c => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1758] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:25 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1759] 10.0.0.178 () {34 vars in 762 bytes} [Thu May 7 17:50:25 2026] PUT /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/green => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1760] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:25 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:26.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-7697a641-dcd6-4de5-8aa3-6aa5e2909410 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] TaaS: Handle Delete Port: f03ba63c-6524-42b0-abff-a000bde32c7f 2026-05-07 17:50:26.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7697a641-dcd6-4de5-8aa3-6aa5e2909410 f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Tap Mirror: Handle Delete Port: f03ba63c-6524-42b0-abff-a000bde32c7f [pid: 8|app: 0|req: 843/1761] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:25 2026] DELETE /v2.0/ports/f03ba63c-6524-42b0-abff-a000bde32c7f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1762] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:25 2026] POST /v2.0/subnets => generated 655 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1763] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:26 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:26.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7ff483c-a347-4d3a-a82f-c40dc06cc5de f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] TaaS: Handle Delete Port: fcf1e575-7402-4fed-aacc-caf2e99b20dd 2026-05-07 17:50:26.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7ff483c-a347-4d3a-a82f-c40dc06cc5de f9d7d1bc4bf8490286d78942ff7c3113 1767d6a5953c481d879d0a74a7aea193 - - default default] Tap Mirror: Handle Delete Port: fcf1e575-7402-4fed-aacc-caf2e99b20dd [pid: 8|app: 0|req: 845/1764] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:26 2026] DELETE /v2.0/ports/fcf1e575-7402-4fed-aacc-caf2e99b20dd => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:26.461 8 INFO neutron.db.segments_db [None req-7273f583-3e93-4272-90fc-a7a4fd6b89a7 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d of type vxlan for network 0afab2bc-1595-4703-bdac-b88de2627161 [pid: 7|app: 0|req: 920/1765] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:26 2026] POST /v2.0/ports => generated 949 bytes in 298 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: 921/1766] 10.0.0.178 () {34 vars in 758 bytes} [Thu May 7 17:50:26 2026] PUT /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/red => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-07 17:50:26.673 8 INFO neutron.db.l3_hamode_db [None req-7273f583-3e93-4272-90fc-a7a4fd6b89a7 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:26.733 7 INFO neutron.services.segments.plugin [-] Segment 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 resource provider aggregate not found 2026-05-07 17:50:26.733 7 INFO neutron.services.segments.plugin [-] Segment 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 resource provider aggregate not found 2026-05-07 17:50:26.751 7 INFO neutron.services.segments.plugin [-] Segment 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 found for delete ", "request_id": "req-e9ea9ed6-a067-4d44-ac56-cf65d3fbc351"}]} 2026-05-07 17:50:26.753 7 INFO neutron.services.segments.plugin [-] Segment 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72ed3c80-67d6-4b89-adbd-a6e3dcd3b129 found for delete ", "request_id": "req-5f33e171-107a-45cc-ad8d-ea9fba09f13f"}]} [pid: 7|app: 0|req: 922/1767] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:26 2026] DELETE /v2.0/networks/3b36b565-8257-4ba1-926a-bcb2b3d4897e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:26.792 8 INFO neutron.db.l3_hamode_db [None req-7273f583-3e93-4272-90fc-a7a4fd6b89a7 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:26.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab70a672-1beb-4827-959e-33b2a4a50418 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] TaaS: Handle Delete Port: 3b39ad51-618c-4ad1-9cb2-60cfb8569021 2026-05-07 17:50:26.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab70a672-1beb-4827-959e-33b2a4a50418 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Tap Mirror: Handle Delete Port: 3b39ad51-618c-4ad1-9cb2-60cfb8569021 [pid: 7|app: 0|req: 923/1768] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:26 2026] DELETE /v2.0/ports/3b39ad51-618c-4ad1-9cb2-60cfb8569021 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1769] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:27 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1770] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/networks/96f04080-6c89-411d-aca8-71e5b177d06b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:27.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24c3daa3-56b9-456b-8d7d-4ac398e1776d 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1771] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/ports/3b39ad51-618c-4ad1-9cb2-60cfb8569021 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1772] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:26 2026] POST /v2.0/routers => generated 511 bytes in 894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1773] 10.0.0.178 () {34 vars in 780 bytes} [Thu May 7 17:50:27 2026] PUT /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/black.or.white => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-07 17:50:27.374 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a9cb113-ce2f-4dd9-9138-2e036c2ac416 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1774] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:27 2026] GET /v2.0/ports/3b39ad51-618c-4ad1-9cb2-60cfb8569021 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:27.422 8 INFO neutron.services.segments.plugin [-] Segment 37a69777-6e5c-4a27-892c-53f436f1945f resource provider aggregate not found 2026-05-07 17:50:27.428 8 INFO neutron.services.segments.plugin [-] Segment 37a69777-6e5c-4a27-892c-53f436f1945f resource provider aggregate not found 2026-05-07 17:50:27.449 8 INFO neutron.services.segments.plugin [-] Segment 37a69777-6e5c-4a27-892c-53f436f1945f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37a69777-6e5c-4a27-892c-53f436f1945f found for delete ", "request_id": "req-c8ada79d-d1e7-4a4e-9e3b-56f3bee88a74"}]} 2026-05-07 17:50:27.449 8 INFO neutron.services.segments.plugin [-] Segment 37a69777-6e5c-4a27-892c-53f436f1945f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37a69777-6e5c-4a27-892c-53f436f1945f found for delete ", "request_id": "req-df2ee9f1-26cc-4fea-ab68-b4f71eb714bc"}]} [pid: 8|app: 0|req: 847/1775] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/networks/4f068bc9-ccec-4f76-b0c7-fbea6be1d6ca => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1776] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:27 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 52 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1777] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/subnets/c9e26cc2-03e6-42d1-b86d-137bcb86f54f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1778] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/networks/258dfea6-212d-449f-9e0f-c01b9ff5bb09 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1779] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:50:27 2026] PUT /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1780] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/networks/5f42e212-012f-4b5a-8a50-46b497a49f12 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1781] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:27 2026] DELETE /v2.0/networks/9a8cde7b-2eb3-4c0d-b0b3-6841c9c54aac => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1782] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:28 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:28.198 8 INFO neutron.db.segments_db [None req-8660bb38-95bd-4cdf-a8fd-c11782ac18c8 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Added segment 41840ed7-c219-4425-9b40-d69cc3d17095 of type vxlan for network 10528148-78b8-4e76-a191-a2a459fdaaeb [pid: 7|app: 0|req: 929/1783] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:27 2026] PUT /v2.0/routers/183a537a-a9ce-49df-a197-524915c4c9a1/add_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1784] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:28 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1785] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:28 2026] GET /v2.0/ports/9360bfb5-7e0d-4185-944c-d55095edd600 => 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: 930/1786] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:28 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1787] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:28 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:28.642 8 INFO neutron.api.v2.resource [None req-1d450bf1-2979-4225-aa75-439ed924e190 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1788] 10.0.0.178 () {32 vars in 743 bytes} [Thu May 7 17:50:28 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:50:28.772 7 INFO neutron.services.segments.plugin [-] Segment daeb6da7-1bcb-4d74-b59c-1b17edbf212c resource provider aggregate not found 2026-05-07 17:50:28.777 7 INFO neutron.services.segments.plugin [-] Segment daeb6da7-1bcb-4d74-b59c-1b17edbf212c resource provider aggregate not found 2026-05-07 17:50:28.793 7 INFO neutron.services.segments.plugin [-] Segment daeb6da7-1bcb-4d74-b59c-1b17edbf212c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daeb6da7-1bcb-4d74-b59c-1b17edbf212c found for delete ", "request_id": "req-73cd8e95-507d-41e0-b418-eb4b3b54a844"}]} 2026-05-07 17:50:28.808 7 INFO neutron.services.segments.plugin [-] Segment daeb6da7-1bcb-4d74-b59c-1b17edbf212c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daeb6da7-1bcb-4d74-b59c-1b17edbf212c found for delete ", "request_id": "req-756863dc-35c3-4d11-90a4-1a0ed5b5a29a"}]} [pid: 8|app: 0|req: 859/1789] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:28 2026] POST /v2.0/ports => generated 912 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1790] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:50:28 2026] DELETE /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/red => 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: 861/1791] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:29 2026] GET /v2.0/security-groups?tenant_id=eb1690faa9094918b089c4b315e71e14&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:29.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b5a9fb0-bf1a-473f-85e5-a16318e2cabb 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] TaaS: Handle Delete Port: c1c6f682-a3c2-403c-ac73-fc8868761195 2026-05-07 17:50:29.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b5a9fb0-bf1a-473f-85e5-a16318e2cabb 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Tap Mirror: Handle Delete Port: c1c6f682-a3c2-403c-ac73-fc8868761195 [pid: 7|app: 0|req: 931/1792] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:28 2026] PUT /v2.0/routers/183a537a-a9ce-49df-a197-524915c4c9a1/add_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:29.470 8 INFO neutron.services.segments.plugin [-] Segment 20a664d7-5b69-4a00-a450-564c43f88270 resource provider aggregate not found 2026-05-07 17:50:29.477 8 INFO neutron.services.segments.plugin [-] Segment 20a664d7-5b69-4a00-a450-564c43f88270 resource provider aggregate not found 2026-05-07 17:50:29.485 8 INFO neutron.services.segments.plugin [-] Segment 20a664d7-5b69-4a00-a450-564c43f88270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20a664d7-5b69-4a00-a450-564c43f88270 found for delete ", "request_id": "req-18b41a8b-8cc7-4047-bd96-d10fe32182f1"}]} [pid: 7|app: 0|req: 932/1793] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:29 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 30 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:29.493 8 INFO neutron.services.segments.plugin [-] Segment 20a664d7-5b69-4a00-a450-564c43f88270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20a664d7-5b69-4a00-a450-564c43f88270 found for delete ", "request_id": "req-6ea4c8d9-0d6e-4fbf-9192-7b40745a3f80"}]} 2026-05-07 17:50:29.507 8 INFO neutron.services.segments.plugin [-] Segment c03c629f-814a-4c4d-8fb9-43157cb3000a resource provider aggregate not found 2026-05-07 17:50:29.518 8 INFO neutron.services.segments.plugin [-] Segment c03c629f-814a-4c4d-8fb9-43157cb3000a resource provider aggregate not found 2026-05-07 17:50:29.534 8 INFO neutron.services.segments.plugin [-] Segment c03c629f-814a-4c4d-8fb9-43157cb3000a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03c629f-814a-4c4d-8fb9-43157cb3000a found for delete ", "request_id": "req-ba14eded-7f32-4a76-8fcf-0969c88b6798"}]} 2026-05-07 17:50:29.539 8 INFO neutron.services.segments.plugin [-] Segment c03c629f-814a-4c4d-8fb9-43157cb3000a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03c629f-814a-4c4d-8fb9-43157cb3000a found for delete ", "request_id": "req-faa6fb2d-1625-4ee0-87ba-981b33cc1370"}]} 2026-05-07 17:50:29.553 8 INFO neutron.services.segments.plugin [-] Segment 68a46da3-5218-4cdc-9eb5-95449c0aacd6 resource provider aggregate not found 2026-05-07 17:50:29.558 8 INFO neutron.services.segments.plugin [-] Segment 68a46da3-5218-4cdc-9eb5-95449c0aacd6 resource provider aggregate not found 2026-05-07 17:50:29.574 8 INFO neutron.services.segments.plugin [-] Segment 68a46da3-5218-4cdc-9eb5-95449c0aacd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a46da3-5218-4cdc-9eb5-95449c0aacd6 found for delete ", "request_id": "req-ea94072c-b42f-4e85-8003-6afce9e53f92"}]} 2026-05-07 17:50:29.578 8 INFO neutron.services.segments.plugin [-] Segment 68a46da3-5218-4cdc-9eb5-95449c0aacd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a46da3-5218-4cdc-9eb5-95449c0aacd6 found for delete ", "request_id": "req-68d5a899-5b1c-4a80-a952-9aa39ac52165"}]} [pid: 7|app: 0|req: 933/1794] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:29 2026] DELETE /v2.0/security-groups/669e71c3-8277-4d92-8a7e-8e957d2f2b1e => 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: 862/1795] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:29 2026] DELETE /v2.0/ports/c1c6f682-a3c2-403c-ac73-fc8868761195 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1796] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:29 2026] GET /v2.0/ports/e5398faf-609a-4160-9290-db065416bac4 => generated 967 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:29.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cd7685f-8b0e-428d-a12f-1e1fb56e0609 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1797] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:29 2026] GET /v2.0/ports/c1c6f682-a3c2-403c-ac73-fc8868761195 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:29.668 8 INFO neutron.api.v2.resource [None req-6e101adf-21cd-4481-9e01-ccf90d63be26 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1798] 10.0.0.178 () {32 vars in 746 bytes} [Thu May 7 17:50:29 2026] DELETE /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags/green => generated 99 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1799] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:29 2026] DELETE /v2.0/subnets/ec28ab87-f709-447e-a686-a6ca4dec1c18 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1800] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:29 2026] GET /v2.0/security-groups?tenant_id=1767d6a5953c481d879d0a74a7aea193&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1801] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:50:29 2026] DELETE /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:29.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ec89796-e456-4b35-83bf-87ad5ad38b67 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: e5398faf-609a-4160-9290-db065416bac4 2026-05-07 17:50:29.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ec89796-e456-4b35-83bf-87ad5ad38b67 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: e5398faf-609a-4160-9290-db065416bac4 [pid: 8|app: 0|req: 867/1802] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:29 2026] DELETE /v2.0/networks/10528148-78b8-4e76-a191-a2a459fdaaeb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1803] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:30 2026] DELETE /v2.0/security-groups/f576d830-0026-47d3-8b3c-3c662b9067f2 => 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: 869/1804] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:30 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6/tags => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1805] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:29 2026] PUT /v2.0/routers/183a537a-a9ce-49df-a197-524915c4c9a1/remove_router_interface => generated 309 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1806] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:30 2026] GET /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1807] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:30 2026] POST /v2.0/ports => generated 775 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 938/1808] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:30 2026] GET /v2.0/security-groups?tenant_id=4b60a388f45447aab876c25d645b051b&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:30.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-be6e4efc-53a9-4df3-afb9-28f12aa0baed e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: 9360bfb5-7e0d-4185-944c-d55095edd600 2026-05-07 17:50:30.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be6e4efc-53a9-4df3-afb9-28f12aa0baed e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: 9360bfb5-7e0d-4185-944c-d55095edd600 [pid: 7|app: 0|req: 939/1809] 10.0.0.178 () {34 vars in 742 bytes} [Thu May 7 17:50:30 2026] PUT /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6 => generated 480 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1810] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:30 2026] PUT /v2.0/routers/183a537a-a9ce-49df-a197-524915c4c9a1/remove_router_interface => generated 309 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1811] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/security-groups/c0c2987d-f23b-45a3-9ee4-57e581f8173c => 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: 873/1812] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:31 2026] GET /v2.0/ports?device_id=0561dee6-fbbc-488b-ae77-e7fcde8349d6 => 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: 874/1813] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:31 2026] GET /v2.0/ports?device_id=183a537a-a9ce-49df-a197-524915c4c9a1 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1814] 10.0.0.178 () {34 vars in 737 bytes} [Thu May 7 17:50:31 2026] PUT /v2.0/ports/0cf7faef-7251-468d-ba1b-0c734121b27e => generated 752 bytes in 186 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-05-07 17:50:31.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-98885a87-46ef-426c-9e27-8311b366ee0a 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] TaaS: Handle Delete Port: 00861dbe-9e97-4381-a2a2-6fcda1ef205d 2026-05-07 17:50:31.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98885a87-46ef-426c-9e27-8311b366ee0a 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] Tap Mirror: Handle Delete Port: 00861dbe-9e97-4381-a2a2-6fcda1ef205d 2026-05-07 17:50:31.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-66c33835-4735-4f99-84c5-bfc9f5374874 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: 9e22084f-b0e6-470d-8667-9bdcbce75f8a 2026-05-07 17:50:31.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66c33835-4735-4f99-84c5-bfc9f5374874 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: 9e22084f-b0e6-470d-8667-9bdcbce75f8a 2026-05-07 17:50:31.601 8 INFO neutron.services.segments.plugin [-] Segment 41840ed7-c219-4425-9b40-d69cc3d17095 resource provider aggregate not found 2026-05-07 17:50:31.607 8 INFO neutron.services.segments.plugin [-] Segment 41840ed7-c219-4425-9b40-d69cc3d17095 resource provider aggregate not found 2026-05-07 17:50:31.624 8 INFO neutron.services.segments.plugin [-] Segment 41840ed7-c219-4425-9b40-d69cc3d17095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41840ed7-c219-4425-9b40-d69cc3d17095 found for delete ", "request_id": "req-3d62ca9d-4dab-4d8e-9abf-ccadad119dc9"}]} 2026-05-07 17:50:31.625 8 INFO neutron.services.segments.plugin [-] Segment 41840ed7-c219-4425-9b40-d69cc3d17095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41840ed7-c219-4425-9b40-d69cc3d17095 found for delete ", "request_id": "req-93214157-1f6f-4d5c-9e63-9d1b8f084c8a"}]} 2026-05-07 17:50:31.690 7 INFO neutron.services.segments.plugin [-] Segment 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d resource provider aggregate not found 2026-05-07 17:50:31.697 7 INFO neutron.services.segments.plugin [-] Segment 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d resource provider aggregate not found 2026-05-07 17:50:31.711 7 INFO neutron.services.segments.plugin [-] Segment 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d found for delete ", "request_id": "req-94035e5a-6b3c-4f25-be22-8167a4b9493e"}]} 2026-05-07 17:50:31.715 7 INFO neutron.services.segments.plugin [-] Segment 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c9d16c7-fd45-4c3d-a7b0-1c9c11b2961d found for delete ", "request_id": "req-06315648-a3f0-4618-9cdc-d5ee3a277069"}]} 2026-05-07 17:50:31.717 8 INFO neutron.db.l3_hamode_db [None req-98885a87-46ef-426c-9e27-8311b366ee0a 7dcaa5324f39495fae59e983322a78ae 50e091b6e5854133a6a7264c663c6ab7 - - default default] HA network 39c48bcf-0b70-4c1a-bb4d-cf2e2cda3085 was deleted as no HA routers are present in tenant 50e091b6e5854133a6a7264c663c6ab7. 2026-05-07 17:50:31.717 7 INFO neutron.db.l3_hamode_db [None req-66c33835-4735-4f99-84c5-bfc9f5374874 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] HA network 0afab2bc-1595-4703-bdac-b88de2627161 was deleted as no HA routers are present in tenant 411cb9e09150431c8091393116e9d434. [pid: 8|app: 0|req: 875/1815] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/routers/0561dee6-fbbc-488b-ae77-e7fcde8349d6 => generated 0 bytes in 515 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1816] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/routers/183a537a-a9ce-49df-a197-524915c4c9a1 => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:31.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-62fbf63f-5ef6-4c68-859c-0a7051cede64 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] TaaS: Handle Delete Port: 0cf7faef-7251-468d-ba1b-0c734121b27e 2026-05-07 17:50:31.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62fbf63f-5ef6-4c68-859c-0a7051cede64 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Tap Mirror: Handle Delete Port: 0cf7faef-7251-468d-ba1b-0c734121b27e [pid: 7|app: 0|req: 942/1817] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/subnets/a6797812-3577-41bb-9c6d-988eca961581 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1818] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/ports/0cf7faef-7251-468d-ba1b-0c734121b27e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1819] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:50:31 2026] GET /v2.0/ports => generated 777 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:31.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4e04e38-92cc-4c13-bbfd-ff3017709d08 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 878/1820] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:31 2026] GET /v2.0/ports/0cf7faef-7251-468d-ba1b-0c734121b27e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1821] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/subnets/9b138f87-7a47-4bfd-993d-0c223872eee8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1822] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:50:31 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1823] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:31 2026] GET /v2.0/ports/053e16de-3178-455b-83f9-b7a5d685e9eb => generated 774 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:32.043 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a100442-cb95-4acb-8a56-08a22dea1334 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1824] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/ports/c1c6f682-a3c2-403c-ac73-fc8868761195 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:32.061 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a9a14c1-54d2-48a6-bc39-936a4737940d 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1825] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/subnets/ec28ab87-f709-447e-a686-a6ca4dec1c18 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:32.079 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52b9f454-5284-439c-9720-45fec548f58c 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1826] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/subnets/c9e26cc2-03e6-42d1-b86d-137bcb86f54f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1827] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:31 2026] DELETE /v2.0/networks/5c52b64d-6321-4f61-8e30-8691dc1f1e8f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:32.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-c63b3ad5-e70b-477a-be52-9437a79b0314 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] TaaS: Handle Delete Port: 053e16de-3178-455b-83f9-b7a5d685e9eb 2026-05-07 17:50:32.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c63b3ad5-e70b-477a-be52-9437a79b0314 0df8cc8fd2eb4bea84613ebb5fcbc097 9f62a991dafd4c61ac8de898876b9b85 - - default default] Tap Mirror: Handle Delete Port: 053e16de-3178-455b-83f9-b7a5d685e9eb 2026-05-07 17:50:32.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-25112f48-eef6-4679-9c6f-23d9a4961dd2 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: da53bb6e-23f0-4e25-9d8f-2b831c45e341 2026-05-07 17:50:32.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25112f48-eef6-4679-9c6f-23d9a4961dd2 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: da53bb6e-23f0-4e25-9d8f-2b831c45e341 [pid: 8|app: 0|req: 884/1828] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/ports/053e16de-3178-455b-83f9-b7a5d685e9eb => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1829] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/networks/5acd05eb-9240-420c-b511-a3aa1341617f => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1830] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/networks/0e6404f8-bea6-4c1a-bd81-a63dd5425606 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:32.456 8 INFO neutron.db.segments_db [None req-b6e542ea-518a-4cf2-a88f-bbfcbd04fd90 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment 44b8df76-6878-47eb-82a0-60aff0eed1b4 of type vxlan for network a128ce06-6bb0-4801-a32b-7f332ed2e199 [pid: 8|app: 0|req: 886/1831] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:32 2026] POST /v2.0/networks => generated 615 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1832] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:32 2026] GET /v2.0/security-groups?tenant_id=49a266a483694ffe9afef53cefa64a5d&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1833] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:32 2026] POST /v2.0/subnets => generated 646 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:32.796 8 INFO neutron.db.segments_db [None req-ff6bcb84-ef8a-4ff6-a57a-f829a74e717a e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment d45c5dbd-bd54-4113-97a2-9bf932c2054a of type vxlan for network 2155e238-c0f1-444d-bc5d-6f20f5309cb3 [pid: 7|app: 0|req: 947/1834] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:32 2026] DELETE /v2.0/security-groups/6b96fbbb-2bbc-410e-91f1-13a822906434 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:33.023 8 INFO neutron.db.l3_hamode_db [None req-ff6bcb84-ef8a-4ff6-a57a-f829a74e717a e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 948/1835] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:32 2026] GET /v2.0/security-groups?tenant_id=9f62a991dafd4c61ac8de898876b9b85&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1836] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:33 2026] GET /v2.0/security-groups?tenant_id=50e091b6e5854133a6a7264c663c6ab7&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:50:33.136 8 INFO neutron.db.l3_hamode_db [None req-ff6bcb84-ef8a-4ff6-a57a-f829a74e717a e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 950/1837] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:33 2026] DELETE /v2.0/security-groups/357fa996-8654-4193-9ddf-db00b83b82d6 => 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: 951/1838] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:33 2026] DELETE /v2.0/security-groups/71cd2cb1-031a-453e-b0a8-7ada53559021 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:33.642 8 INFO neutron.services.segments.plugin [-] Segment 5d48dc17-e097-4056-8186-28de696cd117 resource provider aggregate not found 2026-05-07 17:50:33.665 8 INFO neutron.services.segments.plugin [-] Segment 5d48dc17-e097-4056-8186-28de696cd117 resource provider aggregate not found 2026-05-07 17:50:33.672 8 INFO neutron.services.segments.plugin [-] Segment 5d48dc17-e097-4056-8186-28de696cd117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d48dc17-e097-4056-8186-28de696cd117 found for delete ", "request_id": "req-268fcc51-48b2-4076-912c-0a23d3124efc"}]} 2026-05-07 17:50:33.684 8 INFO neutron.services.segments.plugin [-] Segment 5d48dc17-e097-4056-8186-28de696cd117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d48dc17-e097-4056-8186-28de696cd117 found for delete ", "request_id": "req-46008a84-16a4-4bfc-8c16-b8c60c89a184"}]} 2026-05-07 17:50:33.694 8 INFO neutron.services.segments.plugin [-] Segment 59d5aaa7-e296-443b-98fb-f76560eaef70 resource provider aggregate not found 2026-05-07 17:50:33.716 8 INFO neutron.services.segments.plugin [-] Segment 59d5aaa7-e296-443b-98fb-f76560eaef70 resource provider aggregate not found 2026-05-07 17:50:33.723 8 INFO neutron.services.segments.plugin [-] Segment 59d5aaa7-e296-443b-98fb-f76560eaef70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d5aaa7-e296-443b-98fb-f76560eaef70 found for delete ", "request_id": "req-09c80de9-9ca7-4f99-af67-618c180835dd"}]} 2026-05-07 17:50:33.726 7 INFO neutron.services.segments.plugin [-] Segment 874dcd02-24e7-482b-87f0-eab1af4739c2 resource provider aggregate not found 2026-05-07 17:50:33.731 7 INFO neutron.services.segments.plugin [-] Segment 874dcd02-24e7-482b-87f0-eab1af4739c2 resource provider aggregate not found 2026-05-07 17:50:33.735 8 INFO neutron.services.segments.plugin [-] Segment 59d5aaa7-e296-443b-98fb-f76560eaef70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d5aaa7-e296-443b-98fb-f76560eaef70 found for delete ", "request_id": "req-04aeb430-7021-4b8e-856f-934d8ae20605"}]} 2026-05-07 17:50:33.739 7 INFO neutron.services.segments.plugin [-] Segment 874dcd02-24e7-482b-87f0-eab1af4739c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 874dcd02-24e7-482b-87f0-eab1af4739c2 found for delete ", "request_id": "req-99821a70-3a79-47d3-bfcd-6295c10a245e"}]} 2026-05-07 17:50:33.742 7 INFO neutron.services.segments.plugin [-] Segment 874dcd02-24e7-482b-87f0-eab1af4739c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 874dcd02-24e7-482b-87f0-eab1af4739c2 found for delete ", "request_id": "req-28bef7b4-521b-4b3b-a42d-4ae1a1e434bb"}]} 2026-05-07 17:50:33.753 7 INFO neutron.services.segments.plugin [-] Segment f64c0360-666e-4a98-a6c7-355392900ff6 resource provider aggregate not found [pid: 8|app: 0|req: 888/1839] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:32 2026] POST /v2.0/routers => generated 510 bytes in 997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:33.756 7 INFO neutron.services.segments.plugin [-] Segment f64c0360-666e-4a98-a6c7-355392900ff6 resource provider aggregate not found 2026-05-07 17:50:33.770 7 INFO neutron.services.segments.plugin [-] Segment f64c0360-666e-4a98-a6c7-355392900ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64c0360-666e-4a98-a6c7-355392900ff6 found for delete ", "request_id": "req-b25e0500-676e-4864-ba32-9aae7addca5f"}]} 2026-05-07 17:50:33.782 7 INFO neutron.services.segments.plugin [-] Segment f64c0360-666e-4a98-a6c7-355392900ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64c0360-666e-4a98-a6c7-355392900ff6 found for delete ", "request_id": "req-4fa06e71-63a8-4a13-8a5e-21986576e205"}]} [pid: 7|app: 0|req: 952/1840] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:33 2026] POST /v2.0/ports => generated 964 bytes in 335 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-05-07 17:50:34.859 7 INFO neutron.db.segments_db [None req-d2ae9fa5-e325-424a-b516-9584180dc585 21467cfe9f934006934e677e7bd47250 d811771c6e87469882684eef4e436d3d - - default default] Added segment 7d867a60-b9e8-4f55-8161-96b2cc86322d of type vxlan for network 2d12e6df-ab3e-40e7-b33b-f145d17031f2 [pid: 7|app: 0|req: 953/1841] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:34 2026] POST /v2.0/networks => generated 613 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1842] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:34 2026] PUT /v2.0/routers/85eeecb6-cd07-4de7-a932-a5988435dd3a/add_router_interface => generated 309 bytes in 1016 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-05-07 17:50:35.216 7 INFO neutron.db.segments_db [None req-5ea9c2a5-66b8-48f2-9dbb-c009ec9a71ee 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment c0615a68-88c4-4e4f-99b7-a60cc382942c of type vxlan for network 825d03ce-4f92-4cb3-8357-819369ac4abb [pid: 7|app: 0|req: 954/1843] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:50:34 2026] POST /v2.0/networks => generated 722 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1844] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:35 2026] GET /v2.0/ports/e35a9375-62d9-4e5c-ae11-e18c74e0af77 => generated 1038 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1845] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:50:35 2026] POST /v2.0/ports => generated 743 bytes in 296 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: 956/1846] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:35 2026] POST /v2.0/subnets => generated 688 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1847] 10.0.0.178 () {34 vars in 747 bytes} [Thu May 7 17:50:35 2026] PUT /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 25 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, ' 2026-05-07 17:50:35.615 7 INFO neutron.db.segments_db [None req-2441f2d3-3514-4b35-8ccd-86eb35cd2a47 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Added segment 14034bf8-07d2-452a-bb8d-658957be5399 of type vxlan for network 1183ef3d-023a-4c27-93c9-a0247e97bb40 2026-05-07 17:50:35.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-65956c13-f0ea-44da-ac02-5c568ff91246 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: e35a9375-62d9-4e5c-ae11-e18c74e0af77 2026-05-07 17:50:35.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65956c13-f0ea-44da-ac02-5c568ff91246 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: e35a9375-62d9-4e5c-ae11-e18c74e0af77 2026-05-07 17:50:35.878 7 INFO neutron.db.l3_hamode_db [None req-2441f2d3-3514-4b35-8ccd-86eb35cd2a47 57590722bc3441b789f516b57e35cb1e 472f0b4fa782400aa005e1d0204471a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 891/1848] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:35 2026] PUT /v2.0/routers/85eeecb6-cd07-4de7-a932-a5988435dd3a/remove_router_interface => generated 309 bytes in 724 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: 892/1849] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:36 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 25 bytes in 70 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-05-07 17:50:36.318 8 INFO neutron.api.v2.resource [None req-afe9a407-5417-4fbd-b08c-1b0cf1f23462 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1850] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:36 2026] PUT /v2.0/routers/85eeecb6-cd07-4de7-a932-a5988435dd3a/remove_router_interface => generated 197 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1851] 10.0.0.178 () {34 vars in 758 bytes} [Thu May 7 17:50:36 2026] PUT /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/green => generated 4 bytes in 87 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: 895/1852] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:36 2026] GET /v2.0/ports?device_id=85eeecb6-cd07-4de7-a932-a5988435dd3a => 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: 896/1853] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:36 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:50:36.563 7 INFO neutron.db.l3_hamode_db [None req-2441f2d3-3514-4b35-8ccd-86eb35cd2a47 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:36.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-db9e5ae7-71cc-4c1e-89d4-cf779a356f99 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: d6230780-0ffd-4415-85e8-412aa7df0102 2026-05-07 17:50:36.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db9e5ae7-71cc-4c1e-89d4-cf779a356f99 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: d6230780-0ffd-4415-85e8-412aa7df0102 2026-05-07 17:50:36.959 8 INFO neutron.services.segments.plugin [-] Segment d45c5dbd-bd54-4113-97a2-9bf932c2054a resource provider aggregate not found 2026-05-07 17:50:36.966 8 INFO neutron.services.segments.plugin [-] Segment d45c5dbd-bd54-4113-97a2-9bf932c2054a resource provider aggregate not found 2026-05-07 17:50:36.980 8 INFO neutron.services.segments.plugin [-] Segment d45c5dbd-bd54-4113-97a2-9bf932c2054a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d45c5dbd-bd54-4113-97a2-9bf932c2054a found for delete ", "request_id": "req-dbd9c7d4-8bc0-4bfa-9ef4-19474e22d25d"}]} 2026-05-07 17:50:36.982 8 INFO neutron.services.segments.plugin [-] Segment d45c5dbd-bd54-4113-97a2-9bf932c2054a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d45c5dbd-bd54-4113-97a2-9bf932c2054a found for delete ", "request_id": "req-83ec1374-640e-4117-acfe-dbaacbc115ae"}]} 2026-05-07 17:50:36.991 8 INFO neutron.db.l3_hamode_db [None req-db9e5ae7-71cc-4c1e-89d4-cf779a356f99 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] HA network 2155e238-c0f1-444d-bc5d-6f20f5309cb3 was deleted as no HA routers are present in tenant 411cb9e09150431c8091393116e9d434. [pid: 8|app: 0|req: 897/1854] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:36 2026] DELETE /v2.0/routers/85eeecb6-cd07-4de7-a932-a5988435dd3a => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1855] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:50:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1856] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:35 2026] POST /v2.0/routers => generated 728 bytes in 1797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1857] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:37 2026] DELETE /v2.0/subnets/51c309c4-4aa8-4dca-a86b-5625c40a42fd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1858] 10.0.0.178 () {34 vars in 767 bytes} [Thu May 7 17:50:37 2026] PUT /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1859] 10.0.0.178 () {34 vars in 754 bytes} [Thu May 7 17:50:37 2026] PUT /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/red => generated 4 bytes in 475 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, ' 2026-05-07 17:50:37.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5b5a464-a280-497c-a5ed-2ad9734bcb1f e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: b7348fcf-024d-434a-ad54-8edd6e40e2b2 2026-05-07 17:50:37.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b5a464-a280-497c-a5ed-2ad9734bcb1f e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: b7348fcf-024d-434a-ad54-8edd6e40e2b2 [pid: 8|app: 0|req: 900/1860] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:37 2026] DELETE /v2.0/networks/a128ce06-6bb0-4801-a32b-7f332ed2e199 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1861] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:38 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1862] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:38 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:50:38.220 8 INFO neutron.db.segments_db [None req-1da240e4-54fc-4fad-a904-84f60b065d40 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 of type vxlan for network 167048b1-6a1e-4db3-8250-201a6ed4a380 [pid: 8|app: 0|req: 903/1863] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:38 2026] POST /v2.0/networks => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1864] 10.0.0.178 () {34 vars in 778 bytes} [Thu May 7 17:50:38 2026] PUT /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1865] 10.0.0.178 () {34 vars in 776 bytes} [Thu May 7 17:50:38 2026] PUT /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/black.or.white => generated 4 bytes in 97 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: 906/1866] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:38 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1867] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:37 2026] PUT /v2.0/routers/7b6d1da6-e24c-4b4f-b58e-28117e7639d9/add_router_interface => generated 309 bytes in 1206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1868] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:38 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/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: 962/1871] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:38 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:50:38.806 8 INFO neutron.db.segments_db [None req-1dcec0aa-09c5-42bf-815f-02a173abb97f e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment d9b280ac-8589-46aa-9c72-dc7e3ef1527c of type vxlan for network 8f35b397-598a-4195-9bf1-7f63fbee6268 [pid: 7|app: 0|req: 963/1872] 10.0.0.178 () {34 vars in 774 bytes} [Thu May 7 17:50:38 2026] PUT /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1873] 10.0.0.178 () {34 vars in 747 bytes} [Thu May 7 17:50:38 2026] PUT /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 37 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: 965/1874] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:38 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:39.000 8 INFO neutron.services.segments.plugin [-] Segment 44b8df76-6878-47eb-82a0-60aff0eed1b4 resource provider aggregate not found 2026-05-07 17:50:39.006 8 INFO neutron.services.segments.plugin [-] Segment 44b8df76-6878-47eb-82a0-60aff0eed1b4 resource provider aggregate not found 2026-05-07 17:50:39.019 8 INFO neutron.services.segments.plugin [-] Segment 44b8df76-6878-47eb-82a0-60aff0eed1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b8df76-6878-47eb-82a0-60aff0eed1b4 found for delete ", "request_id": "req-9d32e21a-433d-4c61-b774-d1c0572ab34d"}]} 2026-05-07 17:50:39.021 8 INFO neutron.services.segments.plugin [-] Segment 44b8df76-6878-47eb-82a0-60aff0eed1b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b8df76-6878-47eb-82a0-60aff0eed1b4 found for delete ", "request_id": "req-dfb96399-c898-4ab4-bad6-90d8051f2607"}]} [pid: 7|app: 0|req: 966/1875] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:38 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:50:39.062 8 INFO neutron.db.l3_hamode_db [None req-1dcec0aa-09c5-42bf-815f-02a173abb97f e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 967/1876] 10.0.0.178 () {34 vars in 796 bytes} [Thu May 7 17:50:39 2026] PUT /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags/black.or.white => 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: 968/1877] 10.0.0.178 () {32 vars in 735 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/red => generated 0 bytes in 50 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: 969/1878] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:39.192 7 INFO neutron.api.v2.resource [None req-277fed7a-6aa8-4e7d-936a-15eb8cf04685 21467cfe9f934006934e677e7bd47250 d811771c6e87469882684eef4e436d3d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1879] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/green => generated 99 bytes in 43 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, ' 2026-05-07 17:50:39.205 8 INFO neutron.db.l3_hamode_db [None req-1dcec0aa-09c5-42bf-815f-02a173abb97f e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 971/1880] 10.0.0.178 () {34 vars in 767 bytes} [Thu May 7 17:50:39 2026] PUT /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/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: 972/1881] 10.0.0.178 () {32 vars in 738 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/red => generated 0 bytes in 58 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: 973/1882] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1883] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 30 bytes in 37 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: 975/1884] 10.0.0.178 () {32 vars in 755 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:39.474 7 INFO neutron.api.v2.resource [None req-a86b4b02-b2d6-4256-9114-7587c6371de4 21467cfe9f934006934e677e7bd47250 d811771c6e87469882684eef4e436d3d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 976/1885] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags/green => generated 99 bytes in 92 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, ' 2026-05-07 17:50:39.507 7 INFO neutron.api.v2.resource [None req-9040ffb3-6338-4927-a15e-2055cb441a02 bec0743db920460bbe955c68c9bdfa4a 2f8c323c92df400592f0c42f4f0b2472 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1886] 10.0.0.178 () {32 vars in 759 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1887] 10.0.0.178 () {32 vars in 730 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 0 bytes in 69 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: 979/1888] 10.0.0.178 () {32 vars in 758 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1889] 10.0.0.178 () {32 vars in 727 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 981/1890] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:39 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:39.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-8349ca3a-f099-4f1d-b678-dedbb3c33367 21467cfe9f934006934e677e7bd47250 d811771c6e87469882684eef4e436d3d - - default default] TaaS: Handle Delete Port: 5b1586cb-99a5-4e15-8aff-55f019c4e586 2026-05-07 17:50:39.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8349ca3a-f099-4f1d-b678-dedbb3c33367 21467cfe9f934006934e677e7bd47250 d811771c6e87469882684eef4e436d3d - - default default] Tap Mirror: Handle Delete Port: 5b1586cb-99a5-4e15-8aff-55f019c4e586 [pid: 7|app: 0|req: 982/1891] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/ports/5b1586cb-99a5-4e15-8aff-55f019c4e586 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1892] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:38 2026] POST /v2.0/routers => generated 510 bytes in 1218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:39.983 7 INFO neutron.api.v2.resource [None req-10bacfc6-dadf-4a3d-9173-0a3663171c86 bec0743db920460bbe955c68c9bdfa4a 2f8c323c92df400592f0c42f4f0b2472 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/1893] 10.0.0.178 () {32 vars in 762 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/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: 911/1894] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:39 2026] DELETE /v2.0/networks/2d12e6df-ab3e-40e7-b33b-f145d17031f2 => 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: 912/1895] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:50:40 2026] DELETE /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1896] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:40 2026] GET /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33/tags => 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: 914/1897] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:40 2026] DELETE /v2.0/security-groups/111ad230-8802-4d0c-acba-ad8325e9eb33 => 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: 984/1898] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:39 2026] PUT /v2.0/routers/2cf5d5aa-e3d6-415f-95b8-ba1f4d715bbf/add_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1899] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:40 2026] GET /v2.0/security-groups?tenant_id=d811771c6e87469882684eef4e436d3d&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1900] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:50:40 2026] GET /v2.0/networks?id=825d03ce-4f92-4cb3-8357-819369ac4abb => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1901] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:40 2026] GET /v2.0/ports/549bb40f-e168-46cd-b9c1-90d4786d2356 => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:41.043 8 INFO neutron.services.segments.plugin [-] Segment 7d867a60-b9e8-4f55-8161-96b2cc86322d resource provider aggregate not found 2026-05-07 17:50:41.046 8 INFO neutron.services.segments.plugin [-] Segment 7d867a60-b9e8-4f55-8161-96b2cc86322d resource provider aggregate not found 2026-05-07 17:50:41.061 8 INFO neutron.services.segments.plugin [-] Segment 7d867a60-b9e8-4f55-8161-96b2cc86322d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d867a60-b9e8-4f55-8161-96b2cc86322d found for delete ", "request_id": "req-dbfc8fd9-5ee2-43a7-9504-913591794b4e"}]} 2026-05-07 17:50:41.064 8 INFO neutron.services.segments.plugin [-] Segment 7d867a60-b9e8-4f55-8161-96b2cc86322d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d867a60-b9e8-4f55-8161-96b2cc86322d found for delete ", "request_id": "req-ecb56838-f060-4b84-b338-dc36defcfa3b"}]} [pid: 7|app: 0|req: 985/1902] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:40 2026] GET /v2.0/security-groups?tenant_id=e5924e40fa414d4296cd02dc92562819&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1903] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/quotas/472f0b4fa782400aa005e1d0204471a4 => 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: 918/1904] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:41 2026] DELETE /v2.0/security-groups/cbd5435c-cb4b-4ce6-829e-5fc66db9d9c7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1905] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:41 2026] DELETE /v2.0/security-groups/9e26acab-f155-43a2-bd68-5f06c60d9113 => 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: 920/1906] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/ports?tenant_id=472f0b4fa782400aa005e1d0204471a4&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:41.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-22602561-c31d-4bc5-a88c-1c073cd703b8 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: 549bb40f-e168-46cd-b9c1-90d4786d2356 2026-05-07 17:50:41.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22602561-c31d-4bc5-a88c-1c073cd703b8 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: 549bb40f-e168-46cd-b9c1-90d4786d2356 [pid: 8|app: 0|req: 921/1907] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/security-groups?tenant_id=794509426cb843808592adb9323d0110&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1908] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/networks/825d03ce-4f92-4cb3-8357-819369ac4abb?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: 923/1909] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/security-groups?tenant_id=2f8c323c92df400592f0c42f4f0b2472&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: 924/1910] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:41 2026] DELETE /v2.0/security-groups/3b74d56f-bd23-4597-8998-4994abaa4a56 => 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: 925/1911] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/networks/825d03ce-4f92-4cb3-8357-819369ac4abb?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: 987/1912] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:41 2026] PUT /v2.0/routers/2cf5d5aa-e3d6-415f-95b8-ba1f4d715bbf/remove_router_interface => generated 309 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1913] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/ports?device_id=2cf5d5aa-e3d6-415f-95b8-ba1f4d715bbf => 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: 926/1914] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:41 2026] DELETE /v2.0/security-groups/4b10ab02-51d0-4ace-afc3-3e815014c992 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1915] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:41 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:41.923 7 INFO neutron_taas.services.taas.taas_plugin [None req-a658699a-c6fd-4415-bcee-f43c1147d709 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: 6b565b5b-7c98-4bd9-b631-01325052a334 2026-05-07 17:50:41.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a658699a-c6fd-4415-bcee-f43c1147d709 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: 6b565b5b-7c98-4bd9-b631-01325052a334 2026-05-07 17:50:42.239 7 INFO neutron.services.segments.plugin [-] Segment d9b280ac-8589-46aa-9c72-dc7e3ef1527c resource provider aggregate not found 2026-05-07 17:50:42.247 7 INFO neutron.services.segments.plugin [-] Segment d9b280ac-8589-46aa-9c72-dc7e3ef1527c resource provider aggregate not found 2026-05-07 17:50:42.254 7 INFO neutron.services.segments.plugin [-] Segment d9b280ac-8589-46aa-9c72-dc7e3ef1527c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9b280ac-8589-46aa-9c72-dc7e3ef1527c found for delete ", "request_id": "req-ccae1102-76dd-4b85-b100-5d22ff63c254"}]} 2026-05-07 17:50:42.266 7 INFO neutron.services.segments.plugin [-] Segment d9b280ac-8589-46aa-9c72-dc7e3ef1527c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9b280ac-8589-46aa-9c72-dc7e3ef1527c found for delete ", "request_id": "req-8408c134-5f0b-4301-af58-c40d8e5977c5"}]} 2026-05-07 17:50:42.283 7 INFO neutron.db.l3_hamode_db [None req-a658699a-c6fd-4415-bcee-f43c1147d709 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] HA network 8f35b397-598a-4195-9bf1-7f63fbee6268 was deleted as no HA routers are present in tenant 411cb9e09150431c8091393116e9d434. [pid: 7|app: 0|req: 989/1916] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:41 2026] DELETE /v2.0/routers/2cf5d5aa-e3d6-415f-95b8-ba1f4d715bbf => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1917] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:42 2026] DELETE /v2.0/subnets/ca3ebad0-626f-4008-a756-90e8669639b2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1918] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:42 2026] DELETE /v2.0/networks/167048b1-6a1e-4db3-8250-201a6ed4a380 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:42.638 8 INFO neutron.db.segments_db [None req-ef55365a-e048-423c-987d-19c1522d13fd e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Added segment 15a99aeb-70b6-4309-8787-4294b8257dbb of type vxlan for network 76097b78-62a8-4b38-a3ea-87e8cc0108ee [pid: 7|app: 0|req: 991/1919] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:42 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:42.908 8 INFO neutron.db.l3_hamode_db [None req-ef55365a-e048-423c-987d-19c1522d13fd e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:43.795 8 INFO neutron.db.l3_hamode_db [None req-ef55365a-e048-423c-987d-19c1522d13fd e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 992/1920] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:43 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:44.273 7 INFO neutron.services.segments.plugin [-] Segment c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 resource provider aggregate not found 2026-05-07 17:50:44.289 7 INFO neutron.services.segments.plugin [-] Segment c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 resource provider aggregate not found 2026-05-07 17:50:44.302 7 INFO neutron.services.segments.plugin [-] Segment c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 found for delete ", "request_id": "req-93be8f9f-3424-4a2d-8c9f-511da12ec539"}]} 2026-05-07 17:50:44.307 7 INFO neutron.services.segments.plugin [-] Segment c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bf1fd0-8cf0-4a94-a8a5-462780c6cdc3 found for delete ", "request_id": "req-8f197eb5-4add-4d21-9a2d-affb8c3d44da"}]} [pid: 8|app: 0|req: 929/1921] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:42 2026] POST /v2.0/routers => generated 692 bytes in 2157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1922] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:44 2026] GET /v2.0/routers/4f952d36-4536-4acf-a076-2a4f14b1a78c => generated 698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1923] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:50:44 2026] GET /v2.0/routers => generated 701 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:45.304 8 INFO neutron.db.segments_db [None req-5c242803-6b1d-49c3-acb4-34db0d944a61 564b28aff53749918bc8ff288e01dcb3 24c34beec7374512b8a5d85059912f8d - - default default] Added segment 450a0996-62e0-412e-a8cd-d3abd686c4e4 of type vxlan for network 53207d93-b16f-499d-b8b3-9ec4738a1759 [pid: 8|app: 0|req: 931/1924] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:45 2026] POST /v2.0/networks => generated 612 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1925] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:45 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => 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: 933/1926] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:50:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1927] 10.0.0.178 () {34 vars in 741 bytes} [Thu May 7 17:50:44 2026] PUT /v2.0/routers/4f952d36-4536-4acf-a076-2a4f14b1a78c => generated 705 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1928] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:50:45 2026] PUT /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1929] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:45 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1930] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:50:45 2026] GET /v2.0/routers/4f952d36-4536-4acf-a076-2a4f14b1a78c => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1931] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:45 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1932] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:45 2026] GET /v2.0/ports?device_id=4f952d36-4536-4acf-a076-2a4f14b1a78c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1933] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:50:45 2026] PUT /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/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: 937/1934] 10.0.0.178 () {34 vars in 770 bytes} [Thu May 7 17:50:45 2026] PUT /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/green => 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: 938/1935] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:45 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/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: 939/1936] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:45 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1937] 10.0.0.178 () {34 vars in 762 bytes} [Thu May 7 17:50:45 2026] PUT /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1938] 10.0.0.178 () {34 vars in 766 bytes} [Thu May 7 17:50:45 2026] PUT /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-07 17:50:46.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-a676647c-1f0e-4bc5-bf4c-cae24150f17d e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: c6d9904b-0023-4b07-adf5-1cee6c4051a6 2026-05-07 17:50:46.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a676647c-1f0e-4bc5-bf4c-cae24150f17d e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: c6d9904b-0023-4b07-adf5-1cee6c4051a6 [pid: 8|app: 0|req: 942/1939] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1940] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1941] 10.0.0.178 () {34 vars in 758 bytes} [Thu May 7 17:50:46 2026] PUT /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1942] 10.0.0.178 () {34 vars in 788 bytes} [Thu May 7 17:50:46 2026] PUT /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1943] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/networks?id=825d03ce-4f92-4cb3-8357-819369ac4abb => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1944] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1945] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:46.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-a676647c-1f0e-4bc5-bf4c-cae24150f17d e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] TaaS: Handle Delete Port: 20b0bf16-7cf7-4657-acb5-7f1cab5960a2 2026-05-07 17:50:46.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a676647c-1f0e-4bc5-bf4c-cae24150f17d e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] Tap Mirror: Handle Delete Port: 20b0bf16-7cf7-4657-acb5-7f1cab5960a2 2026-05-07 17:50:46.541 7 INFO neutron.services.segments.plugin [-] Segment 15a99aeb-70b6-4309-8787-4294b8257dbb resource provider aggregate not found 2026-05-07 17:50:46.544 7 INFO neutron.services.segments.plugin [-] Segment 15a99aeb-70b6-4309-8787-4294b8257dbb resource provider aggregate not found 2026-05-07 17:50:46.557 7 INFO neutron.db.l3_hamode_db [None req-a676647c-1f0e-4bc5-bf4c-cae24150f17d e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] HA network 76097b78-62a8-4b38-a3ea-87e8cc0108ee was deleted as no HA routers are present in tenant 411cb9e09150431c8091393116e9d434. [pid: 7|app: 0|req: 998/1946] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:45 2026] DELETE /v2.0/routers/4f952d36-4536-4acf-a076-2a4f14b1a78c => generated 0 bytes in 743 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:46.566 7 INFO neutron.services.segments.plugin [-] Segment 15a99aeb-70b6-4309-8787-4294b8257dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a99aeb-70b6-4309-8787-4294b8257dbb found for delete ", "request_id": "req-c04046ed-6848-490d-ae2e-7a91653f9e80"}]} 2026-05-07 17:50:46.569 7 INFO neutron.services.segments.plugin [-] Segment 15a99aeb-70b6-4309-8787-4294b8257dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a99aeb-70b6-4309-8787-4294b8257dbb found for delete ", "request_id": "req-36816439-be8c-4bc6-9d8d-64e0710c1066"}]} [pid: 7|app: 0|req: 999/1947] 10.0.0.178 () {34 vars in 780 bytes} [Thu May 7 17:50:46 2026] PUT /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1948] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:50:46 2026] PUT /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1949] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:50:46 2026] POST /v2.0/ports => generated 954 bytes in 451 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/1950] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/ports?device_id=4f952d36-4536-4acf-a076-2a4f14b1a78c => 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: 1001/1951] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 957 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1952] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1953] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:46.772 7 INFO neutron.api.v2.resource [None req-047e0b1a-9264-49e6-9d6c-d2b9e928a654 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1003/1954] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:46 2026] DELETE /v2.0/routers/4f952d36-4536-4acf-a076-2a4f14b1a78c => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1955] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1956] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:50:46 2026] PUT /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1957] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1958] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/ports?device_id=2cf5d5aa-e3d6-415f-95b8-ba1f4d715bbf => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1959] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:46.940 7 INFO neutron.api.v2.resource [None req-bf70f871-5879-4e70-8cd0-63390737db95 0b6b3b316ef746dc841d51c29031aca2 896ce39b9cb64f44b851bf16c34bfdd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1009/1960] 10.0.0.178 () {32 vars in 751 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:50:46.957 7 INFO neutron.api.v2.resource [None req-6f74ba1c-14b7-495d-88bf-cfc81f79aa76 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1010/1961] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:46 2026] DELETE /v2.0/routers/2cf5d5aa-e3d6-415f-95b8-ba1f4d715bbf => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1962] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:46 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1963] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:50:46 2026] DELETE /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:47.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-689a7ce9-4974-4104-922e-d216042a1031 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/1964] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/ca3ebad0-626f-4008-a756-90e8669639b2 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:47.063 7 INFO neutron.api.v2.resource [None req-b6264e58-38f1-4654-8372-943f1d14ea4c 564b28aff53749918bc8ff288e01dcb3 24c34beec7374512b8a5d85059912f8d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/1965] 10.0.0.178 () {32 vars in 743 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1966] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1967] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:50:46 2026] PUT /v2.0/ports/f0df2002-32b1-4fba-af7b-b27831091a10 => generated 1235 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1968] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/ports?device_id=85eeecb6-cd07-4de7-a932-a5988435dd3a => generated 12 bytes in 16 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-05-07 17:50:47.139 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a98f5bf-7664-494d-8694-853a803347ce'] response: {'name': 'network-changed', 'server_uuid': '1d52cf87-b422-4b16-8264-71674c1d5665', 'tag': 'f0df2002-32b1-4fba-af7b-b27831091a10', 'status': 'completed', 'code': 200} 2026-05-07 17:50:47.142 7 INFO neutron.api.v2.resource [None req-a26a2233-990b-4de6-9650-c1cbcc62ef3b 0b6b3b316ef746dc841d51c29031aca2 896ce39b9cb64f44b851bf16c34bfdd4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1017/1969] 10.0.0.178 () {32 vars in 754 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:50:47.163 7 INFO neutron.api.v2.resource [None req-a6915bd9-deed-46f1-a145-f0c2e04fc484 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1018/1970] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/routers/85eeecb6-cd07-4de7-a932-a5988435dd3a => 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: 953/1971] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:47.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1e653ea-0f4f-4877-89a1-27810cac1f76 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 954/1972] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/51c309c4-4aa8-4dca-a86b-5625c40a42fd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1973] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1974] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1975] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/ports?device_id=183a537a-a9ce-49df-a197-524915c4c9a1 => 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: 956/1976] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:47.274 8 INFO neutron.api.v2.resource [None req-358a7292-47ad-42ea-b003-370948e94249 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/1977] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/routers/183a537a-a9ce-49df-a197-524915c4c9a1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:50:47.276 7 INFO neutron.api.v2.resource [None req-bb18ad92-9e86-49c1-bb39-dcf1b0e40624 564b28aff53749918bc8ff288e01dcb3 24c34beec7374512b8a5d85059912f8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/1978] 10.0.0.178 () {32 vars in 746 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:50:47.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f87ee82a-87e0-40cc-b185-cdb9b0c15ed1 e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1022/1979] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/a6797812-3577-41bb-9c6d-988eca961581 => 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: 958/1980] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnetpools/4d3f143f-a21c-4f35-8e21-bf23b6051de1 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:50:47.336 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7faa31bc-b69b-4fb3-afe5-232d943fb00c e50e3762003d496785ef005e20c697e9 411cb9e09150431c8091393116e9d434 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/1981] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/9b138f87-7a47-4bfd-993d-0c223872eee8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1982] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1983] 10.0.0.178 () {32 vars in 731 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1984] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/subnets/a64ce510-e61c-430c-b533-21e0de7e427e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:47.675 8 INFO neutron.services.segments.plugin [-] Segment 450a0996-62e0-412e-a8cd-d3abd686c4e4 resource provider aggregate not found 2026-05-07 17:50:47.676 8 INFO neutron.services.segments.plugin [-] Segment 450a0996-62e0-412e-a8cd-d3abd686c4e4 resource provider aggregate not found 2026-05-07 17:50:47.697 8 INFO neutron.services.segments.plugin [-] Segment 450a0996-62e0-412e-a8cd-d3abd686c4e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 450a0996-62e0-412e-a8cd-d3abd686c4e4 found for delete ", "request_id": "req-2922e1f1-d91d-445b-85d7-8318e9e3725f"}]} 2026-05-07 17:50:47.698 8 INFO neutron.services.segments.plugin [-] Segment 450a0996-62e0-412e-a8cd-d3abd686c4e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 450a0996-62e0-412e-a8cd-d3abd686c4e4 found for delete ", "request_id": "req-2e3342b4-ff69-4968-b680-511c0df66d57"}]} [pid: 8|app: 0|req: 961/1985] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:47 2026] DELETE /v2.0/networks/53207d93-b16f-499d-b8b3-9ec4738a1759 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1986] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/ports?tenant_id=472f0b4fa782400aa005e1d0204471a4&device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 1238 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1987] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/networks?tenant_id=472f0b4fa782400aa005e1d0204471a4&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1988] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1989] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => 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: 1028/1990] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1991] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:47 2026] GET /v2.0/security-groups?tenant_id=411cb9e09150431c8091393116e9d434&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1992] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:48 2026] DELETE /v2.0/security-groups/80ffde6a-8642-428b-ab1d-d949bcf06a04 => 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: 1029/1993] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/security-groups?tenant_id=b832e7e4e87949389ba1efbae20e9818&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: 965/1994] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:48 2026] DELETE /v2.0/security-groups/15961321-c84d-407a-940c-b513a7616d17 => 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: 966/1995] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/security-groups?tenant_id=896ce39b9cb64f44b851bf16c34bfdd4&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1996] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:48 2026] DELETE /v2.0/security-groups/db0807cc-5cc0-4c62-b1e4-e37706295115 => 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: 1030/1997] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/security-groups?tenant_id=f73d256a90654661b67ee85c009075f7&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1998] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/ports?tenant_id=472f0b4fa782400aa005e1d0204471a4&device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1999] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=f0df2002-32b1-4fba-af7b-b27831091a10 => 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: 968/2000] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:48 2026] DELETE /v2.0/security-groups/3dd3b899-2a8a-45d3-bfd0-f3b845688e22 => 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: 1033/2001] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/subnets?id=42e92af1-c6b4-40ed-88ef-975c2aabf364 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2002] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:50:48 2026] GET /v2.0/ports?network_id=825d03ce-4f92-4cb3-8357-819369ac4abb&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: 1034/2003] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:50:49 2026] GET /v2.0/networks/825d03ce-4f92-4cb3-8357-819369ac4abb?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: 970/2004] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:49 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2005] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:49 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&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: 1035/2006] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:50:49 2026] GET /v2.0/networks/825d03ce-4f92-4cb3-8357-819369ac4abb?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: 972/2007] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:50:49 2026] GET /v2.0/security-groups?tenant_id=24c34beec7374512b8a5d85059912f8d&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: 1036/2008] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:50:49 2026] DELETE /v2.0/security-groups/60ac4a4d-59ab-4407-a1d3-58d88afe527d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2009] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:50 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2010] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:50 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:50.405 8 INFO neutron.db.segments_db [None req-3f8fed30-2c66-496d-a2f7-6ba587e18ae9 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment 1b6f7e7d-979a-4704-85b9-604605f0c871 of type vxlan for network fdbfe145-91bd-41e5-80cd-083fd482eab8 [pid: 8|app: 0|req: 973/2011] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:50 2026] POST /v2.0/networks => generated 611 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:50.579 7 INFO neutron.db.segments_db [None req-3535b866-8b16-4b8b-a16e-b5a94db1514d 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment a5e832a9-aea8-453c-9298-05860746732b of type vxlan for network 2cfea544-a948-424b-a696-473e14e6e445 [pid: 7|app: 0|req: 1039/2012] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:50 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2013] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:50 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2014] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:50 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:51.242 8 INFO neutron.db.segments_db [None req-0c653d41-75a0-4739-918d-949a8e2b1706 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 of type vxlan for network 8183bed8-aede-41f6-9430-acaa4c5067f1 [pid: 7|app: 0|req: 1041/2015] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:51 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2016] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:51 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:51.441 8 INFO neutron.db.l3_hamode_db [None req-0c653d41-75a0-4739-918d-949a8e2b1706 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:51.531 8 INFO neutron.db.l3_hamode_db [None req-0c653d41-75a0-4739-918d-949a8e2b1706 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 975/2017] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:51 2026] POST /v2.0/routers => generated 507 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2018] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:52 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2019] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:52 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2020] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:52 2026] PUT /v2.0/routers/d0956144-144e-4b8f-824b-c54ca8452df3/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2021] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:53 2026] GET /v2.0/ports/60f50c50-55e0-44d6-b535-9a8dff93a661 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2024] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:53 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2025] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:53 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2026] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:53 2026] PUT /v2.0/routers/d0956144-144e-4b8f-824b-c54ca8452df3/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2027] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:54 2026] GET /v2.0/ports/a932165f-411c-4552-afd7-47ea502312d6 => generated 955 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:54.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-1459e239-7b3c-4040-b199-c95d29a8173f 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: a932165f-411c-4552-afd7-47ea502312d6 2026-05-07 17:50:54.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1459e239-7b3c-4040-b199-c95d29a8173f 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: a932165f-411c-4552-afd7-47ea502312d6 [pid: 8|app: 0|req: 984/2028] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:55 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2029] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:55 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2030] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:54 2026] PUT /v2.0/routers/d0956144-144e-4b8f-824b-c54ca8452df3/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:50:55.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-756bf720-7800-45b6-9cdb-9e746f88b073 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: 60f50c50-55e0-44d6-b535-9a8dff93a661 2026-05-07 17:50:55.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-756bf720-7800-45b6-9cdb-9e746f88b073 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: 60f50c50-55e0-44d6-b535-9a8dff93a661 [pid: 8|app: 0|req: 986/2031] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:50:55 2026] PUT /v2.0/routers/d0956144-144e-4b8f-824b-c54ca8452df3/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2032] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:50:56 2026] GET /v2.0/ports?device_id=d0956144-144e-4b8f-824b-c54ca8452df3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:50:56.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-71124d65-7a58-406f-9615-77efa4e75c96 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: c8135f1d-2d11-4384-be34-5e72087a0152 2026-05-07 17:50:56.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71124d65-7a58-406f-9615-77efa4e75c96 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: c8135f1d-2d11-4384-be34-5e72087a0152 [pid: 7|app: 0|req: 1047/2033] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:56 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => 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: 1048/2034] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:56 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&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-05-07 17:50:56.646 8 INFO neutron.services.segments.plugin [-] Segment fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 resource provider aggregate not found 2026-05-07 17:50:56.651 8 INFO neutron.services.segments.plugin [-] Segment fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 resource provider aggregate not found 2026-05-07 17:50:56.666 8 INFO neutron.services.segments.plugin [-] Segment fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 found for delete ", "request_id": "req-32b7995b-ee16-4c2a-94be-00e77f2bdde7"}]} 2026-05-07 17:50:56.670 8 INFO neutron.db.l3_hamode_db [None req-71124d65-7a58-406f-9615-77efa4e75c96 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] HA network 8183bed8-aede-41f6-9430-acaa4c5067f1 was deleted as no HA routers are present in tenant 6b67554d70a24672974edf341c1d690d. 2026-05-07 17:50:56.674 8 INFO neutron.services.segments.plugin [-] Segment fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcd4b6c6-894b-423c-a3c2-3eb29d4e4c35 found for delete ", "request_id": "req-a89baec6-24c0-4f64-bc76-c491ca829aec"}]} [pid: 8|app: 0|req: 987/2035] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:56 2026] DELETE /v2.0/routers/d0956144-144e-4b8f-824b-c54ca8452df3 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2036] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:56 2026] DELETE /v2.0/subnets/e26ef29a-3351-4917-abdf-62de81ce8e7d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2037] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:50:56 2026] DELETE /v2.0/subnets/1e465be5-d864-495b-8f7e-f522c538c626 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:57.070 7 INFO neutron.services.segments.plugin [-] Segment a5e832a9-aea8-453c-9298-05860746732b resource provider aggregate not found 2026-05-07 17:50:57.086 7 INFO neutron.services.segments.plugin [-] Segment a5e832a9-aea8-453c-9298-05860746732b resource provider aggregate not found 2026-05-07 17:50:57.091 7 INFO neutron.services.segments.plugin [-] Segment a5e832a9-aea8-453c-9298-05860746732b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5e832a9-aea8-453c-9298-05860746732b found for delete ", "request_id": "req-eaf56875-b0de-455d-be89-2c757affee71"}]} [pid: 7|app: 0|req: 1050/2038] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:56 2026] DELETE /v2.0/networks/2cfea544-a948-424b-a696-473e14e6e445 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:57.100 7 INFO neutron.services.segments.plugin [-] Segment a5e832a9-aea8-453c-9298-05860746732b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5e832a9-aea8-453c-9298-05860746732b found for delete ", "request_id": "req-10169056-a5ca-4a36-8200-843cf9065dc2"}]} 2026-05-07 17:50:57.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fd72523-9149-4051-98ea-8ebd973eec10 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: f0e6e758-2c06-464b-8fb1-276ade941824 2026-05-07 17:50:57.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd72523-9149-4051-98ea-8ebd973eec10 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: f0e6e758-2c06-464b-8fb1-276ade941824 [pid: 8|app: 0|req: 989/2039] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:50:57 2026] DELETE /v2.0/networks/fdbfe145-91bd-41e5-80cd-083fd482eab8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:57.424 7 INFO neutron.db.segments_db [None req-146764d2-d1aa-44cf-a775-43d7617991a9 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment f540bc96-8ab1-441e-b072-5a2b31ef4e15 of type vxlan for network 06484ba3-5756-474c-991a-fb7e4d0bbc06 [pid: 7|app: 0|req: 1051/2040] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:57 2026] POST /v2.0/networks => generated 611 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2041] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:57 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2042] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:50:57 2026] GET /v2.0/security-groups?id=9f0aa02b-758c-4f9b-9d14-de562b505c2f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2043] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:50:57 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2044] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:57 2026] POST /v2.0/subnets => generated 626 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:57.733 8 INFO neutron.db.segments_db [None req-d4d8a21b-1f92-44b7-b988-cf66fc63eb9e 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 of type vxlan for network 38a5dfce-9421-4d22-b8b4-c591f06c5e74 2026-05-07 17:50:57.760 7 INFO neutron_taas.services.taas.taas_plugin [req-5d380c73-cca6-4bc3-b5bc-553b21bd021f req-ee552fba-1fdc-40f2-8780-42532a711258 56cdb3c0ca3f41f7a50809a9ccd6fda6 472f0b4fa782400aa005e1d0204471a4 - - default default] TaaS: Handle Delete Port: f0df2002-32b1-4fba-af7b-b27831091a10 2026-05-07 17:50:57.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5d380c73-cca6-4bc3-b5bc-553b21bd021f req-ee552fba-1fdc-40f2-8780-42532a711258 56cdb3c0ca3f41f7a50809a9ccd6fda6 472f0b4fa782400aa005e1d0204471a4 - - default default] Tap Mirror: Handle Delete Port: f0df2002-32b1-4fba-af7b-b27831091a10 [pid: 7|app: 0|req: 1055/2045] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:50:57 2026] DELETE /v2.0/ports/f0df2002-32b1-4fba-af7b-b27831091a10 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:50:57.937 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-054d06ab-57b3-4663-916b-4c6bd436bced'] response: {'server_uuid': '1d52cf87-b422-4b16-8264-71674c1d5665', 'name': 'network-vif-deleted', 'tag': 'f0df2002-32b1-4fba-af7b-b27831091a10', 'status': 'completed', 'code': 200} 2026-05-07 17:50:57.958 8 INFO neutron.db.l3_hamode_db [None req-d4d8a21b-1f92-44b7-b988-cf66fc63eb9e 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:58.069 8 INFO neutron.db.l3_hamode_db [None req-d4d8a21b-1f92-44b7-b988-cf66fc63eb9e 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:50:58.382 7 INFO neutron.db.segments_db [None req-9c10a61c-1b4e-42b9-879b-0b89dbdbba47 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Added segment aa8fe206-d2c6-4ba4-86aa-97811ede7d5f of type vxlan for network e5589dfe-2ee0-4212-96d7-6478ac210d09 [pid: 7|app: 0|req: 1056/2046] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:58 2026] POST /v2.0/networks => generated 621 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2047] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:57 2026] POST /v2.0/routers => generated 507 bytes in 843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:58.689 8 INFO neutron.services.segments.plugin [-] Segment 1b6f7e7d-979a-4704-85b9-604605f0c871 resource provider aggregate not found 2026-05-07 17:50:58.698 8 INFO neutron.services.segments.plugin [-] Segment 1b6f7e7d-979a-4704-85b9-604605f0c871 resource provider aggregate not found 2026-05-07 17:50:58.716 8 INFO neutron.services.segments.plugin [-] Segment 1b6f7e7d-979a-4704-85b9-604605f0c871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b6f7e7d-979a-4704-85b9-604605f0c871 found for delete ", "request_id": "req-c7e03c6e-1583-463e-a0b8-173f0726af58"}]} 2026-05-07 17:50:58.724 8 INFO neutron.services.segments.plugin [-] Segment 1b6f7e7d-979a-4704-85b9-604605f0c871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b6f7e7d-979a-4704-85b9-604605f0c871 found for delete ", "request_id": "req-6979c1e2-3eae-410c-a775-88cc62e4b25b"}]} [pid: 7|app: 0|req: 1057/2048] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:58 2026] POST /v2.0/subnets => generated 657 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2049] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:58 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => 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: 1059/2050] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:50:58 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2051] 10.0.0.178 () {34 vars in 665 bytes} [Thu May 7 17:50:58 2026] POST /v2.0/ports => generated 952 bytes in 364 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: 1060/2052] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:58 2026] POST /v2.0/subnets => generated 732 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:59.095 7 INFO neutron.db.segments_db [None req-54523881-bb2d-4ef6-b67b-430148cd4e68 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Added segment 33b741a0-48b7-4ce4-a0b6-97460d234f89 of type vxlan for network 04f4de01-8789-47d6-aa2f-3c5bc7b93453 [pid: 7|app: 0|req: 1061/2053] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:59 2026] POST /v2.0/networks => generated 619 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2054] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:59 2026] POST /v2.0/subnets => generated 656 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2055] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:59 2026] POST /v2.0/subnets => generated 725 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:50:59.778 7 INFO neutron.db.segments_db [None req-4adad433-d87a-4c50-a73a-c9dc97e8c29d 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Added segment 090a259c-d574-4e44-a8d0-27bc39778b7f of type vxlan for network 6443cfef-9ac3-442e-811d-e70e779bca06 [pid: 7|app: 0|req: 1064/2056] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:50:59 2026] POST /v2.0/networks => generated 619 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2057] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:50:59 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => 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: 993/2058] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:50:58 2026] PUT /v2.0/routers/0b78b839-26dd-46ee-b1a8-d1952a83d2da/add_router_interface => generated 309 bytes in 1076 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: 994/2059] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:50:59 2026] GET /v2.0/ports/835022d3-4ce5-4458-b76b-0b7733d7ad28 => generated 1026 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2060] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:50:59 2026] POST /v2.0/subnets => generated 656 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:00.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-e85ccb82-7d27-4779-b852-2c63921625a3 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: 835022d3-4ce5-4458-b76b-0b7733d7ad28 2026-05-07 17:51:00.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e85ccb82-7d27-4779-b852-2c63921625a3 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: 835022d3-4ce5-4458-b76b-0b7733d7ad28 [pid: 7|app: 0|req: 1067/2061] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:00 2026] POST /v2.0/subnets => generated 729 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:00.392 7 INFO neutron.db.segments_db [None req-bdfa5e31-7e87-433f-b3d6-08bc1ccdc758 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Added segment c52a14f2-ac59-4787-945d-30ac629ddd7a of type vxlan for network 9eaabb86-7ea6-427e-a646-c5f5ffa91884 2026-05-07 17:51:00.581 7 INFO neutron.db.l3_hamode_db [None req-bdfa5e31-7e87-433f-b3d6-08bc1ccdc758 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 995/2062] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:51:00 2026] PUT /v2.0/routers/0b78b839-26dd-46ee-b1a8-d1952a83d2da/remove_router_interface => generated 309 bytes in 760 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-05-07 17:51:00.900 8 INFO neutron.api.v2.resource [None req-5dde1315-bf2e-4aaa-9929-f8e778527b2e 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2063] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:51:00 2026] PUT /v2.0/routers/0b78b839-26dd-46ee-b1a8-d1952a83d2da/remove_router_interface => generated 197 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2064] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:00 2026] GET /v2.0/ports?device_id=0b78b839-26dd-46ee-b1a8-d1952a83d2da => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:01.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-691105ff-96af-402f-b8de-293a9c87a607 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: 4f33e1e6-bedd-471e-8762-582f84264bc1 2026-05-07 17:51:01.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-691105ff-96af-402f-b8de-293a9c87a607 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: 4f33e1e6-bedd-471e-8762-582f84264bc1 2026-05-07 17:51:01.250 7 INFO neutron.db.l3_hamode_db [None req-bdfa5e31-7e87-433f-b3d6-08bc1ccdc758 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:51:01.416 8 INFO neutron.services.segments.plugin [-] Segment 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 resource provider aggregate not found 2026-05-07 17:51:01.419 8 INFO neutron.services.segments.plugin [-] Segment 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 resource provider aggregate not found 2026-05-07 17:51:01.436 8 INFO neutron.services.segments.plugin [-] Segment 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 found for delete ", "request_id": "req-d2349688-3995-4397-a3c2-22917f2d1e1c"}]} 2026-05-07 17:51:01.441 8 INFO neutron.services.segments.plugin [-] Segment 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c8706f8-5ae6-4ed3-a9e4-575df9aae4b2 found for delete ", "request_id": "req-e66452b7-4330-4621-aaa6-768aa5ca914b"}]} 2026-05-07 17:51:01.446 8 INFO neutron.db.l3_hamode_db [None req-691105ff-96af-402f-b8de-293a9c87a607 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] HA network 38a5dfce-9421-4d22-b8b4-c591f06c5e74 was deleted as no HA routers are present in tenant 6b67554d70a24672974edf341c1d690d. [pid: 8|app: 0|req: 998/2065] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:00 2026] DELETE /v2.0/routers/0b78b839-26dd-46ee-b1a8-d1952a83d2da => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2066] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:01 2026] GET /v2.0/ports?device_id=1d52cf87-b422-4b16-8264-71674c1d5665 => 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: 1000/2067] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:01 2026] DELETE /v2.0/subnets/1e979ed9-d674-4cfd-989e-f6c5bd1d42a7 => 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: 1001/2068] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:01 2026] DELETE /v2.0/networks/06484ba3-5756-474c-991a-fb7e4d0bbc06 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:01.765 8 INFO neutron.db.segments_db [None req-e0fe24e3-c039-49cf-9d01-d4744057a9b0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment 81de9e75-2598-41a3-b73c-48cf56787ec8 of type vxlan for network 1d9089b8-94c7-4c47-a769-6ce3e38988fc [pid: 8|app: 0|req: 1002/2069] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:01 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2070] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:01 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: 7|app: 0|req: 1068/2071] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:00 2026] POST /v2.0/routers => generated 684 bytes in 1732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:02.121 7 INFO neutron.db.segments_db [None req-7a11b358-af59-4845-8982-01f592159dbe 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment 4fb401b1-e97b-4c76-91b9-b5f893a50f49 of type vxlan for network be9b6d07-5523-4f42-bf9f-17e33ceb7763 2026-05-07 17:51:02.359 7 INFO neutron.db.l3_hamode_db [None req-7a11b358-af59-4845-8982-01f592159dbe 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 17:51:02.494 7 INFO neutron.db.l3_hamode_db [None req-7a11b358-af59-4845-8982-01f592159dbe 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1069/2072] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:02 2026] POST /v2.0/routers => generated 507 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2073] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:51:02 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/add_router_interface => generated 309 bytes in 1253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:03.470 8 INFO neutron.services.segments.plugin [-] Segment f540bc96-8ab1-441e-b072-5a2b31ef4e15 resource provider aggregate not found 2026-05-07 17:51:03.475 8 INFO neutron.services.segments.plugin [-] Segment f540bc96-8ab1-441e-b072-5a2b31ef4e15 resource provider aggregate not found 2026-05-07 17:51:03.496 8 INFO neutron.services.segments.plugin [-] Segment f540bc96-8ab1-441e-b072-5a2b31ef4e15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f540bc96-8ab1-441e-b072-5a2b31ef4e15 found for delete ", "request_id": "req-326d27e3-e74a-46e3-8f42-bfd34a469f94"}]} 2026-05-07 17:51:03.496 8 INFO neutron.services.segments.plugin [-] Segment f540bc96-8ab1-441e-b072-5a2b31ef4e15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f540bc96-8ab1-441e-b072-5a2b31ef4e15 found for delete ", "request_id": "req-39c0b768-7151-4b27-b9a6-44433bfb8fc9"}]} [pid: 7|app: 0|req: 1070/2074] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:51:03 2026] PUT /v2.0/routers/46c16168-28dc-4b90-ad3b-05536b1fa82b/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: 1005/2075] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:51:03 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/add_router_interface => generated 309 bytes in 1414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:04.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-00fd6fd9-9e5a-4322-8a48-f7b340c8097a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: e57719e2-405f-4812-acee-e005904a4bd2 2026-05-07 17:51:04.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00fd6fd9-9e5a-4322-8a48-f7b340c8097a 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: e57719e2-405f-4812-acee-e005904a4bd2 [pid: 8|app: 0|req: 1006/2076] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:51:04 2026] GET /v2.0/ports/db68b71d-b471-4426-9f32-097cd11fd7db => generated 955 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2077] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:51:04 2026] PUT /v2.0/routers/7b6d1da6-e24c-4b4f-b58e-28117e7639d9/remove_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:05.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-b36d6b6d-1686-4a02-b7bf-990aff93275f 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: db68b71d-b471-4426-9f32-097cd11fd7db 2026-05-07 17:51:05.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b36d6b6d-1686-4a02-b7bf-990aff93275f 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: db68b71d-b471-4426-9f32-097cd11fd7db [pid: 7|app: 0|req: 1072/2078] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:51:05 2026] PUT /v2.0/routers/46c16168-28dc-4b90-ad3b-05536b1fa82b/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2079] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:51:04 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/add_router_interface => generated 309 bytes in 1381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2080] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:06 2026] GET /v2.0/ports?device_id=46c16168-28dc-4b90-ad3b-05536b1fa82b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:06.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-590fecef-6a4c-4e40-a898-5f489190c28e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: cf379156-8f8f-489d-9f4b-636a952ec865 2026-05-07 17:51:06.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-590fecef-6a4c-4e40-a898-5f489190c28e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: cf379156-8f8f-489d-9f4b-636a952ec865 2026-05-07 17:51:06.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f15972f-0f82-4b49-9ed2-563b9d121ffe 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: 07d658d8-fd5f-416a-9a04-5cf2f6661520 2026-05-07 17:51:06.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f15972f-0f82-4b49-9ed2-563b9d121ffe 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: 07d658d8-fd5f-416a-9a04-5cf2f6661520 2026-05-07 17:51:06.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-590fecef-6a4c-4e40-a898-5f489190c28e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: efaf19bf-7063-444d-9bca-a6d2d0bee540 2026-05-07 17:51:06.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-590fecef-6a4c-4e40-a898-5f489190c28e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: efaf19bf-7063-444d-9bca-a6d2d0bee540 2026-05-07 17:51:06.732 8 INFO neutron.services.segments.plugin [-] Segment 4fb401b1-e97b-4c76-91b9-b5f893a50f49 resource provider aggregate not found 2026-05-07 17:51:06.737 8 INFO neutron.services.segments.plugin [-] Segment 4fb401b1-e97b-4c76-91b9-b5f893a50f49 resource provider aggregate not found 2026-05-07 17:51:06.749 8 INFO neutron.services.segments.plugin [-] Segment 4fb401b1-e97b-4c76-91b9-b5f893a50f49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fb401b1-e97b-4c76-91b9-b5f893a50f49 found for delete ", "request_id": "req-8fd00a76-0a7c-4a8d-b1c6-316fb8f3d621"}]} 2026-05-07 17:51:06.754 8 INFO neutron.db.l3_hamode_db [None req-8f15972f-0f82-4b49-9ed2-563b9d121ffe 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] HA network be9b6d07-5523-4f42-bf9f-17e33ceb7763 was deleted as no HA routers are present in tenant 6b67554d70a24672974edf341c1d690d. 2026-05-07 17:51:06.759 8 INFO neutron.services.segments.plugin [-] Segment 4fb401b1-e97b-4c76-91b9-b5f893a50f49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fb401b1-e97b-4c76-91b9-b5f893a50f49 found for delete ", "request_id": "req-be7a02a8-7324-45fe-a806-756ac2bac0a1"}]} [pid: 8|app: 0|req: 1009/2081] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:06 2026] DELETE /v2.0/routers/46c16168-28dc-4b90-ad3b-05536b1fa82b => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2082] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:51:06 2026] POST /v2.0/security-groups => generated 1628 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:51:06.940 7 INFO neutron.services.segments.plugin [-] Segment 14034bf8-07d2-452a-bb8d-658957be5399 resource provider aggregate not found 2026-05-07 17:51:06.945 7 INFO neutron.services.segments.plugin [-] Segment 14034bf8-07d2-452a-bb8d-658957be5399 resource provider aggregate not found 2026-05-07 17:51:06.965 7 INFO neutron.db.l3_hamode_db [None req-590fecef-6a4c-4e40-a898-5f489190c28e 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] HA network 1183ef3d-023a-4c27-93c9-a0247e97bb40 was deleted as no HA routers are present in tenant 472f0b4fa782400aa005e1d0204471a4. 2026-05-07 17:51:06.970 7 INFO neutron.services.segments.plugin [-] Segment 14034bf8-07d2-452a-bb8d-658957be5399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14034bf8-07d2-452a-bb8d-658957be5399 found for delete ", "request_id": "req-431b43bd-3977-4b3c-89f1-faa8328282cd"}]} 2026-05-07 17:51:06.974 7 INFO neutron.services.segments.plugin [-] Segment 14034bf8-07d2-452a-bb8d-658957be5399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14034bf8-07d2-452a-bb8d-658957be5399 found for delete ", "request_id": "req-f2347659-a63e-4f4c-bf0c-995f2e2d0287"}]} [pid: 7|app: 0|req: 1073/2083] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:06 2026] DELETE /v2.0/routers/7b6d1da6-e24c-4b4f-b58e-28117e7639d9 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2084] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:06 2026] DELETE /v2.0/subnets/5514af8d-c61b-440e-9ef0-7a4ee7c11546 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2085] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:06 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: 1012/2086] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:07 2026] DELETE /v2.0/subnets/42e92af1-c6b4-40ed-88ef-975c2aabf364 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2087] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:07 2026] DELETE /v2.0/networks/1d9089b8-94c7-4c47-a769-6ce3e38988fc => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2088] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:07.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-567e3057-66fe-4223-be41-e0dd87f815eb 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: bbeb4920-dbc7-4b2c-bd42-7229d6448feb 2026-05-07 17:51:07.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-567e3057-66fe-4223-be41-e0dd87f815eb 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: bbeb4920-dbc7-4b2c-bd42-7229d6448feb 2026-05-07 17:51:07.314 8 INFO neutron.db.segments_db [None req-5ecb4df0-2858-4969-aef2-22e354b972c3 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Added segment 77f52a63-9212-47de-8783-3b977ceb7ac4 of type vxlan for network 1f824f23-a4a7-4307-a9a3-a9d8ede9f4b4 [pid: 7|app: 0|req: 1076/2089] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:07 2026] DELETE /v2.0/networks/825d03ce-4f92-4cb3-8357-819369ac4abb => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2090] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:07.632 8 INFO neutron.db.l3_hamode_db [None req-5ecb4df0-2858-4969-aef2-22e354b972c3 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1078/2091] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2092] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2093] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:07 2026] GET /v2.0/security-groups?tenant_id=472f0b4fa782400aa005e1d0204471a4&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2094] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2095] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:08 2026] DELETE /v2.0/security-groups/9f0aa02b-758c-4f9b-9d14-de562b505c2f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2096] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2097] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:08.403 8 INFO neutron.db.l3_hamode_db [None req-5ecb4df0-2858-4969-aef2-22e354b972c3 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1085/2098] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2099] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2102] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:08.994 7 INFO neutron.services.segments.plugin [-] Segment 81de9e75-2598-41a3-b73c-48cf56787ec8 resource provider aggregate not found 2026-05-07 17:51:08.999 7 INFO neutron.services.segments.plugin [-] Segment 81de9e75-2598-41a3-b73c-48cf56787ec8 resource provider aggregate not found 2026-05-07 17:51:09.012 7 INFO neutron.services.segments.plugin [-] Segment 81de9e75-2598-41a3-b73c-48cf56787ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81de9e75-2598-41a3-b73c-48cf56787ec8 found for delete ", "request_id": "req-4c8acaee-f8c3-4e3c-8408-3f5c71f05150"}]} 2026-05-07 17:51:09.018 7 INFO neutron.services.segments.plugin [-] Segment 81de9e75-2598-41a3-b73c-48cf56787ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81de9e75-2598-41a3-b73c-48cf56787ec8 found for delete ", "request_id": "req-abfcc6d5-a681-4a4a-a19d-7c6fa3fc96ad"}]} 2026-05-07 17:51:09.027 7 INFO neutron.services.segments.plugin [-] Segment c0615a68-88c4-4e4f-99b7-a60cc382942c resource provider aggregate not found 2026-05-07 17:51:09.034 7 INFO neutron.services.segments.plugin [-] Segment c0615a68-88c4-4e4f-99b7-a60cc382942c resource provider aggregate not found 2026-05-07 17:51:09.055 7 INFO neutron.services.segments.plugin [-] Segment c0615a68-88c4-4e4f-99b7-a60cc382942c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0615a68-88c4-4e4f-99b7-a60cc382942c found for delete ", "request_id": "req-3eb5d6ea-1fa7-4d5b-bda4-53991bcf4a42"}]} 2026-05-07 17:51:09.065 7 INFO neutron.services.segments.plugin [-] Segment c0615a68-88c4-4e4f-99b7-a60cc382942c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0615a68-88c4-4e4f-99b7-a60cc382942c found for delete ", "request_id": "req-9e29372d-5ebe-4404-a4d6-2296b4648584"}]} [pid: 7|app: 0|req: 1090/2103] 10.0.0.3 () {34 vars in 1094 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1642457597&fields=id&tenant_id=b8f6565c220f4919beeb7fa63d41e527 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2104] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2105] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/quotas/b8f6565c220f4919beeb7fa63d41e527 => 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: 1093/2106] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&fields=id => generated 195 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2107] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2108] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1096/2109] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => 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: 1014/2110] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:07 2026] POST /v2.0/routers => generated 688 bytes in 2493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2111] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/routers/05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2112] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:51:09 2026] GET /v2.0/routers => generated 697 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2113] 10.0.0.178 () {34 vars in 741 bytes} [Thu May 7 17:51:09 2026] PUT /v2.0/routers/05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 701 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2114] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:51:10 2026] GET /v2.0/routers/05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2115] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:10 2026] GET /v2.0/ports?device_id=05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:10.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-4826f4b3-a455-488b-bfbb-fcd254dda9f0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: b4e345b3-b471-4b48-9b54-6a8485a1c16c 2026-05-07 17:51:10.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4826f4b3-a455-488b-bfbb-fcd254dda9f0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: b4e345b3-b471-4b48-9b54-6a8485a1c16c 2026-05-07 17:51:10.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-4826f4b3-a455-488b-bfbb-fcd254dda9f0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] TaaS: Handle Delete Port: e0a323f5-6a0f-40ee-a1dd-7936db6489e3 2026-05-07 17:51:10.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4826f4b3-a455-488b-bfbb-fcd254dda9f0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] Tap Mirror: Handle Delete Port: e0a323f5-6a0f-40ee-a1dd-7936db6489e3 2026-05-07 17:51:11.217 8 INFO neutron.services.segments.plugin [-] Segment 77f52a63-9212-47de-8783-3b977ceb7ac4 resource provider aggregate not found 2026-05-07 17:51:11.219 8 INFO neutron.services.segments.plugin [-] Segment 77f52a63-9212-47de-8783-3b977ceb7ac4 resource provider aggregate not found 2026-05-07 17:51:11.234 8 INFO neutron.services.segments.plugin [-] Segment 77f52a63-9212-47de-8783-3b977ceb7ac4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f52a63-9212-47de-8783-3b977ceb7ac4 found for delete ", "request_id": "req-556ddd03-1357-4257-9c07-6913066ac299"}]} 2026-05-07 17:51:11.236 8 INFO neutron.services.segments.plugin [-] Segment 77f52a63-9212-47de-8783-3b977ceb7ac4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f52a63-9212-47de-8783-3b977ceb7ac4 found for delete ", "request_id": "req-ef8b75c8-a3ee-4fb3-ad3f-39eb4e7c056c"}]} 2026-05-07 17:51:11.248 8 INFO neutron.db.l3_hamode_db [None req-4826f4b3-a455-488b-bfbb-fcd254dda9f0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] HA network 1f824f23-a4a7-4307-a9a3-a9d8ede9f4b4 was deleted as no HA routers are present in tenant 6b67554d70a24672974edf341c1d690d. [pid: 8|app: 0|req: 1017/2116] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:10 2026] DELETE /v2.0/routers/05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:11.275 7 INFO neutron.db.segments_db [None req-083f01b5-4c88-4179-8050-d2142d898c41 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Added segment b8ad04bf-e8ca-4612-8348-01cabefe68c7 of type vxlan for network 6cf7d468-29fe-4019-8a9a-07955c45838c [pid: 8|app: 0|req: 1018/2117] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:11 2026] GET /v2.0/ports?device_id=05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:11.307 8 INFO neutron.api.v2.resource [None req-e2433df3-ee1a-4cb2-9fc3-d8e9396d8115 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2118] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/routers/05653b65-1bc3-4c39-a000-ee61b6bd8f95 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2119] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:11 2026] GET /v2.0/ports?device_id=46c16168-28dc-4b90-ad3b-05536b1fa82b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:11.353 8 INFO neutron.api.v2.resource [None req-eae0a145-9614-4170-8c9d-bf362c04a3a6 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2120] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/routers/46c16168-28dc-4b90-ad3b-05536b1fa82b => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2121] 10.0.0.178 () {34 vars in 671 bytes} [Thu May 7 17:51:10 2026] POST /v2.0/networks => generated 614 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:11.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-153d334d-2bed-4bf7-819b-61c6b8d2cec0 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2122] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/subnets/5514af8d-c61b-440e-9ef0-7a4ee7c11546 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2123] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:11 2026] GET /v2.0/ports?device_id=0b78b839-26dd-46ee-b1a8-d1952a83d2da => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:11.407 7 INFO neutron.db.segments_db [None req-7b61ca9d-be9b-44dd-b10f-429a04168ff6 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Added segment e1b7e001-af0e-489d-ae1f-4d270fb45616 of type vxlan for network 14ca8a2a-48e6-4baa-ad9c-f0f420b5edf7 2026-05-07 17:51:11.430 8 INFO neutron.api.v2.resource [None req-a0c1b66f-2ddb-4f70-9b0d-f276a9769008 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/2124] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/routers/0b78b839-26dd-46ee-b1a8-d1952a83d2da => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:51:11.448 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91270dad-4114-4480-af4f-06374c1b7ed7 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1025/2125] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/subnets/1e979ed9-d674-4cfd-989e-f6c5bd1d42a7 => 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: 1026/2126] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:11 2026] GET /v2.0/ports?device_id=d0956144-144e-4b8f-824b-c54ca8452df3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:11.498 8 INFO neutron.api.v2.resource [None req-69b467c1-6d22-49c1-8680-f7769ffbc4a3 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/2127] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/routers/d0956144-144e-4b8f-824b-c54ca8452df3 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:51:11.519 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e681cdd9-5c57-41e6-a8ff-c4d9f9ca2081 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/2128] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/subnets/e26ef29a-3351-4917-abdf-62de81ce8e7d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:51:11.535 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43d408c8-17fd-4308-94d6-43675248ac2c 1072c917f76d4de49e257994c0445660 6b67554d70a24672974edf341c1d690d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/2129] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:51:11 2026] DELETE /v2.0/subnets/1e465be5-d864-495b-8f7e-f522c538c626 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:51:11.657 7 INFO neutron.db.l3_hamode_db [None req-7b61ca9d-be9b-44dd-b10f-429a04168ff6 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1030/2130] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:12 2026] GET /v2.0/security-groups?tenant_id=6b67554d70a24672974edf341c1d690d&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2131] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:12 2026] DELETE /v2.0/security-groups/03cf5503-4802-422c-8871-d98cb2e004cd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:12.421 7 INFO neutron.db.l3_hamode_db [None req-7b61ca9d-be9b-44dd-b10f-429a04168ff6 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1101/2132] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:11 2026] POST /v2.0/routers => generated 695 bytes in 1887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2133] 10.0.0.178 () {32 vars in 776 bytes} [Thu May 7 17:51:13 2026] GET /v2.0/subnets?project_id=bc9ef78372114d79ac2b633131f12b10&cidr=10.100.0.0%2F28 => generated 14 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2134] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:51:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2135] 10.0.0.178 () {32 vars in 784 bytes} [Thu May 7 17:51:13 2026] GET /v2.0/subnets?network_id=019f9389-4da2-4279-9f6c-72ba5bf86769&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2136] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:51:13 2026] POST /v2.0/subnets => generated 656 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2137] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:13 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2138] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:51:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8f6565c220f4919beeb7fa63d41e527 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2139] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:51:13 2026] POST /v2.0/ports => generated 1175 bytes in 336 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: 1107/2140] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:51:14 2026] PUT /v2.0/ports/cc63649a-b7e5-4211-aa50-0c79a00602f0 => generated 1456 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:51:14.787 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c08b8a76-56f2-4abf-836c-8a96517defda'] response: {'name': 'network-changed', 'server_uuid': 'bf3ac9d2-2634-4c76-b2ca-cf18541d1951', 'tag': 'cc63649a-b7e5-4211-aa50-0c79a00602f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1108/2141] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:14 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1190 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2142] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:14 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2143] 10.0.0.178 () {34 vars in 783 bytes} [Thu May 7 17:51:13 2026] PUT /v2.0/routers/9f30cc01-d25e-4e3b-a66a-8ded1a1251d3/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2144] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:51:15 2026] GET /v2.0/networks => generated 6664 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2145] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:51:15 2026] GET /v2.0/subnets => generated 7419 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2146] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:51:15 2026] GET /v2.0/routers => generated 1452 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2147] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:15 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1459 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2148] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:51:15 2026] GET /v2.0/networks?tenant_id=b8f6565c220f4919beeb7fa63d41e527&shared=False => generated 2377 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2149] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:51:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2150] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:51:15 2026] POST /v2.0/security-groups => generated 1673 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2151] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2152] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2153] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:15 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: 8|app: 0|req: 1039/2154] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:16.108 7 INFO neutron.db.securitygroups_db [None req-da11f953-7f4a-40d4-805f-bed35bc41cc5 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Project bc9ef78372114d79ac2b633131f12b10 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: 1116/2155] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:16.262 8 INFO neutron.db.securitygroups_db [None req-51523c44-f1f4-4c96-8d19-86ba587a48b6 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Project bc9ef78372114d79ac2b633131f12b10 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: 1040/2156] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2157] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1459 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2158] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=cc63649a-b7e5-4211-aa50-0c79a00602f0 => 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: 1118/2159] 199.204.45.210 () {34 vars in 1100 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3&port_id=cc63649a-b7e5-4211-aa50-0c79a00602f0 => 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: 1042/2160] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998&id=2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2161] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2162] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2163] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1044/2164] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/networks => generated 1298 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2165] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/security-groups?tenant_id=ae7e9caceff64220bc766c5ea26c7b12&name=default => generated 2927 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2166] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:16 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2167] 10.0.0.3 () {34 vars in 1096 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-764704986&fields=id&tenant_id=bc9ef78372114d79ac2b633131f12b10 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2168] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:17 2026] DELETE /v2.0/security-groups/eb458cf2-ad13-4cde-afe4-f4419fb4ba26 => 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: 1047/2169] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2170] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/quotas/bc9ef78372114d79ac2b633131f12b10 => 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: 1048/2171] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2172] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2173] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/security-groups?tenant_id=daefc2c70d504e5591521013d2f340f1&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2174] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1125/2175] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:17 2026] DELETE /v2.0/security-groups/947ce9f6-0f38-4a05-9dc4-e90f6c6f6e5c => 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: 1051/2176] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:17 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1126/2177] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:18 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1052/2178] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:19 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1127/2179] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:19 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1192 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2180] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:20 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2181] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:20 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1128/2182] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:20 2026] GET /v2.0/security-groups?tenant_id=299795e9977c4b6eb927227ca50c1ccf&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2183] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:21 2026] DELETE /v2.0/security-groups/ce38ef5c-a353-46d1-ae75-6121bcddaabe => 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: 1129/2184] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:21 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2185] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:51:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bc9ef78372114d79ac2b633131f12b10 => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2186] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:21 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1130/2187] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:51:21 2026] POST /v2.0/ports => generated 954 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2188] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:51:22 2026] PUT /v2.0/ports/3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 => generated 1235 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:51:22.846 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b1c0927-1ca4-40f1-b768-a911f0f0cf65'] response: {'name': 'network-changed', 'server_uuid': '8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d', 'tag': '3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6', '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: 1131/2189] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:23 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1059/2190] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:23 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1132/2191] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:23 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2192] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:51:23 2026] GET /v2.0/networks?tenant_id=bc9ef78372114d79ac2b633131f12b10&shared=False => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2193] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:51:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2196] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2197] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1063/2198] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2199] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 => 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: 1064/2200] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/subnets?id=9574e350-ac4c-40a5-ae18-3aeb47ed6081 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2201] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/ports?network_id=6cf7d468-29fe-4019-8a9a-07955c45838c&device_owner=network%3Adhcp => 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: 1065/2202] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2203] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:24 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1066/2204] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:25 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1192 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2205] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:25 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&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: 1067/2206] 10.0.0.178 () {32 vars in 818 bytes} [Thu May 7 17:51:25 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&mac_address=fa%3A16%3A3e%3A60%3Aa1%3Acd => generated 1192 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2207] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:51:25 2026] POST /v2.0/floatingips => generated 552 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2208] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:26.071 8 INFO neutron.db.l3_db [None req-b6a5049c-68fe-45a5-b68c-cea8d499ecd8 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Floating IP 7e8bfaea-1d7b-4c47-a2bc-f0d5ec4b73e7 associated. External IP: 10.96.250.216, port: cc63649a-b7e5-4211-aa50-0c79a00602f0. [pid: 8|app: 0|req: 1068/2209] 10.0.0.178 () {34 vars in 677 bytes} [Thu May 7 17:51:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2210] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:26.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f45ca3d-1eea-42af-892e-2c6f6e41425c'] response: {'name': 'network-changed', 'server_uuid': 'bf3ac9d2-2634-4c76-b2ca-cf18541d1951', 'tag': 'cc63649a-b7e5-4211-aa50-0c79a00602f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1070/2211] 10.0.0.3 () {34 vars in 1094 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1642457597&fields=id&tenant_id=b8f6565c220f4919beeb7fa63d41e527 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2212] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2213] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2214] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/quotas/b8f6565c220f4919beeb7fa63d41e527 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2215] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&fields=id => generated 333 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2216] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1075/2217] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2218] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2219] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2220] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2221] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:26 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2222] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=cc63649a-b7e5-4211-aa50-0c79a00602f0 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2223] 199.204.45.210 () {34 vars in 1100 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3&port_id=cc63649a-b7e5-4211-aa50-0c79a00602f0 => 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: 1149/2224] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998&id=2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2225] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2226] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2227] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2228] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1076/2229] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2230] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2231] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:27 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2232] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:51:27 2026] POST /v2.0/floatingips => generated 552 bytes in 917 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2233] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:51:28 2026] PUT /v2.0/floatingips/7bc940a6-bb5f-4c04-a682-10bc59346402/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2234] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:51:28 2026] PUT /v2.0/floatingips/8ed21524-6460-4001-825f-120eed627015/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2235] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:51:28 2026] PUT /v2.0/floatingips/5d938217-ac8a-45be-aa54-87e90b2f3e23/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: 1156/2236] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:51:28 2026] PUT /v2.0/floatingips/9f23c3f7-116c-497d-b2a3-e64b97270ee7/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2237] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2238] 10.0.0.178 () {32 vars in 672 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2239] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1158/2240] 10.0.0.178 () {32 vars in 686 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2241] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:51:28 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: 1159/2242] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2243] 10.0.0.178 () {32 vars in 680 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2244] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2245] 10.0.0.178 () {32 vars in 690 bytes} [Thu May 7 17:51:28 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2246] 10.0.0.178 () {32 vars in 702 bytes} [Thu May 7 17:51:29 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:51:29.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ae1ac24-e160-4e98-8b00-c414fc487018 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] TaaS: Handle Delete Port: ad8dff8c-46e0-452e-ba69-40d282102afe 2026-05-07 17:51:29.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ae1ac24-e160-4e98-8b00-c414fc487018 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] Tap Mirror: Handle Delete Port: ad8dff8c-46e0-452e-ba69-40d282102afe [pid: 8|app: 0|req: 1086/2247] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:51:29 2026] DELETE /v2.0/floatingips/7bc940a6-bb5f-4c04-a682-10bc59346402 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:29.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dd98972-e486-4df4-9e29-1717d1a96735 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] TaaS: Handle Delete Port: 1f9770c5-3bde-4333-9a2c-2b62d8828c64 2026-05-07 17:51:29.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dd98972-e486-4df4-9e29-1717d1a96735 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] Tap Mirror: Handle Delete Port: 1f9770c5-3bde-4333-9a2c-2b62d8828c64 [pid: 7|app: 0|req: 1162/2248] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:51:29 2026] DELETE /v2.0/floatingips/8ed21524-6460-4001-825f-120eed627015 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:29.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-1906b894-3927-4d60-9b97-ed024ac15786 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] TaaS: Handle Delete Port: 5073f0a6-2812-4c1e-ac43-c8e755966c82 2026-05-07 17:51:29.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1906b894-3927-4d60-9b97-ed024ac15786 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] Tap Mirror: Handle Delete Port: 5073f0a6-2812-4c1e-ac43-c8e755966c82 [pid: 7|app: 0|req: 1163/2249] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:29 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2250] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:29 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1165/2251] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:29 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1087/2252] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:51:29 2026] DELETE /v2.0/floatingips/5d938217-ac8a-45be-aa54-87e90b2f3e23 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2253] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:30 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1167/2254] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:30 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:51:30.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d4f2466-2458-4099-b221-3c0cb00e0056 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] TaaS: Handle Delete Port: 4264437b-4452-44f5-9117-4da6c0299156 2026-05-07 17:51:30.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d4f2466-2458-4099-b221-3c0cb00e0056 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] Tap Mirror: Handle Delete Port: 4264437b-4452-44f5-9117-4da6c0299156 [pid: 8|app: 0|req: 1088/2255] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:51:30 2026] DELETE /v2.0/floatingips/9f23c3f7-116c-497d-b2a3-e64b97270ee7 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:30.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-1de0c664-6055-42fc-858d-a1a1c276702c 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] TaaS: Handle Delete Port: 29d8e203-9b6b-4ce9-8e31-205b9d864a50 2026-05-07 17:51:30.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1de0c664-6055-42fc-858d-a1a1c276702c 8245c206a4d24d3bb1ea5f641c6d141c e3aef927074648a79c449b826d1f9619 - - default default] Tap Mirror: Handle Delete Port: 29d8e203-9b6b-4ce9-8e31-205b9d864a50 [pid: 8|app: 0|req: 1089/2256] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:51:30 2026] DELETE /v2.0/floatingips/ccad512c-ec8b-44bc-8c1a-febe06a6440c => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:30.775 7 INFO neutron.db.l3_db [None req-4a0fef58-a25d-40ff-8918-0f16d60ba16f 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Floating IP aa624393-825b-45bf-a328-ef61544bafdd associated. External IP: 10.96.250.210, port: 3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6. [pid: 7|app: 0|req: 1168/2257] 10.0.0.178 () {34 vars in 677 bytes} [Thu May 7 17:51:30 2026] POST /v2.0/floatingips => generated 855 bytes in 988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:31.135 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc32e661-4b39-4fd2-a8e0-f5fb1125a0f6'] response: {'name': 'network-changed', 'server_uuid': '8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d', 'tag': '3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1090/2258] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 855 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2259] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2260] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8f6565c220f4919beeb7fa63d41e527 => generated 179 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2261] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/security-groups?tenant_id=5c95f0ae63674448bd1149978f39f272&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2262] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1170/2263] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:51:31 2026] POST /v2.0/ports => generated 1187 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1094/2264] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:31 2026] DELETE /v2.0/security-groups/09606684-cfac-4fa9-84f4-498280349dd2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2265] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2266] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2267] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/subnets?id=9574e350-ac4c-40a5-ae18-3aeb47ed6081 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2268] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:31 2026] GET /v2.0/security-groups?tenant_id=e3aef927074648a79c449b826d1f9619&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2269] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/ports?network_id=6cf7d468-29fe-4019-8a9a-07955c45838c&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2270] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1202 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2271] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:32 2026] DELETE /v2.0/security-groups/2c19b7de-52c8-4db5-97a1-37c9925c8578 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2272] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2273] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2274] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 855 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2275] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:51:31 2026] PUT /v2.0/ports/3fb8d9ea-6005-4b14-95c4-ae575a277d2b => generated 1468 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2276] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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) 2026-05-07 17:51:32.332 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05340410-9b13-426e-a4fb-9bb77a6d0732'] response: {'name': 'network-changed', 'server_uuid': '2692c486-cd64-4d40-b01f-57af50fa9602', 'tag': '3fb8d9ea-6005-4b14-95c4-ae575a277d2b', '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: 1096/2277] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/security-groups?tenant_id=8a226a4ae050429aa4d6ca39528eeb93&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2278] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:32 2026] DELETE /v2.0/security-groups/6ccbc17f-02d7-43c7-9ad5-5846d2a0efaa => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2279] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2280] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/networks?tenant_id=b8f6565c220f4919beeb7fa63d41e527&shared=False => generated 2377 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2281] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:51:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2282] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:51:33 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2283] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:51:33 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2284] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:51:33 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2285] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:33 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1471 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2286] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.247&port_id=3fb8d9ea-6005-4b14-95c4-ae575a277d2b => 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: 1101/2287] 199.204.45.210 () {34 vars in 1106 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e7&port_id=3fb8d9ea-6005-4b14-95c4-ae575a277d2b => 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: 1187/2288] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/subnets?id=cebdd93f-ef9b-4b0d-b393-8ac4b626c553&id=52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2289] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2290] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&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: 1103/2291] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1189/2292] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:34 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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) 2026-05-07 17:51:36.829 8 INFO neutron.db.segments_db [None req-99d1d82c-0eea-4c1d-a2c6-4d395688338d 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Added segment 4f7c0f79-126c-4f2b-9830-7f9bf34659ff of type vxlan for network 5fbd8fa5-a894-4e60-8e82-a11398e79f47 [pid: 8|app: 0|req: 1104/2293] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:36 2026] POST /v2.0/networks => generated 613 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2294] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:51:36 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:37.255 8 INFO neutron.db.segments_db [None req-8c42e093-1ee7-4fa6-9db9-d9d8dd93810b 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Added segment 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 of type vxlan for network 9cffb5b5-e238-4ca1-a7f0-06312166cfe1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1105/2295] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:37 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2296] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:37 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2297] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:37 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2298] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:51:37 2026] POST /v2.0/ports => generated 743 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:37.665 7 INFO neutron.db.segments_db [None req-78e8a05b-db39-43b3-945f-802e225e215c 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Added segment e75c1e81-11b3-4a19-89e8-b08803e90e58 of type vxlan for network ec16cd7f-cf11-417c-bb3a-1168c0582d52 [pid: 7|app: 0|req: 1193/2299] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:37 2026] POST /v2.0/networks => generated 613 bytes in 149 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: 1107/2300] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:51:37 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:38.161 7 INFO neutron.db.segments_db [None req-3919a4f9-1368-4d01-bb87-5090a8bb5337 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Added segment e7de3bf5-81c0-467c-aae3-58c2e779d975 of type vxlan for network 21f5548b-3c88-4956-b2bf-0a59e22cfb3f [pid: 7|app: 0|req: 1194/2301] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:38 2026] POST /v2.0/networks => generated 613 bytes in 143 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: 1108/2302] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:51:38 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) 2026-05-07 17:51:38.615 7 INFO neutron.db.segments_db [None req-7028ab77-6ba9-458c-8830-83b1671003a6 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Added segment 185d1f23-8b6c-4da9-a7f0-210b672bcbed of type vxlan for network f9bc475b-844c-4b99-9afa-12001c38dcee [pid: 7|app: 0|req: 1195/2305] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:38 2026] POST /v2.0/networks => generated 613 bytes in 186 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: 1111/2306] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:51:38 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2307] 10.0.0.178 () {34 vars in 747 bytes} [Thu May 7 17:51:39 2026] PUT /v2.0/ports/a761e02a-3f27-4fc1-8513-fdfbc290c5a6/tags => generated 17 bytes in 90 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: 1112/2308] 10.0.0.178 () {34 vars in 747 bytes} [Thu May 7 17:51:39 2026] PUT /v2.0/ports/85db9339-ffe9-4649-bae5-6acc48f2df57/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1197/2309] 10.0.0.178 () {34 vars in 747 bytes} [Thu May 7 17:51:39 2026] PUT /v2.0/ports/d3650cbe-3f2e-43b4-a4ca-039b772ab2d5/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1113/2310] 10.0.0.178 () {34 vars in 747 bytes} [Thu May 7 17:51:39 2026] PUT /v2.0/ports/0ca7b9a8-25df-4882-80b9-41af7e3d42cc/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1198/2311] 10.0.0.178 () {32 vars in 660 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 150 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: 1114/2312] 10.0.0.178 () {32 vars in 674 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2313] 10.0.0.178 () {32 vars in 670 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2314] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2315] 10.0.0.178 () {32 vars in 668 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2316] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2317] 10.0.0.178 () {32 vars in 678 bytes} [Thu May 7 17:51:39 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2318] 10.0.0.178 () {32 vars in 690 bytes} [Thu May 7 17:51:40 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:51:40.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-a916fb3f-0846-4dca-9c2e-bf552a7176c0 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] TaaS: Handle Delete Port: a761e02a-3f27-4fc1-8513-fdfbc290c5a6 2026-05-07 17:51:40.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a916fb3f-0846-4dca-9c2e-bf552a7176c0 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Tap Mirror: Handle Delete Port: a761e02a-3f27-4fc1-8513-fdfbc290c5a6 [pid: 7|app: 0|req: 1202/2319] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:51:40 2026] DELETE /v2.0/ports/a761e02a-3f27-4fc1-8513-fdfbc290c5a6 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:40.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-42b9f0bb-dd1c-419f-b1a8-dab8cf1b0c2e 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] TaaS: Handle Delete Port: 85db9339-ffe9-4649-bae5-6acc48f2df57 2026-05-07 17:51:40.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42b9f0bb-dd1c-419f-b1a8-dab8cf1b0c2e 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Tap Mirror: Handle Delete Port: 85db9339-ffe9-4649-bae5-6acc48f2df57 [pid: 8|app: 0|req: 1118/2320] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:51:40 2026] DELETE /v2.0/ports/85db9339-ffe9-4649-bae5-6acc48f2df57 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:40.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dd17f2e-7691-405d-8396-785490b5e30a 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] TaaS: Handle Delete Port: d3650cbe-3f2e-43b4-a4ca-039b772ab2d5 2026-05-07 17:51:40.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dd17f2e-7691-405d-8396-785490b5e30a 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Tap Mirror: Handle Delete Port: d3650cbe-3f2e-43b4-a4ca-039b772ab2d5 [pid: 7|app: 0|req: 1203/2321] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:51:40 2026] DELETE /v2.0/ports/d3650cbe-3f2e-43b4-a4ca-039b772ab2d5 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:40.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecb6d163-a92e-4568-9081-9539a0c782bb 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] TaaS: Handle Delete Port: 0ca7b9a8-25df-4882-80b9-41af7e3d42cc 2026-05-07 17:51:40.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecb6d163-a92e-4568-9081-9539a0c782bb 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Tap Mirror: Handle Delete Port: 0ca7b9a8-25df-4882-80b9-41af7e3d42cc [pid: 7|app: 0|req: 1204/2322] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:51:40 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2323] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:51:40 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1119/2324] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:51:40 2026] DELETE /v2.0/ports/0ca7b9a8-25df-4882-80b9-41af7e3d42cc => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:40.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c547c8d-681b-42c2-bee9-6a8b6bd03f90 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] TaaS: Handle Delete Port: f504f64c-607d-427a-8786-90531ba7e78b 2026-05-07 17:51:40.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c547c8d-681b-42c2-bee9-6a8b6bd03f90 23aa28280b964bf19add9d154f855a60 f31d1ec281ee4869a0c2a2619f61a95d - - default default] Tap Mirror: Handle Delete Port: f504f64c-607d-427a-8786-90531ba7e78b [pid: 7|app: 0|req: 1206/2325] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:51:40 2026] DELETE /v2.0/ports/f504f64c-607d-427a-8786-90531ba7e78b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:41.201 8 INFO neutron.services.segments.plugin [-] Segment 4f7c0f79-126c-4f2b-9830-7f9bf34659ff resource provider aggregate not found 2026-05-07 17:51:41.205 8 INFO neutron.services.segments.plugin [-] Segment 4f7c0f79-126c-4f2b-9830-7f9bf34659ff resource provider aggregate not found 2026-05-07 17:51:41.226 8 INFO neutron.services.segments.plugin [-] Segment 4f7c0f79-126c-4f2b-9830-7f9bf34659ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f7c0f79-126c-4f2b-9830-7f9bf34659ff found for delete ", "request_id": "req-333267f0-fe28-4947-a15c-1c75b4f77eae"}]} [pid: 8|app: 0|req: 1120/2326] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:41 2026] DELETE /v2.0/networks/5fbd8fa5-a894-4e60-8e82-a11398e79f47 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:41.239 8 INFO neutron.services.segments.plugin [-] Segment 4f7c0f79-126c-4f2b-9830-7f9bf34659ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f7c0f79-126c-4f2b-9830-7f9bf34659ff found for delete ", "request_id": "req-89512dac-3b6f-4f42-b73b-a0b3aab500f9"}]} 2026-05-07 17:51:41.363 7 INFO neutron.services.segments.plugin [-] Segment 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 resource provider aggregate not found 2026-05-07 17:51:41.370 7 INFO neutron.services.segments.plugin [-] Segment 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 resource provider aggregate not found 2026-05-07 17:51:41.386 7 INFO neutron.services.segments.plugin [-] Segment 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 found for delete ", "request_id": "req-501d347a-d60d-4f8a-bb38-728cfbbbab96"}]} [pid: 7|app: 0|req: 1207/2327] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:41 2026] DELETE /v2.0/networks/9cffb5b5-e238-4ca1-a7f0-06312166cfe1 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:51:41.399 7 INFO neutron.services.segments.plugin [-] Segment 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 020acdc7-d5b2-496c-b0e2-8baf11fb44c1 found for delete ", "request_id": "req-7a39f3ef-3ea9-457a-a58a-3a95b9549c86"}]} [pid: 8|app: 0|req: 1121/2328] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:41 2026] DELETE /v2.0/networks/ec16cd7f-cf11-417c-bb3a-1168c0582d52 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2329] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:41 2026] DELETE /v2.0/networks/21f5548b-3c88-4956-b2bf-0a59e22cfb3f => 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: 1122/2330] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:41 2026] DELETE /v2.0/networks/f9bc475b-844c-4b99-9afa-12001c38dcee => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2331] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:42 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2332] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:51:42 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&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: 7|app: 0|req: 1211/2333] 10.0.0.178 () {32 vars in 818 bytes} [Thu May 7 17:51:42 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&mac_address=fa%3A16%3A3e%3Aad%3A09%3A41 => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2334] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:42 2026] GET /v2.0/security-groups?tenant_id=f31d1ec281ee4869a0c2a2619f61a95d&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2335] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:42 2026] DELETE /v2.0/security-groups/84544d08-5d20-4d87-8f3e-b0a30c9836d6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2336] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:42 2026] GET /v2.0/security-groups?tenant_id=a0640f1567904fae8862b0221017cfd6&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: 1126/2337] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:43 2026] DELETE /v2.0/security-groups/e04b3838-8695-40b3-8bb6-827871a5d459 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:43.242 8 INFO neutron.services.segments.plugin [-] Segment e75c1e81-11b3-4a19-89e8-b08803e90e58 resource provider aggregate not found 2026-05-07 17:51:43.254 8 INFO neutron.services.segments.plugin [-] Segment e75c1e81-11b3-4a19-89e8-b08803e90e58 resource provider aggregate not found 2026-05-07 17:51:43.257 8 INFO neutron.services.segments.plugin [-] Segment e75c1e81-11b3-4a19-89e8-b08803e90e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e75c1e81-11b3-4a19-89e8-b08803e90e58 found for delete ", "request_id": "req-7a373215-21d1-469e-94bd-32ab417ae537"}]} 2026-05-07 17:51:43.271 8 INFO neutron.services.segments.plugin [-] Segment e75c1e81-11b3-4a19-89e8-b08803e90e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e75c1e81-11b3-4a19-89e8-b08803e90e58 found for delete ", "request_id": "req-ef96a5fe-881f-403e-b8ea-f6437e22ae21"}]} 2026-05-07 17:51:43.276 8 INFO neutron.services.segments.plugin [-] Segment 185d1f23-8b6c-4da9-a7f0-210b672bcbed resource provider aggregate not found 2026-05-07 17:51:43.289 8 INFO neutron.services.segments.plugin [-] Segment 185d1f23-8b6c-4da9-a7f0-210b672bcbed resource provider aggregate not found 2026-05-07 17:51:43.294 8 INFO neutron.services.segments.plugin [-] Segment 185d1f23-8b6c-4da9-a7f0-210b672bcbed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 185d1f23-8b6c-4da9-a7f0-210b672bcbed found for delete ", "request_id": "req-7cc55b12-6b12-4396-ae6f-1bf08848f079"}]} 2026-05-07 17:51:43.309 8 INFO neutron.services.segments.plugin [-] Segment 185d1f23-8b6c-4da9-a7f0-210b672bcbed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 185d1f23-8b6c-4da9-a7f0-210b672bcbed found for delete ", "request_id": "req-b8b73b3b-011f-4990-854a-cc2a558dff99"}]} 2026-05-07 17:51:43.422 7 INFO neutron.services.segments.plugin [-] Segment e7de3bf5-81c0-467c-aae3-58c2e779d975 resource provider aggregate not found [pid: 8|app: 0|req: 1127/2338] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:43 2026] GET /v2.0/security-groups?tenant_id=8a1e0d2be00146658360a2fc7309eb98&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:51:43.428 7 INFO neutron.services.segments.plugin [-] Segment e7de3bf5-81c0-467c-aae3-58c2e779d975 resource provider aggregate not found 2026-05-07 17:51:43.446 7 INFO neutron.services.segments.plugin [-] Segment e7de3bf5-81c0-467c-aae3-58c2e779d975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7de3bf5-81c0-467c-aae3-58c2e779d975 found for delete ", "request_id": "req-0f371252-4899-4d9d-a580-3d147c6b0f2f"}]} 2026-05-07 17:51:43.448 7 INFO neutron.services.segments.plugin [-] Segment e7de3bf5-81c0-467c-aae3-58c2e779d975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7de3bf5-81c0-467c-aae3-58c2e779d975 found for delete ", "request_id": "req-de40e9b8-6b97-4d01-8fd4-4db0237187a2"}]} 2026-05-07 17:51:43.469 7 INFO neutron.db.l3_db [None req-f4b3ec11-7324-44d3-bcb9-52faadbf226f 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Floating IP 41d4fa66-05de-4f21-9380-e4dfd847c82e associated. External IP: 10.96.250.219, port: 3fb8d9ea-6005-4b14-95c4-ae575a277d2b. [pid: 8|app: 0|req: 1128/2339] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:43 2026] DELETE /v2.0/security-groups/7bd75113-fbcd-4695-b94c-9462187f4331 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2340] 10.0.0.178 () {34 vars in 677 bytes} [Thu May 7 17:51:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:43.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-473e9d66-2ec5-488d-a3a0-889654cc1b15'] response: {'name': 'network-changed', 'server_uuid': '2692c486-cd64-4d40-b01f-57af50fa9602', 'tag': '3fb8d9ea-6005-4b14-95c4-ae575a277d2b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1129/2341] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2342] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2343] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.247&port_id=3fb8d9ea-6005-4b14-95c4-ae575a277d2b => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2344] 199.204.45.210 () {34 vars in 1106 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e7&port_id=3fb8d9ea-6005-4b14-95c4-ae575a277d2b => 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: 1131/2345] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/subnets?id=cebdd93f-ef9b-4b0d-b393-8ac4b626c553&id=52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2346] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&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: 1132/2347] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2348] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1133/2349] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:44 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1217/2350] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:51:47 2026] POST /v2.0/security-groups => generated 1603 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2351] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:51:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2352] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:51:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2353] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:51:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2354] 10.0.0.178 () {34 vars in 684 bytes} [Thu May 7 17:51:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2355] 10.0.0.178 () {34 vars in 767 bytes} [Thu May 7 17:51:48 2026] PUT /v2.0/security-groups/55c90be1-636e-4bc3-b259-9240eb4d176d/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: 1220/2356] 10.0.0.178 () {34 vars in 767 bytes} [Thu May 7 17:51:48 2026] PUT /v2.0/security-groups/7c612ce3-242d-4b56-a6b4-63c997937431/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2357] 10.0.0.178 () {34 vars in 767 bytes} [Thu May 7 17:51:48 2026] PUT /v2.0/security-groups/cda4d11c-b487-4289-bb4b-b51c4381aafc/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2358] 10.0.0.178 () {34 vars in 767 bytes} [Thu May 7 17:51:48 2026] PUT /v2.0/security-groups/b2ea1010-f665-40d3-84ec-ab0ea7cfd73b/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2359] 10.0.0.178 () {32 vars in 680 bytes} [Thu May 7 17:51:48 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2360] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:51:48 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2361] 10.0.0.178 () {32 vars in 690 bytes} [Thu May 7 17:51:48 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2362] 10.0.0.178 () {32 vars in 702 bytes} [Thu May 7 17:51:48 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2363] 10.0.0.178 () {32 vars in 688 bytes} [Thu May 7 17:51:49 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2364] 10.0.0.178 () {32 vars in 702 bytes} [Thu May 7 17:51:49 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2365] 10.0.0.178 () {32 vars in 698 bytes} [Thu May 7 17:51:49 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2366] 10.0.0.178 () {32 vars in 710 bytes} [Thu May 7 17:51:49 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2367] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:49 2026] DELETE /v2.0/security-groups/55c90be1-636e-4bc3-b259-9240eb4d176d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2368] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:49 2026] DELETE /v2.0/security-groups/7c612ce3-242d-4b56-a6b4-63c997937431 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2369] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:49 2026] DELETE /v2.0/security-groups/cda4d11c-b487-4289-bb4b-b51c4381aafc => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2370] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:49 2026] DELETE /v2.0/security-groups/b2ea1010-f665-40d3-84ec-ab0ea7cfd73b => 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: 1144/2371] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:49 2026] DELETE /v2.0/security-groups/9b8b2471-441d-4ce0-a945-d2e999f9301c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2372] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:51:50 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2373] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:51:50 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&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: 7|app: 0|req: 1229/2374] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:50 2026] GET /v2.0/security-groups?tenant_id=f0810629ebfc44c2ac32dbf40ae10ee1&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2375] 10.0.0.178 () {32 vars in 826 bytes} [Thu May 7 17:51:50 2026] GET /v2.0/ports?project_id=bc9ef78372114d79ac2b633131f12b10&network_id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 3691 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2376] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:50 2026] DELETE /v2.0/security-groups/b3976875-7eea-4581-85da-ba2e4892c959 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2377] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:50 2026] GET /v2.0/security-groups?tenant_id=0c9b2e62dd39467597ad2cd47547c309&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2378] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:50 2026] DELETE /v2.0/security-groups/0b079c4e-588e-4573-9eed-b68d7482a935 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2379] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:51:50 2026] GET /v2.0/subnets?network_id=019f9389-4da2-4279-9f6c-72ba5bf86769 => generated 667 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2380] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:51 2026] GET /v2.0/security-groups?tenant_id=7433b4e22cf242bf82961ba458393d3d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2381] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:51 2026] DELETE /v2.0/security-groups/fff114b2-dc2a-4c3a-ad94-d8f6c17c29b1 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:51.326 7 INFO neutron.db.l3_db [None req-03101efb-d09f-4530-8ad5-69bc1c875fe9 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Floating IP aa624393-825b-45bf-a328-ef61544bafdd disassociated. External IP: 10.96.250.210, port: 3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6. [pid: 7|app: 0|req: 1233/2382] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:51:51 2026] PUT /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 554 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2383] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:51:51 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 554 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:51.683 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c76bbda-7f20-42e5-80d9-c1e89162b339'] response: {'name': 'network-changed', 'server_uuid': '8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d', 'tag': '3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1234/2384] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2385] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2386] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2387] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/subnets?id=9574e350-ac4c-40a5-ae18-3aeb47ed6081 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2388] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/ports?network_id=6cf7d468-29fe-4019-8a9a-07955c45838c&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2389] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1237/2390] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1154/2391] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:51:52 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2394] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:51:53 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:51:54.617 8 INFO neutron.db.segments_db [None req-aff37278-26cc-40ca-93d1-b2fc452cbb4a 83eafaab13df4ceca5b380308989ee2b 2c2fd37d1c5b4b6fb49f7b3e7b9031a7 - - default default] Added segment e4e1f3cd-e83e-4043-b62f-700d3644229c of type vxlan for network 44ba87f9-4d3d-4958-866e-fa45e023396a [pid: 8|app: 0|req: 1156/2395] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:51:54 2026] POST /v2.0/networks => generated 612 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2396] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:51:54 2026] PUT /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/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: 1157/2397] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:54 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2398] 10.0.0.178 () {34 vars in 764 bytes} [Thu May 7 17:51:54 2026] PUT /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2399] 10.0.0.178 () {34 vars in 685 bytes} [Thu May 7 17:51:54 2026] POST /v2.0/security-groups => generated 1677 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2400] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:54 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2401] 10.0.0.178 () {34 vars in 760 bytes} [Thu May 7 17:51:54 2026] PUT /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2402] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2403] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2404] 10.0.0.178 () {34 vars in 782 bytes} [Thu May 7 17:51:55 2026] PUT /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/black.or.white => 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: 1243/2405] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2406] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2407] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:51:55 2026] PUT /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2408] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2409] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/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: 1166/2410] 10.0.0.178 () {32 vars in 741 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:55.372 8 INFO neutron.api.v2.resource [None req-3c392b7b-2279-4d90-aea0-ef757dfa12cc 83eafaab13df4ceca5b380308989ee2b 2c2fd37d1c5b4b6fb49f7b3e7b9031a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2411] 10.0.0.178 () {32 vars in 745 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2412] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2413] 10.0.0.178 () {32 vars in 744 bytes} [Thu May 7 17:51:55 2026] DELETE /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:51:55.428 7 INFO neutron.db.securitygroups_db [None req-7223c128-1ac5-4053-81eb-ca9cdbaceb00 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Project bc9ef78372114d79ac2b633131f12b10 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: 1169/2414] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2415] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:51:55.521 8 INFO neutron.api.v2.resource [None req-8fa8df38-fe9c-4e99-99bb-1fa3bb5c2950 83eafaab13df4ceca5b380308989ee2b 2c2fd37d1c5b4b6fb49f7b3e7b9031a7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1170/2416] 10.0.0.178 () {32 vars in 748 bytes} [Thu May 7 17:51:55 2026] DELETE /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 17:51:55.554 7 INFO neutron.db.securitygroups_db [None req-ebcb2454-376a-41a5-aa21-8f40c222e660 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Project bc9ef78372114d79ac2b633131f12b10 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: 1171/2417] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:51:55 2026] DELETE /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => 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: 1247/2418] 10.0.0.178 () {34 vars in 695 bytes} [Thu May 7 17:51:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2419] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:51:55 2026] GET /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:51:55.858 7 INFO neutron.services.segments.plugin [-] Segment e4e1f3cd-e83e-4043-b62f-700d3644229c resource provider aggregate not found 2026-05-07 17:51:55.898 7 INFO neutron.services.segments.plugin [-] Segment e4e1f3cd-e83e-4043-b62f-700d3644229c resource provider aggregate not found 2026-05-07 17:51:55.903 7 INFO neutron.services.segments.plugin [-] Segment e4e1f3cd-e83e-4043-b62f-700d3644229c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e1f3cd-e83e-4043-b62f-700d3644229c found for delete ", "request_id": "req-9b13fb26-f21c-4df5-a806-bc3ea2dda25d"}]} 2026-05-07 17:51:55.919 7 INFO neutron.services.segments.plugin [-] Segment e4e1f3cd-e83e-4043-b62f-700d3644229c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e1f3cd-e83e-4043-b62f-700d3644229c found for delete ", "request_id": "req-427e6fd1-a4b7-40cb-9902-78739523fcb3"}]} [pid: 7|app: 0|req: 1248/2420] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:51:55 2026] DELETE /v2.0/networks/44ba87f9-4d3d-4958-866e-fa45e023396a => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2421] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/networks => generated 1298 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2422] 10.0.0.3 () {34 vars in 1098 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1359545854&fields=id&tenant_id=bc9ef78372114d79ac2b633131f12b10 => 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: 1174/2423] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 661 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2424] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/quotas/bc9ef78372114d79ac2b633131f12b10 => 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: 1175/2425] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2426] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1252/2427] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1176/2428] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/security-groups?tenant_id=2c2fd37d1c5b4b6fb49f7b3e7b9031a7&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2429] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:56 2026] DELETE /v2.0/security-groups/40940cd7-b923-449f-b279-91585dcac82b => 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: 1177/2430] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1254/2431] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:51:56 2026] GET /v2.0/security-groups?tenant_id=82d88ab8381f43c7a15491373d713a2d&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2432] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:51:56 2026] DELETE /v2.0/security-groups/d0f04cbe-aa1f-4f17-a2b3-1e0ebba94312 => 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: 1255/2433] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:57 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1179/2434] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:51:58 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1256/2435] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:00 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1180/2436] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:52:01 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2437] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:52:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bc9ef78372114d79ac2b633131f12b10 => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2438] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:01 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1258/2439] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:52:01 2026] POST /v2.0/ports => generated 954 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2440] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:52:01 2026] PUT /v2.0/ports/ba4af24c-aa3d-4db8-8470-175a223e17ff => generated 1235 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:52:01.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d7bd96f-6968-4563-ac27-0db10aed0c2f'] response: {'name': 'network-changed', 'server_uuid': '111c96d6-f1eb-47ff-b090-a447ddef9fc3', 'tag': 'ba4af24c-aa3d-4db8-8470-175a223e17ff', '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: 1259/2441] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:02 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 969 bytes in 32 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: 1183/2442] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:02 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&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: 1260/2443] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:52:02 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2444] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:52:02 2026] GET /v2.0/networks?tenant_id=bc9ef78372114d79ac2b633131f12b10&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2445] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:52:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2446] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1262/2447] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2448] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2449] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ba4af24c-aa3d-4db8-8470-175a223e17ff => 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: 1187/2450] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/subnets?id=9574e350-ac4c-40a5-ae18-3aeb47ed6081 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2451] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/ports?network_id=6cf7d468-29fe-4019-8a9a-07955c45838c&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: 1188/2452] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1265/2453] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:52:03 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1189/2454] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:04 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2455] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:04 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&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: 1190/2456] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:05 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2457] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:05 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2458] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:52:05 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2459] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:06 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2460] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:06 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&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: 1269/2461] 10.0.0.208 () {30 vars in 690 bytes} [Thu May 7 17:52:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2462] 10.0.0.208 () {30 vars in 692 bytes} [Thu May 7 17:52:07 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: 1270/2463] 10.0.0.208 () {30 vars in 668 bytes} [Thu May 7 17:52:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2464] 10.0.0.208 () {30 vars in 704 bytes} [Thu May 7 17:52: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: 1271/2465] 10.0.0.208 () {28 vars in 439 bytes} [Thu May 7 17:52:07 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: 1195/2466] 10.0.0.208 () {30 vars in 728 bytes} [Thu May 7 17:52:07 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 657 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2467] 10.0.0.208 () {30 vars in 690 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2468] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1197/2469] 10.0.0.208 () {30 vars in 692 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2470] 10.0.0.208 () {30 vars in 668 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2471] 10.0.0.208 () {30 vars in 704 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2472] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2473] 10.0.0.208 () {30 vars in 728 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2474] 10.0.0.208 () {30 vars in 690 bytes} [Thu May 7 17:52:08 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: 1201/2475] 10.0.0.208 () {30 vars in 692 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2476] 10.0.0.208 () {30 vars in 668 bytes} [Thu May 7 17:52:08 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: 1202/2477] 10.0.0.208 () {30 vars in 704 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2478] 10.0.0.208 () {30 vars in 730 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2479] 10.0.0.208 () {30 vars in 682 bytes} [Thu May 7 17:52:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2482] 10.0.0.208 () {34 vars in 704 bytes} [Thu May 7 17:52:08 2026] POST /v2.0/ports => generated 1128 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2483] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:09 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 971 bytes in 93 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: 1278/2484] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:09 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2485] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:09 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2486] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:09 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2487] 10.0.0.178 () {32 vars in 736 bytes} [Thu May 7 17:52:09 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:52:09.932 7 INFO neutron.db.l3_db [None req-68b1d3a3-6dd8-469f-8a76-cda6ae1d4da5 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Floating IP aa624393-825b-45bf-a328-ef61544bafdd associated. External IP: 10.96.250.210, port: ba4af24c-aa3d-4db8-8470-175a223e17ff. [pid: 7|app: 0|req: 1280/2488] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:52:09 2026] PUT /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 855 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2489] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:52:10 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:52:10.309 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-60904b50-289f-4867-ac15-64a2f4037197'] response: {'name': 'network-changed', 'server_uuid': '111c96d6-f1eb-47ff-b090-a447ddef9fc3', 'tag': 'ba4af24c-aa3d-4db8-8470-175a223e17ff', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1281/2490] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:52:10 2026] GET /v2.0/ports?tenant_id=bc9ef78372114d79ac2b633131f12b10&device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2491] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:52:10 2026] GET /v2.0/networks?id=6cf7d468-29fe-4019-8a9a-07955c45838c => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2492] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=ba4af24c-aa3d-4db8-8470-175a223e17ff => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2493] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:52:10 2026] GET /v2.0/subnets?id=9574e350-ac4c-40a5-ae18-3aeb47ed6081 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2494] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/ports?network_id=6cf7d468-29fe-4019-8a9a-07955c45838c&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2495] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2496] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c?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: 1213/2497] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => 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: 1285/2498] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2499] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:52:11 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: 1286/2500] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2501] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2502] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2503] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:52:11 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: 1288/2504] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2505] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:52:11 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: 1289/2506] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:52:11.846 8 INFO neutron.api.v2.resource [None req-5a44f10d-6ba5-450b-9ea7-fa305f1b0f0d 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1218/2507] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/security-groups/lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2508] 199.204.45.210 () {30 vars in 785 bytes} [Thu May 7 17:52:11 2026] GET /v2.0/security-groups?name=lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2509] 199.204.45.210 () {34 vars in 736 bytes} [Thu May 7 17:52:11 2026] POST /v2.0/security-groups => generated 1638 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2510] 199.204.45.210 () {30 vars in 815 bytes} [Thu May 7 17:52:12 2026] GET /v2.0/security-group-rules?security_group_id=6d103ffa-1cc9-4370-886b-324e4e09116e => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2511] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:52:12 2026] PUT /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2512] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:52:12 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1221/2513] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:52:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2514] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:52:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2515] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:52:12 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: 1294/2516] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:52:12 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2517] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:52:12 2026] GET /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2518] 10.0.0.3 () {34 vars in 1014 bytes} [Thu May 7 17:52:19 2026] GET /v2.0/security-groups?id=b61aa354-6cef-4b23-91f0-374eecfde76f&fields=id => 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: 1224/2519] 10.0.0.3 () {34 vars in 980 bytes} [Thu May 7 17:52:19 2026] GET /v2.0/networks?id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2520] 10.0.0.3 () {34 vars in 963 bytes} [Thu May 7 17:52:19 2026] GET /v2.0/quotas/9c9ec20e00024795ad6c229399e6926f => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2521] 10.0.0.3 () {34 vars in 1000 bytes} [Thu May 7 17:52:19 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&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: 1297/2522] 10.0.0.3 () {34 vars in 1006 bytes} [Thu May 7 17:52:19 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1226/2523] 10.0.0.3 () {34 vars in 1106 bytes} [Thu May 7 17:52:19 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1298/2524] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 17:52:20 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2525] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 17:52:20 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2526] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:20 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1228/2527] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:20 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1300/2528] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:22 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1229/2529] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:23 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1302/2532] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:52:24 2026] GET /v2.0/networks?id=51c2d6b1-4b28-4912-be3c-18cef92a736c => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2533] 199.204.45.210 () {34 vars in 1050 bytes} [Thu May 7 17:52:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9c9ec20e00024795ad6c229399e6926f => 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: 1303/2534] 199.204.45.210 () {38 vars in 955 bytes} [Thu May 7 17:52:24 2026] POST /v2.0/ports => generated 1078 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2535] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:52:24 2026] PUT /v2.0/ports/bd1055cd-54d8-4a4c-a717-af498fae3911 => generated 1239 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:52:25.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4181e0d-b596-4585-97e6-9b4e7ab5d8f4'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'bd1055cd-54d8-4a4c-a717-af498fae3911', '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: 1304/2536] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:52:25 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1242 bytes in 32 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: 1233/2537] 199.204.45.210 () {34 vars in 1018 bytes} [Thu May 7 17:52:25 2026] GET /v2.0/networks?tenant_id=9c9ec20e00024795ad6c229399e6926f&shared=False => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2538] 199.204.45.210 () {34 vars in 930 bytes} [Thu May 7 17:52:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2539] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:26 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1306/2540] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:26 2026] GET /v2.0/security-groups?id=b61aa354-6cef-4b23-91f0-374eecfde76f&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2541] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:26 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1307/2542] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:52:27 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2543] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => 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: 1308/2544] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:52:27 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2545] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:52:27 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2546] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:52:27 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1238/2547] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:52:27 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1310/2548] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:28 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2549] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:29 2026] GET /v2.0/security-groups?id=b61aa354-6cef-4b23-91f0-374eecfde76f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2550] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:29 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2551] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:29 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2552] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:29 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2553] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:30 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2554] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:30 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2555] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:52:30 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1243/2556] 199.204.45.210 () {34 vars in 1044 bytes} [Thu May 7 17:52:30 2026] GET /v2.0/security-groups?id=b61aa354-6cef-4b23-91f0-374eecfde76f&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2557] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:31 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2558] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:32 2026] GET /v2.0/security-groups?id=beb720ef-7a4f-4360-b5a4-687d1f540bcc&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: 1244/2559] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:32 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1316/2560] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:52:32 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1245/2561] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:32 2026] GET /v2.0/security-groups?id=b61aa354-6cef-4b23-91f0-374eecfde76f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2562] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:32 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:52:32.263 7 INFO neutron_taas.services.taas.taas_plugin [req-99c12d77-8eeb-4fba-af39-9223f6421998 req-7c600688-5dc7-40a6-a45c-b880fd31fb08 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: ba4af24c-aa3d-4db8-8470-175a223e17ff 2026-05-07 17:52:32.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-99c12d77-8eeb-4fba-af39-9223f6421998 req-7c600688-5dc7-40a6-a45c-b880fd31fb08 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: ba4af24c-aa3d-4db8-8470-175a223e17ff 2026-05-07 17:52:32.389 7 INFO neutron.db.l3_db [req-99c12d77-8eeb-4fba-af39-9223f6421998 req-7c600688-5dc7-40a6-a45c-b880fd31fb08 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Floating IP aa624393-825b-45bf-a328-ef61544bafdd disassociated. External IP: 10.96.250.210, port: ba4af24c-aa3d-4db8-8470-175a223e17ff. [pid: 7|app: 0|req: 1317/2563] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:52:32 2026] DELETE /v2.0/ports/ba4af24c-aa3d-4db8-8470-175a223e17ff => generated 0 bytes in 600 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:52:32.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f7e2258-6223-4b6b-b235-a3f589ebd39a'] response: {'server_uuid': '111c96d6-f1eb-47ff-b090-a447ddef9fc3', 'name': 'network-vif-deleted', 'tag': 'ba4af24c-aa3d-4db8-8470-175a223e17ff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1247/2564] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:33 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1318/2565] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:34 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1248/2566] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:34 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2567] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:35 2026] GET /v2.0/security-groups?id=b61aa354-6cef-4b23-91f0-374eecfde76f&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: 8|app: 0|req: 1249/2568] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:35 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2569] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:35 2026] GET /v2.0/ports?device_id=111c96d6-f1eb-47ff-b090-a447ddef9fc3 => 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: 1250/2570] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:36 2026] DELETE /v2.0/security-groups/beb720ef-7a4f-4360-b5a4-687d1f540bcc => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:52:36.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ed112e8-a1c5-467c-b418-700f08e60849 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: b8583521-d4f6-4a42-aa61-5b34500b5288 2026-05-07 17:52:36.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ed112e8-a1c5-467c-b418-700f08e60849 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: b8583521-d4f6-4a42-aa61-5b34500b5288 [pid: 7|app: 0|req: 1321/2571] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:52:36 2026] DELETE /v2.0/floatingips/aa624393-825b-45bf-a328-ef61544bafdd => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2572] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:37 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2573] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:37 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1252/2574] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:38 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2575] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:38 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1254/2578] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:39 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2579] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:52:39 2026] GET /v2.0/security-groups?id=99906a9c-7c46-47e6-9597-f5ede6270264&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: 1255/2580] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:52:39 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:52:39.754 7 INFO neutron_taas.services.taas.taas_plugin [req-af8f2c26-273c-4f4c-8405-084ed80d7ebe req-0c13a2e1-6d10-4b70-869c-07fe1e29b10c 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: 3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 2026-05-07 17:52:39.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-af8f2c26-273c-4f4c-8405-084ed80d7ebe req-0c13a2e1-6d10-4b70-869c-07fe1e29b10c 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: 3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 [pid: 7|app: 0|req: 1326/2581] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:52:39 2026] DELETE /v2.0/ports/3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:52:39.940 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0f06486-c0a2-449f-8054-3f4d4fdff660'] response: {'server_uuid': '8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d', 'name': 'network-vif-deleted', 'tag': '3a9f9c8a-b2fc-4cd1-850b-c0f7e37a24f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1256/2582] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:40 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1327/2583] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:41 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1257/2584] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:42 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2585] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:52:43 2026] GET /v2.0/ports?device_id=8f00d532-2d6e-4cfe-900f-ec87f5ab8a8d => 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: 1258/2586] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:45 2026] DELETE /v2.0/security-groups/99906a9c-7c46-47e6-9597-f5ede6270264 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:52:45.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c746e4e-cf4a-48d8-b225-174983b8f932 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: 17159881-410d-45ca-90f2-8c61a4c97e1e 2026-05-07 17:52:45.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c746e4e-cf4a-48d8-b225-174983b8f932 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: 17159881-410d-45ca-90f2-8c61a4c97e1e [pid: 7|app: 0|req: 1329/2587] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:52:45 2026] PUT /v2.0/routers/9f30cc01-d25e-4e3b-a66a-8ded1a1251d3/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2588] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:52:46 2026] DELETE /v2.0/subnets/9574e350-ac4c-40a5-ae18-3aeb47ed6081 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:52:46.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e464156-beaa-4c3f-b546-3538a757cc2d 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: e6dd4a2b-c359-4c48-a6a4-2ec06f0418de 2026-05-07 17:52:46.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e464156-beaa-4c3f-b546-3538a757cc2d 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: e6dd4a2b-c359-4c48-a6a4-2ec06f0418de 2026-05-07 17:52:46.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e464156-beaa-4c3f-b546-3538a757cc2d 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: 8079bc2e-67d6-4253-9dc0-2744787f6553 2026-05-07 17:52:46.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e464156-beaa-4c3f-b546-3538a757cc2d 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: 8079bc2e-67d6-4253-9dc0-2744787f6553 2026-05-07 17:52:47.097 7 INFO neutron.services.segments.plugin [-] Segment e1b7e001-af0e-489d-ae1f-4d270fb45616 resource provider aggregate not found 2026-05-07 17:52:47.104 7 INFO neutron.services.segments.plugin [-] Segment e1b7e001-af0e-489d-ae1f-4d270fb45616 resource provider aggregate not found 2026-05-07 17:52:47.119 7 INFO neutron.services.segments.plugin [-] Segment e1b7e001-af0e-489d-ae1f-4d270fb45616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b7e001-af0e-489d-ae1f-4d270fb45616 found for delete ", "request_id": "req-53070c9c-5b71-4c8b-aaba-aeed01e67797"}]} 2026-05-07 17:52:47.126 7 INFO neutron.services.segments.plugin [-] Segment e1b7e001-af0e-489d-ae1f-4d270fb45616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b7e001-af0e-489d-ae1f-4d270fb45616 found for delete ", "request_id": "req-41c633c7-1b60-4729-8f71-e7b19715a631"}]} 2026-05-07 17:52:47.144 7 INFO neutron.db.l3_hamode_db [None req-2e464156-beaa-4c3f-b546-3538a757cc2d 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] HA network 14ca8a2a-48e6-4baa-ad9c-f0f420b5edf7 was deleted as no HA routers are present in tenant bc9ef78372114d79ac2b633131f12b10. [pid: 7|app: 0|req: 1330/2589] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:52:46 2026] DELETE /v2.0/routers/9f30cc01-d25e-4e3b-a66a-8ded1a1251d3 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:52:47.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-97a34214-cad7-4aa6-acd8-a6e43273e9ec 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] TaaS: Handle Delete Port: 12a78b1e-84e2-437c-b975-bd0e0bb49076 2026-05-07 17:52:47.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97a34214-cad7-4aa6-acd8-a6e43273e9ec 188692ff8a9f489ab8e5a68a997200a4 bc9ef78372114d79ac2b633131f12b10 - - default default] Tap Mirror: Handle Delete Port: 12a78b1e-84e2-437c-b975-bd0e0bb49076 2026-05-07 17:52:47.448 8 INFO neutron.services.segments.plugin [-] Segment b8ad04bf-e8ca-4612-8348-01cabefe68c7 resource provider aggregate not found 2026-05-07 17:52:47.452 8 INFO neutron.services.segments.plugin [-] Segment b8ad04bf-e8ca-4612-8348-01cabefe68c7 resource provider aggregate not found 2026-05-07 17:52:47.486 8 INFO neutron.services.segments.plugin [-] Segment b8ad04bf-e8ca-4612-8348-01cabefe68c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8ad04bf-e8ca-4612-8348-01cabefe68c7 found for delete ", "request_id": "req-995551a0-f48b-4c31-ba9e-91f901f4ac61"}]} 2026-05-07 17:52:47.494 8 INFO neutron.services.segments.plugin [-] Segment b8ad04bf-e8ca-4612-8348-01cabefe68c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8ad04bf-e8ca-4612-8348-01cabefe68c7 found for delete ", "request_id": "req-73f9cd3f-07a5-496d-b2c4-0ffa1b139d89"}]} [pid: 8|app: 0|req: 1260/2590] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:52:47 2026] DELETE /v2.0/networks/6cf7d468-29fe-4019-8a9a-07955c45838c => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2591] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:52:48 2026] GET /v2.0/security-groups?tenant_id=065366f83f20435d9fca45e583e64eff&name=default => generated 2929 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2592] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:48 2026] DELETE /v2.0/security-groups/2d7df184-d5a9-41ad-8986-662292e08d13 => 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: 1332/2593] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:52:48 2026] GET /v2.0/security-groups?tenant_id=bc9ef78372114d79ac2b633131f12b10&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2594] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:48 2026] DELETE /v2.0/security-groups/18459ad8-de36-4b22-bf52-b2e160d6bcbf => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2595] 10.0.0.178 () {34 vars in 678 bytes} [Thu May 7 17:52:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2596] 10.0.0.178 () {34 vars in 678 bytes} [Thu May 7 17:52:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2597] 10.0.0.178 () {34 vars in 678 bytes} [Thu May 7 17:52:53 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: 8|app: 0|req: 1264/2598] 10.0.0.178 () {34 vars in 678 bytes} [Thu May 7 17:52:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2599] 10.0.0.178 () {34 vars in 678 bytes} [Thu May 7 17:52:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2600] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:52:53 2026] PUT /v2.0/policies/1c775f97-7122-4196-ba7b-c146c275ba8c/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2601] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:52:53 2026] PUT /v2.0/policies/c15b952f-6d03-48cd-b815-8910fdef41f0/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2604] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:52:53 2026] PUT /v2.0/policies/464adcc7-785a-45d3-a04d-257f85c4b659/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: 1267/2605] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:52:53 2026] PUT /v2.0/policies/9d81caca-1f76-4e52-ba99-0a0aca3df011/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2606] 10.0.0.178 () {32 vars in 674 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2607] 10.0.0.178 () {32 vars in 688 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2608] 10.0.0.178 () {32 vars in 684 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2609] 10.0.0.178 () {32 vars in 696 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2610] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2611] 10.0.0.178 () {32 vars in 696 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2612] 10.0.0.178 () {32 vars in 692 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2613] 10.0.0.178 () {32 vars in 704 bytes} [Thu May 7 17:52:54 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2614] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:52:54 2026] DELETE /v2.0/qos/policies/1c775f97-7122-4196-ba7b-c146c275ba8c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2615] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:52:54 2026] DELETE /v2.0/qos/policies/c15b952f-6d03-48cd-b815-8910fdef41f0 => 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: 1344/2616] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:52:54 2026] DELETE /v2.0/qos/policies/464adcc7-785a-45d3-a04d-257f85c4b659 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2617] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:52:54 2026] DELETE /v2.0/qos/policies/9d81caca-1f76-4e52-ba99-0a0aca3df011 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2618] 10.0.0.178 () {32 vars in 734 bytes} [Thu May 7 17:52:54 2026] DELETE /v2.0/qos/policies/2f48c949-144d-450e-b7e6-038594cf0c83 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2619] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:52:55 2026] GET /v2.0/security-groups?tenant_id=e9486f9aaf434d2cadbf4f6ce4f4bbc6&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2620] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:56 2026] DELETE /v2.0/security-groups/10ec5b24-9b2f-4d50-96f3-848ae76ad97d => 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: 1275/2621] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:52:56 2026] GET /v2.0/security-groups?tenant_id=df5bd41d3ff14ce8af5643c79d95868b&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: 1347/2622] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:56 2026] DELETE /v2.0/security-groups/50ee317f-32d9-452f-b478-9e3ce8d98eb8 => 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: 1276/2623] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:52:56 2026] GET /v2.0/security-groups?tenant_id=66260244adbe4094a95898b5d2d11aa2&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: 1348/2624] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:52:56 2026] DELETE /v2.0/security-groups/1c8eb977-e73f-4521-9361-be42f95c529f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:01.396 8 INFO neutron.db.segments_db [None req-94472f2c-649e-4bdb-87e9-15d1a4669b26 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] Added segment 766f82c5-450c-443a-94d0-941836d837dd of type vxlan for network f381aa20-9ab0-4d76-a0b4-a8446fec67e1 [pid: 8|app: 0|req: 1277/2625] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:01 2026] POST /v2.0/networks => generated 612 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2626] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:53:01 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:53:01.822 8 INFO neutron.db.segments_db [None req-f2af7075-7d17-4cbd-bedb-53f0ec280178 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] Added segment 743f533d-e119-4854-b615-9ff4ce879fe7 of type vxlan for network 0b36a184-df31-4c02-a476-f1ea80cf0f69 [pid: 8|app: 0|req: 1278/2627] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:01 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2628] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:53:01 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:53:02.222 8 INFO neutron.db.segments_db [None req-abea732d-eee3-4d4d-8e3b-ab0c878b97e3 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] Added segment d9c75022-704d-4401-817a-19a68a840269 of type vxlan for network d5b4ac9f-b0a0-4b4d-9130-3ff23be7c5b9 [pid: 8|app: 0|req: 1279/2629] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:02 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2630] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:53:02 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:53:02.590 8 INFO neutron.db.segments_db [None req-3f19dd66-7ea4-4a3d-b013-c6d0aee92757 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] Added segment 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 of type vxlan for network 0ef6049f-848e-499f-8189-f2c5030da4f7 [pid: 8|app: 0|req: 1280/2631] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:02 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2632] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:53:02 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:53:03.024 8 INFO neutron.db.segments_db [None req-57b6a9c8-9a45-4656-a75f-8cef8672f206 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] Added segment 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee of type vxlan for network 77bf7954-c996-429c-8e78-42b1b39c07d2 [pid: 8|app: 0|req: 1281/2633] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:02 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2634] 10.0.0.178 () {34 vars in 669 bytes} [Thu May 7 17:53:03 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2635] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:53:03 2026] PUT /v2.0/subnets/b494a89b-830c-4141-a819-c40a9e98a99c/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: 1354/2636] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:53:03 2026] PUT /v2.0/subnets/499a3c31-4cd1-47a1-b24c-a4b46c77d41e/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2637] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:53:03 2026] PUT /v2.0/subnets/b832ccfe-54c8-4746-b473-82808a3a59be/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2638] 10.0.0.178 () {34 vars in 751 bytes} [Thu May 7 17:53:03 2026] PUT /v2.0/subnets/e6e6c16b-cbf4-44b8-9504-5c75c196c6e3/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2639] 10.0.0.178 () {32 vars in 664 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2640] 10.0.0.178 () {32 vars in 678 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2641] 10.0.0.178 () {32 vars in 674 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2642] 10.0.0.178 () {32 vars in 686 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2643] 10.0.0.178 () {32 vars in 672 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2644] 10.0.0.178 () {32 vars in 686 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2645] 10.0.0.178 () {32 vars in 682 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2646] 10.0.0.178 () {32 vars in 694 bytes} [Thu May 7 17:53:03 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2647] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:53:03 2026] DELETE /v2.0/subnets/b494a89b-830c-4141-a819-c40a9e98a99c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2648] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:53:04 2026] DELETE /v2.0/subnets/499a3c31-4cd1-47a1-b24c-a4b46c77d41e => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2649] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:53:04 2026] DELETE /v2.0/subnets/b832ccfe-54c8-4746-b473-82808a3a59be => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2650] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:53:04 2026] DELETE /v2.0/subnets/e6e6c16b-cbf4-44b8-9504-5c75c196c6e3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2651] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:53:05 2026] DELETE /v2.0/subnets/8f8b2ff4-a8de-4905-a0a7-8197422ce018 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:53:05.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-ceddbdfa-9db1-40f4-a3cd-ce9931540c41 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] TaaS: Handle Delete Port: 7fb3c05e-38f2-4160-a471-db02e51c88b4 2026-05-07 17:53:05.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ceddbdfa-9db1-40f4-a3cd-ce9931540c41 7569278c4b6341c1a7329a918f27dc5e b8c6c036e5dd4454a7ad67b25c7560dc - - default default] Tap Mirror: Handle Delete Port: 7fb3c05e-38f2-4160-a471-db02e51c88b4 [pid: 7|app: 0|req: 1362/2652] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:05 2026] DELETE /v2.0/networks/f381aa20-9ab0-4d76-a0b4-a8446fec67e1 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:53:05.604 7 INFO neutron.services.segments.plugin [-] Segment 766f82c5-450c-443a-94d0-941836d837dd resource provider aggregate not found 2026-05-07 17:53:05.621 7 INFO neutron.services.segments.plugin [-] Segment 766f82c5-450c-443a-94d0-941836d837dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 766f82c5-450c-443a-94d0-941836d837dd found for delete ", "request_id": "req-3dca5702-3422-4230-bdfd-9d35acad5984"}]} 2026-05-07 17:53:05.649 7 INFO neutron.services.segments.plugin [-] Segment 766f82c5-450c-443a-94d0-941836d837dd resource provider aggregate not found [pid: 8|app: 0|req: 1291/2653] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:05 2026] DELETE /v2.0/networks/0b36a184-df31-4c02-a476-f1ea80cf0f69 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:53:05.698 8 INFO neutron.services.segments.plugin [-] Segment 743f533d-e119-4854-b615-9ff4ce879fe7 resource provider aggregate not found 2026-05-07 17:53:05.707 8 INFO neutron.services.segments.plugin [-] Segment 743f533d-e119-4854-b615-9ff4ce879fe7 resource provider aggregate not found 2026-05-07 17:53:05.711 7 INFO neutron.services.segments.plugin [-] Segment 766f82c5-450c-443a-94d0-941836d837dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 766f82c5-450c-443a-94d0-941836d837dd found for delete ", "request_id": "req-9fd897cb-1a3a-4b6b-9e43-a6cf3b5acfbe"}]} 2026-05-07 17:53:05.714 8 INFO neutron.services.segments.plugin [-] Segment 743f533d-e119-4854-b615-9ff4ce879fe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 743f533d-e119-4854-b615-9ff4ce879fe7 found for delete ", "request_id": "req-83fc81f0-46c2-43d0-b4ce-876380b6213b"}]} 2026-05-07 17:53:05.726 8 INFO neutron.services.segments.plugin [-] Segment 743f533d-e119-4854-b615-9ff4ce879fe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 743f533d-e119-4854-b615-9ff4ce879fe7 found for delete ", "request_id": "req-de177862-64a8-4e23-b60c-85a4c67ca71f"}]} [pid: 7|app: 0|req: 1363/2654] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:05 2026] DELETE /v2.0/networks/d5b4ac9f-b0a0-4b4d-9130-3ff23be7c5b9 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2655] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:05 2026] DELETE /v2.0/networks/0ef6049f-848e-499f-8189-f2c5030da4f7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2656] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:05 2026] DELETE /v2.0/networks/77bf7954-c996-429c-8e78-42b1b39c07d2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2657] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:06 2026] GET /v2.0/security-groups?tenant_id=68d871d101bb4607b84fdf071bd25022&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2658] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:07 2026] DELETE /v2.0/security-groups/0f3e0f34-d882-458d-9af7-2f8f7e820b60 => 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: 1294/2659] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:07 2026] GET /v2.0/security-groups?tenant_id=b8c6c036e5dd4454a7ad67b25c7560dc&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2660] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:07 2026] DELETE /v2.0/security-groups/c1718ad2-211c-4536-9898-6591ededcda1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:07.640 7 INFO neutron.services.segments.plugin [-] Segment d9c75022-704d-4401-817a-19a68a840269 resource provider aggregate not found 2026-05-07 17:53:07.661 7 INFO neutron.services.segments.plugin [-] Segment d9c75022-704d-4401-817a-19a68a840269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c75022-704d-4401-817a-19a68a840269 found for delete ", "request_id": "req-6fe8c988-cee8-4199-8a37-3864b55ac3a0"}]} 2026-05-07 17:53:07.677 7 INFO neutron.services.segments.plugin [-] Segment 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee resource provider aggregate not found 2026-05-07 17:53:07.695 7 INFO neutron.services.segments.plugin [-] Segment 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee found for delete ", "request_id": "req-4cfde8ce-ab89-469c-a4d2-66f373d8a848"}]} 2026-05-07 17:53:07.725 7 INFO neutron.services.segments.plugin [-] Segment d9c75022-704d-4401-817a-19a68a840269 resource provider aggregate not found 2026-05-07 17:53:07.738 8 INFO neutron.services.segments.plugin [-] Segment 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 resource provider aggregate not found 2026-05-07 17:53:07.745 8 INFO neutron.services.segments.plugin [-] Segment 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 resource provider aggregate not found 2026-05-07 17:53:07.748 7 INFO neutron.services.segments.plugin [-] Segment d9c75022-704d-4401-817a-19a68a840269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c75022-704d-4401-817a-19a68a840269 found for delete ", "request_id": "req-e8be1644-d95c-4a93-90e9-9feba9d5ce39"}]} 2026-05-07 17:53:07.754 8 INFO neutron.services.segments.plugin [-] Segment 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 found for delete ", "request_id": "req-15a05054-a9f3-474b-8ec8-8ec1f6b6ba30"}]} 2026-05-07 17:53:07.760 8 INFO neutron.services.segments.plugin [-] Segment 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e4ace3f-bda6-48ad-a643-9dd5e63fb5f6 found for delete ", "request_id": "req-3868e952-6108-439e-9bcb-476d936c8abc"}]} 2026-05-07 17:53:07.764 7 INFO neutron.services.segments.plugin [-] Segment 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee resource provider aggregate not found 2026-05-07 17:53:07.778 7 INFO neutron.services.segments.plugin [-] Segment 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fa7843-4fef-4e6b-aea6-bc18ec8b8fee found for delete ", "request_id": "req-9e71dc53-19aa-482c-9da7-b7dd576017fa"}]} [pid: 8|app: 0|req: 1295/2661] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:07 2026] GET /v2.0/security-groups?tenant_id=3033a1076c0e45b5b020c396abe32aeb&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2662] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:07 2026] DELETE /v2.0/security-groups/691e4d00-00ff-4ce1-a0d7-48094e7e7e31 => 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: 1369/2665] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:53:10 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: 1297/2666] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:53:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2667] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:53:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2668] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:53:10 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: 1371/2669] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:10 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2670] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:53:10 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2671] 199.204.45.210 () {34 vars in 717 bytes} [Thu May 7 17:53:10 2026] POST /v2.0/ports => generated 1059 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2672] 10.0.0.178 () {34 vars in 676 bytes} [Thu May 7 17:53:10 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2673] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:53:10 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1059 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2674] 10.0.0.3 () {34 vars in 905 bytes} [Thu May 7 17:53:11 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2675] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:53:11 2026] PUT /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/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: 1302/2676] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:11 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/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: 1375/2677] 10.0.0.178 () {34 vars in 770 bytes} [Thu May 7 17:53:11 2026] PUT /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2678] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:11 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/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: 1376/2679] 10.0.0.178 () {34 vars in 766 bytes} [Thu May 7 17:53:11 2026] PUT /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2680] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:11 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2681] 10.0.0.178 () {34 vars in 788 bytes} [Thu May 7 17:53:11 2026] PUT /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2682] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:11 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2683] 10.0.0.178 () {34 vars in 759 bytes} [Thu May 7 17:53:12 2026] PUT /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2684] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2685] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:12.193 8 INFO neutron.api.v2.resource [None req-98a04e74-4df6-4490-92e3-4149c90238e4 9452ed1db2d04f398b91b35f85bc336a 180852aa40d64ccea5cfa655da2d8512 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1307/2686] 10.0.0.178 () {32 vars in 751 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2687] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:53:12 2026] DELETE /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2688] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:53:12.340 7 INFO neutron.api.v2.resource [None req-bc546a1b-2b37-4152-819d-98e8b2f8cf8f 9452ed1db2d04f398b91b35f85bc336a 180852aa40d64ccea5cfa655da2d8512 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1381/2689] 10.0.0.178 () {32 vars in 754 bytes} [Thu May 7 17:53:12 2026] DELETE /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2690] 10.0.0.178 () {32 vars in 742 bytes} [Thu May 7 17:53:12 2026] DELETE /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => 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: 1382/2691] 10.0.0.178 () {32 vars in 739 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:53:12.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-43429d55-ecde-4c4e-a848-72fa3670f7a6 9452ed1db2d04f398b91b35f85bc336a 180852aa40d64ccea5cfa655da2d8512 - - default default] TaaS: Handle Delete Port: e98f2c07-9c16-45dc-9039-b0cc6a401248 2026-05-07 17:53:12.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43429d55-ecde-4c4e-a848-72fa3670f7a6 9452ed1db2d04f398b91b35f85bc336a 180852aa40d64ccea5cfa655da2d8512 - - default default] Tap Mirror: Handle Delete Port: e98f2c07-9c16-45dc-9039-b0cc6a401248 [pid: 8|app: 0|req: 1310/2692] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:53:12 2026] DELETE /v2.0/floatingips/ddc380dd-c80b-475a-aca4-a69ef39529d5 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2693] 199.204.45.210 () {34 vars in 1262 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2694] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1384/2695] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:12 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2696] 199.204.45.210 () {34 vars in 975 bytes} [Thu May 7 17:53:13 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1059 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2697] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:53:13 2026] GET /v2.0/networks?id=e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2698] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:13 2026] GET /v2.0/security-groups?tenant_id=180852aa40d64ccea5cfa655da2d8512&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2699] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:13 2026] DELETE /v2.0/security-groups/f68d4734-2e0d-485e-ae2a-97e2632bcd82 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2700] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:13 2026] GET /v2.0/security-groups?tenant_id=c376ce911f1d4e49aada84991748ae79&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2701] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:53:13 2026] PUT /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1249 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2702] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:13 2026] DELETE /v2.0/security-groups/d7ade28b-c9b3-4d44-8840-a7e31f80c21a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:14.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75d2f863-209f-443a-8f57-311cb81c9873'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'f9d263d8-77c6-47d7-be40-f8da6a0d50d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1388/2703] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2704] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/networks?id=e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2705] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => 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: 1317/2706] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2707] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&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: 8|app: 0|req: 1318/2708] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2709] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:14 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2710] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:53:15 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2711] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:53:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => 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: 1320/2712] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:15 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2713] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:15 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&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: 1321/2714] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1394/2715] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2716] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => 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: 1395/2717] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2718] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2719] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1324/2720] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:16 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:53:17.295 7 INFO neutron.db.segments_db [None req-97798ac8-1c6f-4c6c-baee-f7c576f9cfac 15913b850ba744a6b757d599f7a6e96f f070778e377d47959d495376f863455c - - default default] Added segment 51c9e5de-bfbc-4aee-a6e6-160965177e10 of type vxlan for network e420a24c-f7db-41fe-b01c-fca0f46fa3cc [pid: 7|app: 0|req: 1397/2721] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:17 2026] POST /v2.0/networks => generated 613 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2722] 10.0.0.178 () {34 vars in 664 bytes} [Thu May 7 17:53:17 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2723] 10.0.0.178 () {34 vars in 666 bytes} [Thu May 7 17:53:17 2026] POST /v2.0/trunks => generated 407 bytes in 158 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: 1326/2724] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:53:17 2026] PUT /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/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: 1399/2725] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:17 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2726] 10.0.0.178 () {34 vars in 760 bytes} [Thu May 7 17:53:17 2026] PUT /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags/green => 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: 1400/2727] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2728] 10.0.0.178 () {34 vars in 756 bytes} [Thu May 7 17:53:18 2026] PUT /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2729] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2730] 10.0.0.178 () {34 vars in 778 bytes} [Thu May 7 17:53:18 2026] PUT /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2731] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2732] 10.0.0.178 () {34 vars in 749 bytes} [Thu May 7 17:53:18 2026] PUT /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2733] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2734] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:18.288 7 INFO neutron.api.v2.resource [None req-db49a39a-a570-40cc-a098-ea718b824329 15913b850ba744a6b757d599f7a6e96f f070778e377d47959d495376f863455c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1404/2735] 10.0.0.178 () {32 vars in 741 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/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: 1332/2736] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:18 2026] DELETE /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2737] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:53:18.384 8 INFO neutron.api.v2.resource [None req-8f8f348f-f9e8-4c4d-91dd-ecd9959c5f47 15913b850ba744a6b757d599f7a6e96f f070778e377d47959d495376f863455c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1333/2738] 10.0.0.178 () {32 vars in 744 bytes} [Thu May 7 17:53:18 2026] DELETE /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2739] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:53:18 2026] DELETE /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => 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: 1334/2740] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2741] 10.0.0.178 () {32 vars in 719 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2742] 10.0.0.178 () {32 vars in 717 bytes} [Thu May 7 17:53:18 2026] GET /v2.0/ports/a930ce0f-a170-473c-bc76-6a7e42f2ec82 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2743] 10.0.0.178 () {32 vars in 722 bytes} [Thu May 7 17:53:18 2026] DELETE /v2.0/trunks/191a7428-b15e-4ac4-adb4-46267a3182e5 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:18.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-28d3fc3a-1a35-46d2-ac5c-41ca8b236e29 15913b850ba744a6b757d599f7a6e96f f070778e377d47959d495376f863455c - - default default] TaaS: Handle Delete Port: a930ce0f-a170-473c-bc76-6a7e42f2ec82 2026-05-07 17:53:18.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28d3fc3a-1a35-46d2-ac5c-41ca8b236e29 15913b850ba744a6b757d599f7a6e96f f070778e377d47959d495376f863455c - - default default] Tap Mirror: Handle Delete Port: a930ce0f-a170-473c-bc76-6a7e42f2ec82 [pid: 8|app: 0|req: 1336/2744] 10.0.0.178 () {32 vars in 720 bytes} [Thu May 7 17:53:18 2026] DELETE /v2.0/ports/a930ce0f-a170-473c-bc76-6a7e42f2ec82 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:53:18.933 7 INFO neutron.services.segments.plugin [-] Segment 51c9e5de-bfbc-4aee-a6e6-160965177e10 resource provider aggregate not found 2026-05-07 17:53:18.950 7 INFO neutron.services.segments.plugin [-] Segment 51c9e5de-bfbc-4aee-a6e6-160965177e10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51c9e5de-bfbc-4aee-a6e6-160965177e10 found for delete ", "request_id": "req-7f6792a2-f5bd-4675-9227-386fe65f40f8"}]} 2026-05-07 17:53:18.955 7 INFO neutron.services.segments.plugin [-] Segment 51c9e5de-bfbc-4aee-a6e6-160965177e10 resource provider aggregate not found 2026-05-07 17:53:18.971 7 INFO neutron.services.segments.plugin [-] Segment 51c9e5de-bfbc-4aee-a6e6-160965177e10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51c9e5de-bfbc-4aee-a6e6-160965177e10 found for delete ", "request_id": "req-8c83f252-d44f-47a4-a094-f78bec08fba7"}]} [pid: 7|app: 0|req: 1409/2745] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:18 2026] DELETE /v2.0/networks/e420a24c-f7db-41fe-b01c-fca0f46fa3cc => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2746] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:19 2026] GET /v2.0/security-groups?tenant_id=c9280844b8de4fd7834dd6d34d8d0007&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2747] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:19 2026] DELETE /v2.0/security-groups/34915f1d-b100-42aa-bfe7-f531aae4782d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2748] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:20 2026] GET /v2.0/security-groups?tenant_id=f070778e377d47959d495376f863455c&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2749] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:53:20 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1251 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2750] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:20 2026] DELETE /v2.0/security-groups/8aa907f4-b542-4826-be0d-23c9d099af0d => 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: 1340/2751] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:53:20 2026] PUT /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1275 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:53:20.471 7 INFO neutron.api.v2.resource [None req-22d23e7b-ec25-42d1-9825-673e5c053839 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1412/2752] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:53:20 2026] GET /v2.0/security-groups/lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2753] 199.204.45.210 () {30 vars in 785 bytes} [Thu May 7 17:53:20 2026] GET /v2.0/security-groups?name=lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:53:20.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24ec153f-6a57-4c01-b62b-23cd97ddb109'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'f9d263d8-77c6-47d7-be40-f8da6a0d50d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1413/2754] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:53:20 2026] PUT /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1313 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:53:20.860 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79d99206-51da-4b30-a404-12388812bef3'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'f9d263d8-77c6-47d7-be40-f8da6a0d50d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1342/2755] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:53:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1414/2756] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2757] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2758] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:53: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: 8|app: 0|req: 1344/2759] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2760] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2761] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2762] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2763] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2764] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2765] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/networks?id=e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2766] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2767] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2768] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2769] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2770] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&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: 1421/2771] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1351/2772] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:21 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1422/2773] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2774] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/networks?id=e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2775] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => 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: 1353/2776] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2777] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&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: 1354/2778] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1425/2779] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:22 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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) 2026-05-07 17:53:23.673 8 INFO neutron.db.segments_db [None req-e2287fde-2a33-48ac-983f-77459bf6c7ed a662e6c5cbab40f5a6931a166428c616 7e80eaa1bd7c464b911a67e7daf2a7cf - - default default] Added segment 2ec9dad8-c819-4779-9c1b-8fb6498523b5 of type vxlan for network 8da6ec1a-68b4-42e7-a6d4-2fd02d3e0a04 [pid: 8|app: 0|req: 1355/2782] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:23 2026] POST /v2.0/networks => generated 613 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 17:53:23.818 7 INFO neutron.db.segments_db [None req-71b2231b-3dcd-47da-b465-7c612645c91a a662e6c5cbab40f5a6931a166428c616 7e80eaa1bd7c464b911a67e7daf2a7cf - - default default] Added segment 25a75b65-2267-4236-ae5d-0d9c3c94725b of type vxlan for network d9284c5f-a8cf-4d01-8753-cfcbd59fe21b [pid: 7|app: 0|req: 1428/2783] 10.0.0.178 () {34 vars in 670 bytes} [Thu May 7 17:53:23 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2784] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:53:23 2026] PUT /v2.0/networks/8da6ec1a-68b4-42e7-a6d4-2fd02d3e0a04/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2785] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:53:23 2026] GET /v2.0/networks/8da6ec1a-68b4-42e7-a6d4-2fd02d3e0a04/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2786] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:53:24 2026] PUT /v2.0/networks/d9284c5f-a8cf-4d01-8753-cfcbd59fe21b/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2787] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:53:24 2026] GET /v2.0/networks/d9284c5f-a8cf-4d01-8753-cfcbd59fe21b/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2788] 10.0.0.178 () {34 vars in 753 bytes} [Thu May 7 17:53:24 2026] PUT /v2.0/networks/d9284c5f-a8cf-4d01-8753-cfcbd59fe21b/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2789] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:53:24 2026] GET /v2.0/networks/d9284c5f-a8cf-4d01-8753-cfcbd59fe21b/tags => 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: 1359/2790] 10.0.0.178 () {32 vars in 733 bytes} [Thu May 7 17:53:24 2026] GET /v2.0/networks/8da6ec1a-68b4-42e7-a6d4-2fd02d3e0a04/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:53:24.400 7 INFO neutron.services.segments.plugin [-] Segment 2ec9dad8-c819-4779-9c1b-8fb6498523b5 resource provider aggregate not found 2026-05-07 17:53:24.404 7 INFO neutron.services.segments.plugin [-] Segment 2ec9dad8-c819-4779-9c1b-8fb6498523b5 resource provider aggregate not found 2026-05-07 17:53:24.421 7 INFO neutron.services.segments.plugin [-] Segment 2ec9dad8-c819-4779-9c1b-8fb6498523b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec9dad8-c819-4779-9c1b-8fb6498523b5 found for delete ", "request_id": "req-93b7e87b-1482-45ed-adc6-e0aff8fffc4b"}]} 2026-05-07 17:53:24.422 7 INFO neutron.services.segments.plugin [-] Segment 2ec9dad8-c819-4779-9c1b-8fb6498523b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec9dad8-c819-4779-9c1b-8fb6498523b5 found for delete ", "request_id": "req-04798b0a-dfc6-4b17-ae87-5d6e3ce3d44f"}]} [pid: 7|app: 0|req: 1432/2791] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:24 2026] DELETE /v2.0/networks/8da6ec1a-68b4-42e7-a6d4-2fd02d3e0a04 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:53:24.568 8 INFO neutron.services.segments.plugin [-] Segment 25a75b65-2267-4236-ae5d-0d9c3c94725b resource provider aggregate not found 2026-05-07 17:53:24.572 8 INFO neutron.services.segments.plugin [-] Segment 25a75b65-2267-4236-ae5d-0d9c3c94725b resource provider aggregate not found 2026-05-07 17:53:24.590 8 INFO neutron.services.segments.plugin [-] Segment 25a75b65-2267-4236-ae5d-0d9c3c94725b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25a75b65-2267-4236-ae5d-0d9c3c94725b found for delete ", "request_id": "req-00b78b8e-5d59-4313-ac1b-b04fdd4bbe75"}]} 2026-05-07 17:53:24.591 8 INFO neutron.services.segments.plugin [-] Segment 25a75b65-2267-4236-ae5d-0d9c3c94725b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25a75b65-2267-4236-ae5d-0d9c3c94725b found for delete ", "request_id": "req-71c1aac9-d520-48f8-bddc-7aaf06a02461"}]} [pid: 8|app: 0|req: 1360/2792] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:53:24 2026] DELETE /v2.0/networks/d9284c5f-a8cf-4d01-8753-cfcbd59fe21b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2793] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:25 2026] GET /v2.0/security-groups?tenant_id=7e80eaa1bd7c464b911a67e7daf2a7cf&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2794] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:25 2026] DELETE /v2.0/security-groups/64b6b563-ef95-4ba7-bbd1-cb4a0d8eabab => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2795] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:25 2026] GET /v2.0/security-groups?tenant_id=3c6c71d850ff43cabab38f77cd569e99&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: 1362/2796] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:25 2026] DELETE /v2.0/security-groups/f7dfc351-e9c6-4781-9b50-54f2b605df96 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2797] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:29 2026] GET /v2.0/security-groups?tenant_id=456cba31adce41ccb4bda40cd3c51800&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2798] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:29 2026] DELETE /v2.0/security-groups/b12ff718-209e-4fea-be4d-69eeb360fc84 => 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: 1364/2799] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:53:29 2026] GET /v2.0/security-groups?tenant_id=03d5943f1c574a43ac16ecb899000c63&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2800] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:53:29 2026] DELETE /v2.0/security-groups/1f9f1f2d-5a16-4e12-9520-372dc6d44155 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:53:30.215 7 INFO neutron.db.l3_db [None req-c92493e0-5c28-42f8-8b58-44878de2632c 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Floating IP 27ba94d0-01bd-4b59-a6cf-d42f004d91e4 associated. External IP: 10.96.250.215, port: a65bbd25-6520-4367-9db8-d45bb45f3710. [pid: 7|app: 0|req: 1436/2801] 10.0.0.178 () {34 vars in 677 bytes} [Thu May 7 17:53:29 2026] POST /v2.0/floatingips => generated 898 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2802] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:53:33 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: 1437/2803] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:53:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2804] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:53:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2805] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:53:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:53:33.424 8 INFO neutron.api.v2.resource [None req-5b1afa93-324b-469f-98ab-c6113079c366 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1368/2806] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:53:33 2026] GET /v2.0/security-groups/lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2807] 199.204.45.210 () {30 vars in 785 bytes} [Thu May 7 17:53:33 2026] GET /v2.0/security-groups?name=lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2808] 199.204.45.210 () {30 vars in 815 bytes} [Thu May 7 17:53:33 2026] GET /v2.0/security-group-rules?security_group_id=6d103ffa-1cc9-4370-886b-324e4e09116e => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2809] 199.204.45.210 () {34 vars in 747 bytes} [Thu May 7 17:53:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2810] 199.204.45.210 () {34 vars in 747 bytes} [Thu May 7 17:53:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2813] 10.0.0.208 () {30 vars in 690 bytes} [Thu May 7 17:53:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2814] 10.0.0.208 () {30 vars in 692 bytes} [Thu May 7 17:53:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2815] 10.0.0.208 () {30 vars in 668 bytes} [Thu May 7 17:53:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2816] 10.0.0.208 () {30 vars in 704 bytes} [Thu May 7 17:53: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: 1374/2817] 10.0.0.208 () {28 vars in 439 bytes} [Thu May 7 17:53:43 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2818] 10.0.0.208 () {30 vars in 728 bytes} [Thu May 7 17:53:43 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2819] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:53: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: 1445/2820] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:53:44 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: 1376/2821] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:53:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2822] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:53: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: 1377/2823] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:44 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2824] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:53:44 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2825] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:53:44 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: 1448/2826] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:53:44 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: 1379/2827] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:53:44 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: 1449/2828] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:53:44 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: 1380/2829] 199.204.45.210 () {34 vars in 717 bytes} [Thu May 7 17:53:44 2026] POST /v2.0/ports => generated 1324 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2830] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:53:44 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1324 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: 1381/2831] 199.204.45.210 () {34 vars in 1262 bytes} [Thu May 7 17:53:46 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2832] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:46 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1382/2833] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:46 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1452/2834] 199.204.45.210 () {34 vars in 975 bytes} [Thu May 7 17:53:46 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1324 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2835] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:53:46 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2836] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:53:46 2026] PUT /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1514 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:53:47.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-672f306f-719d-4e13-a1d8-c4a9c52d49e2'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': '2c8bee07-2dd5-4312-a65c-51121c31b099', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1384/2837] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4091 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1454/2838] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2839] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => 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: 1455/2840] 199.204.45.210 () {34 vars in 1102 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => 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: 1386/2841] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998&id=2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2842] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2843] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2844] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1388/2845] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:47 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1458/2846] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4091 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2847] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => 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: 1459/2848] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => 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: 1390/2849] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2850] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1391/2851] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1461/2852] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => 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: 1392/2853] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2854] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&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: 1393/2855] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1463/2856] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2857] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => 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: 1464/2858] 199.204.45.210 () {34 vars in 1102 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2859] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998&id=2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2860] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2861] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2862] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2863] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:53:49 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1468/2866] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2867] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2868] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2869] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/subnets/2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2870] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:53:54 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: 1401/2871] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:53:54 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: 1471/2872] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2873] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:53:54 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: 1472/2874] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2875] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2876] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2877] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2878] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2879] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2880] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:53:54 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2881] 10.0.0.208 () {30 vars in 690 bytes} [Thu May 7 17:53:58 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: 1476/2882] 10.0.0.208 () {30 vars in 692 bytes} [Thu May 7 17:53:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2883] 10.0.0.208 () {30 vars in 668 bytes} [Thu May 7 17:53:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2884] 10.0.0.208 () {30 vars in 704 bytes} [Thu May 7 17:53:58 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: 1408/2885] 10.0.0.208 () {28 vars in 439 bytes} [Thu May 7 17:53:59 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2886] 10.0.0.208 () {30 vars in 728 bytes} [Thu May 7 17:53:59 2026] GET /v2.0/subnets/cebdd93f-ef9b-4b0d-b393-8ac4b626c553 => generated 656 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2887] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2888] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:01 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: 1410/2889] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:01 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: 1480/2890] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2891] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:01 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2892] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:01 2026] GET /v2.0/subnets/cebdd93f-ef9b-4b0d-b393-8ac4b626c553 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2893] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:01 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4093 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2894] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:02 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: 1413/2895] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2896] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2897] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:02 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: 1484/2898] 199.204.45.210 () {34 vars in 717 bytes} [Thu May 7 17:54:02 2026] POST /v2.0/ports => generated 1324 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2899] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:54:02 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1324 bytes in 70 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: 1485/2900] 10.0.0.3 () {34 vars in 905 bytes} [Thu May 7 17:54:02 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2901] 199.204.45.210 () {34 vars in 1262 bytes} [Thu May 7 17:54:03 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2902] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:03 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2903] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:04 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1487/2904] 199.204.45.210 () {34 vars in 975 bytes} [Thu May 7 17:54:04 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2905] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:54:04 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2906] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:54:04 2026] PUT /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1514 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:54:05.171 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7b65c34-69be-44cb-b086-84b8ef917d9e'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'dba37364-398c-4db1-9fb8-1d49d78f6e31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1419/2907] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 5599 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1489/2908] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2909] 199.204.45.210 () {34 vars in 1056 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=dba37364-398c-4db1-9fb8-1d49d78f6e31 => 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: 1490/2910] 199.204.45.210 () {34 vars in 1104 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ae6&port_id=dba37364-398c-4db1-9fb8-1d49d78f6e31 => 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: 1421/2911] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/subnets?id=cebdd93f-ef9b-4b0d-b393-8ac4b626c553&id=52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2912] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2913] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&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: 1492/2914] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:05 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1423/2915] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:06 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1493/2916] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 5599 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2917] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2918] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2919] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&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: 1495/2920] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1426/2921] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2922] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2923] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2924] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2925] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1498/2926] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1429/2927] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2928] 199.204.45.210 () {34 vars in 1102 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => 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: 1430/2929] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998&id=2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2930] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2931] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&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: 7|app: 0|req: 1501/2932] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1432/2933] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1502/2934] 199.204.45.210 () {34 vars in 1056 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=dba37364-398c-4db1-9fb8-1d49d78f6e31 => 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: 1433/2935] 199.204.45.210 () {34 vars in 1104 bytes} [Thu May 7 17:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ae6&port_id=dba37364-398c-4db1-9fb8-1d49d78f6e31 => 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: 1503/2936] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:54:08 2026] GET /v2.0/subnets?id=cebdd93f-ef9b-4b0d-b393-8ac4b626c553&id=52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2937] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:08 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&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: 1504/2938] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:08 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2939] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:08 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1505/2940] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:08 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1507/2943] 10.0.0.3 () {34 vars in 969 bytes} [Thu May 7 17:54:11 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1516 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2944] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:11 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2945] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/subnets/cebdd93f-ef9b-4b0d-b393-8ac4b626c553 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2946] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/subnets/52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 747 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2947] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2948] 199.204.45.210 () {34 vars in 790 bytes} [Thu May 7 17:54:12 2026] PUT /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1255 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:54:12.496 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a69eeb6e-cbcc-4f1a-8f19-1d78f1b25c73'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': '2c8bee07-2dd5-4312-a65c-51121c31b099', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1510/2949] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1440/2950] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2951] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2952] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2953] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:12 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: 1442/2954] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:12 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: 1513/2955] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2956] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2957] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1349 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2958] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2959] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2960] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2961] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:12 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2962] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 5376 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2963] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2964] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2965] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2966] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2967] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1449/2968] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:13 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1520/2969] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2970] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2971] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:23 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: 1451/2972] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54: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: 7|app: 0|req: 1522/2973] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2974] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 5376 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2977] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2978] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2979] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:23 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: 1455/2980] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:23 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: 1526/2981] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:23 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2982] 199.204.45.210 () {34 vars in 790 bytes} [Thu May 7 17:54:23 2026] PUT /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1251 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:54:24.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd22cc3d-75bf-41b9-bff9-e39a9ff101e1'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'dba37364-398c-4db1-9fb8-1d49d78f6e31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1527/2983] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1457/2984] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/subnets/cebdd93f-ef9b-4b0d-b393-8ac4b626c553 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2985] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1287 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2986] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:54:24 2026] PUT /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1080 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2987] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06 => generated 798 bytes in 42 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: 1459/2988] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4976 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2989] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2990] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2991] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2992] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2993] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:24 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1532/2994] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:25 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:54:26.187 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0be113a-1477-4c75-8e0f-8fca8c9b8ed5'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': 'dba37364-398c-4db1-9fb8-1d49d78f6e31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1463/2995] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:26 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2996] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:54:26 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2997] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:26 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1534/2998] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:26 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2999] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:26 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3000] 199.204.45.210 () {34 vars in 975 bytes} [Thu May 7 17:54:27 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3001] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:54:27 2026] GET /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3002] 199.204.45.210 () {34 vars in 1016 bytes} [Thu May 7 17:54:27 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3003] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:54:27 2026] PUT /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 917 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3004] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:27 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3868 bytes in 44 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-05-07 17:54:28.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce2b3351-1cb5-4e76-93ec-cba36e0cdc55 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: dba37364-398c-4db1-9fb8-1d49d78f6e31 2026-05-07 17:54:28.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce2b3351-1cb5-4e76-93ec-cba36e0cdc55 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: dba37364-398c-4db1-9fb8-1d49d78f6e31 [pid: 8|app: 0|req: 1468/3005] 199.204.45.210 () {32 vars in 759 bytes} [Thu May 7 17:54:28 2026] DELETE /v2.0/ports/dba37364-398c-4db1-9fb8-1d49d78f6e31 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3006] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3007] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:28 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: 1539/3008] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3009] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:28 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: 1540/3010] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3011] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3012] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1349 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3013] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3014] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3015] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3016] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3017] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:28 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3868 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3018] 199.204.45.210 () {34 vars in 1226 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks?id=51c2d6b1-4b28-4912-be3c-18cef92a736c&id=e5589dfe-2ee0-4212-96d7-6478ac210d09&id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 3098 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3019] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => 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: 1545/3020] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3021] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3022] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1477/3023] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3024] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => 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: 1478/3025] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3026] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3027] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3028] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1480/3029] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=2c8bee07-2dd5-4312-a65c-51121c31b099 => 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: 1550/3030] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3031] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3032] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1482/3033] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:29 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3034] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3035] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3036] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:33 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: 1484/3037] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3038] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:33 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3868 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3039] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:34 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: 1555/3040] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54: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: 8|app: 0|req: 1486/3041] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:34 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: 1556/3042] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54: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: 8|app: 0|req: 1487/3043] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:34 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3044] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:54:34 2026] PUT /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1080 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:54:34.577 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40856617-16e3-4c9d-8ad2-7dedac3b48a6'] response: {'name': 'network-changed', 'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'tag': '2c8bee07-2dd5-4312-a65c-51121c31b099', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1488/3045] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:34 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 798 bytes in 41 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: 1558/3046] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:34 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3047] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:34 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3048] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:35 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3049] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:54:35 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3050] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:35 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1491/3051] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:35 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1561/3052] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:35 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3053] 199.204.45.210 () {34 vars in 975 bytes} [Thu May 7 17:54:36 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3054] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:54:36 2026] GET /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3055] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:36 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3056] 199.204.45.210 () {34 vars in 1016 bytes} [Thu May 7 17:54:36 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1563/3057] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:54:36 2026] PUT /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 917 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3058] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:37 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 17:54:38.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c00f3e-d2c8-48ad-9c6c-0bb442ded933 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: 2c8bee07-2dd5-4312-a65c-51121c31b099 2026-05-07 17:54:38.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c00f3e-d2c8-48ad-9c6c-0bb442ded933 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: 2c8bee07-2dd5-4312-a65c-51121c31b099 [pid: 7|app: 0|req: 1564/3059] 199.204.45.210 () {32 vars in 759 bytes} [Thu May 7 17:54:37 2026] DELETE /v2.0/ports/2c8bee07-2dd5-4312-a65c-51121c31b099 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3060] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:38 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: 1565/3061] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3062] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:38 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: 1566/3063] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:38 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: 1498/3064] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3065] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3066] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3067] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3068] 199.204.45.210 () {30 vars in 743 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => 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: 1569/3069] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3072] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3073] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3074] 199.204.45.210 () {34 vars in 1146 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/networks?id=51c2d6b1-4b28-4912-be3c-18cef92a736c&id=e5589dfe-2ee0-4212-96d7-6478ac210d09&id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 2311 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3075] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => 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: 1503/3076] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3077] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3078] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3079] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 8|app: 0|req: 1505/3080] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.140&port_id=f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => 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: 1576/3081] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:54:38 2026] GET /v2.0/subnets?id=1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3082] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:54:39 2026] GET /v2.0/ports?network_id=e5589dfe-2ee0-4212-96d7-6478ac210d09&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3083] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:54:39 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1507/3084] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:54:39 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?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: 1578/3085] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:51 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: 1508/3086] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3087] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:51 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: 1509/3088] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:54:51.122 7 INFO neutron.api.v2.resource [None req-f890119a-3bf3-4f77-9eec-1be8f4eb9fd0 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3089] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:54:51 2026] GET /v2.0/security-groups/lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 149 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3090] 199.204.45.210 () {30 vars in 785 bytes} [Thu May 7 17:54:51 2026] GET /v2.0/security-groups?name=lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3091] 199.204.45.210 () {30 vars in 815 bytes} [Thu May 7 17:54:51 2026] GET /v2.0/security-group-rules?security_group_id=6d103ffa-1cc9-4370-886b-324e4e09116e => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3092] 199.204.45.210 () {32 vars in 789 bytes} [Thu May 7 17:54:51 2026] DELETE /v2.0/security-group-rules/0748d1bd-8719-44ec-a708-2424662acadf => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3093] 199.204.45.210 () {32 vars in 789 bytes} [Thu May 7 17:54:51 2026] DELETE /v2.0/security-group-rules/33693ebc-7a4a-42ea-bbe9-9ee702b07a36 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:54:54.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdf0bf05-4d12-4e10-8c37-15d0838044e9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 15ad6fca-6415-4ba1-a4c7-a531c6ad8770 2026-05-07 17:54:54.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdf0bf05-4d12-4e10-8c37-15d0838044e9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 15ad6fca-6415-4ba1-a4c7-a531c6ad8770 2026-05-07 17:54:54.395 7 INFO neutron.db.l3_db [None req-fdf0bf05-4d12-4e10-8c37-15d0838044e9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Floating IP 27ba94d0-01bd-4b59-a6cf-d42f004d91e4 disassociated (deleted). External IP: 10.96.250.215, port: a65bbd25-6520-4367-9db8-d45bb45f3710. [pid: 7|app: 0|req: 1584/3096] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:54:54 2026] DELETE /v2.0/floatingips/27ba94d0-01bd-4b59-a6cf-d42f004d91e4 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:54:54.739 8 INFO neutron.api.v2.resource [None req-c69109d7-f0ce-4317-9cfc-fbc8a5ed1929 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3097] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:54:54 2026] GET /v2.0/floatingips/27ba94d0-01bd-4b59-a6cf-d42f004d91e4 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3098] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54: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: 1514/3099] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54: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: 1586/3100] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54: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: 8|app: 0|req: 1515/3101] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:54:55.695 7 INFO neutron.api.v2.resource [None req-db3e6aed-03d3-421f-9b76-76f90c5b92cf 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3102] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/security-groups/lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3103] 199.204.45.210 () {30 vars in 785 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/security-groups?name=lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3104] 199.204.45.210 () {30 vars in 815 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/security-group-rules?security_group_id=6d103ffa-1cc9-4370-886b-324e4e09116e => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3105] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:55 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: 1589/3106] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3107] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54: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: 7|app: 0|req: 1590/3108] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54: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: 8|app: 0|req: 1519/3109] 199.204.45.210 () {30 vars in 741 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3110] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3111] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:55 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3112] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:56 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3113] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:57 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3114] 199.204.45.210 () {34 vars in 975 bytes} [Thu May 7 17:54:58 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3115] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:54:58 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3116] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:58 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3117] 199.204.45.210 () {34 vars in 1016 bytes} [Thu May 7 17:54:58 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3118] 199.204.45.210 () {38 vars in 1028 bytes} [Thu May 7 17:54:58 2026] PUT /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1150 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3119] 199.204.45.210 () {30 vars in 769 bytes} [Thu May 7 17:54:59 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1244 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: 1525/3120] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:54:59 2026] PUT /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1090 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3121] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:59 2026] GET /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 1090 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, ' 2026-05-07 17:54:59.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-d65d85b5-1300-457e-b19e-6d98cc5b8566 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: f9d263d8-77c6-47d7-be40-f8da6a0d50d1 2026-05-07 17:54:59.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d65d85b5-1300-457e-b19e-6d98cc5b8566 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: f9d263d8-77c6-47d7-be40-f8da6a0d50d1 [pid: 8|app: 0|req: 1526/3122] 199.204.45.210 () {32 vars in 759 bytes} [Thu May 7 17:54:59 2026] DELETE /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3123] 199.204.45.210 () {30 vars in 703 bytes} [Thu May 7 17:54:59 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: 1527/3124] 199.204.45.210 () {30 vars in 705 bytes} [Thu May 7 17:54:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3125] 199.204.45.210 () {30 vars in 681 bytes} [Thu May 7 17:54:59 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: 1528/3126] 199.204.45.210 () {30 vars in 717 bytes} [Thu May 7 17:54:59 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-05-07 17:54:59.940 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39340398-ba66-4e53-b32c-87fe7fa12794 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3127] 199.204.45.210 () {32 vars in 759 bytes} [Thu May 7 17:54:59 2026] DELETE /v2.0/ports/f9d263d8-77c6-47d7-be40-f8da6a0d50d1 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3128] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:54:59 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:55:00.008 7 INFO neutron.api.v2.resource [None req-7a7dc08a-89ec-4588-826d-4a01b23b7394 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3129] 199.204.45.210 () {30 vars in 763 bytes} [Thu May 7 17:54:59 2026] GET /v2.0/security-groups/lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3130] 199.204.45.210 () {30 vars in 785 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/security-groups?name=lb-fe703c9c-eee0-425c-9ac3-65e70530edbd => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3131] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/ports?tenant_id=9c9ec20e00024795ad6c229399e6926f&device_id=6169564e-8a36-4d28-8459-ee001f91b02c => 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: 1531/3132] 199.204.45.210 () {30 vars in 737 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3133] 199.204.45.210 () {34 vars in 1066 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/networks?id=51c2d6b1-4b28-4912-be3c-18cef92a736c&id=e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 1524 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3134] 199.204.45.210 () {34 vars in 1060 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.90&port_id=bd1055cd-54d8-4a4c-a717-af498fae3911 => 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: 1604/3135] 199.204.45.210 () {34 vars in 984 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/subnets?id=493024b8-52df-4421-ad27-2bf27e2cf5d3 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3136] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/ports?network_id=51c2d6b1-4b28-4912-be3c-18cef92a736c&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3137] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?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: 1532/3138] 199.204.45.210 () {34 vars in 789 bytes} [Thu May 7 17:55:00 2026] PUT /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 1090 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3139] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:55:00 2026] GET /v2.0/networks/51c2d6b1-4b28-4912-be3c-18cef92a736c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3140] 199.204.45.210 () {32 vars in 779 bytes} [Thu May 7 17:55:00 2026] DELETE /v2.0/security-groups/6d103ffa-1cc9-4370-886b-324e4e09116e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:00.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-513c7023-9647-478a-bb25-2572ef87906f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: a65bbd25-6520-4367-9db8-d45bb45f3710 2026-05-07 17:55:00.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-513c7023-9647-478a-bb25-2572ef87906f 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: a65bbd25-6520-4367-9db8-d45bb45f3710 [pid: 7|app: 0|req: 1608/3141] 199.204.45.210 () {32 vars in 759 bytes} [Thu May 7 17:55:00 2026] DELETE /v2.0/ports/a65bbd25-6520-4367-9db8-d45bb45f3710 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3142] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:55:03 2026] GET /v2.0/ports?device_id=6169564e-8a36-4d28-8459-ee001f91b02c => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:55:03.470 7 INFO neutron_taas.services.taas.taas_plugin [req-61f4e551-9709-4fdd-951b-b1eb2341feee req-bc8e06d2-128a-461b-a3c8-962ad8b9f526 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] TaaS: Handle Delete Port: bd1055cd-54d8-4a4c-a717-af498fae3911 2026-05-07 17:55:03.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61f4e551-9709-4fdd-951b-b1eb2341feee req-bc8e06d2-128a-461b-a3c8-962ad8b9f526 57590722bc3441b789f516b57e35cb1e 9c9ec20e00024795ad6c229399e6926f - - default default] Tap Mirror: Handle Delete Port: bd1055cd-54d8-4a4c-a717-af498fae3911 [pid: 7|app: 0|req: 1609/3143] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:55:03 2026] DELETE /v2.0/ports/bd1055cd-54d8-4a4c-a717-af498fae3911 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:03.627 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e9db646-f82d-4094-9aaf-a00767db26f5'] response: {'server_uuid': '6169564e-8a36-4d28-8459-ee001f91b02c', 'name': 'network-vif-deleted', 'tag': 'bd1055cd-54d8-4a4c-a717-af498fae3911', 'status': 'completed', 'code': 200} 2026-05-07 17:55:05.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3fc42e1-077a-419f-a468-2bdeeb7818c9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 8113e48c-e8f2-4690-891a-c58063072a36 2026-05-07 17:55:05.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3fc42e1-077a-419f-a468-2bdeeb7818c9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 8113e48c-e8f2-4690-891a-c58063072a36 2026-05-07 17:55:05.304 8 INFO neutron.db.l3_db [None req-a3fc42e1-077a-419f-a468-2bdeeb7818c9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Floating IP 41d4fa66-05de-4f21-9380-e4dfd847c82e disassociated (deleted). External IP: 10.96.250.219, port: 3fb8d9ea-6005-4b14-95c4-ae575a277d2b. [pid: 8|app: 0|req: 1535/3144] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:55:04 2026] DELETE /v2.0/floatingips/41d4fa66-05de-4f21-9380-e4dfd847c82e => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:05.665 7 INFO neutron.api.v2.resource [None req-2696a007-d21b-40d7-ae6f-7270341f0ef0 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3145] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:55:05 2026] GET /v2.0/floatingips/41d4fa66-05de-4f21-9380-e4dfd847c82e => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:05.690 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af56dd74-a757-44b0-bec9-0bb5f39d08ff'] response: {'name': 'network-changed', 'server_uuid': '2692c486-cd64-4d40-b01f-57af50fa9602', 'tag': '3fb8d9ea-6005-4b14-95c4-ae575a277d2b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1536/3146] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1204 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3147] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3148] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => 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: 1612/3149] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/networks?id=6443cfef-9ac3-442e-811d-e70e779bca06 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3150] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.247&port_id=3fb8d9ea-6005-4b14-95c4-ae575a277d2b => 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: 1613/3151] 199.204.45.210 () {34 vars in 1106 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e7&port_id=3fb8d9ea-6005-4b14-95c4-ae575a277d2b => 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: 1539/3152] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/subnets?id=cebdd93f-ef9b-4b0d-b393-8ac4b626c553&id=52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3153] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&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: 1540/3154] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/ports?network_id=6443cfef-9ac3-442e-811d-e70e779bca06&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: 1615/3155] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1541/3156] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:55:06 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06?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: 1616/3157] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:55:08 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 1204 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:55:08.496 8 INFO neutron_taas.services.taas.taas_plugin [req-bbaa9532-880e-4e27-82d9-f5517c2769fe req-36e90d11-fe63-4936-8939-1e26de459f3b 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 3fb8d9ea-6005-4b14-95c4-ae575a277d2b 2026-05-07 17:55:08.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bbaa9532-880e-4e27-82d9-f5517c2769fe req-36e90d11-fe63-4936-8939-1e26de459f3b 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 3fb8d9ea-6005-4b14-95c4-ae575a277d2b [pid: 8|app: 0|req: 1542/3160] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:55:08 2026] DELETE /v2.0/ports/3fb8d9ea-6005-4b14-95c4-ae575a277d2b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:08.733 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b50605e1-25fc-4c7a-81bb-682996acc6d3'] response: {'server_uuid': '2692c486-cd64-4d40-b01f-57af50fa9602', 'name': 'network-vif-deleted', 'tag': '3fb8d9ea-6005-4b14-95c4-ae575a277d2b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1619/3161] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:55:11 2026] GET /v2.0/ports?device_id=2692c486-cd64-4d40-b01f-57af50fa9602 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 17:55:16.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-95333c60-4efc-4fb1-b545-ab0fd14f946d 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 34a8bf1c-e78c-4e6c-9bdb-6b3c14d84328 2026-05-07 17:55:16.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95333c60-4efc-4fb1-b545-ab0fd14f946d 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 34a8bf1c-e78c-4e6c-9bdb-6b3c14d84328 2026-05-07 17:55:16.636 8 INFO neutron.db.l3_db [None req-95333c60-4efc-4fb1-b545-ab0fd14f946d 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Floating IP 7e8bfaea-1d7b-4c47-a2bc-f0d5ec4b73e7 disassociated (deleted). External IP: 10.96.250.216, port: cc63649a-b7e5-4211-aa50-0c79a00602f0. [pid: 8|app: 0|req: 1543/3162] 10.0.0.178 () {32 vars in 732 bytes} [Thu May 7 17:55:16 2026] DELETE /v2.0/floatingips/7e8bfaea-1d7b-4c47-a2bc-f0d5ec4b73e7 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:16.971 7 INFO neutron.api.v2.resource [None req-8d1469a3-cf80-46f0-affd-3e4fe49e8337 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3163] 10.0.0.178 () {32 vars in 729 bytes} [Thu May 7 17:55:16 2026] GET /v2.0/floatingips/7e8bfaea-1d7b-4c47-a2bc-f0d5ec4b73e7 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:16.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f5d29ab-461a-4592-bd1d-67e7a6a1a988'] response: {'name': 'network-changed', 'server_uuid': 'bf3ac9d2-2634-4c76-b2ca-cf18541d1951', 'tag': 'cc63649a-b7e5-4211-aa50-0c79a00602f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1544/3164] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1192 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3165] 10.0.0.3 () {34 vars in 1038 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/security-groups?id=9f094617-7807-4946-a8c2-cf30c02e4324&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: 1545/3166] 199.204.45.210 () {34 vars in 1080 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/ports?tenant_id=b8f6565c220f4919beeb7fa63d41e527&device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => 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: 1622/3167] 199.204.45.210 () {34 vars in 986 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/networks?id=04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3168] 199.204.45.210 () {34 vars in 1058 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.131&port_id=cc63649a-b7e5-4211-aa50-0c79a00602f0 => 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: 1623/3169] 199.204.45.210 () {34 vars in 1100 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3&port_id=cc63649a-b7e5-4211-aa50-0c79a00602f0 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3170] 199.204.45.210 () {34 vars in 1064 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/subnets?id=52e70aaf-8e62-4293-991f-2717bee55998&id=2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3171] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3172] 199.204.45.210 () {34 vars in 1052 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/ports?network_id=04f4de01-8789-47d6-aa2f-3c5bc7b93453&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3173] 199.204.45.210 () {34 vars in 1012 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?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: 1549/3174] 199.204.45.210 () {34 vars in 1112 bytes} [Thu May 7 17:55:17 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3175] 199.204.45.210 () {34 vars in 994 bytes} [Thu May 7 17:55:19 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => generated 1192 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 17:55:19.715 8 INFO neutron_taas.services.taas.taas_plugin [req-d17817b3-eda0-406b-993f-7721e0002c37 req-9cf24253-4acc-408b-8a08-f1f0eec80fdf 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: cc63649a-b7e5-4211-aa50-0c79a00602f0 2026-05-07 17:55:19.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d17817b3-eda0-406b-993f-7721e0002c37 req-9cf24253-4acc-408b-8a08-f1f0eec80fdf 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: cc63649a-b7e5-4211-aa50-0c79a00602f0 [pid: 8|app: 0|req: 1550/3176] 199.204.45.210 () {36 vars in 997 bytes} [Thu May 7 17:55:19 2026] DELETE /v2.0/ports/cc63649a-b7e5-4211-aa50-0c79a00602f0 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:19.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25f2c3f0-a9f3-4997-99b4-e042d7570790'] response: {'server_uuid': 'bf3ac9d2-2634-4c76-b2ca-cf18541d1951', 'name': 'network-vif-deleted', 'tag': 'cc63649a-b7e5-4211-aa50-0c79a00602f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1627/3177] 10.0.0.3 () {34 vars in 988 bytes} [Thu May 7 17:55:22 2026] GET /v2.0/ports?device_id=bf3ac9d2-2634-4c76-b2ca-cf18541d1951 => 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: 1552/3180] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/0e5bcb79-c1f9-4b8c-90b7-208617a7951a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:27.495 7 INFO neutron.api.v2.resource [None req-16a9fbd9-f7b2-475d-919d-a80075402e9d 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3181] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/0e5bcb79-c1f9-4b8c-90b7-208617a7951a => 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: 1553/3182] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/e9a38632-cb79-4ba7-87b2-75f514982a2c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:27.583 7 INFO neutron.api.v2.resource [None req-e5b7ce53-cc67-440a-b383-c75e5fbb8e5f 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3183] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/e9a38632-cb79-4ba7-87b2-75f514982a2c => 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/3184] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/1de81972-b745-4186-b4e9-ba4cb373ae1a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:27.668 7 INFO neutron.api.v2.resource [None req-8e1a951d-6ee8-40ad-b577-29fd28da9104 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3185] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/1de81972-b745-4186-b4e9-ba4cb373ae1a => 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: 1555/3186] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/58364931-e7b0-48d0-a932-7456bc3febde => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:27.751 7 INFO neutron.api.v2.resource [None req-79464918-4afd-4ce3-946f-3fd42a94a3a0 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3187] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/58364931-e7b0-48d0-a932-7456bc3febde => 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: 1556/3188] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/ea93140b-48ae-4abc-a0bc-c3a4e421526f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:27.829 7 INFO neutron.api.v2.resource [None req-7019ed2d-cdaa-4cac-a6fd-8e4f77bcf55b 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3189] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/ea93140b-48ae-4abc-a0bc-c3a4e421526f => 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: 1557/3190] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/783b7e1c-5c09-4a10-b0f1-fe3061e4f386 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:27.904 7 INFO neutron.api.v2.resource [None req-7bf2e9af-89fd-40f7-8772-d93869f7389f 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3191] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/783b7e1c-5c09-4a10-b0f1-fe3061e4f386 => 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: 1558/3192] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:27 2026] DELETE /v2.0/security-group-rules/64faee8b-ae26-4da2-a4eb-f115a0200d8a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:28.003 7 INFO neutron.api.v2.resource [None req-e184f67a-3df5-4aea-86f1-d5bceb8e5c8e 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3193] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:27 2026] GET /v2.0/security-group-rules/64faee8b-ae26-4da2-a4eb-f115a0200d8a => 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: 1559/3194] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:28 2026] DELETE /v2.0/security-group-rules/d12eeb75-6920-4fa8-bb0a-9ee6c72610ba => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:28.087 7 INFO neutron.api.v2.resource [None req-064d8b02-17eb-41a9-9502-90385441fba7 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3195] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:28 2026] GET /v2.0/security-group-rules/d12eeb75-6920-4fa8-bb0a-9ee6c72610ba => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3196] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:28 2026] DELETE /v2.0/security-group-rules/89ad967b-b66a-4164-b6ed-ed6afc775b75 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:28.164 7 INFO neutron.api.v2.resource [None req-e1437b32-e652-43c1-a2cb-a0ae9c3acc41 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3197] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:28 2026] GET /v2.0/security-group-rules/89ad967b-b66a-4164-b6ed-ed6afc775b75 => 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: 1561/3198] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:28 2026] DELETE /v2.0/security-group-rules/2be817e2-70aa-4da5-a8d6-1a0c85d1d108 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:28.249 7 INFO neutron.api.v2.resource [None req-bad32138-8e2b-4362-9626-1b1fec0064db 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3199] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:28 2026] GET /v2.0/security-group-rules/2be817e2-70aa-4da5-a8d6-1a0c85d1d108 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3200] 10.0.0.178 () {32 vars in 750 bytes} [Thu May 7 17:55:28 2026] DELETE /v2.0/security-group-rules/0ac73150-8996-45a4-9180-49a8dc8640bf => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:28.326 7 INFO neutron.api.v2.resource [None req-741419fb-d7ae-451f-a092-f14ba15bd2d4 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3201] 10.0.0.178 () {32 vars in 747 bytes} [Thu May 7 17:55:28 2026] GET /v2.0/security-group-rules/0ac73150-8996-45a4-9180-49a8dc8640bf => 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: 1563/3202] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:28 2026] DELETE /v2.0/security-groups/9f094617-7807-4946-a8c2-cf30c02e4324 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:28.423 7 INFO neutron.api.v2.resource [None req-69321062-954f-4700-8276-03de1c47a02b 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3203] 10.0.0.178 () {32 vars in 737 bytes} [Thu May 7 17:55:28 2026] GET /v2.0/security-groups/9f094617-7807-4946-a8c2-cf30c02e4324 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:28.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cd53147-68b4-44a4-b709-06304f202427 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 36fdaf13-ceb9-449e-a889-f3bda821127c 2026-05-07 17:55:28.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd53147-68b4-44a4-b709-06304f202427 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 36fdaf13-ceb9-449e-a889-f3bda821127c [pid: 8|app: 0|req: 1564/3204] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:55:28 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:55:29.507 7 INFO neutron.api.v2.resource [None req-b83b26e3-d90e-416a-b7c4-4541c5344a19 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3205] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:55:29 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/remove_router_interface => generated 198 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:29.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-9df3653b-2643-4399-af66-1fe360914269 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 53aebe83-aa8f-40a8-9bc9-51c0158aedaa 2026-05-07 17:55:29.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9df3653b-2643-4399-af66-1fe360914269 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 53aebe83-aa8f-40a8-9bc9-51c0158aedaa [pid: 8|app: 0|req: 1565/3206] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:55:29 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:55:30.490 7 INFO neutron.api.v2.resource [None req-6e081d3d-dbd2-41b4-a20f-cac3ec02b547 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3207] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:55:30 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:30.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfe5803b-7a52-40b6-8597-c93d9b03cbaa 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: e45dd164-4217-4835-ab38-d5dcfac2adf9 2026-05-07 17:55:30.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfe5803b-7a52-40b6-8597-c93d9b03cbaa 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: e45dd164-4217-4835-ab38-d5dcfac2adf9 [pid: 8|app: 0|req: 1566/3208] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:55:30 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 17:55:31.506 7 INFO neutron.api.v2.resource [None req-989c4b0b-6c4b-48f9-adb4-bc8f07319638 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3209] 10.0.0.178 () {34 vars in 789 bytes} [Thu May 7 17:55:31 2026] PUT /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047/remove_router_interface => generated 198 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:31.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-525c6f79-2926-490b-b7ed-842f0cc3123c 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: b1377851-365c-487b-95bb-467b2cc479b3 2026-05-07 17:55:31.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-525c6f79-2926-490b-b7ed-842f0cc3123c 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: b1377851-365c-487b-95bb-467b2cc479b3 2026-05-07 17:55:31.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-525c6f79-2926-490b-b7ed-842f0cc3123c 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: a9707584-f3d0-45c2-bc97-2b3b50a311d3 2026-05-07 17:55:31.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-525c6f79-2926-490b-b7ed-842f0cc3123c 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: a9707584-f3d0-45c2-bc97-2b3b50a311d3 2026-05-07 17:55:32.271 8 INFO neutron.services.segments.plugin [-] Segment c52a14f2-ac59-4787-945d-30ac629ddd7a resource provider aggregate not found 2026-05-07 17:55:32.277 8 INFO neutron.services.segments.plugin [-] Segment c52a14f2-ac59-4787-945d-30ac629ddd7a resource provider aggregate not found 2026-05-07 17:55:32.296 8 INFO neutron.services.segments.plugin [-] Segment c52a14f2-ac59-4787-945d-30ac629ddd7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c52a14f2-ac59-4787-945d-30ac629ddd7a found for delete ", "request_id": "req-3328175e-ba8b-45f4-9f47-8369ba3d5cc6"}]} 2026-05-07 17:55:32.298 8 INFO neutron.services.segments.plugin [-] Segment c52a14f2-ac59-4787-945d-30ac629ddd7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c52a14f2-ac59-4787-945d-30ac629ddd7a found for delete ", "request_id": "req-6f288937-81de-42e7-b87c-bbad60a63c03"}]} 2026-05-07 17:55:32.308 8 INFO neutron.db.l3_hamode_db [None req-525c6f79-2926-490b-b7ed-842f0cc3123c 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] HA network 9eaabb86-7ea6-427e-a646-c5f5ffa91884 was deleted as no HA routers are present in tenant b8f6565c220f4919beeb7fa63d41e527. [pid: 8|app: 0|req: 1567/3210] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:31 2026] DELETE /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047 => generated 0 bytes in 804 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 17:55:32.337 7 INFO neutron.api.v2.resource [None req-c286e85a-7538-4d36-9b6e-cfae67350add 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3211] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:32 2026] GET /v2.0/routers/9cd53794-82c5-42e2-b962-600c1df05047 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3212] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:32 2026] DELETE /v2.0/subnets/52afa653-5024-4c05-b98c-3ebf0176edf8 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:32.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1839742-30a2-46c4-a3fd-38f082bfaca3 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3213] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:32 2026] GET /v2.0/subnets/52afa653-5024-4c05-b98c-3ebf0176edf8 => 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: 1569/3214] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:32 2026] DELETE /v2.0/subnets/cebdd93f-ef9b-4b0d-b393-8ac4b626c553 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:32.672 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88c41cd7-a687-4f1f-a72d-e80acc7b84d9 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3215] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:32 2026] GET /v2.0/subnets/cebdd93f-ef9b-4b0d-b393-8ac4b626c553 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:32.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-e997d9d9-b124-4f21-bb91-b0fcc39bb8a2 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: a4154171-a027-43cb-8864-faae08ef88fe 2026-05-07 17:55:32.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e997d9d9-b124-4f21-bb91-b0fcc39bb8a2 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: a4154171-a027-43cb-8864-faae08ef88fe [pid: 8|app: 0|req: 1570/3216] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:55:32 2026] DELETE /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:32.967 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d840ef2-4622-4989-af73-3dffdfaef296 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3217] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:55:32 2026] GET /v2.0/networks/6443cfef-9ac3-442e-811d-e70e779bca06 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3218] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:32 2026] DELETE /v2.0/subnets/2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:33.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7770dc9f-7bee-4496-85a6-4e9865751f34 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3219] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:33 2026] GET /v2.0/subnets/2b66c7b5-a409-44d4-9f17-46cf6ed97d34 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3220] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:33 2026] DELETE /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:33.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad5ecd84-7fdc-497a-8be6-cb64a3599827 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3221] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:33 2026] GET /v2.0/subnets/52e70aaf-8e62-4293-991f-2717bee55998 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:33.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-f86e6c31-c1e4-4e7b-bbad-c9d3028d1b14 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 9b651566-6bce-4116-bd96-131a042dd410 2026-05-07 17:55:33.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86e6c31-c1e4-4e7b-bbad-c9d3028d1b14 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 9b651566-6bce-4116-bd96-131a042dd410 [pid: 8|app: 0|req: 1573/3222] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:55:33 2026] DELETE /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:33.650 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06d56297-2c82-4d53-8661-3e015ef12a67 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3223] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:55:33 2026] GET /v2.0/networks/04f4de01-8789-47d6-aa2f-3c5bc7b93453 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3224] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:33 2026] DELETE /v2.0/subnets/7d377cba-d93c-4b50-8bc1-28f6de585148 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:33.842 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3dc386f-bd46-49ce-935c-b7fca14c5335 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3225] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:33 2026] GET /v2.0/subnets/7d377cba-d93c-4b50-8bc1-28f6de585148 => 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: 1575/3226] 10.0.0.178 () {32 vars in 724 bytes} [Thu May 7 17:55:33 2026] DELETE /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:34.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d89704f4-266b-45a6-9aa1-5f744899ee21 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3227] 10.0.0.178 () {32 vars in 721 bytes} [Thu May 7 17:55:33 2026] GET /v2.0/subnets/1d0ce9e5-65a2-48f8-9499-bb3a6cbeed72 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:34.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecdde5ba-c77a-4281-a49e-509fbcc7d224 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] TaaS: Handle Delete Port: 54b93c82-4d67-4795-80ff-d25d85c0efc9 2026-05-07 17:55:34.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecdde5ba-c77a-4281-a49e-509fbcc7d224 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] Tap Mirror: Handle Delete Port: 54b93c82-4d67-4795-80ff-d25d85c0efc9 [pid: 8|app: 0|req: 1576/3228] 10.0.0.178 () {32 vars in 726 bytes} [Thu May 7 17:55:34 2026] DELETE /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 17:55:34.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbc6b037-dc46-49ce-ac98-ff8aef53eabd 520b342df0824a379775223d954a77a4 b8f6565c220f4919beeb7fa63d41e527 - - default default] GET failed (client error): The resource could not be found. 2026-05-07 17:55:34.323 8 INFO neutron.services.segments.plugin [-] Segment 090a259c-d574-4e44-a8d0-27bc39778b7f resource provider aggregate not found [pid: 7|app: 0|req: 1653/3229] 10.0.0.178 () {32 vars in 723 bytes} [Thu May 7 17:55:34 2026] GET /v2.0/networks/e5589dfe-2ee0-4212-96d7-6478ac210d09 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 17:55:34.328 8 INFO neutron.services.segments.plugin [-] Segment 090a259c-d574-4e44-a8d0-27bc39778b7f resource provider aggregate not found 2026-05-07 17:55:34.341 8 INFO neutron.services.segments.plugin [-] Segment 090a259c-d574-4e44-a8d0-27bc39778b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 090a259c-d574-4e44-a8d0-27bc39778b7f found for delete ", "request_id": "req-9d140915-5124-4acb-b222-650eca76625e"}]} 2026-05-07 17:55:34.346 8 INFO neutron.services.segments.plugin [-] Segment 090a259c-d574-4e44-a8d0-27bc39778b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 090a259c-d574-4e44-a8d0-27bc39778b7f found for delete ", "request_id": "req-0e3085f7-ab77-457b-84b1-b57a4ac3d70f"}]} 2026-05-07 17:55:34.360 8 INFO neutron.services.segments.plugin [-] Segment 33b741a0-48b7-4ce4-a0b6-97460d234f89 resource provider aggregate not found 2026-05-07 17:55:34.366 8 INFO neutron.services.segments.plugin [-] Segment 33b741a0-48b7-4ce4-a0b6-97460d234f89 resource provider aggregate not found 2026-05-07 17:55:34.375 8 INFO neutron.services.segments.plugin [-] Segment 33b741a0-48b7-4ce4-a0b6-97460d234f89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33b741a0-48b7-4ce4-a0b6-97460d234f89 found for delete ", "request_id": "req-99a38a3d-b2fd-40d0-8e13-2b83a1b61465"}]} 2026-05-07 17:55:34.385 8 INFO neutron.services.segments.plugin [-] Segment 33b741a0-48b7-4ce4-a0b6-97460d234f89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33b741a0-48b7-4ce4-a0b6-97460d234f89 found for delete ", "request_id": "req-5b64f3d5-bc54-49b2-97d5-a152147eb005"}]} 2026-05-07 17:55:34.391 8 INFO neutron.services.segments.plugin [-] Segment aa8fe206-d2c6-4ba4-86aa-97811ede7d5f resource provider aggregate not found 2026-05-07 17:55:34.404 8 INFO neutron.services.segments.plugin [-] Segment aa8fe206-d2c6-4ba4-86aa-97811ede7d5f resource provider aggregate not found 2026-05-07 17:55:34.409 8 INFO neutron.services.segments.plugin [-] Segment aa8fe206-d2c6-4ba4-86aa-97811ede7d5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8fe206-d2c6-4ba4-86aa-97811ede7d5f found for delete ", "request_id": "req-6bf89bf1-61c5-41c2-990d-4e6d63281261"}]} 2026-05-07 17:55:34.419 8 INFO neutron.services.segments.plugin [-] Segment aa8fe206-d2c6-4ba4-86aa-97811ede7d5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa8fe206-d2c6-4ba4-86aa-97811ede7d5f found for delete ", "request_id": "req-042b112e-605c-4aa2-94bf-b14fb0469ee0"}]} [pid: 8|app: 0|req: 1577/3230] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:36 2026] GET /v2.0/security-groups?tenant_id=011e6a5cdcba4adc896a0748a7ff7d14&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3231] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:36 2026] DELETE /v2.0/security-groups/19cfb0ee-c6cd-4ec5-b841-b38ce1f1c83c => 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: 1578/3232] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:36 2026] GET /v2.0/security-groups?tenant_id=b8f6565c220f4919beeb7fa63d41e527&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3233] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:36 2026] DELETE /v2.0/security-groups/67815157-a5d1-4ea8-843f-edd8213a8c4b => 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: 1579/3234] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:36 2026] GET /v2.0/security-groups?tenant_id=b979663ec31947479490f211e5817bea&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3235] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:36 2026] DELETE /v2.0/security-groups/9b17f7c3-30e0-4245-8c21-6ce593afc68c => 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: 1580/3236] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:37 2026] GET /v2.0/security-groups?tenant_id=e842f0c3afce4503a7ad7634512fbd0b&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3237] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:37 2026] DELETE /v2.0/security-groups/88265427-5476-4ede-aafc-da110ebc0cbf => 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: 1581/3238] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:37 2026] GET /v2.0/security-groups?tenant_id=9e91442957f3488b8c3a1ca5c465286b&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3239] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:37 2026] DELETE /v2.0/security-groups/86deb6ab-e607-482f-8756-709d74a87fe4 => 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: 1582/3240] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:37 2026] GET /v2.0/security-groups?tenant_id=8cb4aa03546246cc8b109e8cf12a05d2&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3241] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:37 2026] DELETE /v2.0/security-groups/2f8f19b6-5bf4-4f66-b9fe-645672cc72bb => 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: 1583/3242] 10.0.0.178 () {32 vars in 774 bytes} [Thu May 7 17:55:38 2026] GET /v2.0/security-groups?tenant_id=2eb331035fed4adc95eb1e1cc7890ec4&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3243] 10.0.0.178 () {32 vars in 740 bytes} [Thu May 7 17:55:38 2026] DELETE /v2.0/security-groups/ccd31487-05c9-4311-b786-79237f7d815c => 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: 1585/3246] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:55:40 2026] GET /v2.0/networks => generated 2168 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3247] 10.0.0.178 () {32 vars in 655 bytes} [Thu May 7 17:55:42 2026] GET /v2.0/floatingips => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3248] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:55:42 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3249] 10.0.0.178 () {32 vars in 643 bytes} [Thu May 7 17:55:42 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3250] 10.0.0.178 () {32 vars in 647 bytes} [Thu May 7 17:55:42 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3251] 10.0.0.178 () {32 vars in 649 bytes} [Thu May 7 17:55:42 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: 8|app: 0|req: 1588/3252] 10.0.0.178 () {32 vars in 663 bytes} [Thu May 7 17:55:42 2026] GET /v2.0/security-groups => generated 17397 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3253] 10.0.0.178 () {32 vars in 655 bytes} [Thu May 7 17:55:42 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)