+ 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 28 13:15:36 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-86f4dff7b4-n7xvj 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 0x7fbf69b36668 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-28 13:15:41.935 7 INFO neutron.common.config [-] Logging enabled! 2026-05-28 13:15:41.936 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 13:15:42.020 8 INFO neutron.common.config [-] Logging enabled! 2026-05-28 13:15:42.020 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 13:15:42.331 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 13:15:42.428 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 13:15:43.898 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 13:15:43.901 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 13:15:43.905 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 13:15:43.906 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 13:15:43.906 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 13:15:43.906 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 13:15:43.906 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 13:15:43.914 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 13:15:43.914 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 13:15:43.914 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 13:15:43.941 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 13:15:43.943 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 13:15:43.943 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 13:15:43.977 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 13:15:43.977 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 13:15:43.977 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 13:15:43.977 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 13:15:44.004 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 13:15:44.007 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 13:15:44.010 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 13:15:44.011 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 13:15:44.011 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 13:15:44.012 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 13:15:44.012 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 13:15:44.019 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 13:15:44.019 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 13:15:44.019 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 13:15:44.043 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 13:15:44.044 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 13:15:44.044 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 13:15:44.078 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 13:15:44.079 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 13:15:44.079 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 13:15:44.079 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 13:15:44.288 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing driver for type 'vlan' 2026-05-28 13:15:44.376 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 13:15:44.571 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] VlanTypeDriver initialization complete 2026-05-28 13:15:44.572 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 13:15:44.572 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 13:15:44.591 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 13:15:44.591 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 13:15:44.591 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing extension driver 'port_security' 2026-05-28 13:15:44.591 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 13:15:44.591 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing extension driver 'qos' 2026-05-28 13:15:44.592 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 13:15:44.592 7 INFO neutron.plugins.ml2.managers [None req-b172206a-372e-4940-bc1d-174620d783cd - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 13:15:44.606 7 INFO neutron.quota [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded quota_driver: . 2026-05-28 13:15:44.607 7 INFO neutron.plugins.ml2.plugin [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 13:15:44.607 7 INFO neutron.plugins.ml2.managers [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 13:15:44.607 7 INFO neutron.plugins.ml2.managers [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 13:15:44.607 7 INFO neutron.plugins.ml2.managers [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 13:15:44.607 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: qos 2026-05-28 13:15:44.621 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: router 2026-05-28 13:15:44.663 7 INFO neutron.services.service_base [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 13:15:44.663 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: segments 2026-05-28 13:15:44.665 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 13:15:44.665 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 13:15:44.665 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 13:15:44.680 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 13:15:44.680 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 13:15:44.680 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 13:15:44.681 8 INFO neutron.plugins.ml2.extensions.port_security [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 13:15:44.681 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing extension driver 'qos' 2026-05-28 13:15:44.681 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 13:15:44.681 8 INFO neutron.plugins.ml2.managers [None req-abe7cf58-618a-414a-bed5-30b5ebc08329 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 13:15:44.697 8 INFO neutron.quota [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded quota_driver: . 2026-05-28 13:15:44.697 8 INFO neutron.plugins.ml2.plugin [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 13:15:44.697 8 INFO neutron.plugins.ml2.managers [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 13:15:44.697 8 INFO neutron.plugins.ml2.managers [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 13:15:44.697 8 INFO neutron.plugins.ml2.managers [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 13:15:44.698 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: qos 2026-05-28 13:15:44.712 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: router 2026-05-28 13:15:44.758 8 INFO neutron.services.service_base [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 13:15:44.758 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: segments 2026-05-28 13:15:44.772 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: trunk 2026-05-28 13:15:44.789 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: vpnaas 2026-05-28 13:15:44.829 7 WARNING stevedore.named [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 13:15:44.868 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: trunk 2026-05-28 13:15:44.886 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: vpnaas 2026-05-28 13:15:44.900 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 13:15:44.900 7 INFO neutron.common.utils [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 13:15:44.900 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: taas 2026-05-28 13:15:44.927 7 WARNING stevedore.named [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 13:15:44.927 7 WARNING stevedore.named [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 13:15:44.932 8 WARNING stevedore.named [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 13:15:44.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 13:15:44.955 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: tapmirror 2026-05-28 13:15:44.968 7 WARNING stevedore.named [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 13:15:44.968 7 WARNING stevedore.named [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 13:15:44.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 13:15:44.986 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 13:15:44.991 8 INFO neutron_vpnaas.services.vpn.plugin [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 13:15:44.991 8 INFO neutron.common.utils [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 13:15:44.991 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: taas 2026-05-28 13:15:44.994 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: tag 2026-05-28 13:15:45.002 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: timestamp 2026-05-28 13:15:45.006 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 13:15:45.009 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: flavors 2026-05-28 13:15:45.013 7 INFO neutron.manager [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loading Plugin: revisions 2026-05-28 13:15:45.017 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Initializing extension manager. 2026-05-28 13:15:45.018 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: address-group 2026-05-28 13:15:45.019 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: address-scope 2026-05-28 13:15:45.019 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 13:15:45.020 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: agent 2026-05-28 13:15:45.021 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 13:15:45.022 8 WARNING stevedore.named [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 13:15:45.022 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 13:15:45.022 8 WARNING stevedore.named [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 13:15:45.023 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 13:15:45.023 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: availability_zone 2026-05-28 13:15:45.024 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 13:15:45.024 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 13:15:45.025 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 13:15:45.027 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 13:15:45.027 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: dns-integration 2026-05-28 13:15:45.028 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 13:15:45.028 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 13:15:45.029 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: dvr 2026-05-28 13:15:45.030 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 13:15:45.031 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 13:15:45.031 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 13:15:45.032 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 13:15:45.033 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: external-net 2026-05-28 13:15:45.033 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 13:15:45.034 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: extraroute 2026-05-28 13:15:45.035 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 13:15:45.035 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 13:15:45.036 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 13:15:45.037 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 13:15:45.037 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 13:15:45.038 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: fip-port-details 2026-05-28 13:15:45.038 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: flavors 2026-05-28 13:15:45.040 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 13:15:45.040 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 13:15:45.041 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: ip_allocation 2026-05-28 13:15:45.041 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 13:15:45.042 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 13:15:45.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 13:15:45.042 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: tapmirror 2026-05-28 13:15:45.043 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: router 2026-05-28 13:15:45.045 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 13:15:45.045 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 13:15:45.046 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 13:15:45.046 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 13:15:45.047 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: l3-ha 2026-05-28 13:15:45.047 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 13:15:45.048 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 13:15:45.048 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: l3-flavors 2026-05-28 13:15:45.049 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 13:15:45.050 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 13:15:45.052 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 13:15:45.054 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 13:15:45.055 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 13:15:45.055 8 WARNING stevedore.named [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 13:15:45.056 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 13:15:45.055 8 WARNING stevedore.named [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 13:15:45.056 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 13:15:45.057 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: multi-provider 2026-05-28 13:15:45.057 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: net-mtu 2026-05-28 13:15:45.058 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 13:15:45.058 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 13:15:45.059 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: network_ha 2026-05-28 13:15:45.059 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 13:15:45.060 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 13:15:45.061 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: pagination 2026-05-28 13:15:45.061 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-device-profile 2026-05-28 13:15:45.062 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 13:15:45.063 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 13:15:45.063 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 13:15:45.064 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-mac-override 2026-05-28 13:15:45.064 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 13:15:45.065 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 13:15:45.065 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 13:15:45.066 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-resource-request 2026-05-28 13:15:45.066 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 13:15:45.067 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 13:15:45.067 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: binding 2026-05-28 13:15:45.068 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: binding-extended 2026-05-28 13:15:45.069 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-security 2026-05-28 13:15:45.069 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: project-id 2026-05-28 13:15:45.070 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: provider 2026-05-28 13:15:45.070 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 13:15:45.074 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos 2026-05-28 13:15:45.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 13:15:45.074 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: auto_allocate 2026-05-28 13:15:45.075 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 13:15:45.075 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 13:15:45.076 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-default 2026-05-28 13:15:45.076 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-fip 2026-05-28 13:15:45.077 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 13:15:45.077 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 13:15:45.078 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 13:15:45.078 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 13:15:45.079 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 13:15:45.080 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-pps 2026-05-28 13:15:45.080 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 13:15:45.081 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 13:15:45.082 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 13:15:45.082 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 13:15:45.083 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 13:15:45.084 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: tag 2026-05-28 13:15:45.085 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: quotas 2026-05-28 13:15:45.087 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: quota_details 2026-05-28 13:15:45.089 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: rbac-policies 2026-05-28 13:15:45.090 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 13:15:45.090 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 13:15:45.091 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 13:15:45.092 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 13:15:45.092 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: revision-if-match 2026-05-28 13:15:45.093 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: timestamp 2026-05-28 13:15:45.093 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 13:15:45.093 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 13:15:45.094 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 13:15:45.096 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 13:15:45.096 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 13:15:45.096 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 13:15:45.097 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 13:15:45.097 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 13:15:45.098 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 13:15:45.098 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 13:15:45.100 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: flavors 2026-05-28 13:15:45.103 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: security-group 2026-05-28 13:15:45.104 8 INFO neutron.manager [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loading Plugin: revisions 2026-05-28 13:15:45.105 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: segment 2026-05-28 13:15:45.105 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 13:15:45.106 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: service-type 2026-05-28 13:15:45.106 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: sorting 2026-05-28 13:15:45.107 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 13:15:45.107 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 13:15:45.108 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Initializing extension manager. 2026-05-28 13:15:45.108 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 13:15:45.109 7 WARNING neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 13:15:45.109 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 13:15:45.109 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: address-group 2026-05-28 13:15:45.110 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 13:15:45.110 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 13:15:45.111 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: address-scope 2026-05-28 13:15:45.111 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 13:15:45.111 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 13:15:45.111 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 13:15:45.112 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 13:15:45.113 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 13:15:45.113 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: tag-creation 2026-05-28 13:15:45.114 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 13:15:45.114 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: agent 2026-05-28 13:15:45.115 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 13:15:45.117 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 13:15:45.118 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 13:15:45.118 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 13:15:45.119 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: availability_zone 2026-05-28 13:15:45.119 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 13:15:45.120 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: trunk 2026-05-28 13:15:45.120 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 13:15:45.120 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: trunk-details 2026-05-28 13:15:45.121 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 13:15:45.121 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 13:15:45.122 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 13:15:45.122 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: default-subnetpools 2026-05-28 13:15:45.122 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 13:15:45.123 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 13:15:45.125 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 13:15:45.126 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 13:15:45.126 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 13:15:45.126 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: dns-integration 2026-05-28 13:15:45.126 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 13:15:45.127 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 13:15:45.127 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 13:15:45.128 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: dvr 2026-05-28 13:15:45.128 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: vpnaas 2026-05-28 13:15:45.129 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 13:15:45.129 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 13:15:45.130 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 13:15:45.130 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: taas 2026-05-28 13:15:45.130 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 13:15:45.131 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: external-net 2026-05-28 13:15:45.131 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: tap-mirror 2026-05-28 13:15:45.131 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 13:15:45.132 7 INFO neutron.api.extensions [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 13:15:45.132 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: extraroute 2026-05-28 13:15:45.133 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 13:15:45.133 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 13:15:45.134 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 13:15:45.134 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 13:15:45.135 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 13:15:45.135 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 13:15:45.135 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.135 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 13:15:45.135 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 13:15:45.136 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: fip-port-details 2026-05-28 13:15:45.137 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: flavors 2026-05-28 13:15:45.138 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 13:15:45.138 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 13:15:45.139 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: floatingip-pools 2026-05-28 13:15:45.139 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 13:15:45.139 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: ip_allocation 2026-05-28 13:15:45.140 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 13:15:45.140 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: l2_adjacency 2026-05-28 13:15:45.142 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: router 2026-05-28 13:15:45.143 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 13:15:45.144 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 13:15:45.144 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 13:15:45.145 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 13:15:45.145 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 13:15:45.145 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 13:15:45.145 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 13:15:45.146 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: l3-ha 2026-05-28 13:15:45.146 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 13:15:45.146 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.146 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.146 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 13:15:45.147 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.147 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.147 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: l3-flavors 2026-05-28 13:15:45.147 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 13:15:45.148 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.148 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 13:15:45.148 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.149 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 13:15:45.149 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 13:15:45.149 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 13:15:45.149 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 13:15:45.150 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.150 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ipsecpolicy is already registered 2026-05-28 13:15:45.150 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.151 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ikepolicy is already registered 2026-05-28 13:15:45.151 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 13:15:45.152 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 13:15:45.153 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 13:15:45.155 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 13:15:45.155 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 13:15:45.156 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 13:15:45.156 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: multi-provider 2026-05-28 13:15:45.156 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] router is already registered 2026-05-28 13:15:45.156 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 13:15:45.156 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: net-mtu 2026-05-28 13:15:45.156 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] floatingip is already registered 2026-05-28 13:15:45.157 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 13:15:45.157 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: network_availability_zone 2026-05-28 13:15:45.158 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: network_ha 2026-05-28 13:15:45.158 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: network-ip-availability 2026-05-28 13:15:45.160 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 13:15:45.160 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: pagination 2026-05-28 13:15:45.160 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 13:15:45.161 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-device-profile 2026-05-28 13:15:45.161 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] rbac_policy is already registered 2026-05-28 13:15:45.161 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 13:15:45.161 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 13:15:45.161 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] security_group is already registered 2026-05-28 13:15:45.162 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 13:15:45.162 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 13:15:45.162 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 13:15:45.162 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] security_group_rule is already registered 2026-05-28 13:15:45.163 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-mac-override 2026-05-28 13:15:45.163 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.163 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 13:15:45.163 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.163 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.164 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 13:15:45.164 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.164 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 13:15:45.164 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 13:15:45.164 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] trunk is already registered 2026-05-28 13:15:45.165 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-resource-request 2026-05-28 13:15:45.165 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.165 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ikepolicy is already registered 2026-05-28 13:15:45.165 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 13:15:45.165 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.165 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ipsecpolicy is already registered 2026-05-28 13:15:45.166 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 13:15:45.166 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 13:15:45.166 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] endpoint_group is already registered 2026-05-28 13:15:45.166 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: binding 2026-05-28 13:15:45.166 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 13:15:45.166 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] vpnservice is already registered 2026-05-28 13:15:45.167 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 13:15:45.167 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: binding-extended 2026-05-28 13:15:45.167 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ipsec_site_connection is already registered 2026-05-28 13:15:45.167 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.168 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-security 2026-05-28 13:15:45.168 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ipsecpolicy is already registered 2026-05-28 13:15:45.168 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: project-id 2026-05-28 13:15:45.168 7 INFO neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.168 7 WARNING neutron.quota.resource_registry [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] ikepolicy is already registered 2026-05-28 13:15:45.169 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: provider 2026-05-28 13:15:45.169 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 13:15:45.174 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos 2026-05-28 13:15:45.175 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 13:15:45.175 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 13:15:45.176 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-default 2026-05-28 13:15:45.177 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-fip 2026-05-28 13:15:45.178 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 13:15:45.178 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 13:15:45.179 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 13:15:45.179 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 13:15:45.180 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 13:15:45.181 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-pps 2026-05-28 13:15:45.181 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 13:15:45.182 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 13:15:45.182 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 13:15:45.183 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: quota-check-limit 2026-05-28 13:15:45.184 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 13:15:45.186 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: quotas 2026-05-28 13:15:45.188 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: quota_details 2026-05-28 13:15:45.190 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: rbac-policies 2026-05-28 13:15:45.191 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: rbac-address-group 2026-05-28 13:15:45.191 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 13:15:45.192 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 13:15:45.192 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 13:15:45.193 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: revision-if-match 2026-05-28 13:15:45.193 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 13:15:45.194 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: router_availability_zone 2026-05-28 13:15:45.195 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 13:15:45.196 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 13:15:45.197 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 13:15:45.198 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 13:15:45.199 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 13:15:45.199 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 13:15:45.200 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 13:15:45.205 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: security-group 2026-05-28 13:15:45.206 7 WARNING keystonemiddleware._common.config [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 13:15:45.207 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: segment 2026-05-28 13:15:45.207 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 13:15:45.208 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: service-type 2026-05-28 13:15:45.209 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: sorting 2026-05-28 13:15:45.209 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 13:15:45.210 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: standard-attr-description 2026-05-28 13:15:45.210 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: stateful-security-group 2026-05-28 13:15:45.211 8 WARNING neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 13:15:45.211 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 13:15:45.212 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: subnet-external-network 2026-05-28 13:15:45.212 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: subnet_onboard 2026-05-28 13:15:45.213 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 13:15:45.213 7 WARNING oslo_config.cfg [None req-c652e506-30c1-4f69-8a95-1e8a27324215 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-28 13:15:45.213 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: subnet-service-types 2026-05-28 13:15:45.214 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: subnet_allocation 2026-05-28 13:15:45.215 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 13:15:45.215 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: tag-creation WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fbf69b36668 pid: 7 (default app) 2026-05-28 13:15:45.216 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 13:15:45.220 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 13:15:45.221 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 13:15:45.222 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: trunk 2026-05-28 13:15:45.222 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: trunk-details 2026-05-28 13:15:45.223 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 13:15:45.223 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 13:15:45.224 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 13:15:45.224 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 13:15:45.226 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 13:15:45.227 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 13:15:45.228 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: vpn-flavors 2026-05-28 13:15:45.229 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: vpnaas 2026-05-28 13:15:45.231 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: taas 2026-05-28 13:15:45.232 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: tap-mirror 2026-05-28 13:15:45.232 8 INFO neutron.api.extensions [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 13:15:45.236 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 13:15:45.236 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 13:15:45.236 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.237 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 13:15:45.241 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 13:15:45.241 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 13:15:45.246 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 13:15:45.247 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 13:15:45.247 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 13:15:45.248 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.249 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.249 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.249 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.250 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 13:15:45.250 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.250 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.251 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 13:15:45.251 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 13:15:45.252 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 13:15:45.252 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.252 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ipsecpolicy is already registered 2026-05-28 13:15:45.253 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.253 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ikepolicy is already registered 2026-05-28 13:15:45.258 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 13:15:45.258 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] router is already registered 2026-05-28 13:15:45.259 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 13:15:45.259 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] floatingip is already registered 2026-05-28 13:15:45.262 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 13:15:45.263 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] rbac_policy is already registered 2026-05-28 13:15:45.263 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 13:15:45.263 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] security_group is already registered 2026-05-28 13:15:45.264 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 13:15:45.264 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] security_group_rule is already registered 2026-05-28 13:15:45.265 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.265 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.265 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 13:15:45.265 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] subnetpool is already registered 2026-05-28 13:15:45.266 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 13:15:45.266 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] trunk is already registered 2026-05-28 13:15:45.266 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.266 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ikepolicy is already registered 2026-05-28 13:15:45.267 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.267 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ipsecpolicy is already registered 2026-05-28 13:15:45.267 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 13:15:45.267 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] endpoint_group is already registered 2026-05-28 13:15:45.268 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 13:15:45.268 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] vpnservice is already registered 2026-05-28 13:15:45.268 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 13:15:45.268 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ipsec_site_connection is already registered 2026-05-28 13:15:45.269 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 13:15:45.269 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ipsecpolicy is already registered 2026-05-28 13:15:45.269 8 INFO neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 13:15:45.269 8 WARNING neutron.quota.resource_registry [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] ikepolicy is already registered 2026-05-28 13:15:45.306 8 WARNING keystonemiddleware._common.config [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 13:15:45.313 8 WARNING oslo_config.cfg [None req-17c546cf-11d0-4eb6-a808-54b0840692fc - - - - - -] 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 0x7fbf69b36668 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-28 13:15:47.872 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8dcc6894-1ff3-4e1e-a900-e2cb422d149a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:15:47 2026] GET /v2.0/networks/public => generated 108 bytes in 809 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.144 () {44 vars in 949 bytes} [Thu May 28 13:15:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:15:48.643 7 WARNING neutron.services.revisions.revision_plugin [None req-fc30ea44-891a-4bc8-8727-c6e8bf2e1a90 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:15:48.660 7 INFO neutron.db.segments_db [None req-fc30ea44-891a-4bc8-8727-c6e8bf2e1a90 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 13c9f588-c0bc-4e5e-b239-43003bdc949d of type flat for network c13f9d32-f43d-4ba9-bc64-05f76189f98a 2026-05-28 13:15:48.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc30ea44-891a-4bc8-8727-c6e8bf2e1a90 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:15:48 2026] POST /v2.0/networks => generated 124 bytes in 476 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:15:54.588 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9edc98c-6481-4a59-95f0-abe633a9f1e1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:15:54 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:15:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:15:54.740 7 WARNING neutron.services.revisions.revision_plugin [None req-3e23cc73-60d0-4164-9dc8-822c23e36b1f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:15:54.754 7 INFO neutron.db.segments_db [None req-3e23cc73-60d0-4164-9dc8-822c23e36b1f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 6af20d11-0311-4fe8-9a5f-94b9df331930 of type flat for network a1dfb446-70f5-45c0-b63c-ccd7be2d5db8 2026-05-28 13:15:54.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e23cc73-60d0-4164-9dc8-822c23e36b1f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:15:54 2026] POST /v2.0/networks => generated 124 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:16:01.030 8 INFO neutron.pecan_wsgi.hooks.translation [None req-43049e16-155f-4c0f-9f1d-b376808dd6a7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:16:00 2026] GET /v2.0/networks/public => generated 108 bytes in 394 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:16:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:16:01.322 8 WARNING neutron.services.revisions.revision_plugin [None req-48257454-0501-4903-a8a7-8b52c15736e1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:16:01.346 8 INFO neutron.db.segments_db [None req-48257454-0501-4903-a8a7-8b52c15736e1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 5a0b51ad-e89d-411e-9df7-2e177e00ca74 of type flat for network 40871650-ddbf-4c3a-8357-36b1486e487f 2026-05-28 13:16:01.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48257454-0501-4903-a8a7-8b52c15736e1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:16:01 2026] POST /v2.0/networks => generated 124 bytes in 356 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:16:07.314 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72b0f91c-31b4-4281-b4ff-a16da6ba25f8 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:16:07 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:16:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:16:07.384 7 WARNING neutron.services.revisions.revision_plugin [None req-372fb7fe-0000-4fcd-be9e-0d6bb5d1ae46 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:16:07.399 7 INFO neutron.db.segments_db [None req-372fb7fe-0000-4fcd-be9e-0d6bb5d1ae46 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 20ce9e1f-2118-427e-bc76-93ae598853b9 of type flat for network b535b399-4023-46d9-b13e-bb94c4f8c7f6 2026-05-28 13:16:07.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-372fb7fe-0000-4fcd-be9e-0d6bb5d1ae46 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:16:07 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:16:13.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2da96f55-00be-465a-9f34-6ece1abdaf2c e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:16:13 2026] GET /v2.0/networks/public => generated 108 bytes in 55 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.144 () {44 vars in 949 bytes} [Thu May 28 13:16:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:16:13.368 7 WARNING neutron.services.revisions.revision_plugin [None req-95807acb-cc7b-4dcc-88c8-d214f3760007 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:16:13.410 7 INFO neutron.db.segments_db [None req-95807acb-cc7b-4dcc-88c8-d214f3760007 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment cc1e2b1d-4f29-49a3-a935-89aad81db229 of type flat for network ab01ee80-13ca-478d-9b38-3addaac2a4d8 2026-05-28 13:16:13.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95807acb-cc7b-4dcc-88c8-d214f3760007 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:16:13 2026] POST /v2.0/networks => generated 124 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:16:19.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cbdadab-486e-47cc-a4bb-fd9020cb43ab e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:16:19 2026] GET /v2.0/networks/public => generated 108 bytes in 50 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.144 () {44 vars in 949 bytes} [Thu May 28 13:16:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:16:19.454 8 WARNING neutron.services.revisions.revision_plugin [None req-891cf7d4-0775-49d4-8ded-84b8510ec3f0 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:16:19.493 8 INFO neutron.db.segments_db [None req-891cf7d4-0775-49d4-8ded-84b8510ec3f0 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment ed250b3e-d1f9-4a9e-8181-31ecf4a99696 of type flat for network e365813e-b45b-4b0e-af67-88c68ac5ba22 2026-05-28 13:16:19.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-891cf7d4-0775-49d4-8ded-84b8510ec3f0 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:16:19 2026] POST /v2.0/networks => generated 124 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:16:25.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39e8f3c8-8858-4a48-9896-24639707a4d7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:16:25 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: 14/25] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:16:26 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-28 13:16:26.348 8 WARNING neutron.services.revisions.revision_plugin [None req-db0d1745-93b9-4200-bbc3-ded101ad8d0f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Could not find related network for resource to bump revision. 2026-05-28 13:16:26.370 8 INFO neutron.db.segments_db [None req-db0d1745-93b9-4200-bbc3-ded101ad8d0f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment f850cd72-829a-48fa-97b9-3d6a550c9d1f of type flat for network 4c8f3313-1b98-4cee-918a-100aecbe3db6 [pid: 8|app: 0|req: 12/26] 199.204.45.144 () {48 vars in 967 bytes} [Thu May 28 13:16:26 2026] POST /v2.0/networks => generated 706 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:16:27.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-acb4c38f-c12b-45c7-89d8-d7f131cf8ee6 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:16:27 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:16:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:16:27.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9499de84-a45d-4d7f-95d5-02d545b143de e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.144 () {44 vars in 1034 bytes} [Thu May 28 13:16:27 2026] GET /v2.0/subnets/public-subnet?network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.144 () {44 vars in 1057 bytes} [Thu May 28 13:16:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => 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: 17/31] 199.204.45.144 () {48 vars in 965 bytes} [Thu May 28 13:16:27 2026] POST /v2.0/subnets => generated 664 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:21:30.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-923c3708-863f-4766-8a6e-a4f715c59446 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.204.45.144 () {44 vars in 937 bytes} [Thu May 28 13:21:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.144 () {44 vars in 959 bytes} [Thu May 28 13:21:30 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-28 13:21:30.490 8 INFO neutron.db.segments_db [None req-67671cfd-b66f-4a9e-a3f0-2e11b324e1a0 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 42dea8fd-59ef-44c2-8ed0-1fa23c93f8db of type vxlan for network f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd [pid: 8|app: 0|req: 36/74] 199.204.45.144 () {48 vars in 966 bytes} [Thu May 28 13:21:30 2026] POST /v2.0/networks => generated 688 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:21:31.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2fc433e5-4a1f-45d4-a874-8c04e62e2e97 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/75] 199.204.45.144 () {44 vars in 937 bytes} [Thu May 28 13:21:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.144 () {44 vars in 959 bytes} [Thu May 28 13:21:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:21:31.559 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c2dc499-6746-46ba-9528-7b55522116ea e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/77] 199.204.45.144 () {44 vars in 1036 bytes} [Thu May 28 13:21:31 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.144 () {44 vars in 1059 bytes} [Thu May 28 13:21:31 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.144 () {48 vars in 965 bytes} [Thu May 28 13:21:31 2026] POST /v2.0/subnets => generated 651 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:21:32.928 8 INFO neutron.api.v2.resource [None req-3cd96b49-66f5-4b43-ae90-fed6c3e08480 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/80] 199.204.45.144 () {44 vars in 971 bytes} [Thu May 28 13:21:32 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.144 () {44 vars in 993 bytes} [Thu May 28 13:21:32 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.144 () {48 vars in 980 bytes} [Thu May 28 13:21:32 2026] POST /v2.0/security-groups => generated 1616 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:34 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 1616 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:34 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:34 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:35 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:35 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:35 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:36 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:36 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:36 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:37 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:37 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => 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: 50/97] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:37 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:38 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4078 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:38 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:38 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/104] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.144 () {44 vars in 987 bytes} [Thu May 28 13:21:40 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:21:40.166 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f3a223f-ef3b-4587-8a7f-905638ad503e e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/106] 199.204.45.144 () {44 vars in 1076 bytes} [Thu May 28 13:21:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/107] 199.204.45.144 () {44 vars in 1099 bytes} [Thu May 28 13:21:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => 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: 55/108] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:40 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.144 () {48 vars in 961 bytes} [Thu May 28 13:21:40 2026] POST /v2.0/ports => generated 1100 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 13:21:48.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dde64dae-2b08-4b6b-98d9-a1cf7dcf9bf4 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.144 () {44 vars in 979 bytes} [Thu May 28 13:21:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 55/111] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.144 () {48 vars in 1031 bytes} [Thu May 28 13:21:48 2026] PUT /v2.0/ports/88cf8a68-cc10-47f5-b230-eb5cd5c4b1fc => generated 1249 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.144 () {44 vars in 920 bytes} [Thu May 28 13:21:51 2026] GET /v2.0/ports => generated 3730 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 13:21:52.149 7 INFO neutron.api.v2.resource [None req-a547cbeb-6c5a-4612-aeff-cfc0b3ed6183 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/114] 199.204.45.144 () {44 vars in 959 bytes} [Thu May 28 13:21:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.144 () {44 vars in 981 bytes} [Thu May 28 13:21:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.144 () {48 vars in 980 bytes} [Thu May 28 13:21:52 2026] POST /v2.0/security-groups => generated 1610 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:53 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:53 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/121] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:53 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 1610 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/122] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:53 2026] POST /v2.0/security-group-rules => generated 623 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/123] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:54 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/124] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:55 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/125] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:21:55 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/126] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:21:55 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/137] 199.204.45.144 () {44 vars in 975 bytes} [Thu May 28 13:23:13 2026] GET /v2.0/quotas/c02f95ab5add4fc59af82ff9725d91a0 => 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: 68/138] 199.204.45.144 () {48 vars in 1027 bytes} [Thu May 28 13:23:14 2026] PUT /v2.0/quotas/c02f95ab5add4fc59af82ff9725d91a0 => generated 291 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, ' 2026-05-28 13:25:35.356 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64b79bb2-1bd1-4b8b-97b7-b0eefb92b9c6 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/157] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:25:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 78/158] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 13:25:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:25:37.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfdbbda0-43e1-40da-94bb-439d8f51b3fe e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/159] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:25:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/160] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 13:25:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:32:52.049 8 INFO neutron.api.v2.resource [None req-898ef01f-4f2e-4a5c-ad31-87fcbe00873f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 109/219] 199.204.45.144 () {44 vars in 1074 bytes} [Thu May 28 13:32:51 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.144 () {44 vars in 1097 bytes} [Thu May 28 13:32:52 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0f24f110580f4351b21a1b3e4806c284 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.144 () {48 vars in 981 bytes} [Thu May 28 13:32:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:53 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 1624 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:32:53 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:53 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:32:53 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: 114/228] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:54 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/229] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:32:54 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/230] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:54 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/231] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:32:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/232] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:55 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/233] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:32:55 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/234] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:56 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/235] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:32:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/236] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:57 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/237] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:32:57 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/238] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:32:57 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 3460 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/239] 199.204.45.144 () {48 vars in 991 bytes} [Thu May 28 13:32:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 199.204.45.144 () {30 vars in 740 bytes} [Thu May 28 13:35:20 2026] GET /v2.0/networks?tenant_id=0f24f110580f4351b21a1b3e4806c284&shared=False => generated 15 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:35:21.102 7 INFO neutron.db.segments_db [None req-22a4a37c-1971-4e6c-bb86-6b6f2ac4b7df b29c6a80696b49d9a5c81d50a63dc7ec 0f24f110580f4351b21a1b3e4806c284 - - 72ea93c423a347b1a227b29bc43f8be0 72ea93c423a347b1a227b29bc43f8be0] Added segment 3fc18882-03e9-466d-8cdb-c9687e596550 of type vxlan for network eb5cabfe-6e74-4942-b619-e2a789ba32f7 [pid: 7|app: 0|req: 129/259] 199.204.45.144 () {34 vars in 682 bytes} [Thu May 28 13:35:21 2026] POST /v2.0/networks => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/260] 199.204.45.144 () {30 vars in 722 bytes} [Thu May 28 13:35:21 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/261] 199.204.45.144 () {30 vars in 633 bytes} [Thu May 28 13:35: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: 8|app: 0|req: 132/262] 199.204.45.144 () {34 vars in 677 bytes} [Thu May 28 13:35:21 2026] POST /v2.0/ports => generated 999 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/263] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:35:21 2026] GET /v2.0/networks/eb5cabfe-6e74-4942-b619-e2a789ba32f7 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/266] 199.204.45.144 () {30 vars in 722 bytes} [Thu May 28 13:35:23 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/267] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:35:23 2026] GET /v2.0/networks/eb5cabfe-6e74-4942-b619-e2a789ba32f7 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/270] 199.204.45.144 () {44 vars in 975 bytes} [Thu May 28 13:35:42 2026] GET /v2.0/quotas/0f24f110580f4351b21a1b3e4806c284 => 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: 136/271] 199.204.45.144 () {48 vars in 1027 bytes} [Thu May 28 13:35:42 2026] PUT /v2.0/quotas/0f24f110580f4351b21a1b3e4806c284 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:47:50.401 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72a50b57-22d2-4f52-ae57-f21e0de0c095 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/368] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:47:50 2026] GET /v2.0/networks/public => generated 108 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:47:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:47:51.532 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db6b4b07-573f-471d-b4cd-124bce94e263 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/370] 199.204.45.144 () {44 vars in 927 bytes} [Thu May 28 13:47:51 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:47:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:47:51.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f814fac-cc5e-4b5e-8533-c7131bb03c9f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/372] 199.204.45.144 () {44 vars in 1034 bytes} [Thu May 28 13:47:51 2026] GET /v2.0/subnets/public-subnet?network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.144 () {44 vars in 1057 bytes} [Thu May 28 13:47:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:48:18.861 7 INFO neutron.pecan_wsgi.hooks.translation [None req-241e71d0-85c8-4ba9-881a-551eec0edb6d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/378] 199.204.45.144 () {44 vars in 937 bytes} [Thu May 28 13:48:18 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: 8|app: 0|req: 190/379] 199.204.45.144 () {44 vars in 959 bytes} [Thu May 28 13:48:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:48:19.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-327c5644-4a71-4e88-98ed-16c5c9cfd3b6 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/380] 199.204.45.144 () {44 vars in 937 bytes} [Thu May 28 13:48:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.204.45.144 () {44 vars in 959 bytes} [Thu May 28 13:48:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:48:19.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c882bf0-bd41-4be4-ba56-d046b9ff174f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/382] 199.204.45.144 () {44 vars in 1036 bytes} [Thu May 28 13:48:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.144 () {44 vars in 1059 bytes} [Thu May 28 13:48:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:48:21.309 7 INFO neutron.api.v2.resource [None req-1793b8f8-c105-459b-942a-41e1a0f90aff e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/384] 199.204.45.144 () {44 vars in 971 bytes} [Thu May 28 13:48:21 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.144 () {44 vars in 993 bytes} [Thu May 28 13:48:21 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:22 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:22 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:22 2026] GET /v2.0/security-group-rules/faa71a4f-786b-409b-b5d3-5dcd6a59700e => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:23 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:23 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => 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: 197/393] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:23 2026] GET /v2.0/security-group-rules/b4e0840e-c952-4429-a671-e12d93bc40b3 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:24 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:24 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/396] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:24 2026] GET /v2.0/security-group-rules/cce71da1-8731-48d3-8d48-b67902248066 => 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: 199/397] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:25 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => 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: 199/398] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:25 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/399] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:25 2026] GET /v2.0/security-group-rules/151ce5d0-c10d-4c1d-ae05-45ee444a9a1d => 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: 200/400] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:26 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/401] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:26 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => 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: 201/402] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:26 2026] GET /v2.0/security-group-rules/683608da-db00-4611-a7a4-53c4e3428010 => 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: 202/403] 199.204.45.144 () {44 vars in 987 bytes} [Thu May 28 13:48:27 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:48:27.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62c2e6cb-4a76-4d10-a366-c8204507babb e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/404] 199.204.45.144 () {44 vars in 1076 bytes} [Thu May 28 13:48:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/405] 199.204.45.144 () {44 vars in 1099 bytes} [Thu May 28 13:48:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 1254 bytes in 40 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.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:28 2026] GET /v2.0/security-groups/9cba4989-d96f-488b-b4bd-dbb81ee4505b => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:48:36.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c886221-2dd7-42c6-b417-a1d4dc872c99 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/407] 199.204.45.144 () {44 vars in 979 bytes} [Thu May 28 13:48:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 70 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.144 () {44 vars in 920 bytes} [Thu May 28 13:48:37 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:48:39.060 7 INFO neutron.api.v2.resource [None req-dd0e420f-3f78-4c1c-ab8a-9e090673956e e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/412] 199.204.45.144 () {44 vars in 959 bytes} [Thu May 28 13:48:39 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.204.45.144 () {44 vars in 981 bytes} [Thu May 28 13:48:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:40 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2886 bytes in 61 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.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:40 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:40 2026] GET /v2.0/security-group-rules/09c0d72a-3370-436a-b806-dec03bf69714 => generated 623 bytes in 14 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.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:40 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/418] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:48:41 2026] GET /v2.0/security-groups/c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:48:41 2026] GET /v2.0/security-group-rules/068b6896-fab9-4c1b-ae4d-4338338c0065 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/420] 199.204.45.144 () {44 vars in 975 bytes} [Thu May 28 13:48:53 2026] GET /v2.0/quotas/c02f95ab5add4fc59af82ff9725d91a0 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:49:49.838 7 INFO neutron.api.v2.resource [None req-edb2e22d-6691-4d18-80a1-8aa28ed22067 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 215/429] 199.204.45.144 () {44 vars in 1074 bytes} [Thu May 28 13:49:49 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/430] 199.204.45.144 () {44 vars in 1097 bytes} [Thu May 28 13:49:49 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0f24f110580f4351b21a1b3e4806c284 => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:49:50 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 4075 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/432] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:49:50 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:49:51 2026] GET /v2.0/security-group-rules/cd540f31-af38-48e3-9353-58e0af67577e => generated 597 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/434] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:49:52 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:49:52 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/436] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:49:52 2026] GET /v2.0/security-group-rules/da892c78-e36c-487f-b149-c98850822fbc => generated 599 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/437] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:49:53 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:49:53 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/439] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:49:53 2026] GET /v2.0/security-group-rules/e160a9d0-3c52-4ff6-9f40-0716c236a798 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 199.204.45.144 () {44 vars in 1088 bytes} [Thu May 28 13:49:54 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c?project_id=0f24f110580f4351b21a1b3e4806c284 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 199.204.45.144 () {44 vars in 1001 bytes} [Thu May 28 13:49:54 2026] GET /v2.0/security-groups/8ba6133f-f172-4252-9fcd-46af5df14f7c => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 199.204.45.144 () {44 vars in 1011 bytes} [Thu May 28 13:49:54 2026] GET /v2.0/security-group-rules/27c52e9c-745a-4fb1-a069-f8da6dc5e1d6 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 199.204.45.144 () {44 vars in 975 bytes} [Thu May 28 13:50:01 2026] GET /v2.0/quotas/0f24f110580f4351b21a1b3e4806c284 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 199.204.45.144 () {44 vars in 949 bytes} [Thu May 28 13:50:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:51:34 2026] GET /v2.0/networks => generated 2168 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.210 () {32 vars in 655 bytes} [Thu May 28 13:51:35 2026] GET /v2.0/floatingips => 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: 231/461] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:51:35 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/462] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:51:35 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/463] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:51:35 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:51:35 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:51:35 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.210 () {32 vars in 655 bytes} [Thu May 28 13:51:35 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-28 13:51:46.566 8 INFO neutron.db.segments_db [None req-1ed07b94-fabf-4049-9f12-fa4fb298dabe e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e of type vxlan for network de0c0ec7-737d-4190-94e0-25ff2ef59edc [pid: 8|app: 0|req: 235/469] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:51:46 2026] POST /v2.0/networks => generated 733 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:51:46.703 7 INFO neutron.db.segments_db [None req-2ad38ff4-237e-4f6b-8a99-069f9aa000e7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment a4a7cefa-691a-4651-8cb8-f4c9947dd697 of type vxlan for network 4db47459-4164-44e1-824f-8881b5c8eab2 [pid: 7|app: 0|req: 235/470] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:51:46 2026] POST /v2.0/networks => generated 724 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/471] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:51:46 2026] POST /v2.0/subnets => generated 699 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:51:46.932 8 INFO neutron.db.segments_db [None req-bc99fb98-749e-42c2-a66b-da2198b29954 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment ba7c32b4-dab5-4215-8a99-54723d8fe3b1 of type vxlan for network 573729bf-a895-4217-803c-58b3ecfe19d3 [pid: 7|app: 0|req: 236/472] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:51:46 2026] POST /v2.0/subnets => generated 690 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:51:47.030 7 INFO neutron.db.segments_db [None req-2c30d87d-52d9-4406-a8cf-0ef2872deb60 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 6a06699f-9c1b-4540-ab9a-08d138359360 of type vxlan for network 247648f9-7d9e-4ea2-b41c-fec8df7fa06b 2026-05-28 13:51:47.251 8 INFO neutron.db.l3_hamode_db [None req-bc99fb98-749e-42c2-a66b-da2198b29954 e66f8121ab714be6b80e8a7ad199dbd0 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:51:47.279 7 INFO neutron.db.l3_hamode_db [None req-2c30d87d-52d9-4406-a8cf-0ef2872deb60 e66f8121ab714be6b80e8a7ad199dbd0 e211a1239b1d4323995345549e3d247d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:51:48.394 8 INFO neutron.db.l3_hamode_db [None req-bc99fb98-749e-42c2-a66b-da2198b29954 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:51:48.401 7 INFO neutron.db.l3_hamode_db [None req-2c30d87d-52d9-4406-a8cf-0ef2872deb60 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/473] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:51:46 2026] POST /v2.0/routers => generated 739 bytes in 2553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:51:46 2026] POST /v2.0/routers => generated 730 bytes in 2543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/475] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:51:49 2026] GET /v2.0/security-groups?tenant_id=a9c6b18a60c84ce6b1b0b7b419aa2953&name=default => generated 2921 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/476] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:51:49 2026] GET /v2.0/security-groups?tenant_id=47bfb8c2890743899b54f226da98926b&name=default => generated 2921 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/477] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:51:49 2026] PUT /v2.0/routers/8112a795-ee5d-4af3-a500-6e450e285a51/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/478] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:51:49 2026] PUT /v2.0/routers/d5f6487f-a589-46bb-b147-c18afd597c74/add_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/479] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:51:50 2026] DELETE /v2.0/security-groups/91a4d784-58dd-4c03-a791-8b365a00bd2d => 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: 240/480] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:51:51 2026] DELETE /v2.0/security-groups/3c9a7659-8fc3-4567-967e-a4f4ff317dbc => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/481] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/security-groups => generated 1659 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/482] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/security-groups => generated 1659 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/487] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:51:51 2026] POST /v2.0/floatingips => generated 552 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/488] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:51:52 2026] POST /v2.0/floatingips => generated 552 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:51:53.180 8 INFO neutron.db.segments_db [None req-b2a71e20-e085-4573-91c6-8cc7d745dc9f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment f8454fad-4680-414f-bb86-d0faa691ad88 of type vxlan for network 2a0fc952-06a5-4afe-b803-392a8bc3beff [pid: 8|app: 0|req: 245/489] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:51:52 2026] POST /v2.0/networks => generated 730 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:51:53 2026] POST /v2.0/subnets => generated 696 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/491] 10.0.0.201 () {34 vars in 1098 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--180621969&fields=id&tenant_id=2df53cf1f29f45bfb02fd80007d8aef2 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/492] 10.0.0.201 () {34 vars in 1098 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--731184623&fields=id&tenant_id=e211a1239b1d4323995345549e3d247d => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:51:53.576 8 INFO neutron.db.segments_db [None req-f093bfa4-d694-429e-a42b-a171170bbe20 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 94a14db1-9397-4111-8035-a8f26dac604a of type vxlan for network ac3f63b1-dcc8-4feb-adc1-9217181169e7 [pid: 7|app: 0|req: 247/493] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/networks?id=4db47459-4164-44e1-824f-8881b5c8eab2 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/497] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/quotas/2df53cf1f29f45bfb02fd80007d8aef2 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/498] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/quotas/e211a1239b1d4323995345549e3d247d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/500] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:51:53 2026] GET /v2.0/ports?tenant_id=e211a1239b1d4323995345549e3d247d&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:51:53.958 8 INFO neutron.db.l3_hamode_db [None req-f093bfa4-d694-429e-a42b-a171170bbe20 e66f8121ab714be6b80e8a7ad199dbd0 1b79a3d760f44ff1b860b529a3203f08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 255/501] 10.0.0.201 () {34 vars in 907 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/extensions => generated 21537 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/502] 10.0.0.201 () {34 vars in 907 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/extensions => generated 21537 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/503] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 258/504] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?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: 259/505] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 260/506] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?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: 261/507] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/508] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:54 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:51:55.067 8 INFO neutron.db.l3_hamode_db [None req-f093bfa4-d694-429e-a42b-a171170bbe20 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 263/509] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:56 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 264/510] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:56 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 247/511] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:51:53 2026] POST /v2.0/routers => generated 736 bytes in 2579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/512] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:51:57 2026] GET /v2.0/security-groups?tenant_id=d836d8ae32444154a4ed17e75fd53b26&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: 249/513] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:57 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 250/514] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:57 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 265/515] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:51:56 2026] PUT /v2.0/routers/22448a8b-2d86-44b8-9fd6-2be144123327/add_router_interface => generated 309 bytes in 1431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/516] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:51:57 2026] DELETE /v2.0/security-groups/9f76bdd5-7d74-4a27-9efa-261389b3e151 => 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: 266/517] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:51:57 2026] GET /v2.0/security-groups?tenant_id=d621bf327dde454cbb2aa606c6ccf91f&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/518] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:51:57 2026] DELETE /v2.0/security-groups/a57a689e-571f-49e9-861b-b9631cce7be4 => 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: 267/519] 10.0.0.201 () {38 vars in 971 bytes} [Thu May 28 13:51:58 2026] POST /v2.0/security-groups => generated 1686 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/520] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:58 2026] GET /v2.0/security-groups/161eedfd-b9cd-4fed-ae86-9312b7c32eae => generated 1686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/521] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:58 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/522] 10.0.0.201 () {38 vars in 981 bytes} [Thu May 28 13:51:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/523] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:58 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 269/524] 10.0.0.201 () {38 vars in 971 bytes} [Thu May 28 13:51:58 2026] POST /v2.0/security-groups => generated 1685 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/525] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:58 2026] GET /v2.0/security-groups/9fbc89aa-d54a-4736-b113-ebc121118fe3 => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/526] 10.0.0.201 () {38 vars in 981 bytes} [Thu May 28 13:51:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/527] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/security-groups/9fbc89aa-d54a-4736-b113-ebc121118fe3 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/528] 10.0.0.201 () {38 vars in 981 bytes} [Thu May 28 13:51:59 2026] POST /v2.0/security-group-rules => generated 619 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/529] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/security-groups/9fbc89aa-d54a-4736-b113-ebc121118fe3 => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/530] 10.0.0.201 () {34 vars in 1001 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/security-group-rules/ebefa326-1380-47bf-9e5e-26c337813fac => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/531] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/security-groups/9fbc89aa-d54a-4736-b113-ebc121118fe3 => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/532] 10.0.0.201 () {36 vars in 1023 bytes} [Thu May 28 13:51:59 2026] DELETE /v2.0/security-group-rules/ebefa326-1380-47bf-9e5e-26c337813fac => 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: 260/533] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/security-groups/9fbc89aa-d54a-4736-b113-ebc121118fe3 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/534] 10.0.0.201 () {36 vars in 1013 bytes} [Thu May 28 13:51:59 2026] DELETE /v2.0/security-groups/9fbc89aa-d54a-4736-b113-ebc121118fe3 => 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: 261/535] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/security-groups/161eedfd-b9cd-4fed-ae86-9312b7c32eae => generated 2311 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/536] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/537] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:51:59 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 275/538] 10.0.0.201 () {36 vars in 1013 bytes} [Thu May 28 13:51:59 2026] DELETE /v2.0/security-groups/161eedfd-b9cd-4fed-ae86-9312b7c32eae => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:00.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3d9d764-cbdc-4751-93ca-3123e656e43f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: e5602b79-d903-41bc-a54e-06f45e4cbe2c 2026-05-28 13:52:00.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3d9d764-cbdc-4751-93ca-3123e656e43f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: e5602b79-d903-41bc-a54e-06f45e4cbe2c [pid: 7|app: 0|req: 276/539] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:00 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 277/540] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:00 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 264/541] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:51:59 2026] PUT /v2.0/routers/22448a8b-2d86-44b8-9fd6-2be144123327/remove_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:01.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-1168630b-a0c8-4fdb-84db-8d5edb9b184f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: cc511366-58c7-43d6-8b7e-60a557bc4c3f 2026-05-28 13:52:01.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1168630b-a0c8-4fdb-84db-8d5edb9b184f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: cc511366-58c7-43d6-8b7e-60a557bc4c3f 2026-05-28 13:52:01.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-1168630b-a0c8-4fdb-84db-8d5edb9b184f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 98de47d8-dbe4-4255-88e7-d7dfeacd5673 2026-05-28 13:52:01.574 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1168630b-a0c8-4fdb-84db-8d5edb9b184f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 98de47d8-dbe4-4255-88e7-d7dfeacd5673 2026-05-28 13:52:01.656 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-1168630b-a0c8-4fdb-84db-8d5edb9b184f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 265/542] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:01 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 266/543] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:01 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:02.046 7 INFO neutron.db.l3_hamode_db [None req-1168630b-a0c8-4fdb-84db-8d5edb9b184f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network ac3f63b1-dcc8-4feb-adc1-9217181169e7 was deleted as no HA routers are present in tenant 1b79a3d760f44ff1b860b529a3203f08. [pid: 7|app: 0|req: 278/544] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:01 2026] DELETE /v2.0/routers/22448a8b-2d86-44b8-9fd6-2be144123327 => generated 0 bytes in 1054 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/545] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:02 2026] DELETE /v2.0/subnets/62d8ad59-fb51-4c57-9366-7f121344c2ed => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:02.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3d51833-6145-4063-8cc1-153ac1a45831 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: fbd0c693-ba1c-4ae7-94dc-4ecc42aa2881 2026-05-28 13:52:02.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3d51833-6145-4063-8cc1-153ac1a45831 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: fbd0c693-ba1c-4ae7-94dc-4ecc42aa2881 [pid: 7|app: 0|req: 279/546] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:02 2026] GET /v2.0/security-groups?tenant_id=cc8ecfe2d2d34f258386331ac10c8b65&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: 280/547] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:02 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 684 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:02.487 7 INFO neutron.services.segments.plugin [-] Segment 94a14db1-9397-4111-8035-a8f26dac604a resource provider aggregate not found 2026-05-28 13:52:02.506 7 INFO neutron.services.segments.plugin [-] Segment 94a14db1-9397-4111-8035-a8f26dac604a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94a14db1-9397-4111-8035-a8f26dac604a found for delete ", "request_id": "req-381f87d4-deda-45e8-acf0-e441d98453a3"}]} 2026-05-28 13:52:02.543 7 INFO neutron.services.segments.plugin [-] Segment 94a14db1-9397-4111-8035-a8f26dac604a resource provider aggregate not found 2026-05-28 13:52:02.562 7 INFO neutron.services.segments.plugin [-] Segment 94a14db1-9397-4111-8035-a8f26dac604a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94a14db1-9397-4111-8035-a8f26dac604a found for delete ", "request_id": "req-f4c3a335-a97e-4f3a-8e58-94ff1fb37a58"}]} [pid: 7|app: 0|req: 281/548] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:02 2026] DELETE /v2.0/security-groups/53d577eb-23ef-4832-8ac4-c31194c9b2fc => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/549] 199.204.45.144 () {34 vars in 911 bytes} [Thu May 28 13:52:02 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: 8|app: 0|req: 268/550] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:02 2026] DELETE /v2.0/networks/2a0fc952-06a5-4afe-b803-392a8bc3beff => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/551] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:52:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2df53cf1f29f45bfb02fd80007d8aef2 => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/552] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:02 2026] GET /v2.0/security-groups?tenant_id=690418d034cf4705ab629a6d3a0b794b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/553] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:02 2026] GET /v2.0/security-groups?tenant_id=1b79a3d760f44ff1b860b529a3203f08&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/554] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:02 2026] DELETE /v2.0/security-groups/e7fd8800-c543-4734-bd58-ab86a7deae59 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/555] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:02 2026] DELETE /v2.0/security-groups/44739f1b-ab2c-4de7-84a9-197e50ca2b91 => 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: 269/556] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:52:02 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, ' 2026-05-28 13:52:03.104 8 INFO neutron.services.segments.plugin [-] Segment f8454fad-4680-414f-bb86-d0faa691ad88 resource provider aggregate not found [pid: 7|app: 0|req: 288/557] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:03 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 957 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/558] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:03 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:03.139 8 INFO neutron.services.segments.plugin [-] Segment f8454fad-4680-414f-bb86-d0faa691ad88 resource provider aggregate not found 2026-05-28 13:52:03.141 8 INFO neutron.services.segments.plugin [-] Segment f8454fad-4680-414f-bb86-d0faa691ad88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8454fad-4680-414f-bb86-d0faa691ad88 found for delete ", "request_id": "req-a80960bb-87ba-4d26-aef1-5a7e57e3b3b0"}]} 2026-05-28 13:52:03.164 8 INFO neutron.services.segments.plugin [-] Segment f8454fad-4680-414f-bb86-d0faa691ad88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8454fad-4680-414f-bb86-d0faa691ad88 found for delete ", "request_id": "req-657103a1-09ef-4cab-a312-9d5b83048f72"}]} [pid: 7|app: 0|req: 289/559] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:03 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 271/560] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:52:03 2026] PUT /v2.0/ports/636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 1235 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/561] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:04 2026] GET /v2.0/networks?id=4db47459-4164-44e1-824f-8881b5c8eab2 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 272/562] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:52:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e211a1239b1d4323995345549e3d247d => generated 180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/563] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:04 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/564] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:04 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/565] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:04 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:04.673 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5492d74-9885-4d5b-a4f0-82ed43b5ee55'] response: {'name': 'network-changed', 'server_uuid': '2f406808-b85e-4cb2-a67d-e112ecb6e4e9', 'tag': '636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 291/566] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:52:04 2026] POST /v2.0/ports => generated 954 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 276/567] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:52:04 2026] PUT /v2.0/ports/37ec6b3e-730f-4730-8dd4-1643a70c7fa2 => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/568] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1238 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: 8|app: 0|req: 277/569] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => 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: 278/570] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/571] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/572] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 281/573] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 282/574] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 283/575] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&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: 284/576] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:05.613 7 INFO neutron.db.segments_db [None req-9c892035-36bd-4da6-a9c6-1c8dba9416e8 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 0d92a348-5332-4942-b35c-74b01a4c135f of type vxlan for network bbf84cdb-a809-48ea-9599-649cd3bf7e94 [pid: 7|app: 0|req: 293/577] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:52:05 2026] POST /v2.0/networks => generated 725 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/578] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 285/579] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:05 2026] GET /v2.0/security-groups?tenant_id=a99ead58a64b453c81a920aba74d4931&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/580] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:05 2026] DELETE /v2.0/security-groups/410c4e58-ba27-45e6-b363-ae844458fa9e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/581] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:05 2026] POST /v2.0/subnets => generated 691 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:06.006 8 INFO neutron.db.segments_db [None req-4fe81e51-b0e6-4751-92d2-f4f1b443bbf5 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment a659f23f-8630-4529-963b-38fe83984877 of type vxlan for network 0ef4a0f1-7207-4739-8407-88a6546b5512 [pid: 7|app: 0|req: 296/582] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/ports?tenant_id=e211a1239b1d4323995345549e3d247d&device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/583] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=37ec6b3e-730f-4730-8dd4-1643a70c7fa2 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:06.252 8 INFO neutron.db.l3_hamode_db [None req-4fe81e51-b0e6-4751-92d2-f4f1b443bbf5 e66f8121ab714be6b80e8a7ad199dbd0 b5a8bf47173b434588c1b021befe06bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 298/584] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/subnets?id=7e02b7b7-123f-4ca0-bd89-67c4ab4ab9ac => generated 693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/585] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/ports?network_id=4db47459-4164-44e1-824f-8881b5c8eab2&device_owner=network%3Adhcp => generated 1244 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/586] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?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: 301/587] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?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: 302/588] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/589] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/590] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/591] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/592] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&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: 307/593] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:06.728 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6445e116-5302-48dd-bc63-6b23cae4864b'] response: {'name': 'network-changed', 'server_uuid': 'a33c337d-4064-4d4e-9107-f9d738989375', 'tag': '37ec6b3e-730f-4730-8dd4-1643a70c7fa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 308/594] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&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: 309/595] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/596] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/597] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 312/598] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:06 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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-28 13:52:07.077 8 INFO neutron.db.l3_hamode_db [None req-4fe81e51-b0e6-4751-92d2-f4f1b443bbf5 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 313/599] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:07 2026] GET /v2.0/ports?tenant_id=e211a1239b1d4323995345549e3d247d&device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/600] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:07 2026] GET /v2.0/networks?id=4db47459-4164-44e1-824f-8881b5c8eab2 => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/601] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=37ec6b3e-730f-4730-8dd4-1643a70c7fa2 => 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/602] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:07 2026] GET /v2.0/subnets?id=7e02b7b7-123f-4ca0-bd89-67c4ab4ab9ac => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:08.428 7 INFO neutron.db.segments_db [None req-7362b54f-ae7b-4785-90e9-79d9ccf6d491 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment ec60a6b7-a47d-4096-9c66-dd0262898b6d of type vxlan for network b1eeaf58-1e1e-4416-980c-dec2fda0c554 [pid: 8|app: 0|req: 287/603] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:05 2026] POST /v2.0/routers => generated 731 bytes in 2523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/604] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/ports?network_id=4db47459-4164-44e1-824f-8881b5c8eab2&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/605] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/606] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:07 2026] POST /v2.0/networks => generated 614 bytes in 873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/607] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/610] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?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: 294/611] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:08.786 8 INFO neutron.db.segments_db [None req-1bf246d3-d30a-481a-ad19-6a69ec819905 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment 76dec306-a779-430b-86e2-b5055e6e7266 of type vxlan for network 3acd53f5-2dff-444e-9458-fea8f7bdb878 [pid: 8|app: 0|req: 295/612] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:08 2026] POST /v2.0/networks => generated 615 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/613] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 297/614] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:08 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/615] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:08 2026] POST /v2.0/subnets => generated 646 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/616] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:09 2026] POST /v2.0/subnets => generated 655 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:09.735 8 INFO neutron.db.segments_db [None req-c9ff8c29-dc08-4ff1-98bb-d0d8c2995126 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment c9bf459f-26d8-4640-b20f-fef69c7ea25a of type vxlan for network c60edf69-c6ec-4971-ba32-3c7e30d8ae60 [pid: 7|app: 0|req: 318/617] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:08 2026] PUT /v2.0/routers/f16f7466-261b-4fdc-af29-9bbd3dcd92c7/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/618] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:09 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:10.051 8 INFO neutron.db.l3_hamode_db [None req-c9ff8c29-dc08-4ff1-98bb-d0d8c2995126 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 320/619] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:10 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/620] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:10 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/621] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:10 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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-28 13:52:10.238 8 INFO neutron.db.l3_hamode_db [None req-c9ff8c29-dc08-4ff1-98bb-d0d8c2995126 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 323/622] 10.0.0.201 () {38 vars in 971 bytes} [Thu May 28 13:52:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/623] 10.0.0.201 () {38 vars in 971 bytes} [Thu May 28 13:52:10 2026] POST /v2.0/security-groups => generated 1680 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/624] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:09 2026] POST /v2.0/routers => generated 510 bytes in 1192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/625] 10.0.0.201 () {38 vars in 971 bytes} [Thu May 28 13:52:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/626] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:52:10 2026] GET /v2.0/security-groups?tenant_id=b5a8bf47173b434588c1b021befe06bd => generated 7907 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/627] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/8ef69c89-74d9-428a-bd95-225eecf991a4 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/628] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/8ef69c89-74d9-428a-bd95-225eecf991a4 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/629] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/8cebf3a2-0798-4ed1-8a02-876b080fca68 => generated 1681 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/630] 10.0.0.201 () {36 vars in 1013 bytes} [Thu May 28 13:52:11 2026] DELETE /v2.0/security-groups/8cebf3a2-0798-4ed1-8a02-876b080fca68 => 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: 331/631] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/632] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 333/633] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&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: 334/634] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:11.427 7 INFO neutron.api.v2.resource [req-b5e8a0c1-7cc7-40ae-be7a-bc685cec8843 req-ec26d34c-3eb0-4d40-80cb-e0ed56138957 1a22cc1618bc4748b1523dd6e6b0581d b5a8bf47173b434588c1b021befe06bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 335/635] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/8cebf3a2-0798-4ed1-8a02-876b080fca68 => 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: 336/636] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/ca625888-a096-477e-b452-4773b2612aa9 => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/637] 10.0.0.201 () {36 vars in 1013 bytes} [Thu May 28 13:52:11 2026] DELETE /v2.0/security-groups/ca625888-a096-477e-b452-4773b2612aa9 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:11.597 7 INFO neutron.api.v2.resource [req-463372e7-ad46-454d-bfd5-a3299f919295 req-c7688d16-4d2e-4782-a14e-53dae0803c42 1a22cc1618bc4748b1523dd6e6b0581d b5a8bf47173b434588c1b021befe06bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/638] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/ca625888-a096-477e-b452-4773b2612aa9 => 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: 339/639] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/f38d9d35-f889-40c6-ab6f-4577f43c610a => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/640] 10.0.0.201 () {36 vars in 1013 bytes} [Thu May 28 13:52:11 2026] DELETE /v2.0/security-groups/f38d9d35-f889-40c6-ab6f-4577f43c610a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:11.805 7 INFO neutron.api.v2.resource [req-616c400d-f16d-497a-8e60-9b26776917a2 req-d8e1f459-40ed-4b3a-b9e3-909e1caa58c2 1a22cc1618bc4748b1523dd6e6b0581d b5a8bf47173b434588c1b021befe06bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 341/641] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/f38d9d35-f889-40c6-ab6f-4577f43c610a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/642] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups?tenant_id=b5a8bf47173b434588c1b021befe06bd => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/643] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/8ef69c89-74d9-428a-bd95-225eecf991a4 => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/644] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:11 2026] GET /v2.0/security-groups/8ef69c89-74d9-428a-bd95-225eecf991a4 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:12.028 7 INFO neutron.api.v2.resource [req-6a96ad1e-3b39-43b3-a5bb-84f09a27134b req-f1c12377-5340-4f87-9dd2-f241b364f7eb 1a22cc1618bc4748b1523dd6e6b0581d b5a8bf47173b434588c1b021befe06bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 345/645] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:12 2026] GET /v2.0/security-groups/f38d9d35-f889-40c6-ab6f-4577f43c610a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:12.062 7 INFO neutron.api.v2.resource [req-1c41b39c-4199-4929-b7f4-e8b4114ce883 req-e63dc9c4-a424-47df-9272-537279ab4e87 1a22cc1618bc4748b1523dd6e6b0581d b5a8bf47173b434588c1b021befe06bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 346/646] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:12 2026] GET /v2.0/security-groups/ca625888-a096-477e-b452-4773b2612aa9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:12.099 7 INFO neutron.api.v2.resource [req-3a6ffd16-15f0-491e-8e9a-b3cd56614f6f req-5acea2c8-cdb5-415a-8a35-3efcaffdc26b 1a22cc1618bc4748b1523dd6e6b0581d b5a8bf47173b434588c1b021befe06bd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 347/647] 10.0.0.201 () {34 vars in 991 bytes} [Thu May 28 13:52:12 2026] GET /v2.0/security-groups/8cebf3a2-0798-4ed1-8a02-876b080fca68 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/648] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:10 2026] PUT /v2.0/routers/1952cd35-37d2-4d62-936a-023a52a7c684/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/649] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:52:12 2026] GET /v2.0/ports/5bd6c0f1-b14a-4e5f-9f78-5290311aebcb => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:12.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd105d84-6b6d-4a54-92ca-c62abb4280b9 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: f9d081e3-0e62-4d2e-991e-6466e2b98ba7 2026-05-28 13:52:12.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd105d84-6b6d-4a54-92ca-c62abb4280b9 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: f9d081e3-0e62-4d2e-991e-6466e2b98ba7 [pid: 7|app: 0|req: 348/650] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:12 2026] PUT /v2.0/routers/f16f7466-261b-4fdc-af29-9bbd3dcd92c7/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/651] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:13 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/652] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:13 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 303/653] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:12 2026] PUT /v2.0/routers/1952cd35-37d2-4d62-936a-023a52a7c684/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/654] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:13 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&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: 305/655] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:13 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/656] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:52:13 2026] GET /v2.0/ports/5f4d4012-9732-4f84-bdbc-6d723b259a21 => generated 967 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:13.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7b7f280-75a0-46f6-8993-bef7ffcac56d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: a40ff947-5dd7-427c-ba0a-12dbc5b7baeb 2026-05-28 13:52:13.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7b7f280-75a0-46f6-8993-bef7ffcac56d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: a40ff947-5dd7-427c-ba0a-12dbc5b7baeb 2026-05-28 13:52:13.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7b7f280-75a0-46f6-8993-bef7ffcac56d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 86c3daf8-7426-4666-b3b6-8945178230fc 2026-05-28 13:52:13.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7b7f280-75a0-46f6-8993-bef7ffcac56d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 86c3daf8-7426-4666-b3b6-8945178230fc 2026-05-28 13:52:14.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-f94667f2-7f9a-4163-959a-30631a65b37d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: 5f4d4012-9732-4f84-bdbc-6d723b259a21 2026-05-28 13:52:14.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f94667f2-7f9a-4163-959a-30631a65b37d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: 5f4d4012-9732-4f84-bdbc-6d723b259a21 2026-05-28 13:52:14.387 7 INFO neutron.services.segments.plugin [-] Segment a659f23f-8630-4529-963b-38fe83984877 resource provider aggregate not found 2026-05-28 13:52:14.392 7 INFO neutron.services.segments.plugin [-] Segment a659f23f-8630-4529-963b-38fe83984877 resource provider aggregate not found 2026-05-28 13:52:14.414 7 INFO neutron.services.segments.plugin [-] Segment a659f23f-8630-4529-963b-38fe83984877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a659f23f-8630-4529-963b-38fe83984877 found for delete ", "request_id": "req-cdbedc00-cc9f-44c3-a0dc-db6eac431d58"}]} 2026-05-28 13:52:14.417 7 INFO neutron.services.segments.plugin [-] Segment a659f23f-8630-4529-963b-38fe83984877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a659f23f-8630-4529-963b-38fe83984877 found for delete ", "request_id": "req-4098f58b-5ddc-484b-8df1-33fe5d17e771"}]} 2026-05-28 13:52:14.419 7 INFO neutron.db.l3_hamode_db [None req-e7b7f280-75a0-46f6-8993-bef7ffcac56d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 0ef4a0f1-7207-4739-8407-88a6546b5512 was deleted as no HA routers are present in tenant b5a8bf47173b434588c1b021befe06bd. [pid: 7|app: 0|req: 351/657] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:13 2026] DELETE /v2.0/routers/f16f7466-261b-4fdc-af29-9bbd3dcd92c7 => generated 0 bytes in 1317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/658] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:13 2026] PUT /v2.0/routers/1952cd35-37d2-4d62-936a-023a52a7c684/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/659] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:14 2026] DELETE /v2.0/subnets/67ebae51-e649-449c-9f0a-6b49d0d68bb6 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/660] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:14 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 354/661] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:14 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:14.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a1ebfce-1a4c-4351-ab1b-19afe3e25b12 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 8d891bc3-73c4-4a1c-9891-64827391753a 2026-05-28 13:52:14.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a1ebfce-1a4c-4351-ab1b-19afe3e25b12 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 8d891bc3-73c4-4a1c-9891-64827391753a 2026-05-28 13:52:14.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca594e54-6282-4429-9d59-9f372fc31037 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: 5bd6c0f1-b14a-4e5f-9f78-5290311aebcb 2026-05-28 13:52:14.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca594e54-6282-4429-9d59-9f372fc31037 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: 5bd6c0f1-b14a-4e5f-9f78-5290311aebcb [pid: 7|app: 0|req: 355/662] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:14 2026] DELETE /v2.0/networks/bbf84cdb-a809-48ea-9599-649cd3bf7e94 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/663] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:15 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/664] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:15 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 358/665] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:15 2026] GET /v2.0/security-groups?tenant_id=b5a8bf47173b434588c1b021befe06bd&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/666] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:15 2026] DELETE /v2.0/security-groups/8ef69c89-74d9-428a-bd95-225eecf991a4 => 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: 308/667] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:14 2026] PUT /v2.0/routers/1952cd35-37d2-4d62-936a-023a52a7c684/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/668] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:15 2026] GET /v2.0/ports?device_id=1952cd35-37d2-4d62-936a-023a52a7c684 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:15.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-44ee8777-05e8-47b8-8b6e-76c32a936a0f 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: 1c20c8ac-b23c-4b25-ad87-b32b4fcbc4e8 2026-05-28 13:52:15.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44ee8777-05e8-47b8-8b6e-76c32a936a0f 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: 1c20c8ac-b23c-4b25-ad87-b32b4fcbc4e8 2026-05-28 13:52:15.806 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-44ee8777-05e8-47b8-8b6e-76c32a936a0f 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - 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-28 13:52:16.104 8 INFO neutron.services.segments.plugin [-] Segment c9bf459f-26d8-4640-b20f-fef69c7ea25a resource provider aggregate not found 2026-05-28 13:52:16.115 8 INFO neutron.services.segments.plugin [-] Segment c9bf459f-26d8-4640-b20f-fef69c7ea25a resource provider aggregate not found 2026-05-28 13:52:16.129 8 INFO neutron.services.segments.plugin [-] Segment c9bf459f-26d8-4640-b20f-fef69c7ea25a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9bf459f-26d8-4640-b20f-fef69c7ea25a found for delete ", "request_id": "req-e7c9f9d6-63e3-4832-87c3-b57dd8a75fad"}]} 2026-05-28 13:52:16.142 8 INFO neutron.db.l3_hamode_db [None req-44ee8777-05e8-47b8-8b6e-76c32a936a0f 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] HA network c60edf69-c6ec-4971-ba32-3c7e30d8ae60 was deleted as no HA routers are present in tenant 84dbc52e983041e9949f0ea8f07b4829. 2026-05-28 13:52:16.146 8 INFO neutron.services.segments.plugin [-] Segment c9bf459f-26d8-4640-b20f-fef69c7ea25a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9bf459f-26d8-4640-b20f-fef69c7ea25a found for delete ", "request_id": "req-4b205493-bb63-45d3-99c5-4326be76bdc7"}]} [pid: 8|app: 0|req: 309/669] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:15 2026] DELETE /v2.0/routers/1952cd35-37d2-4d62-936a-023a52a7c684 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/670] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:16 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 361/671] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:16 2026] DELETE /v2.0/subnets/8be24165-9518-4f85-9af0-32e89be10cd7 => 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: 362/672] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:16 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&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: 311/673] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:16 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:16.439 7 INFO neutron.services.segments.plugin [-] Segment 0d92a348-5332-4942-b35c-74b01a4c135f resource provider aggregate not found 2026-05-28 13:52:16.447 7 INFO neutron.services.segments.plugin [-] Segment 0d92a348-5332-4942-b35c-74b01a4c135f resource provider aggregate not found [pid: 8|app: 0|req: 312/674] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:16 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:16.467 7 INFO neutron.services.segments.plugin [-] Segment 0d92a348-5332-4942-b35c-74b01a4c135f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d92a348-5332-4942-b35c-74b01a4c135f found for delete ", "request_id": "req-7f60504b-b57e-4942-a287-7f1632127fc8"}]} 2026-05-28 13:52:16.472 7 INFO neutron.services.segments.plugin [-] Segment 0d92a348-5332-4942-b35c-74b01a4c135f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d92a348-5332-4942-b35c-74b01a4c135f found for delete ", "request_id": "req-9bbdb0ae-3130-463c-ad74-47335336b36e"}]} [pid: 8|app: 0|req: 313/675] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:16 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 363/676] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:16 2026] DELETE /v2.0/subnets/657b26a3-550b-4452-9389-f42bd38f4351 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/677] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:16 2026] DELETE /v2.0/networks/3acd53f5-2dff-444e-9458-fea8f7bdb878 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:16.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d7a4851-857b-45de-940c-2e8a4e3b55db 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: 4342a783-c880-4345-89ed-cd17abc0654b 2026-05-28 13:52:16.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d7a4851-857b-45de-940c-2e8a4e3b55db 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: 4342a783-c880-4345-89ed-cd17abc0654b 2026-05-28 13:52:17.054 8 INFO neutron.db.l3_db [None req-20f8143d-fc5a-4c7f-9eea-9a3e891d675a 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] Floating IP 08cdd7d2-49b3-4c5d-b821-16668c326a8f associated. External IP: 10.96.250.219, port: 37ec6b3e-730f-4730-8dd4-1643a70c7fa2. [pid: 7|app: 0|req: 365/678] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:16 2026] DELETE /v2.0/networks/b1eeaf58-1e1e-4416-980c-dec2fda0c554 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:17.174 7 INFO neutron.db.segments_db [None req-f25e61aa-215f-499a-91e6-a9fa86e1fe70 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment e661b751-9758-45d8-86c1-74d5ab8c5f14 of type vxlan for network b4c828bd-57ce-40c4-9ce4-8d7d9aaf0735 [pid: 7|app: 0|req: 366/679] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:17 2026] POST /v2.0/networks => generated 614 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/680] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:52:16 2026] PUT /v2.0/floatingips/08cdd7d2-49b3-4c5d-b821-16668c326a8f => generated 855 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:17.445 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ada2586b-96f2-4286-9711-87f9e1c9499a'] response: {'name': 'network-changed', 'server_uuid': 'a33c337d-4064-4d4e-9107-f9d738989375', 'tag': '37ec6b3e-730f-4730-8dd4-1643a70c7fa2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 315/681] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:17 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/682] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:17 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/683] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:17 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 318/684] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:17 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 367/685] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:17 2026] POST /v2.0/subnets => generated 646 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:17.754 8 INFO neutron.db.segments_db [None req-e1bef4b9-eca3-451d-9a9f-56ded84c94bb 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment c34c525b-7fbe-4a3d-990d-e452930139c3 of type vxlan for network 450e8ad3-0db1-4130-96b6-5f03cd41a5e0 [pid: 7|app: 0|req: 368/686] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:17 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:18.092 8 INFO neutron.db.l3_hamode_db [None req-e1bef4b9-eca3-451d-9a9f-56ded84c94bb 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:52:18.271 8 INFO neutron.db.l3_hamode_db [None req-e1bef4b9-eca3-451d-9a9f-56ded84c94bb 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:52:18.371 7 INFO neutron.db.l3_db [None req-b76199fa-e4fa-4e4b-bcf1-d5ae86717682 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] Floating IP 53fafb3d-6012-4f4e-be6d-f2f0c92f0d4e associated. External IP: 10.96.250.212, port: 636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a. 2026-05-28 13:52:18.497 7 INFO neutron.services.segments.plugin [-] Segment 76dec306-a779-430b-86e2-b5055e6e7266 resource provider aggregate not found 2026-05-28 13:52:18.508 7 INFO neutron.services.segments.plugin [-] Segment 76dec306-a779-430b-86e2-b5055e6e7266 resource provider aggregate not found 2026-05-28 13:52:18.518 7 INFO neutron.services.segments.plugin [-] Segment 76dec306-a779-430b-86e2-b5055e6e7266 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76dec306-a779-430b-86e2-b5055e6e7266 found for delete ", "request_id": "req-fae7dc22-a595-4b2b-a60b-fed2db377937"}]} 2026-05-28 13:52:18.535 7 INFO neutron.services.segments.plugin [-] Segment 76dec306-a779-430b-86e2-b5055e6e7266 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76dec306-a779-430b-86e2-b5055e6e7266 found for delete ", "request_id": "req-f38ad40b-1c5b-4d54-8095-617742582853"}]} 2026-05-28 13:52:18.540 7 INFO neutron.services.segments.plugin [-] Segment ec60a6b7-a47d-4096-9c66-dd0262898b6d resource provider aggregate not found 2026-05-28 13:52:18.558 7 INFO neutron.services.segments.plugin [-] Segment ec60a6b7-a47d-4096-9c66-dd0262898b6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec60a6b7-a47d-4096-9c66-dd0262898b6d found for delete ", "request_id": "req-dd1338b4-6b54-408f-ac44-25f3e276bf3c"}]} 2026-05-28 13:52:18.578 7 INFO neutron.services.segments.plugin [-] Segment ec60a6b7-a47d-4096-9c66-dd0262898b6d resource provider aggregate not found 2026-05-28 13:52:18.611 7 INFO neutron.services.segments.plugin [-] Segment ec60a6b7-a47d-4096-9c66-dd0262898b6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec60a6b7-a47d-4096-9c66-dd0262898b6d found for delete ", "request_id": "req-b189d807-5369-4253-a700-db42caccf17d"}]} [pid: 7|app: 0|req: 369/687] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:52:17 2026] PUT /v2.0/floatingips/53fafb3d-6012-4f4e-be6d-f2f0c92f0d4e => generated 855 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/688] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:18 2026] GET /v2.0/ports?tenant_id=e211a1239b1d4323995345549e3d247d&device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/689] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:18 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 372/690] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:18 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 319/691] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:17 2026] POST /v2.0/routers => generated 511 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/692] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:18 2026] GET /v2.0/networks?id=4db47459-4164-44e1-824f-8881b5c8eab2 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/693] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:18 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/694] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:18 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/695] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=37ec6b3e-730f-4730-8dd4-1643a70c7fa2 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/696] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/subnets?id=7e02b7b7-123f-4ca0-bd89-67c4ab4ab9ac => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/697] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/ports?network_id=4db47459-4164-44e1-824f-8881b5c8eab2&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/698] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/699] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:19.349 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8b0183a-293a-4121-8057-a5049dbb48ea'] response: {'name': 'network-changed', 'server_uuid': '2f406808-b85e-4cb2-a67d-e112ecb6e4e9', 'tag': '636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/700] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:52:18 2026] POST /v2.0/ports => generated 960 bytes in 359 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: 322/701] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1240 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/702] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:19 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 780 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/703] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 858 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/704] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 326/705] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/706] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:19 2026] PUT /v2.0/routers/3d59aafb-f746-408b-963f-42bd5d76ff41/add_router_interface => generated 309 bytes in 1212 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: 327/707] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/security-groups?id=2de3c606-4c12-407a-bf2b-8a20e2a53e99&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/708] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 328/709] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/710] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/ports/93bee42e-a816-4096-bf06-97c48a1283e6 => generated 1034 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/711] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:20 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:20.752 8 INFO neutron_taas.services.taas.taas_plugin [req-cae29928-7046-4c25-a8f1-6672126d4f79 req-0f30e4f2-e12f-44d9-9dd6-6b1444b37cad 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] TaaS: Handle Delete Port: 37ec6b3e-730f-4730-8dd4-1643a70c7fa2 2026-05-28 13:52:20.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cae29928-7046-4c25-a8f1-6672126d4f79 req-0f30e4f2-e12f-44d9-9dd6-6b1444b37cad 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] Tap Mirror: Handle Delete Port: 37ec6b3e-730f-4730-8dd4-1643a70c7fa2 2026-05-28 13:52:20.956 8 INFO neutron.db.l3_db [req-cae29928-7046-4c25-a8f1-6672126d4f79 req-0f30e4f2-e12f-44d9-9dd6-6b1444b37cad 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] Floating IP 08cdd7d2-49b3-4c5d-b821-16668c326a8f disassociated. External IP: 10.96.250.219, port: 37ec6b3e-730f-4730-8dd4-1643a70c7fa2. 2026-05-28 13:52:21.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cc13acb-3aa4-44d7-ba37-a4a8445b3f40 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: 93bee42e-a816-4096-bf06-97c48a1283e6 2026-05-28 13:52:21.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cc13acb-3aa4-44d7-ba37-a4a8445b3f40 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: 93bee42e-a816-4096-bf06-97c48a1283e6 [pid: 8|app: 0|req: 329/712] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:52:20 2026] DELETE /v2.0/ports/37ec6b3e-730f-4730-8dd4-1643a70c7fa2 => generated 0 bytes in 699 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:21.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99805d62-45eb-4e8c-82f2-b99cdf48981d'] response: {'server_uuid': 'a33c337d-4064-4d4e-9107-f9d738989375', 'name': 'network-vif-deleted', 'tag': '37ec6b3e-730f-4730-8dd4-1643a70c7fa2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 330/713] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:21 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/714] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:20 2026] PUT /v2.0/routers/3d59aafb-f746-408b-963f-42bd5d76ff41/remove_router_interface => generated 309 bytes in 825 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: 385/715] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:21 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:21.705 8 INFO neutron.api.v2.resource [None req-ff739396-df0b-4630-bf2d-b0bbffe4f08d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 331/716] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:21 2026] PUT /v2.0/routers/3d59aafb-f746-408b-963f-42bd5d76ff41/remove_router_interface => generated 197 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/717] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:21 2026] GET /v2.0/ports?device_id=3d59aafb-f746-408b-963f-42bd5d76ff41 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:21.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-3aefe609-c89c-47c2-bc5d-a705329e8b5d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: 5868b125-3edd-47d2-aadf-371ff6489662 2026-05-28 13:52:21.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aefe609-c89c-47c2-bc5d-a705329e8b5d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: 5868b125-3edd-47d2-aadf-371ff6489662 2026-05-28 13:52:22.232 8 INFO neutron.services.segments.plugin [-] Segment c34c525b-7fbe-4a3d-990d-e452930139c3 resource provider aggregate not found 2026-05-28 13:52:22.232 8 INFO neutron.services.segments.plugin [-] Segment c34c525b-7fbe-4a3d-990d-e452930139c3 resource provider aggregate not found 2026-05-28 13:52:22.255 8 INFO neutron.services.segments.plugin [-] Segment c34c525b-7fbe-4a3d-990d-e452930139c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c34c525b-7fbe-4a3d-990d-e452930139c3 found for delete ", "request_id": "req-f90606e3-af52-49cc-85fc-3ec0145b0176"}]} 2026-05-28 13:52:22.256 8 INFO neutron.services.segments.plugin [-] Segment c34c525b-7fbe-4a3d-990d-e452930139c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c34c525b-7fbe-4a3d-990d-e452930139c3 found for delete ", "request_id": "req-8fd96b24-0139-43c7-89e5-5f6d97632200"}]} 2026-05-28 13:52:22.260 8 INFO neutron.db.l3_hamode_db [None req-3aefe609-c89c-47c2-bc5d-a705329e8b5d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] HA network 450e8ad3-0db1-4130-96b6-5f03cd41a5e0 was deleted as no HA routers are present in tenant 84dbc52e983041e9949f0ea8f07b4829. [pid: 8|app: 0|req: 332/718] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:21 2026] DELETE /v2.0/routers/3d59aafb-f746-408b-963f-42bd5d76ff41 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/719] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:22 2026] DELETE /v2.0/subnets/5dc70bd5-64c8-41cf-b3ac-c667464588d3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/720] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:22 2026] DELETE /v2.0/networks/b4c828bd-57ce-40c4-9ce4-8d7d9aaf0735 => 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: 387/721] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:22 2026] GET /v2.0/security-groups?tenant_id=fe9807a6a42443129ae8a22ef982ffd3&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:22.618 8 INFO neutron.db.segments_db [None req-89bb5bee-0e88-4471-bc30-5be6bf59a4ad 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment e12a0b8b-15a0-4d70-865e-573b33df484e of type vxlan for network 8551bdc3-3ae9-427f-9375-285f4a71dd53 [pid: 7|app: 0|req: 388/722] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:22 2026] DELETE /v2.0/security-groups/cf7fc94a-bdb8-47e8-bba0-9c7e7041f3b0 => 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: 335/723] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:22 2026] POST /v2.0/networks => generated 615 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/724] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:22 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => 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: 337/725] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:22 2026] GET /v2.0/security-groups?tenant_id=6755f926c40b4fa8b8f8e7191e5e1b76&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/726] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:22 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:23.064 7 INFO neutron.db.segments_db [None req-5a856bb1-234e-41ec-a391-5f15d5338af4 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment ed7a4023-a190-4a69-b247-bb80a558d4c3 of type vxlan for network d9fa3c0b-abfe-4134-a6fb-6beb5b376326 [pid: 8|app: 0|req: 338/727] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:22 2026] DELETE /v2.0/security-groups/9424d6b4-7ab8-4644-b1fc-a072169c8b95 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:23.351 7 INFO neutron.db.l3_hamode_db [None req-5a856bb1-234e-41ec-a391-5f15d5338af4 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:52:23.475 7 INFO neutron.db.l3_hamode_db [None req-5a856bb1-234e-41ec-a391-5f15d5338af4 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 341/730] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:23 2026] GET /v2.0/ports?device_id=a33c337d-4064-4d4e-9107-f9d738989375 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/731] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:23 2026] POST /v2.0/routers => generated 511 bytes in 1133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:24.286 8 INFO neutron.services.segments.plugin [-] Segment e661b751-9758-45d8-86c1-74d5ab8c5f14 resource provider aggregate not found 2026-05-28 13:52:24.305 8 INFO neutron.services.segments.plugin [-] Segment e661b751-9758-45d8-86c1-74d5ab8c5f14 resource provider aggregate not found 2026-05-28 13:52:24.311 8 INFO neutron.services.segments.plugin [-] Segment e661b751-9758-45d8-86c1-74d5ab8c5f14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e661b751-9758-45d8-86c1-74d5ab8c5f14 found for delete ", "request_id": "req-81c2ebd2-edeb-47cb-be78-3d668ce5b1db"}]} 2026-05-28 13:52:24.331 8 INFO neutron.services.segments.plugin [-] Segment e661b751-9758-45d8-86c1-74d5ab8c5f14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e661b751-9758-45d8-86c1-74d5ab8c5f14 found for delete ", "request_id": "req-c852e985-5f72-4f71-90a4-259e2dcabd0f"}]} [pid: 7|app: 0|req: 391/732] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:25 2026] DELETE /v2.0/security-groups/2de3c606-4c12-407a-bf2b-8a20e2a53e99 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:25.193 7 INFO neutron.api.v2.resource [None req-8bbb7e7b-0b57-4d0b-9477-abe5f56c7e6e 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 392/733] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:52:25 2026] GET /v2.0/security-groups/2de3c606-4c12-407a-bf2b-8a20e2a53e99 => 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: 342/734] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:24 2026] PUT /v2.0/routers/eed021c0-2088-4c42-9983-ad86b3b44261/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:25.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-82ba32f5-c70d-4b2b-ad49-c41e24c0226d 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] TaaS: Handle Delete Port: 578f5caf-15aa-4f32-86af-8bff96b6754d 2026-05-28 13:52:25.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ba32f5-c70d-4b2b-ad49-c41e24c0226d 184075195fdc474891aa41d2f239581d e211a1239b1d4323995345549e3d247d - - default default] Tap Mirror: Handle Delete Port: 578f5caf-15aa-4f32-86af-8bff96b6754d [pid: 8|app: 0|req: 343/735] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:52:25 2026] GET /v2.0/ports/a2ab8ffc-3e56-4062-bb0a-4bbd9b14494a => generated 959 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/736] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:52:25 2026] DELETE /v2.0/floatingips/08cdd7d2-49b3-4c5d-b821-16668c326a8f => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:25.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c115735-2cff-46e7-89d1-46b7ae2b5c54 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: a2ab8ffc-3e56-4062-bb0a-4bbd9b14494a 2026-05-28 13:52:25.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c115735-2cff-46e7-89d1-46b7ae2b5c54 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: a2ab8ffc-3e56-4062-bb0a-4bbd9b14494a 2026-05-28 13:52:25.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-826a7f0a-d186-4505-804a-e698d4e2f70a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: b37ceffb-60c6-4036-bfb0-f05af678512d 2026-05-28 13:52:25.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-826a7f0a-d186-4505-804a-e698d4e2f70a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: b37ceffb-60c6-4036-bfb0-f05af678512d [pid: 8|app: 0|req: 344/737] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:25 2026] PUT /v2.0/routers/eed021c0-2088-4c42-9983-ad86b3b44261/remove_router_interface => generated 309 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/738] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:26 2026] GET /v2.0/ports?device_id=eed021c0-2088-4c42-9983-ad86b3b44261 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:26.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-7af88555-8d68-4d84-a192-79b3e6a459da 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: ed385e44-f0ab-4184-841d-530c1e0f15ac 2026-05-28 13:52:26.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7af88555-8d68-4d84-a192-79b3e6a459da 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: ed385e44-f0ab-4184-841d-530c1e0f15ac 2026-05-28 13:52:26.472 8 INFO neutron.services.segments.plugin [-] Segment ed7a4023-a190-4a69-b247-bb80a558d4c3 resource provider aggregate not found 2026-05-28 13:52:26.474 8 INFO neutron.services.segments.plugin [-] Segment ed7a4023-a190-4a69-b247-bb80a558d4c3 resource provider aggregate not found 2026-05-28 13:52:26.495 8 INFO neutron.services.segments.plugin [-] Segment ed7a4023-a190-4a69-b247-bb80a558d4c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7a4023-a190-4a69-b247-bb80a558d4c3 found for delete ", "request_id": "req-ca4676d1-c99b-44b4-9eed-7b6b16527aef"}]} 2026-05-28 13:52:26.499 8 INFO neutron.services.segments.plugin [-] Segment ed7a4023-a190-4a69-b247-bb80a558d4c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7a4023-a190-4a69-b247-bb80a558d4c3 found for delete ", "request_id": "req-81254bc3-6933-4dbc-a09c-78de5ab06f04"}]} 2026-05-28 13:52:26.503 8 INFO neutron.db.l3_hamode_db [None req-7af88555-8d68-4d84-a192-79b3e6a459da 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] HA network d9fa3c0b-abfe-4134-a6fb-6beb5b376326 was deleted as no HA routers are present in tenant 84dbc52e983041e9949f0ea8f07b4829. [pid: 8|app: 0|req: 346/739] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:26 2026] DELETE /v2.0/routers/eed021c0-2088-4c42-9983-ad86b3b44261 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/740] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:26 2026] DELETE /v2.0/subnets/3a7922d2-895e-4429-addf-9fbc883b8e5e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/741] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:26 2026] DELETE /v2.0/networks/8551bdc3-3ae9-427f-9375-285f4a71dd53 => 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: 394/742] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:25 2026] PUT /v2.0/routers/d5f6487f-a589-46bb-b147-c18afd597c74/remove_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:26.847 8 INFO neutron.db.segments_db [None req-f09cbbc9-f212-4ec3-9fe5-5719377e7e97 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Added segment 1168033d-7a7f-4853-8659-df836e4784ed of type vxlan for network a750242f-2cb8-43ac-a79d-d6fdaf5cc752 2026-05-28 13:52:27.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-7935e804-7650-4e84-94cb-4d467fe8ec51 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 4c20f8c1-e291-412f-adb1-42dcd906336f 2026-05-28 13:52:27.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7935e804-7650-4e84-94cb-4d467fe8ec51 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 4c20f8c1-e291-412f-adb1-42dcd906336f 2026-05-28 13:52:27.089 8 INFO neutron.db.l3_hamode_db [None req-f09cbbc9-f212-4ec3-9fe5-5719377e7e97 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:52:27.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-7935e804-7650-4e84-94cb-4d467fe8ec51 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 9d65387b-d698-4eeb-b0d6-b253bb29e187 2026-05-28 13:52:27.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7935e804-7650-4e84-94cb-4d467fe8ec51 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 9d65387b-d698-4eeb-b0d6-b253bb29e187 2026-05-28 13:52:27.545 7 INFO neutron.services.segments.plugin [-] Segment 6a06699f-9c1b-4540-ab9a-08d138359360 resource provider aggregate not found 2026-05-28 13:52:27.549 7 INFO neutron.services.segments.plugin [-] Segment 6a06699f-9c1b-4540-ab9a-08d138359360 resource provider aggregate not found 2026-05-28 13:52:27.564 7 INFO neutron.services.segments.plugin [-] Segment 6a06699f-9c1b-4540-ab9a-08d138359360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a06699f-9c1b-4540-ab9a-08d138359360 found for delete ", "request_id": "req-43a4ad5f-cf8b-44b5-bb3a-bd2c9dcee32b"}]} 2026-05-28 13:52:27.566 7 INFO neutron.services.segments.plugin [-] Segment 6a06699f-9c1b-4540-ab9a-08d138359360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a06699f-9c1b-4540-ab9a-08d138359360 found for delete ", "request_id": "req-1b91887a-519a-4d5e-873d-22787f09a10e"}]} 2026-05-28 13:52:27.575 7 INFO neutron.db.l3_hamode_db [None req-7935e804-7650-4e84-94cb-4d467fe8ec51 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 247648f9-7d9e-4ea2-b41c-fec8df7fa06b was deleted as no HA routers are present in tenant e211a1239b1d4323995345549e3d247d. [pid: 7|app: 0|req: 395/743] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:26 2026] DELETE /v2.0/routers/d5f6487f-a589-46bb-b147-c18afd597c74 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/744] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:27 2026] DELETE /v2.0/subnets/7e02b7b7-123f-4ca0-bd89-67c4ab4ab9ac => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:27.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-303d93bf-6212-4cf3-9369-a58984bd0ee9 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 5174fe80-331e-4960-a5d7-90da4bdeabfe 2026-05-28 13:52:27.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-303d93bf-6212-4cf3-9369-a58984bd0ee9 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 5174fe80-331e-4960-a5d7-90da4bdeabfe 2026-05-28 13:52:27.940 8 INFO neutron.db.l3_hamode_db [None req-f09cbbc9-f212-4ec3-9fe5-5719377e7e97 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 397/745] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:27 2026] DELETE /v2.0/networks/4db47459-4164-44e1-824f-8881b5c8eab2 => 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: 398/746] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:28 2026] GET /v2.0/security-groups?tenant_id=e211a1239b1d4323995345549e3d247d&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/747] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:28 2026] DELETE /v2.0/security-groups/a399cf3e-d14c-4a18-91f1-fcb76558a8f9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:28.522 8 INFO neutron.services.segments.plugin [-] Segment e12a0b8b-15a0-4d70-865e-573b33df484e resource provider aggregate not found 2026-05-28 13:52:28.529 8 INFO neutron.services.segments.plugin [-] Segment e12a0b8b-15a0-4d70-865e-573b33df484e resource provider aggregate not found 2026-05-28 13:52:28.549 8 INFO neutron.services.segments.plugin [-] Segment e12a0b8b-15a0-4d70-865e-573b33df484e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12a0b8b-15a0-4d70-865e-573b33df484e found for delete ", "request_id": "req-14b8b5c0-2f4c-4894-a7bb-f2563abebc11"}]} 2026-05-28 13:52:28.556 8 INFO neutron.services.segments.plugin [-] Segment e12a0b8b-15a0-4d70-865e-573b33df484e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12a0b8b-15a0-4d70-865e-573b33df484e found for delete ", "request_id": "req-80c5fc65-902b-4024-9d26-2b8bd4bd63e8"}]} [pid: 8|app: 0|req: 349/748] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:26 2026] POST /v2.0/routers => generated 692 bytes in 2086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/749] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:52:28 2026] GET /v2.0/routers/8df82f71-257d-47ff-af72-993afcf5ed61 => generated 698 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/750] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:52:29 2026] GET /v2.0/routers => generated 701 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/751] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:28 2026] GET /v2.0/security-groups?tenant_id=53029f608da843edb552e0d2ce26a6b0&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/752] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:29 2026] DELETE /v2.0/security-groups/6c20867e-c7a6-4120-a668-4b209d899e5f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:29.607 7 INFO neutron.services.segments.plugin [-] Segment a4a7cefa-691a-4651-8cb8-f4c9947dd697 resource provider aggregate not found 2026-05-28 13:52:29.616 7 INFO neutron.services.segments.plugin [-] Segment a4a7cefa-691a-4651-8cb8-f4c9947dd697 resource provider aggregate not found 2026-05-28 13:52:29.642 7 INFO neutron.services.segments.plugin [-] Segment a4a7cefa-691a-4651-8cb8-f4c9947dd697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4a7cefa-691a-4651-8cb8-f4c9947dd697 found for delete ", "request_id": "req-90447d80-f112-4ad7-a330-d119baed6d65"}]} 2026-05-28 13:52:29.643 7 INFO neutron.services.segments.plugin [-] Segment a4a7cefa-691a-4651-8cb8-f4c9947dd697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4a7cefa-691a-4651-8cb8-f4c9947dd697 found for delete ", "request_id": "req-a412c203-701b-4a89-9f15-662eca7cc77f"}]} [pid: 7|app: 0|req: 402/753] 10.0.0.210 () {34 vars in 741 bytes} [Thu May 28 13:52:29 2026] PUT /v2.0/routers/8df82f71-257d-47ff-af72-993afcf5ed61 => generated 705 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/754] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:29 2026] GET /v2.0/security-groups?tenant_id=6d7bd1c7d735467aa566467c5750b5b7&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/755] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:52:29 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1240 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/756] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:52:29 2026] GET /v2.0/routers/8df82f71-257d-47ff-af72-993afcf5ed61 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/757] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:29 2026] GET /v2.0/ports?device_id=8df82f71-257d-47ff-af72-993afcf5ed61 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/758] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:52:29 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 353/759] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:29 2026] DELETE /v2.0/security-groups/623f8dd5-0201-41c7-bb6e-80ea3e699d55 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:30.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-86cb8332-5d3d-4093-8a6a-a381f5db5c7a 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: f850db56-8b4d-4b62-b542-158dd355a124 2026-05-28 13:52:30.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86cb8332-5d3d-4093-8a6a-a381f5db5c7a 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: f850db56-8b4d-4b62-b542-158dd355a124 2026-05-28 13:52:30.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-86cb8332-5d3d-4093-8a6a-a381f5db5c7a 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] TaaS: Handle Delete Port: beafb9f5-50d2-4379-b574-599566ab06bf 2026-05-28 13:52:30.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86cb8332-5d3d-4093-8a6a-a381f5db5c7a 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] Tap Mirror: Handle Delete Port: beafb9f5-50d2-4379-b574-599566ab06bf 2026-05-28 13:52:30.679 7 INFO neutron.db.l3_hamode_db [None req-86cb8332-5d3d-4093-8a6a-a381f5db5c7a 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] HA network a750242f-2cb8-43ac-a79d-d6fdaf5cc752 was deleted as no HA routers are present in tenant 84dbc52e983041e9949f0ea8f07b4829. [pid: 7|app: 0|req: 407/760] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:29 2026] DELETE /v2.0/routers/8df82f71-257d-47ff-af72-993afcf5ed61 => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/761] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:30 2026] GET /v2.0/ports?device_id=8df82f71-257d-47ff-af72-993afcf5ed61 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:30.737 7 INFO neutron.api.v2.resource [None req-a61e4915-0673-4c2e-92a1-6edf8e9b9e6d 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/762] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/routers/8df82f71-257d-47ff-af72-993afcf5ed61 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:30.760 8 INFO neutron.db.segments_db [None req-58a04b8c-3916-48f3-9327-cc8e46161b4a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 8aed977c-72a6-49a6-8665-0b0700fa6665 of type vxlan for network 3e9b4ca0-d477-45eb-a4b6-5c2743cc0756 [pid: 7|app: 0|req: 410/763] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:30 2026] GET /v2.0/ports?device_id=eed021c0-2088-4c42-9983-ad86b3b44261 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:30.784 7 INFO neutron.api.v2.resource [None req-e586f35c-67d2-47c4-828b-ddb30b957222 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/764] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/routers/eed021c0-2088-4c42-9983-ad86b3b44261 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:30.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bb618e4-67b1-48ef-8404-6a6565b354da 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/765] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/subnets/3a7922d2-895e-4429-addf-9fbc883b8e5e => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/766] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:30 2026] GET /v2.0/ports?device_id=3d59aafb-f746-408b-963f-42bd5d76ff41 => 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: 354/767] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:52:30 2026] POST /v2.0/networks => generated 725 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:30.852 7 INFO neutron.api.v2.resource [None req-ddcb29d8-60c6-4cec-a7bf-59c4cb0fac0c 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 414/768] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/routers/3d59aafb-f746-408b-963f-42bd5d76ff41 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:30.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3dce9923-220f-44dc-82c1-a6fe97c34e33 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 415/769] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/subnets/5dc70bd5-64c8-41cf-b3ac-c667464588d3 => 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: 416/770] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:52:30 2026] GET /v2.0/ports?device_id=1952cd35-37d2-4d62-936a-023a52a7c684 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:30.914 7 INFO neutron.api.v2.resource [None req-db0b2250-319d-472a-be57-2f4c92c2a1ea 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 417/771] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/routers/1952cd35-37d2-4d62-936a-023a52a7c684 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:30.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3bdfce9-0920-4c33-8bf6-0da27529d0e0 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 418/772] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/subnets/8be24165-9518-4f85-9af0-32e89be10cd7 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:30.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-015e4567-7012-4d13-986d-d05aa5300050 1490c468c3ed4bd6b76473f79707bb21 84dbc52e983041e9949f0ea8f07b4829 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 419/773] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:30 2026] DELETE /v2.0/subnets/657b26a3-550b-4452-9389-f42bd38f4351 => 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: 355/774] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:30 2026] POST /v2.0/subnets => generated 691 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:31.118 7 INFO neutron.db.segments_db [None req-4b22406a-4f1d-40df-9626-5d5175b0c8d7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 of type vxlan for network 02833b82-cc32-4d5a-8c68-6238fd6e5f3f 2026-05-28 13:52:31.469 7 INFO neutron.db.l3_hamode_db [None req-4b22406a-4f1d-40df-9626-5d5175b0c8d7 e66f8121ab714be6b80e8a7ad199dbd0 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:52:31.662 7 INFO neutron.services.segments.plugin [-] Segment 1168033d-7a7f-4853-8659-df836e4784ed resource provider aggregate not found 2026-05-28 13:52:31.678 7 INFO neutron.services.segments.plugin [-] Segment 1168033d-7a7f-4853-8659-df836e4784ed resource provider aggregate not found 2026-05-28 13:52:31.685 7 INFO neutron.services.segments.plugin [-] Segment 1168033d-7a7f-4853-8659-df836e4784ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1168033d-7a7f-4853-8659-df836e4784ed found for delete ", "request_id": "req-f03c4b14-56f3-42b1-b77e-85ea55b0be12"}]} [pid: 8|app: 0|req: 356/775] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:31 2026] GET /v2.0/security-groups?tenant_id=84dbc52e983041e9949f0ea8f07b4829&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:31.702 7 INFO neutron.services.segments.plugin [-] Segment 1168033d-7a7f-4853-8659-df836e4784ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1168033d-7a7f-4853-8659-df836e4784ed found for delete ", "request_id": "req-855d31a4-30dd-47b9-9ea8-872cb96b9e0d"}]} [pid: 8|app: 0|req: 357/776] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:31 2026] DELETE /v2.0/security-groups/24937509-2b31-430e-b55e-b2c7d4c042fc => 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: 358/777] 10.0.0.210 () {32 vars in 653 bytes} [Thu May 28 13:52:31 2026] GET /v2.0/extensions => generated 21537 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/778] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 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: 360/779] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/780] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/781] 10.0.0.210 () {32 vars in 665 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/782] 10.0.0.210 () {32 vars in 699 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/783] 10.0.0.210 () {32 vars in 697 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/784] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/785] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/786] 10.0.0.210 () {32 vars in 703 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/787] 10.0.0.210 () {32 vars in 693 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/788] 10.0.0.210 () {32 vars in 695 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/789] 10.0.0.210 () {32 vars in 685 bytes} [Thu May 28 13:52:32 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: 371/790] 10.0.0.210 () {32 vars in 687 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/791] 10.0.0.210 () {32 vars in 661 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/792] 10.0.0.210 () {32 vars in 699 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/793] 10.0.0.210 () {32 vars in 679 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/794] 10.0.0.210 () {32 vars in 683 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/795] 10.0.0.210 () {32 vars in 675 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/796] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 378/797] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/798] 10.0.0.210 () {32 vars in 687 bytes} [Thu May 28 13:52:32 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: 380/799] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/800] 10.0.0.210 () {32 vars in 687 bytes} [Thu May 28 13:52:32 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: 382/801] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 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: 383/802] 10.0.0.210 () {32 vars in 699 bytes} [Thu May 28 13:52:32 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: 384/803] 10.0.0.210 () {32 vars in 679 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/804] 10.0.0.210 () {32 vars in 667 bytes} [Thu May 28 13:52:32 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: 386/805] 10.0.0.210 () {32 vars in 677 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/806] 10.0.0.210 () {32 vars in 665 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/l3-ha => 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: 388/807] 10.0.0.210 () {32 vars in 675 bytes} [Thu May 28 13:52:32 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: 389/808] 10.0.0.210 () {32 vars in 713 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/809] 10.0.0.210 () {32 vars in 691 bytes} [Thu May 28 13:52:32 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: 391/810] 10.0.0.210 () {32 vars in 683 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/811] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/812] 10.0.0.210 () {32 vars in 687 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 394/813] 10.0.0.210 () {32 vars in 705 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/814] 10.0.0.210 () {32 vars in 675 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/815] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/816] 10.0.0.210 () {32 vars in 675 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/817] 10.0.0.210 () {32 vars in 693 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 399/818] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 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: 400/819] 10.0.0.210 () {32 vars in 709 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 401/820] 10.0.0.210 () {32 vars in 705 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/821] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:32.393 7 INFO neutron.db.l3_hamode_db [None req-4b22406a-4f1d-40df-9626-5d5175b0c8d7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 403/822] 10.0.0.210 () {32 vars in 697 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/823] 10.0.0.210 () {32 vars in 711 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/824] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/825] 10.0.0.210 () {32 vars in 687 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/826] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/827] 10.0.0.210 () {32 vars in 675 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/828] 10.0.0.210 () {32 vars in 671 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/829] 10.0.0.210 () {32 vars in 661 bytes} [Thu May 28 13:52:32 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: 411/830] 10.0.0.210 () {32 vars in 699 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/831] 10.0.0.210 () {32 vars in 699 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/832] 10.0.0.210 () {32 vars in 677 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/833] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 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: 415/834] 10.0.0.210 () {32 vars in 683 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/835] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 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: 417/836] 10.0.0.210 () {32 vars in 685 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/837] 10.0.0.210 () {32 vars in 707 bytes} [Thu May 28 13:52:32 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: 419/838] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/839] 10.0.0.210 () {32 vars in 697 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/840] 10.0.0.210 () {32 vars in 695 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/841] 10.0.0.210 () {32 vars in 685 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/842] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/843] 10.0.0.210 () {32 vars in 705 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/844] 10.0.0.210 () {32 vars in 667 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/845] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/846] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/847] 10.0.0.210 () {32 vars in 691 bytes} [Thu May 28 13:52:32 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: 429/848] 10.0.0.210 () {32 vars in 691 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/849] 10.0.0.210 () {32 vars in 695 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/850] 10.0.0.210 () {32 vars in 685 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/851] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 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: 433/852] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/853] 10.0.0.210 () {32 vars in 703 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/854] 10.0.0.210 () {32 vars in 713 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/855] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:52:32 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: 437/856] 10.0.0.210 () {32 vars in 715 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/857] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/858] 10.0.0.210 () {32 vars in 741 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/859] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/860] 10.0.0.210 () {32 vars in 683 bytes} [Thu May 28 13:52:32 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: 442/861] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/862] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/863] 10.0.0.210 () {32 vars in 679 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/864] 10.0.0.210 () {32 vars in 669 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/865] 10.0.0.210 () {32 vars in 697 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/866] 10.0.0.210 () {32 vars in 705 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 448/867] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 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: 449/868] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 450/869] 10.0.0.210 () {32 vars in 683 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/870] 10.0.0.210 () {32 vars in 705 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/871] 10.0.0.210 () {32 vars in 695 bytes} [Thu May 28 13:52:32 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: 453/872] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/873] 10.0.0.210 () {32 vars in 697 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/874] 10.0.0.210 () {32 vars in 679 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 456/875] 10.0.0.210 () {32 vars in 689 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/876] 10.0.0.210 () {32 vars in 701 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/877] 10.0.0.210 () {32 vars in 665 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 459/878] 10.0.0.210 () {32 vars in 681 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 460/879] 10.0.0.210 () {32 vars in 677 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/880] 10.0.0.210 () {32 vars in 693 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/881] 10.0.0.210 () {32 vars in 677 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/882] 10.0.0.210 () {32 vars in 667 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/883] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/884] 10.0.0.210 () {32 vars in 675 bytes} [Thu May 28 13:52:32 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: 8|app: 0|req: 466/885] 10.0.0.210 () {32 vars in 687 bytes} [Thu May 28 13:52:32 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/886] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:31 2026] POST /v2.0/routers => generated 731 bytes in 2271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/887] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:33 2026] GET /v2.0/security-groups?tenant_id=e7bda8e57d1a406a861e9a7f3cda3815&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/888] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:52:33 2026] POST /v2.0/subnetpools => generated 549 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/889] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:33 2026] DELETE /v2.0/security-groups/aede58d2-726d-47fb-a3d7-28d690a84b19 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/890] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:52:33 2026] GET /v2.0/subnetpools/d5865adf-f0e2-4ebb-a431-517b1c27901d => generated 549 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/891] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:52:33 2026] PUT /v2.0/subnetpools/d5865adf-f0e2-4ebb-a431-517b1c27901d => generated 500 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/892] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:52:34 2026] DELETE /v2.0/subnetpools/d5865adf-f0e2-4ebb-a431-517b1c27901d => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:34.075 7 INFO neutron.api.v2.resource [None req-4c79d327-5e24-46fb-a460-1c8a7e56781d a2fcc042196045028fc6cf3e72f6b07d 621ffbb9e6d443d99baa8230e1347006 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 427/893] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:52:34 2026] GET /v2.0/subnetpools/d5865adf-f0e2-4ebb-a431-517b1c27901d => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:52:34.092 7 INFO neutron.api.v2.resource [None req-7a010b50-cef2-40fa-9347-625e3b34efdc a2fcc042196045028fc6cf3e72f6b07d 621ffbb9e6d443d99baa8230e1347006 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 428/894] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:52:34 2026] DELETE /v2.0/subnetpools/d5865adf-f0e2-4ebb-a431-517b1c27901d => 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: 467/895] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:33 2026] PUT /v2.0/routers/37ac50b2-b2a2-4b47-a08d-d4a48bf1d7b4/add_router_interface => generated 309 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/896] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:34 2026] GET /v2.0/security-groups?tenant_id=621ffbb9e6d443d99baa8230e1347006&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: 468/897] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:34 2026] DELETE /v2.0/security-groups/e476468d-62ec-4c90-988b-6c1c0499a24e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/898] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:52:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/899] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/900] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:36.045 7 INFO neutron.db.segments_db [None req-98495010-a7f1-4e78-9cab-13f8cac334f1 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Added segment 124154b9-7203-4531-a7c7-e5e5251e9422 of type vxlan for network cb9aa2b7-085a-4c74-b7fd-85d89c7184f1 [pid: 8|app: 0|req: 470/901] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:52:35 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:36.112 7 INFO neutron.db.segments_db [None req-98495010-a7f1-4e78-9cab-13f8cac334f1 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Added segment bec420db-9ab9-424a-9c08-9985363f09f3 of type vxlan for network 758438a5-9bf4-4af4-a2a3-f8c71d6319d2 [pid: 7|app: 0|req: 432/902] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:35 2026] POST /v2.0/networks => generated 1208 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/903] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/networks => generated 1845 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:36.488 7 INFO neutron.services.segments.plugin [-] Segment 124154b9-7203-4531-a7c7-e5e5251e9422 resource provider aggregate not found 2026-05-28 13:52:36.491 7 INFO neutron.services.segments.plugin [-] Segment 124154b9-7203-4531-a7c7-e5e5251e9422 resource provider aggregate not found [pid: 7|app: 0|req: 433/904] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:36 2026] DELETE /v2.0/networks/cb9aa2b7-085a-4c74-b7fd-85d89c7184f1 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:36.515 7 INFO neutron.services.segments.plugin [-] Segment 124154b9-7203-4531-a7c7-e5e5251e9422 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124154b9-7203-4531-a7c7-e5e5251e9422 found for delete ", "request_id": "req-309e803d-d276-4709-b1f3-a8c0ffaa8746"}]} 2026-05-28 13:52:36.524 7 INFO neutron.services.segments.plugin [-] Segment 124154b9-7203-4531-a7c7-e5e5251e9422 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124154b9-7203-4531-a7c7-e5e5251e9422 found for delete ", "request_id": "req-5c2c3d05-2d7e-44a4-9524-a190f847c1ef"}]} [pid: 7|app: 0|req: 434/905] 10.0.0.201 () {34 vars in 1098 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--408064597&fields=id&tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:36.647 8 INFO neutron.services.segments.plugin [-] Segment bec420db-9ab9-424a-9c08-9985363f09f3 resource provider aggregate not found 2026-05-28 13:52:36.657 8 INFO neutron.services.segments.plugin [-] Segment bec420db-9ab9-424a-9c08-9985363f09f3 resource provider aggregate not found 2026-05-28 13:52:36.663 8 INFO neutron.services.segments.plugin [-] Segment bec420db-9ab9-424a-9c08-9985363f09f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bec420db-9ab9-424a-9c08-9985363f09f3 found for delete ", "request_id": "req-5bbafbd7-8c02-4a93-bf1c-b6f58d1f8cbf"}]} [pid: 7|app: 0|req: 435/906] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/networks?id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:36.674 8 INFO neutron.services.segments.plugin [-] Segment bec420db-9ab9-424a-9c08-9985363f09f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bec420db-9ab9-424a-9c08-9985363f09f3 found for delete ", "request_id": "req-8a823525-7eba-4e47-aaf5-06c7af2bb045"}]} [pid: 8|app: 0|req: 472/907] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:36 2026] DELETE /v2.0/networks/758438a5-9bf4-4af4-a2a3-f8c71d6319d2 => 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: 436/908] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/quotas/67d5a2d6d44d4ed38776f5eb81b5ef02 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/909] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/910] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/ports?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&fields=id => generated 103 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:36.845 8 INFO neutron.db.segments_db [None req-4c243d4f-a2d0-4d15-bd22-b018132aa93b 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Added segment bf307d6c-3bc2-44c0-8122-5de7052ebd48 of type vxlan for network ab4bb4d4-effa-4938-8d34-01c471474cec [pid: 7|app: 0|req: 438/911] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?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: 474/912] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:36 2026] POST /v2.0/networks => generated 634 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/913] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:52:36 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:37.039 8 INFO neutron.db.segments_db [None req-e1c252cb-744a-40bd-b6ed-827f680557cb 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Added segment 4634aac7-b06e-4f66-829a-04a8a3116969 of type vxlan for network daff035c-5c8a-4a6f-8983-8f79b321ce5c [pid: 8|app: 0|req: 475/914] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:36 2026] POST /v2.0/networks => generated 634 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/915] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:37 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/916] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:52:37 2026] POST /v2.0/ports => generated 1506 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/917] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:52:37 2026] GET /v2.0/ports => generated 1506 bytes in 136 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-28 13:52:38.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-d62adad5-ef55-42de-8cec-5485c42653aa 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] TaaS: Handle Delete Port: cbc088d5-bbe0-412c-9eb1-020dc680023c 2026-05-28 13:52:38.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d62adad5-ef55-42de-8cec-5485c42653aa 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Tap Mirror: Handle Delete Port: cbc088d5-bbe0-412c-9eb1-020dc680023c [pid: 7|app: 0|req: 441/918] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:52:37 2026] DELETE /v2.0/ports/cbc088d5-bbe0-412c-9eb1-020dc680023c => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/919] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:38 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:38.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-d334c022-e689-47b0-aa5e-9ba28785329e 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] TaaS: Handle Delete Port: 38234797-cd0f-41fd-b93f-5f901daafbfc 2026-05-28 13:52:38.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d334c022-e689-47b0-aa5e-9ba28785329e 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Tap Mirror: Handle Delete Port: 38234797-cd0f-41fd-b93f-5f901daafbfc [pid: 8|app: 0|req: 478/920] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:52:38 2026] DELETE /v2.0/ports/38234797-cd0f-41fd-b93f-5f901daafbfc => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/921] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:52:38 2026] GET /v2.0/ports => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:38.593 8 INFO neutron.db.segments_db [None req-4db7f5b5-b27d-48a8-b058-5fd551de04c3 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Added segment bc1b0fa8-4a47-416f-8a93-79f107e6d84f of type vxlan for network 3b43b293-06bf-49e1-a65e-186589558c3b [pid: 8|app: 0|req: 479/924] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:38 2026] POST /v2.0/networks => generated 634 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:38.776 7 INFO neutron.db.segments_db [None req-23c623d8-eac3-4cd8-981b-ba47cb569494 43efba7e4ef24fcebe0dfb4833116faa 28d1279d57654fcfa79c8e9dc9a4e82b - - default default] Added segment a251b1df-019d-4338-8d65-f120a7ecccf5 of type vxlan for network ab99416d-8a56-4749-a42a-e42798a16878 [pid: 7|app: 0|req: 446/925] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:38 2026] POST /v2.0/networks => generated 635 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/926] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:38 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/927] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 13:52:38 2026] GET /v2.0/ports/636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 968 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/928] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:39 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 482/929] 199.204.45.144 () {34 vars in 1000 bytes} [Thu May 28 13:52:39 2026] GET /v2.0/subnets?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/930] 199.204.45.144 () {34 vars in 1146 bytes} [Thu May 28 13:52:39 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9&device_owner=compute%3Anova&network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/931] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:39 2026] POST /v2.0/subnets => generated 1323 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/932] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/subnets => generated 1959 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/933] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:40 2026] DELETE /v2.0/subnets/54b325d7-a18e-4e27-a99d-06a2022a1b7a => 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: 484/934] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:52:39 2026] PUT /v2.0/ports/636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 1145 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/935] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:40 2026] DELETE /v2.0/subnets/7c0a05f4-9d8c-4dfe-87d8-9a62058ab104 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:40.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aadcc403-19d8-47bf-9f3e-2175d3591a57'] response: {'name': 'network-changed', 'server_uuid': '2f406808-b85e-4cb2-a67d-e112ecb6e4e9', 'tag': '636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 452/936] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/subnets => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 13:52:40.633 7 INFO neutron.services.segments.plugin [-] Segment a251b1df-019d-4338-8d65-f120a7ecccf5 resource provider aggregate not found 2026-05-28 13:52:40.638 7 INFO neutron.services.segments.plugin [-] Segment a251b1df-019d-4338-8d65-f120a7ecccf5 resource provider aggregate not found 2026-05-28 13:52:40.659 7 INFO neutron.services.segments.plugin [-] Segment a251b1df-019d-4338-8d65-f120a7ecccf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a251b1df-019d-4338-8d65-f120a7ecccf5 found for delete ", "request_id": "req-2f6a20b9-788f-4b2d-aeda-1c5a3568c096"}]} [pid: 8|app: 0|req: 485/937] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/security-groups?tenant_id=c05bea14350243bab38b1ab16093d7bd&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:40.668 7 INFO neutron.services.segments.plugin [-] Segment a251b1df-019d-4338-8d65-f120a7ecccf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a251b1df-019d-4338-8d65-f120a7ecccf5 found for delete ", "request_id": "req-ad158729-84b2-4393-a352-64456b0adfa2"}]} [pid: 8|app: 0|req: 486/938] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 453/939] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:40 2026] DELETE /v2.0/networks/ab99416d-8a56-4749-a42a-e42798a16878 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/940] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:40 2026] DELETE /v2.0/security-groups/b8a990f1-24c0-4afc-a030-ba7b3c4a47ca => 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: 454/941] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:40 2026] DELETE /v2.0/networks/3b43b293-06bf-49e1-a65e-186589558c3b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/942] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1417 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:40.959 8 INFO neutron.services.segments.plugin [-] Segment 4634aac7-b06e-4f66-829a-04a8a3116969 resource provider aggregate not found 2026-05-28 13:52:40.961 8 INFO neutron.services.segments.plugin [-] Segment 4634aac7-b06e-4f66-829a-04a8a3116969 resource provider aggregate not found [pid: 8|app: 0|req: 488/943] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:40 2026] DELETE /v2.0/networks/daff035c-5c8a-4a6f-8983-8f79b321ce5c => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:40.985 8 INFO neutron.services.segments.plugin [-] Segment 4634aac7-b06e-4f66-829a-04a8a3116969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4634aac7-b06e-4f66-829a-04a8a3116969 found for delete ", "request_id": "req-8232fee2-2e8a-4a0e-b928-99528a38fbc4"}]} 2026-05-28 13:52:40.986 8 INFO neutron.services.segments.plugin [-] Segment 4634aac7-b06e-4f66-829a-04a8a3116969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4634aac7-b06e-4f66-829a-04a8a3116969 found for delete ", "request_id": "req-56fd18bb-0d47-46e2-8ad6-e225b8c1f522"}]} [pid: 8|app: 0|req: 489/944] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/945] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:40 2026] GET /v2.0/security-groups?tenant_id=c3a39a7bd9024cb4a79a0d0a3ffa9946&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/946] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => 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: 490/947] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:41 2026] DELETE /v2.0/networks/ab4bb4d4-effa-4938-8d34-01c471474cec => 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: 458/948] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:41 2026] DELETE /v2.0/security-groups/f064f717-881d-4092-b630-9dace8f09e60 => 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: 491/949] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/950] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/951] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&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: 460/952] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 493/953] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 461/954] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/networks?id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/955] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/956] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/security-groups?tenant_id=28d1279d57654fcfa79c8e9dc9a4e82b&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/957] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:52:41 2026] POST /v2.0/ports => generated 954 bytes in 430 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: 496/958] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:41 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 957 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/959] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:41 2026] DELETE /v2.0/security-groups/fd19f414-c33c-4cd2-b91e-d0ef6e8d6d4a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/960] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/961] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1148 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/962] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1417 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/963] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 468/964] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/965] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:52:41 2026] PUT /v2.0/ports/cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba => generated 1235 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/966] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 19 bytes in 25 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-28 13:52:42.610 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-875e019d-5e6c-4bcf-80e0-d5fb40df7785'] response: {'name': 'network-changed', 'server_uuid': 'd4e2226c-49ed-437b-ad86-6d879c9d9ff3', 'tag': 'cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 498/967] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:42.696 7 INFO neutron.services.segments.plugin [-] Segment bc1b0fa8-4a47-416f-8a93-79f107e6d84f resource provider aggregate not found 2026-05-28 13:52:42.703 7 INFO neutron.services.segments.plugin [-] Segment bc1b0fa8-4a47-416f-8a93-79f107e6d84f resource provider aggregate not found [pid: 7|app: 0|req: 470/968] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:42.720 7 INFO neutron.services.segments.plugin [-] Segment bc1b0fa8-4a47-416f-8a93-79f107e6d84f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc1b0fa8-4a47-416f-8a93-79f107e6d84f found for delete ", "request_id": "req-6dcd0767-d9ce-45c6-b4bc-eeee0be70f8b"}]} 2026-05-28 13:52:42.724 7 INFO neutron.services.segments.plugin [-] Segment bc1b0fa8-4a47-416f-8a93-79f107e6d84f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc1b0fa8-4a47-416f-8a93-79f107e6d84f found for delete ", "request_id": "req-2f3ba3ad-5f4e-423b-8b48-1fa8ed244f1d"}]} [pid: 8|app: 0|req: 499/969] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&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: 471/970] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 500/971] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:42 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:43.004 8 INFO neutron.services.segments.plugin [-] Segment bf307d6c-3bc2-44c0-8122-5de7052ebd48 resource provider aggregate not found 2026-05-28 13:52:43.008 8 INFO neutron.services.segments.plugin [-] Segment bf307d6c-3bc2-44c0-8122-5de7052ebd48 resource provider aggregate not found 2026-05-28 13:52:43.021 8 INFO neutron.services.segments.plugin [-] Segment bf307d6c-3bc2-44c0-8122-5de7052ebd48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf307d6c-3bc2-44c0-8122-5de7052ebd48 found for delete ", "request_id": "req-e8d28f77-f0a1-47ee-be41-71b6b33e6933"}]} 2026-05-28 13:52:43.026 8 INFO neutron.services.segments.plugin [-] Segment bf307d6c-3bc2-44c0-8122-5de7052ebd48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf307d6c-3bc2-44c0-8122-5de7052ebd48 found for delete ", "request_id": "req-f69a0ad3-4783-4eff-99a8-9158237c849a"}]} [pid: 8|app: 0|req: 501/972] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:43 2026] GET /v2.0/ports?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 502/973] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:52:43 2026] GET /v2.0/networks?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/974] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:43 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:43.267 7 INFO neutron.db.segments_db [None req-6ed8aef0-77a4-40ae-b8db-c4a2b4a2c59d e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 50e54579-dc03-49fe-b7d9-213cc92f59b2 of type vxlan for network d97e9f8b-9a03-4715-b4ce-0eadb9c03397 [pid: 8|app: 0|req: 504/975] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:52:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/976] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:43 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/977] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:52:42 2026] POST /v2.0/networks => generated 721 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/978] 199.204.45.144 () {34 vars in 1118 bytes} [Thu May 28 13:52:43 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/979] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:43 2026] POST /v2.0/subnets => generated 687 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:52:43.741 7 INFO neutron.db.segments_db [None req-f4e84946-bd19-4ab4-ac95-161f78cd0df2 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 330ff7e4-19b9-405a-84e3-8be24fe4b60a of type vxlan for network a19b52dc-d3da-475d-8273-6020fa223f03 2026-05-28 13:52:44.009 7 INFO neutron.db.l3_hamode_db [None req-f4e84946-bd19-4ab4-ac95-161f78cd0df2 e66f8121ab714be6b80e8a7ad199dbd0 252e304300694d2a8384a7c555733c94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 507/980] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:52:43 2026] PUT /v2.0/ports/636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 968 bytes in 587 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-28 13:52:44.339 8 INFO neutron.db.segments_db [None req-10b5a6b5-a31d-4045-a3b0-9ba6ec13e63d d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Added segment a7178b3d-4c00-4606-bddd-22f9c0bc803c of type vxlan for network a468609b-a6de-4ca2-b4ff-fba50b2a2140 2026-05-28 13:52:44.399 8 INFO neutron.db.segments_db [None req-10b5a6b5-a31d-4045-a3b0-9ba6ec13e63d d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Added segment 0e36e7d2-8da1-40c5-94e4-b167091d0160 of type vxlan for network 54badf00-e604-45cd-b10b-f79b9687bdab [pid: 8|app: 0|req: 508/981] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:44 2026] POST /v2.0/networks => generated 1206 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/982] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/ports?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 510/983] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/984] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/networks => generated 1843 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:44.660 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e615379-ae98-49e7-94cb-11d3ceae80e9'] response: {'name': 'network-changed', 'server_uuid': '2f406808-b85e-4cb2-a67d-e112ecb6e4e9', 'tag': '636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 512/985] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 513/986] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/987] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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-28 13:52:44.765 7 INFO neutron.db.l3_hamode_db [None req-f4e84946-bd19-4ab4-ac95-161f78cd0df2 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 515/988] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:44 2026] DELETE /v2.0/networks/a468609b-a6de-4ca2-b4ff-fba50b2a2140 => 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: 516/989] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/990] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:44 2026] GET /v2.0/subnets?id=02caba52-7d25-4231-8d56-2a5eb896f01d => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:45.047 8 INFO neutron.services.segments.plugin [-] Segment a7178b3d-4c00-4606-bddd-22f9c0bc803c resource provider aggregate not found 2026-05-28 13:52:45.048 8 INFO neutron.services.segments.plugin [-] Segment a7178b3d-4c00-4606-bddd-22f9c0bc803c resource provider aggregate not found [pid: 8|app: 0|req: 518/991] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:44 2026] DELETE /v2.0/networks/54badf00-e604-45cd-b10b-f79b9687bdab => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:45.072 8 INFO neutron.services.segments.plugin [-] Segment a7178b3d-4c00-4606-bddd-22f9c0bc803c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7178b3d-4c00-4606-bddd-22f9c0bc803c found for delete ", "request_id": "req-f0b56e4a-75e6-4a87-88d2-3085f8f5e78c"}]} 2026-05-28 13:52:45.074 8 INFO neutron.services.segments.plugin [-] Segment a7178b3d-4c00-4606-bddd-22f9c0bc803c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7178b3d-4c00-4606-bddd-22f9c0bc803c found for delete ", "request_id": "req-7f3728e4-eec0-4c49-8c6c-aa48001dc2f7"}]} 2026-05-28 13:52:45.091 8 INFO neutron.services.segments.plugin [-] Segment 0e36e7d2-8da1-40c5-94e4-b167091d0160 resource provider aggregate not found 2026-05-28 13:52:45.110 8 INFO neutron.services.segments.plugin [-] Segment 0e36e7d2-8da1-40c5-94e4-b167091d0160 resource provider aggregate not found 2026-05-28 13:52:45.128 8 INFO neutron.services.segments.plugin [-] Segment 0e36e7d2-8da1-40c5-94e4-b167091d0160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e36e7d2-8da1-40c5-94e4-b167091d0160 found for delete ", "request_id": "req-45bd0153-593e-4ed0-a2bd-0111ffdc5786"}]} 2026-05-28 13:52:45.130 8 INFO neutron.services.segments.plugin [-] Segment 0e36e7d2-8da1-40c5-94e4-b167091d0160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e36e7d2-8da1-40c5-94e4-b167091d0160 found for delete ", "request_id": "req-224eb17f-d432-4b7a-abca-c82f67859adf"}]} [pid: 8|app: 0|req: 519/992] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/993] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/ports?network_id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/994] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/995] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/996] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:45.328 8 INFO neutron.db.segments_db [None req-0451b7e9-8768-4752-973e-13dee7136253 d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Added segment a3a1a96f-12cb-4c30-bae3-c3d94a175950 of type vxlan for network 143bc421-435b-403c-9b25-5fc50ccba2bc [pid: 8|app: 0|req: 524/997] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:45 2026] POST /v2.0/networks => generated 631 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/998] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/999] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:45.519 8 INFO neutron.db.segments_db [None req-fe03ca41-4101-40a1-a944-04d3b7cbacc4 d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Added segment 319a869f-3245-4f81-9566-6c14540d7dc8 of type vxlan for network e94b12c7-ef5f-494e-80ab-7069d251b169 [pid: 8|app: 0|req: 527/1000] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:45 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1001] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 474/1002] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:43 2026] POST /v2.0/routers => generated 727 bytes in 2004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1003] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:45 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1004] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:52:45 2026] POST /v2.0/ports => generated 1506 bytes in 646 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: 530/1005] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:46 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 531/1006] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:52:46 2026] GET /v2.0/ports => generated 1506 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1007] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:46 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:46.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-19ae9875-3e0a-4b2a-8819-4be4aa600dcd d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] TaaS: Handle Delete Port: dded884c-a6a9-4e38-b3bf-ad4b7f28bf7e 2026-05-28 13:52:46.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19ae9875-3e0a-4b2a-8819-4be4aa600dcd d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Tap Mirror: Handle Delete Port: dded884c-a6a9-4e38-b3bf-ad4b7f28bf7e [pid: 8|app: 0|req: 533/1008] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:52:46 2026] DELETE /v2.0/ports/dded884c-a6a9-4e38-b3bf-ad4b7f28bf7e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:46.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a24aa4c-fcfb-4725-88d0-b9190872c231 d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] TaaS: Handle Delete Port: fe1e8414-96aa-4401-beb1-06a8ef1c8e7d 2026-05-28 13:52:46.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a24aa4c-fcfb-4725-88d0-b9190872c231 d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Tap Mirror: Handle Delete Port: fe1e8414-96aa-4401-beb1-06a8ef1c8e7d [pid: 8|app: 0|req: 534/1009] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:52:46 2026] DELETE /v2.0/ports/fe1e8414-96aa-4401-beb1-06a8ef1c8e7d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1010] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:52:46 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:46.816 8 INFO neutron.db.segments_db [None req-79a9e321-5879-4b8d-b143-064e5fa7773b d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Added segment 89993120-3ead-4c52-b059-aee8c26b5a0b of type vxlan for network 0354132b-1b7b-4698-8a61-bc548c61d2b3 [pid: 8|app: 0|req: 536/1011] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:46 2026] POST /v2.0/networks => generated 631 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1012] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:46 2026] GET /v2.0/ports?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1013] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:52:45 2026] PUT /v2.0/routers/f5819e9b-b143-4c8b-bf1f-6807ed8b472f/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:47.040 8 INFO neutron.db.segments_db [None req-84648478-9b43-4cab-85a2-c05428bcbdfa d9a1b2638b3047b1b882d22f0c6f7cc9 e89ffbec3519469a9ee0e772b621e467 - - default default] Added segment c9b219be-c943-448f-97a4-c8bd15d6df78 of type vxlan for network abb26f02-013f-4308-ab42-bd87e46c9ffd [pid: 7|app: 0|req: 477/1014] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/networks?id=de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1015] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:52:46 2026] POST /v2.0/networks => generated 630 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1016] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1017] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1018] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1019] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/subnets?id=47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1020] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/ports?network_id=de0c0ec7-737d-4190-94e0-25ff2ef59edc&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1021] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 483/1022] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc?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: 484/1023] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 969 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1024] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 540/1025] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:52:47 2026] POST /v2.0/subnets => generated 1273 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1026] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:52:47 2026] GET /v2.0/subnets => generated 1909 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1027] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:47 2026] DELETE /v2.0/subnets/2454c59b-fca6-4c80-a8c5-890cc2fbd35b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1028] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:47 2026] DELETE /v2.0/subnets/2d75cb6d-6550-4760-aab8-235acd4fce9f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1029] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:52:48 2026] GET /v2.0/subnets => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:48.275 7 INFO neutron.services.segments.plugin [-] Segment c9b219be-c943-448f-97a4-c8bd15d6df78 resource provider aggregate not found 2026-05-28 13:52:48.280 7 INFO neutron.services.segments.plugin [-] Segment c9b219be-c943-448f-97a4-c8bd15d6df78 resource provider aggregate not found 2026-05-28 13:52:48.297 7 INFO neutron.services.segments.plugin [-] Segment c9b219be-c943-448f-97a4-c8bd15d6df78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9b219be-c943-448f-97a4-c8bd15d6df78 found for delete ", "request_id": "req-a204a933-4f84-42fc-bd45-288b067f754b"}]} 2026-05-28 13:52:48.300 7 INFO neutron.services.segments.plugin [-] Segment c9b219be-c943-448f-97a4-c8bd15d6df78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9b219be-c943-448f-97a4-c8bd15d6df78 found for delete ", "request_id": "req-8fb0a42b-c7d5-49b4-8f5a-8df2956d9190"}]} [pid: 7|app: 0|req: 488/1030] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:48 2026] DELETE /v2.0/networks/abb26f02-013f-4308-ab42-bd87e46c9ffd => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1031] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:48 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 544/1032] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:48 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 489/1033] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:48 2026] DELETE /v2.0/networks/0354132b-1b7b-4698-8a61-bc548c61d2b3 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:48.635 8 INFO neutron.services.segments.plugin [-] Segment 319a869f-3245-4f81-9566-6c14540d7dc8 resource provider aggregate not found 2026-05-28 13:52:48.637 8 INFO neutron.services.segments.plugin [-] Segment 319a869f-3245-4f81-9566-6c14540d7dc8 resource provider aggregate not found 2026-05-28 13:52:48.658 8 INFO neutron.services.segments.plugin [-] Segment 319a869f-3245-4f81-9566-6c14540d7dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 319a869f-3245-4f81-9566-6c14540d7dc8 found for delete ", "request_id": "req-dd5d3a1d-7019-4790-bfa1-a4a39b05b643"}]} 2026-05-28 13:52:48.661 8 INFO neutron.services.segments.plugin [-] Segment 319a869f-3245-4f81-9566-6c14540d7dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 319a869f-3245-4f81-9566-6c14540d7dc8 found for delete ", "request_id": "req-39f4271f-e771-4fbe-9c98-ca510a3cd90e"}]} [pid: 8|app: 0|req: 545/1034] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:48 2026] DELETE /v2.0/networks/e94b12c7-ef5f-494e-80ab-7069d251b169 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1035] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:48 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1036] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:48 2026] DELETE /v2.0/networks/143bc421-435b-403c-9b25-5fc50ccba2bc => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1037] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:48 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1038] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:52:49 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1039] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:49 2026] GET /v2.0/security-groups?tenant_id=e89ffbec3519469a9ee0e772b621e467&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1040] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:49 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:49.701 7 INFO neutron_taas.services.taas.taas_plugin [req-e853cc3a-aad0-4969-b4f5-b7e02b86ea3d req-8867fd6a-6663-4b48-84fe-97073072f764 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] TaaS: Handle Delete Port: 636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a 2026-05-28 13:52:49.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e853cc3a-aad0-4969-b4f5-b7e02b86ea3d req-8867fd6a-6663-4b48-84fe-97073072f764 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] Tap Mirror: Handle Delete Port: 636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a 2026-05-28 13:52:49.910 7 INFO neutron.db.l3_db [req-e853cc3a-aad0-4969-b4f5-b7e02b86ea3d req-8867fd6a-6663-4b48-84fe-97073072f764 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] Floating IP 53fafb3d-6012-4f4e-be6d-f2f0c92f0d4e disassociated. External IP: 10.96.250.212, port: 636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a. [pid: 8|app: 0|req: 550/1041] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:49 2026] DELETE /v2.0/security-groups/d8cc7546-fff8-4170-a8ce-1516f38ef097 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1042] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/security-groups?id=13a93441-cc03-4b41-9d80-4559830867a4&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: 552/1043] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 553/1044] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:50.331 7 INFO neutron.services.segments.plugin [-] Segment 89993120-3ead-4c52-b059-aee8c26b5a0b resource provider aggregate not found 2026-05-28 13:52:50.337 7 INFO neutron.services.segments.plugin [-] Segment 89993120-3ead-4c52-b059-aee8c26b5a0b resource provider aggregate not found 2026-05-28 13:52:50.354 7 INFO neutron.services.segments.plugin [-] Segment 89993120-3ead-4c52-b059-aee8c26b5a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89993120-3ead-4c52-b059-aee8c26b5a0b found for delete ", "request_id": "req-69ebd553-624c-4f39-b3b6-0fdd94d73273"}]} 2026-05-28 13:52:50.378 7 INFO neutron.services.segments.plugin [-] Segment 89993120-3ead-4c52-b059-aee8c26b5a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89993120-3ead-4c52-b059-aee8c26b5a0b found for delete ", "request_id": "req-38e92ab8-372c-4b5d-9cdb-d365f55fc5f2"}]} 2026-05-28 13:52:50.405 7 INFO neutron.services.segments.plugin [-] Segment a3a1a96f-12cb-4c30-bae3-c3d94a175950 resource provider aggregate not found 2026-05-28 13:52:50.417 7 INFO neutron.services.segments.plugin [-] Segment a3a1a96f-12cb-4c30-bae3-c3d94a175950 resource provider aggregate not found 2026-05-28 13:52:50.426 7 INFO neutron.services.segments.plugin [-] Segment a3a1a96f-12cb-4c30-bae3-c3d94a175950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a1a96f-12cb-4c30-bae3-c3d94a175950 found for delete ", "request_id": "req-f22d8cf1-658c-4d02-9f02-fa8e86015c9f"}]} 2026-05-28 13:52:50.435 7 INFO neutron.services.segments.plugin [-] Segment a3a1a96f-12cb-4c30-bae3-c3d94a175950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a1a96f-12cb-4c30-bae3-c3d94a175950 found for delete ", "request_id": "req-42b27b96-4806-4e23-8fb6-f1753f348b21"}]} [pid: 7|app: 0|req: 492/1045] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:52:49 2026] DELETE /v2.0/ports/636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a => generated 0 bytes in 874 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:52:50.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa0a0da4-5ce0-4e8a-8c2a-31276975aa75'] response: {'server_uuid': '2f406808-b85e-4cb2-a67d-e112ecb6e4e9', 'name': 'network-vif-deleted', 'tag': '636dd59f-3c6b-4fcf-9682-a1d9b6e9b65a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 554/1046] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/networks?id=d97e9f8b-9a03-4715-b4ce-0eadb9c03397 => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1047] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/quotas/252e304300694d2a8384a7c555733c94 => 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: 555/1048] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/ports?tenant_id=252e304300694d2a8384a7c555733c94&fields=id => generated 103 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1049] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/networks/d97e9f8b-9a03-4715-b4ce-0eadb9c03397?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1050] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:52:50 2026] GET /v2.0/networks/d97e9f8b-9a03-4715-b4ce-0eadb9c03397?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1051] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:51 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1052] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:51 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1053] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:51 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 558/1054] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:51 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1055] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:51 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:52.139 8 INFO neutron.db.l3_db [None req-cf332dd7-9bc8-4c37-8c24-16415754f2fd 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] Floating IP eb34d966-b25c-48ea-9d21-d73b9a41e8b0 associated. External IP: 10.96.250.211, port: cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba. [pid: 7|app: 0|req: 498/1056] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:52 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1057] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:52:51 2026] PUT /v2.0/floatingips/eb34d966-b25c-48ea-9d21-d73b9a41e8b0 => generated 855 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1058] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:52 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:52.652 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06b1b1f9-ffd0-47ed-8263-216156929132'] response: {'name': 'network-changed', 'server_uuid': 'd4e2226c-49ed-437b-ad86-6d879c9d9ff3', 'tag': 'cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 499/1059] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:52:52 2026] POST /v2.0/security-groups => generated 1625 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1060] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:52 2026] GET /v2.0/security-groups => generated 4530 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1061] 10.0.0.210 () {34 vars in 758 bytes} [Thu May 28 13:52:52 2026] PUT /v2.0/security-groups/b8ca21c3-6220-4dde-afc2-5e7c36510fac => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1062] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/security-groups/b8ca21c3-6220-4dde-afc2-5e7c36510fac => generated 1663 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1063] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:53 2026] DELETE /v2.0/security-groups/b8ca21c3-6220-4dde-afc2-5e7c36510fac => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1064] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/ports?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 563/1065] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:53.220 8 INFO neutron.api.v2.resource [None req-d275dcdb-eeb0-469b-b09d-a4fe11959cf0 08a8283bfdb040dfa9d4104209a44afb 3387abd5ba9d488a85c7f7533da05d0b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1066] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:53 2026] DELETE /v2.0/security-groups/b8ca21c3-6220-4dde-afc2-5e7c36510fac => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1067] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/networks?id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756 => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1068] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1069] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/subnets?id=02caba52-7d25-4231-8d56-2a5eb896f01d => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1070] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/ports?network_id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756&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: 565/1071] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:52:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1072] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?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: 508/1073] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 509/1074] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?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: 566/1077] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1078] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/security-group-rules/f2ca071b-3d95-4d99-8fd5-5ae191cc9360 => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1079] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1080] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:53 2026] GET /v2.0/ports?device_id=2f406808-b85e-4cb2-a67d-e112ecb6e4e9 => 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: 513/1081] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:52:53 2026] DELETE /v2.0/security-group-rules/f2ca071b-3d95-4d99-8fd5-5ae191cc9360 => 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: 569/1082] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:53 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: 7|app: 0|req: 514/1083] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1084] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-group-rules/7a2c44d2-89bb-4655-883a-9ca8ef23227c => 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: 515/1085] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1086] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:52:54 2026] DELETE /v2.0/security-group-rules/7a2c44d2-89bb-4655-883a-9ca8ef23227c => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1087] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:52:54.536 8 INFO neutron.db.securitygroups_db [None req-48e9ef04-452f-4399-913a-fb4369d1a114 08a8283bfdb040dfa9d4104209a44afb 3387abd5ba9d488a85c7f7533da05d0b - - default default] Project 3387abd5ba9d488a85c7f7533da05d0b 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: 517/1088] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 572/1089] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1090] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-group-rules/1b97d3b9-5625-4c0a-b74d-d1702c5b24ee => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1091] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1092] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:52:54 2026] DELETE /v2.0/security-group-rules/1b97d3b9-5625-4c0a-b74d-d1702c5b24ee => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1093] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1094] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:54 2026] DELETE /v2.0/security-groups/13a93441-cc03-4b41-9d80-4559830867a4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:54.967 7 INFO neutron.api.v2.resource [None req-aa703a8d-46b0-4498-b204-d6e4b8ce35c5 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1095] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-groups/13a93441-cc03-4b41-9d80-4559830867a4 => 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: 575/1096] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:54 2026] DELETE /v2.0/security-groups/98a013f0-1296-48d3-9e6c-67c668e2da28 => 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: 576/1097] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1098] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:55 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) 2026-05-28 13:52:55.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ae8ec6e-22e4-4376-8edb-5e4a071574ac 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] TaaS: Handle Delete Port: b7a09e72-9b82-4d7d-b54e-918d914d50da 2026-05-28 13:52:55.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ae8ec6e-22e4-4376-8edb-5e4a071574ac 1230d69b0bed45d788bbd6f8cfa6a6c7 2df53cf1f29f45bfb02fd80007d8aef2 - - default default] Tap Mirror: Handle Delete Port: b7a09e72-9b82-4d7d-b54e-918d914d50da [pid: 7|app: 0|req: 522/1099] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:52:54 2026] DELETE /v2.0/floatingips/53fafb3d-6012-4f4e-be6d-f2f0c92f0d4e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1100] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:55 2026] GET /v2.0/security-groups?tenant_id=3387abd5ba9d488a85c7f7533da05d0b&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1101] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:55 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:52:55.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc5aebb8-0f23-49fd-ad61-86fce101780a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 4f632f3e-1860-438b-b0a5-bb87bb78d4af [pid: 7|app: 0|req: 525/1102] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:55 2026] DELETE /v2.0/security-groups/4e962488-b8fb-4285-8cee-5fa3546a0ff2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:52:55.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc5aebb8-0f23-49fd-ad61-86fce101780a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 4f632f3e-1860-438b-b0a5-bb87bb78d4af [pid: 7|app: 0|req: 526/1103] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:52:55 2026] GET /v2.0/networks?id=d97e9f8b-9a03-4715-b4ce-0eadb9c03397 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1104] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:52:55 2026] POST /v2.0/ports => generated 954 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 578/1105] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:52:55 2026] PUT /v2.0/routers/8112a795-ee5d-4af3-a500-6e450e285a51/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:56.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e373c63-e422-4ad1-8db1-88d31d37f230 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 12ab3887-7f8b-4939-9a54-3f15ebbfd9c8 2026-05-28 13:52:56.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e373c63-e422-4ad1-8db1-88d31d37f230 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 12ab3887-7f8b-4939-9a54-3f15ebbfd9c8 [pid: 7|app: 0|req: 528/1106] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:52:56 2026] PUT /v2.0/ports/53e06e41-a5ee-4469-8234-e842b0a40dcc => generated 1235 bytes in 468 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: 529/1107] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:56 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:56.856 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7aee305e-d34e-4413-b223-c50735bfc59f'] response: {'name': 'network-changed', 'server_uuid': 'd6336497-ac24-4a21-a54c-6a3e2590b601', 'tag': '53e06e41-a5ee-4469-8234-e842b0a40dcc', 'status': 'completed', 'code': 200} 2026-05-28 13:52:56.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e373c63-e422-4ad1-8db1-88d31d37f230 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 63fc2980-2d2c-4828-bd19-42b8752f0d08 2026-05-28 13:52:56.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e373c63-e422-4ad1-8db1-88d31d37f230 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 63fc2980-2d2c-4828-bd19-42b8752f0d08 [pid: 7|app: 0|req: 530/1108] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:56 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&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-28 13:52:57.246 8 INFO neutron.services.segments.plugin [-] Segment ba7c32b4-dab5-4215-8a99-54723d8fe3b1 resource provider aggregate not found 2026-05-28 13:52:57.247 8 INFO neutron.services.segments.plugin [-] Segment ba7c32b4-dab5-4215-8a99-54723d8fe3b1 resource provider aggregate not found 2026-05-28 13:52:57.267 8 INFO neutron.services.segments.plugin [-] Segment ba7c32b4-dab5-4215-8a99-54723d8fe3b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba7c32b4-dab5-4215-8a99-54723d8fe3b1 found for delete ", "request_id": "req-6d155e2f-f9cc-4580-b322-d819ef909b89"}]} 2026-05-28 13:52:57.269 8 INFO neutron.services.segments.plugin [-] Segment ba7c32b4-dab5-4215-8a99-54723d8fe3b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba7c32b4-dab5-4215-8a99-54723d8fe3b1 found for delete ", "request_id": "req-a668af51-a229-4be0-8709-fc3812cfafbe"}]} 2026-05-28 13:52:57.273 8 INFO neutron.db.l3_hamode_db [None req-3e373c63-e422-4ad1-8db1-88d31d37f230 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 573729bf-a895-4217-803c-58b3ecfe19d3 was deleted as no HA routers are present in tenant 2df53cf1f29f45bfb02fd80007d8aef2. [pid: 8|app: 0|req: 579/1109] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:56 2026] DELETE /v2.0/routers/8112a795-ee5d-4af3-a500-6e450e285a51 => 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: 580/1110] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:57 2026] GET /v2.0/ports?tenant_id=252e304300694d2a8384a7c555733c94&device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 581/1111] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:52:57 2026] GET /v2.0/networks?tenant_id=252e304300694d2a8384a7c555733c94&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1112] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:52:57 2026] DELETE /v2.0/subnets/47eb56e4-f620-4fdb-a862-7a42bb71bb03 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1113] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:52:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:52:57.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-993a2544-795a-4921-85b3-f3764f6c86ae e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 10d7b7df-d7d0-425f-9528-961346816491 2026-05-28 13:52:57.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-993a2544-795a-4921-85b3-f3764f6c86ae e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 10d7b7df-d7d0-425f-9528-961346816491 2026-05-28 13:52:57.771 7 INFO neutron.services.segments.plugin [-] Segment 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e resource provider aggregate not found 2026-05-28 13:52:57.786 7 INFO neutron.services.segments.plugin [-] Segment 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e resource provider aggregate not found 2026-05-28 13:52:57.801 7 INFO neutron.services.segments.plugin [-] Segment 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e found for delete ", "request_id": "req-5d8fa6ae-48c9-46d7-a346-4a473a253b5f"}]} 2026-05-28 13:52:57.806 7 INFO neutron.services.segments.plugin [-] Segment 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a771c8f-6e5e-46e6-8de2-beb0cf5bd27e found for delete ", "request_id": "req-a4aaea7e-b114-4813-be14-93608352c010"}]} [pid: 7|app: 0|req: 532/1114] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:52:57 2026] DELETE /v2.0/networks/de0c0ec7-737d-4190-94e0-25ff2ef59edc => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1115] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:57 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1116] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:52:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1117] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/security-groups?tenant_id=2df53cf1f29f45bfb02fd80007d8aef2&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1118] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/security-groups => generated 4529 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1119] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&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: 536/1120] 10.0.0.210 () {34 vars in 758 bytes} [Thu May 28 13:52:58 2026] PUT /v2.0/security-groups/01d4a498-4293-41f3-8669-ee20fc328e7c => generated 1664 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1121] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:58 2026] DELETE /v2.0/security-groups/3919d300-afbb-4bd6-b21b-ebaeccdbf6c1 => 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: 537/1122] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/security-groups/01d4a498-4293-41f3-8669-ee20fc328e7c => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1123] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:58 2026] DELETE /v2.0/security-groups/01d4a498-4293-41f3-8669-ee20fc328e7c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1124] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:58 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-28 13:52:58.322 8 INFO neutron.api.v2.resource [None req-082390c4-b38a-4252-88b1-918ff258cc80 26cf0897719c4e67add9094c4069441f 558960d1a1604b9e944d31f1ae88068f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 587/1125] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:58 2026] DELETE /v2.0/security-groups/01d4a498-4293-41f3-8669-ee20fc328e7c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1126] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:52:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1127] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/ports?tenant_id=252e304300694d2a8384a7c555733c94&device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1128] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=53e06e41-a5ee-4469-8234-e842b0a40dcc => 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: 542/1129] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/subnets?id=263d5465-792a-4e93-a996-e359ae82bf01 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1130] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1131] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/security-group-rules/5fed2772-b4d9-4994-ac49-79ddc572c254 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1132] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/ports?network_id=d97e9f8b-9a03-4715-b4ce-0eadb9c03397&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: 544/1133] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/networks/d97e9f8b-9a03-4715-b4ce-0eadb9c03397?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1134] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1135] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:52:58 2026] GET /v2.0/networks/d97e9f8b-9a03-4715-b4ce-0eadb9c03397?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: 591/1136] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:52:58 2026] DELETE /v2.0/security-group-rules/5fed2772-b4d9-4994-ac49-79ddc572c254 => 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: 546/1137] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:58 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) [pid: 8|app: 0|req: 592/1138] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:58 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: 547/1139] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-group-rules/f42b27d0-90f4-43f5-941d-e07092c14b12 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1140] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1141] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 594/1142] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:52:59 2026] DELETE /v2.0/security-group-rules/f42b27d0-90f4-43f5-941d-e07092c14b12 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1143] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1144] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1145] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:52:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1146] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-group-rules/5415525d-4768-4e47-8d62-b79d556ff7f1 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1147] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1148] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:52:59 2026] DELETE /v2.0/security-group-rules/5415525d-4768-4e47-8d62-b79d556ff7f1 => 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: 552/1149] 10.0.0.210 () {32 vars in 673 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1150] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:52:59 2026] DELETE /v2.0/security-groups/c89257d8-5ed0-4f73-9273-f166709d8432 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1151] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1152] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 13:52:59 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) 2026-05-28 13:53:00.363 7 INFO neutron.db.segments_db [None req-7b37f7b1-57cd-44e5-9cb7-d004bb7817b1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 200fed24-0561-4157-ab3c-7725216af016 of type vxlan for network 8cb0d4a4-d176-4ce0-af7a-495fab387e46 [pid: 8|app: 0|req: 600/1153] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:00 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1154] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:52:59 2026] POST /v2.0/networks => generated 729 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1155] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:00 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1156] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:00 2026] GET /v2.0/security-groups?tenant_id=558960d1a1604b9e944d31f1ae88068f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1157] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:00 2026] DELETE /v2.0/security-groups/5104a1f3-87d8-4605-853f-19e310a1b55d => 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: 556/1158] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:53:00 2026] POST /v2.0/subnets => generated 695 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:53:00.731 8 INFO neutron.db.segments_db [None req-a627d123-a777-44bd-8a86-3607651af859 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 95df33b8-f9f6-4379-a31c-a278e8a437d6 of type vxlan for network c987f316-9d24-4ffc-ac4b-fd6b814a9a7c 2026-05-28 13:53:00.955 8 INFO neutron.db.l3_hamode_db [None req-a627d123-a777-44bd-8a86-3607651af859 e66f8121ab714be6b80e8a7ad199dbd0 cba86936fe7c47768c627caf933bcc81 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 557/1159] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:01 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 558/1160] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:01 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&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-28 13:53:01.721 8 INFO neutron.db.l3_hamode_db [None req-a627d123-a777-44bd-8a86-3607651af859 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 603/1161] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:53:00 2026] POST /v2.0/routers => generated 735 bytes in 2092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1162] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:02 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 560/1163] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:02 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1164] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:03 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 562/1165] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:03 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&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: 604/1166] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:53:02 2026] PUT /v2.0/routers/c33b1038-7171-4d25-81ce-4ac2fa513494/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1167] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:53:04 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 1240 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1168] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:53:04 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1169] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:53:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1170] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:53:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1171] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:53:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1172] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:05 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1173] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:05 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1174] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:05 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1175] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:06 2026] GET /v2.0/security-groups?tenant_id=a4be235bb012407d9a835f76614374b1&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1176] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:06 2026] DELETE /v2.0/security-groups/333d0944-0c3e-455c-b3bb-49b85e0deb89 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1177] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:06 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1178] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:06 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1179] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:06 2026] GET /v2.0/security-groups?tenant_id=6cc09981a1bc4118a14f85564dcc56b6&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1180] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:06 2026] DELETE /v2.0/security-groups/fca5bff3-3184-4c01-b47d-a7ee041958ae => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1181] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:53:07 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 610/1182] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:07 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1183] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:07 2026] GET /v2.0/security-groups?id=e894a18e-528d-4ed1-a0cf-9603b3ca4eed&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:53:08.038 7 INFO neutron_taas.services.taas.taas_plugin [req-bffa8631-a783-4591-b251-5ab853d04b58 req-90dbf2ac-4113-4993-b75a-481f4dd7fd72 ceeade31c51d4d269685d55319b844ad 252e304300694d2a8384a7c555733c94 - - default default] TaaS: Handle Delete Port: 53e06e41-a5ee-4469-8234-e842b0a40dcc 2026-05-28 13:53:08.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bffa8631-a783-4591-b251-5ab853d04b58 req-90dbf2ac-4113-4993-b75a-481f4dd7fd72 ceeade31c51d4d269685d55319b844ad 252e304300694d2a8384a7c555733c94 - - default default] Tap Mirror: Handle Delete Port: 53e06e41-a5ee-4469-8234-e842b0a40dcc [pid: 7|app: 0|req: 573/1184] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:53:07 2026] DELETE /v2.0/ports/53e06e41-a5ee-4469-8234-e842b0a40dcc => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:08.266 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ce75f64-def5-4dcd-b689-58b9a69ee50b'] response: {'server_uuid': 'd6336497-ac24-4a21-a54c-6a3e2590b601', 'name': 'network-vif-deleted', 'tag': '53e06e41-a5ee-4469-8234-e842b0a40dcc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 575/1187] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 613/1188] 10.0.0.201 () {34 vars in 1100 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2038507195&fields=id&tenant_id=cba86936fe7c47768c627caf933bcc81 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1189] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/networks?id=8cb0d4a4-d176-4ce0-af7a-495fab387e46 => generated 680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1190] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/quotas/cba86936fe7c47768c627caf933bcc81 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1191] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/ports?tenant_id=cba86936fe7c47768c627caf933bcc81&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1192] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46?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: 578/1193] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:53:09 2026] GET /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1194] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:10 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 579/1195] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:10 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 617/1196] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:10 2026] GET /v2.0/security-groups?tenant_id=834b5ff77b634ab2b4858627fcda1516&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1197] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:11 2026] DELETE /v2.0/security-groups/4ed5c9fa-5ce4-4aef-95dc-a95e2f44e63c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1198] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:11 2026] GET /v2.0/ports?device_id=d6336497-ac24-4a21-a54c-6a3e2590b601 => 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: 581/1199] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:11 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 619/1200] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:12 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 582/1201] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:13 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:53:14.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-9468d6c9-1755-4d51-90b9-cdb272e33004 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 509d9ccb-efed-4ef6-abed-29853ee2a60d 2026-05-28 13:53:14.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9468d6c9-1755-4d51-90b9-cdb272e33004 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 509d9ccb-efed-4ef6-abed-29853ee2a60d [pid: 8|app: 0|req: 620/1202] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:53:13 2026] PUT /v2.0/routers/f5819e9b-b143-4c8b-bf1f-6807ed8b472f/remove_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1203] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:53:14 2026] GET /v2.0/networks?id=8cb0d4a4-d176-4ce0-af7a-495fab387e46 => generated 680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1204] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:14 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 583/1205] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:14 2026] GET /v2.0/security-groups?tenant_id=3305ffa1341b475e8409ef2d043542e8&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: 584/1206] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:53:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cba86936fe7c47768c627caf933bcc81 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1207] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:14 2026] DELETE /v2.0/security-groups/d6a8c2c7-6d2e-4380-85fd-6285b210fe30 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:14.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-67aaa85c-e5d5-4be7-b4a6-9af5430711b7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 7bf8c954-e64d-4f83-b639-4a6f9899b078 2026-05-28 13:53:14.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67aaa85c-e5d5-4be7-b4a6-9af5430711b7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 7bf8c954-e64d-4f83-b639-4a6f9899b078 2026-05-28 13:53:15.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-67aaa85c-e5d5-4be7-b4a6-9af5430711b7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: a917e6d4-7958-4cd0-9e3a-11a43c985329 2026-05-28 13:53:15.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67aaa85c-e5d5-4be7-b4a6-9af5430711b7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: a917e6d4-7958-4cd0-9e3a-11a43c985329 2026-05-28 13:53:15.614 8 INFO neutron.services.segments.plugin [-] Segment 330ff7e4-19b9-405a-84e3-8be24fe4b60a resource provider aggregate not found 2026-05-28 13:53:15.617 8 INFO neutron.services.segments.plugin [-] Segment 330ff7e4-19b9-405a-84e3-8be24fe4b60a resource provider aggregate not found 2026-05-28 13:53:15.638 8 INFO neutron.services.segments.plugin [-] Segment 330ff7e4-19b9-405a-84e3-8be24fe4b60a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330ff7e4-19b9-405a-84e3-8be24fe4b60a found for delete ", "request_id": "req-b1e2441e-7d6e-4b7d-b1b9-6f07477994ab"}]} 2026-05-28 13:53:15.641 8 INFO neutron.services.segments.plugin [-] Segment 330ff7e4-19b9-405a-84e3-8be24fe4b60a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330ff7e4-19b9-405a-84e3-8be24fe4b60a found for delete ", "request_id": "req-7fce4e61-ecf8-4c30-a1a5-de5bb1ed3f75"}]} [pid: 7|app: 0|req: 586/1208] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:53:14 2026] POST /v2.0/ports => generated 954 bytes in 722 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-28 13:53:15.650 8 INFO neutron.db.l3_hamode_db [None req-67aaa85c-e5d5-4be7-b4a6-9af5430711b7 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network a19b52dc-d3da-475d-8273-6020fa223f03 was deleted as no HA routers are present in tenant 252e304300694d2a8384a7c555733c94. [pid: 8|app: 0|req: 623/1209] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:53:14 2026] DELETE /v2.0/routers/f5819e9b-b143-4c8b-bf1f-6807ed8b472f => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1210] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:15 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1211] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:53:15 2026] DELETE /v2.0/subnets/263d5465-792a-4e93-a996-e359ae82bf01 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1212] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:15 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1213] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:15 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 957 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:15.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ada0ff9-d623-4465-8c1d-cb348543a0a4 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: a1360a7f-ac67-47d3-a307-05fb9daa5b5a 2026-05-28 13:53:15.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ada0ff9-d623-4465-8c1d-cb348543a0a4 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: a1360a7f-ac67-47d3-a307-05fb9daa5b5a [pid: 8|app: 0|req: 624/1214] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:53:15 2026] PUT /v2.0/ports/8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1 => generated 1235 bytes in 431 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: 625/1215] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:16.152 7 INFO neutron.services.segments.plugin [-] Segment 50e54579-dc03-49fe-b7d9-213cc92f59b2 resource provider aggregate not found 2026-05-28 13:53:16.159 7 INFO neutron.services.segments.plugin [-] Segment 50e54579-dc03-49fe-b7d9-213cc92f59b2 resource provider aggregate not found 2026-05-28 13:53:16.161 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b544390-a941-421d-829e-c200a49c466e'] response: {'name': 'network-changed', 'server_uuid': '4a6c3e36-4712-4c11-80c8-d286cb61ca08', 'tag': '8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1', 'status': 'completed', 'code': 200} 2026-05-28 13:53:16.179 7 INFO neutron.services.segments.plugin [-] Segment 50e54579-dc03-49fe-b7d9-213cc92f59b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e54579-dc03-49fe-b7d9-213cc92f59b2 found for delete ", "request_id": "req-a22b0aab-7d96-4293-b487-bd84c80523dc"}]} [pid: 7|app: 0|req: 591/1216] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:15 2026] DELETE /v2.0/networks/d97e9f8b-9a03-4715-b4ce-0eadb9c03397 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:16.184 7 INFO neutron.services.segments.plugin [-] Segment 50e54579-dc03-49fe-b7d9-213cc92f59b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50e54579-dc03-49fe-b7d9-213cc92f59b2 found for delete ", "request_id": "req-eaa52892-32ad-4b6b-97e6-db25330a8377"}]} [pid: 8|app: 0|req: 626/1217] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1218] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 627/1219] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/security-groups?tenant_id=252e304300694d2a8384a7c555733c94&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: 593/1220] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:16 2026] DELETE /v2.0/security-groups/e894a18e-528d-4ed1-a0cf-9603b3ca4eed => 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: 628/1221] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 594/1222] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 629/1223] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/ports?tenant_id=cba86936fe7c47768c627caf933bcc81&device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 595/1224] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/networks?tenant_id=cba86936fe7c47768c627caf933bcc81&shared=False => generated 776 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1225] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:53:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1226] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1227] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1228] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 632/1229] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1230] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/ports?tenant_id=cba86936fe7c47768c627caf933bcc81&device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1231] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1 => 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: 599/1232] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:53:17 2026] GET /v2.0/subnets?id=4fc4c992-06c7-4caf-b57d-a06bc7dff1d5 => generated 698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1233] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/ports?network_id=8cb0d4a4-d176-4ce0-af7a-495fab387e46&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1234] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1235] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/ports?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1236] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46?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: 636/1237] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/networks?id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756 => generated 772 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1238] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1239] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/subnets?id=02caba52-7d25-4231-8d56-2a5eb896f01d => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1240] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/ports?network_id=3e9b4ca0-d477-45eb-a4b6-5c2743cc0756&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1241] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?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: 640/1242] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1243] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1244] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/security-groups?tenant_id=521c69756d134ac1832864445c7b11ff&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1245] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 604/1246] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:18 2026] DELETE /v2.0/security-groups/2421d415-9a40-451b-b5a5-cd42fb04c9a1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1247] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1248] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:18 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1249] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:19 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 606/1250] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:19 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 645/1251] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:20 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 607/1252] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:20 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1253] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:20 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 608/1254] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:20 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 647/1255] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:21 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1256] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:21 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 648/1257] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:21 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 610/1258] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:22 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1259] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:22 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1260] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:22 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1261] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:23 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1262] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:23 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 650/1265] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:22 2026] POST /v2.0/floatingips => generated 552 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1266] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:23 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1267] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:23 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 651/1268] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:23 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1269] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:24 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 653/1270] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:24 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 654/1271] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:24 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1272] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:24 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 618/1273] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:24 2026] POST /v2.0/floatingips => generated 552 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1274] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:24 2026] POST /v2.0/floatingips => generated 552 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1275] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:25 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 620/1276] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:25 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 621/1277] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:25 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 622/1278] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 657/1279] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:25 2026] POST /v2.0/floatingips => generated 552 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1280] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:26 2026] PUT /v2.0/floatingips/a1e57704-18e2-4201-96f9-c21edbda0e47/tags => generated 17 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1281] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:26 2026] PUT /v2.0/floatingips/19d0f8c5-e6a2-408f-ba92-efcb370ad07b/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1282] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:26 2026] PUT /v2.0/floatingips/95c011ec-4e9d-4e5e-b08d-8ee45b671d80/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1283] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:26 2026] PUT /v2.0/floatingips/9b993a6d-9d1f-4d99-99e9-19839d8e6922/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: 625/1284] 10.0.0.210 () {32 vars in 672 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1285] 10.0.0.210 () {32 vars in 686 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1286] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 626/1287] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1288] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 627/1289] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1290] 10.0.0.210 () {32 vars in 680 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1291] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1292] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:53:26 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: 665/1293] 10.0.0.210 () {32 vars in 690 bytes} [Thu May 28 13:53:26 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1294] 10.0.0.210 () {32 vars in 702 bytes} [Thu May 28 13:53:27 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:27.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-68c94986-4c36-4bad-9b38-c01e15528fa0 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] TaaS: Handle Delete Port: b7e62e64-07b4-42ed-b4f5-2f9f42c30643 2026-05-28 13:53:27.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68c94986-4c36-4bad-9b38-c01e15528fa0 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] Tap Mirror: Handle Delete Port: b7e62e64-07b4-42ed-b4f5-2f9f42c30643 2026-05-28 13:53:27.317 7 INFO neutron.db.l3_db [None req-b5800e84-d9a0-4b4c-8800-d892d24ae4f9 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] Floating IP 0d8173a6-c4aa-4417-8d04-446aed1d17eb associated. External IP: 10.96.250.215, port: 8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1. [pid: 8|app: 0|req: 667/1295] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:27 2026] DELETE /v2.0/floatingips/a1e57704-18e2-4201-96f9-c21edbda0e47 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1296] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:27 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:27.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-2da89d3d-4fd5-4503-94de-9ed4e9758ec2 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] TaaS: Handle Delete Port: 39e20b30-b348-43b6-967f-e2a6bb4eec57 2026-05-28 13:53:27.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2da89d3d-4fd5-4503-94de-9ed4e9758ec2 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] Tap Mirror: Handle Delete Port: 39e20b30-b348-43b6-967f-e2a6bb4eec57 [pid: 8|app: 0|req: 669/1297] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:27 2026] DELETE /v2.0/floatingips/19d0f8c5-e6a2-408f-ba92-efcb370ad07b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1298] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:53:26 2026] PUT /v2.0/floatingips/0d8173a6-c4aa-4417-8d04-446aed1d17eb => generated 855 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1299] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:27 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:27.822 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70c4118c-90df-441e-95cb-5a0d5af2e350'] response: {'name': 'network-changed', 'server_uuid': '4a6c3e36-4712-4c11-80c8-d286cb61ca08', 'tag': '8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 671/1300] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:27 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:27.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cda0659-0203-4775-8e52-af015ac6cfd7 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] TaaS: Handle Delete Port: a2303e29-7926-4408-9cdd-0bc8a992c908 2026-05-28 13:53:27.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cda0659-0203-4775-8e52-af015ac6cfd7 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] Tap Mirror: Handle Delete Port: a2303e29-7926-4408-9cdd-0bc8a992c908 [pid: 8|app: 0|req: 672/1301] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:27 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 630/1302] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:27 2026] DELETE /v2.0/floatingips/95c011ec-4e9d-4e5e-b08d-8ee45b671d80 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:28.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fb3f44a-673f-4619-a00d-f46339bf4da8 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] TaaS: Handle Delete Port: 79d57e4a-5423-43ce-8ffe-8fdaa1b94255 2026-05-28 13:53:28.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fb3f44a-673f-4619-a00d-f46339bf4da8 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] Tap Mirror: Handle Delete Port: 79d57e4a-5423-43ce-8ffe-8fdaa1b94255 [pid: 7|app: 0|req: 631/1303] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1304] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 633/1305] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/ports?tenant_id=cba86936fe7c47768c627caf933bcc81&device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1306] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:28 2026] DELETE /v2.0/floatingips/9b993a6d-9d1f-4d99-99e9-19839d8e6922 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1307] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/networks?id=8cb0d4a4-d176-4ce0-af7a-495fab387e46 => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1308] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:28.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-04f975ae-f5be-4085-9e8e-6f466b309d48 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] TaaS: Handle Delete Port: 02dd83ad-2361-4141-89e2-e8b2d8b0e914 [pid: 8|app: 0|req: 676/1309] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/subnets?id=4fc4c992-06c7-4caf-b57d-a06bc7dff1d5 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:28.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f975ae-f5be-4085-9e8e-6f466b309d48 3e8b589d3de140fc8490f9c40c9f5fe8 ec77ed08e31d482885e756d3cee11cb7 - - default default] Tap Mirror: Handle Delete Port: 02dd83ad-2361-4141-89e2-e8b2d8b0e914 [pid: 8|app: 0|req: 677/1310] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/ports?network_id=8cb0d4a4-d176-4ce0-af7a-495fab387e46&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1311] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46?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: 634/1312] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:28 2026] DELETE /v2.0/floatingips/7e1ab708-9434-4016-9612-b3f53c9497c2 => 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: 679/1313] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:53:28 2026] GET /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46?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: 635/1314] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:29 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 680/1315] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:29 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&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: 636/1316] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:29 2026] GET /v2.0/security-groups?tenant_id=ec77ed08e31d482885e756d3cee11cb7&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1317] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:29 2026] DELETE /v2.0/security-groups/a4b452ef-1b89-4d60-8bd3-afa37f294daa => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1318] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:30 2026] GET /v2.0/security-groups?tenant_id=7aa8ed428be648408e3fd1f3655ce181&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1319] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:30 2026] DELETE /v2.0/security-groups/71d6fb4b-394a-41b5-8b23-8efec8f9bbbc => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1320] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:30 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1321] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:53:30 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 638/1322] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:30 2026] GET /v2.0/security-groups?tenant_id=846d09bf55594e74bea27111d7322286&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1323] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:30 2026] GET /v2.0/security-groups?id=efd2db68-5ad5-4f72-bc10-8d3312bccbfe&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:30.818 7 INFO neutron_taas.services.taas.taas_plugin [req-6bf9ef33-f013-4255-92a5-63c292f6551c req-83916fa5-44b3-48bc-878e-fad2bb28c63a 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] TaaS: Handle Delete Port: 8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1 2026-05-28 13:53:30.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6bf9ef33-f013-4255-92a5-63c292f6551c req-83916fa5-44b3-48bc-878e-fad2bb28c63a 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] Tap Mirror: Handle Delete Port: 8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1 [pid: 8|app: 0|req: 686/1324] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:30 2026] GET /v2.0/security-groups?tenant_id=6dec1670728048208badadb7261b6337&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:30.942 7 INFO neutron.db.l3_db [req-6bf9ef33-f013-4255-92a5-63c292f6551c req-83916fa5-44b3-48bc-878e-fad2bb28c63a 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] Floating IP 0d8173a6-c4aa-4417-8d04-446aed1d17eb disassociated. External IP: 10.96.250.215, port: 8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1. [pid: 8|app: 0|req: 687/1325] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:30 2026] DELETE /v2.0/security-groups/99d9c20c-f1a7-4213-911b-b7b7544ceb02 => 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: 688/1326] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:30 2026] DELETE /v2.0/security-groups/fd2a0a45-1ff8-4b33-85dd-c118e91df508 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1327] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:53:30 2026] DELETE /v2.0/ports/8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1 => generated 0 bytes in 540 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:31.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48a3258e-d926-4554-a87d-a9f2fd5f965a'] response: {'server_uuid': '4a6c3e36-4712-4c11-80c8-d286cb61ca08', 'name': 'network-vif-deleted', 'tag': '8a46a4cc-fd6b-49f8-b7b9-f13b17ba79a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 689/1328] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:31 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 640/1329] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:32 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 690/1330] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:34 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 641/1331] 10.0.0.228 () {32 vars in 802 bytes} [Thu May 28 13:53:34 2026] GET /v2.0/extensions => generated 21537 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1332] 10.0.0.228 () {30 vars in 724 bytes} [Thu May 28 13:53:34 2026] GET /v2.0/quotas/d99c17c8e2e846baa9a5d97fce85b736/details => generated 847 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1333] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:35 2026] GET /v2.0/ports?device_id=4a6c3e36-4712-4c11-80c8-d286cb61ca08 => 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: 692/1334] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1335] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1336] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1337] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1338] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1339] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:35 2026] PUT /v2.0/subnetpools/ed9c2259-0a63-4d0c-a5c5-b54ed685ba38/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1340] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:35 2026] PUT /v2.0/subnetpools/744cf92d-6b6a-4e18-be5e-a707c28b2f75/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1341] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:35 2026] PUT /v2.0/subnetpools/13e960c5-6dce-4149-8184-0ac0ac5473ba/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1342] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:53:35 2026] PUT /v2.0/subnetpools/c73d8cc2-1d84-4a39-bb4b-e56cface9819/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1343] 10.0.0.210 () {32 vars in 672 bytes} [Thu May 28 13:53:35 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1344] 10.0.0.210 () {32 vars in 686 bytes} [Thu May 28 13:53:35 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1345] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1346] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1347] 10.0.0.210 () {32 vars in 680 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1348] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1349] 10.0.0.210 () {32 vars in 690 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1350] 10.0.0.210 () {32 vars in 702 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1351] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/subnetpools/ed9c2259-0a63-4d0c-a5c5-b54ed685ba38 => 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: 701/1352] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/subnetpools/744cf92d-6b6a-4e18-be5e-a707c28b2f75 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1353] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/subnetpools/13e960c5-6dce-4149-8184-0ac0ac5473ba => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1354] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/security-groups/efd2db68-5ad5-4f72-bc10-8d3312bccbfe => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:36.390 7 INFO neutron.api.v2.resource [None req-02a045bb-9f4d-4b70-ac9c-5faa30a23429 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1355] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:53:36 2026] GET /v2.0/security-groups/efd2db68-5ad5-4f72-bc10-8d3312bccbfe => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1356] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/subnetpools/c73d8cc2-1d84-4a39-bb4b-e56cface9819 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1357] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/subnetpools/9ca374e1-336b-4d98-b0c2-30464a01c4a9 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:36.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-dddcc410-dd4d-4b25-8aac-e94ff5383a72 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] TaaS: Handle Delete Port: 5921e94f-93fb-422f-8c4b-c202e6a91e24 2026-05-28 13:53:36.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dddcc410-dd4d-4b25-8aac-e94ff5383a72 1037bb94ba034fdb9eb43eeeadb9b9a8 cba86936fe7c47768c627caf933bcc81 - - default default] Tap Mirror: Handle Delete Port: 5921e94f-93fb-422f-8c4b-c202e6a91e24 [pid: 7|app: 0|req: 654/1358] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:36 2026] DELETE /v2.0/floatingips/0d8173a6-c4aa-4417-8d04-446aed1d17eb => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:37.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7585252-55d5-4f7a-97fc-53be28ff9333 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 104d7b4c-a54d-449c-b39e-654a7a170115 2026-05-28 13:53:37.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7585252-55d5-4f7a-97fc-53be28ff9333 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 104d7b4c-a54d-449c-b39e-654a7a170115 [pid: 7|app: 0|req: 655/1359] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:37 2026] GET /v2.0/security-groups?tenant_id=db9d77a9e5ce4d30a79f05dcd03f255d&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1360] 10.0.0.228 () {32 vars in 802 bytes} [Thu May 28 13:53:37 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1361] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:53:37 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1362] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:37 2026] DELETE /v2.0/security-groups/c9d1a116-4d08-41a7-815b-cdbab07ec1ec => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1363] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:53:37 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 660/1364] 10.0.0.228 () {30 vars in 724 bytes} [Thu May 28 13:53:37 2026] GET /v2.0/quotas/d99c17c8e2e846baa9a5d97fce85b736/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1365] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:53:36 2026] PUT /v2.0/routers/c33b1038-7171-4d25-81ce-4ac2fa513494/remove_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1366] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:38 2026] GET /v2.0/security-groups?tenant_id=5a7d650da9704f668dbedda20996403c&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1367] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:38 2026] DELETE /v2.0/security-groups/ff015d17-034e-457f-a7c8-ad8564b46339 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:38.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-1966a057-de40-4870-bc7a-203722f4f3a1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: cea8ccc1-0ab7-4b06-b805-1aeca7fe6935 2026-05-28 13:53:38.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1966a057-de40-4870-bc7a-203722f4f3a1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: cea8ccc1-0ab7-4b06-b805-1aeca7fe6935 [pid: 7|app: 0|req: 663/1368] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:38 2026] GET /v2.0/security-groups?tenant_id=f1fa4cbb7a434edc9190568709480899&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:38.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-1966a057-de40-4870-bc7a-203722f4f3a1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 2358178e-002b-40dc-af79-3dbb091f49f5 2026-05-28 13:53:38.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1966a057-de40-4870-bc7a-203722f4f3a1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 2358178e-002b-40dc-af79-3dbb091f49f5 [pid: 7|app: 0|req: 666/1371] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:38 2026] DELETE /v2.0/security-groups/d3bc5563-294c-4d97-b25c-34883e9c1ac0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:38.975 8 INFO neutron.services.segments.plugin [-] Segment 95df33b8-f9f6-4379-a31c-a278e8a437d6 resource provider aggregate not found 2026-05-28 13:53:38.989 8 INFO neutron.services.segments.plugin [-] Segment 95df33b8-f9f6-4379-a31c-a278e8a437d6 resource provider aggregate not found 2026-05-28 13:53:38.994 8 INFO neutron.services.segments.plugin [-] Segment 95df33b8-f9f6-4379-a31c-a278e8a437d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95df33b8-f9f6-4379-a31c-a278e8a437d6 found for delete ", "request_id": "req-ed592d2d-3cbd-4c5d-9420-b294e4df521c"}]} 2026-05-28 13:53:39.012 8 INFO neutron.services.segments.plugin [-] Segment 95df33b8-f9f6-4379-a31c-a278e8a437d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95df33b8-f9f6-4379-a31c-a278e8a437d6 found for delete ", "request_id": "req-69f1c94a-052c-4cff-b36d-28566c52907a"}]} 2026-05-28 13:53:39.018 8 INFO neutron.db.l3_hamode_db [None req-1966a057-de40-4870-bc7a-203722f4f3a1 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network c987f316-9d24-4ffc-ac4b-fd6b814a9a7c was deleted as no HA routers are present in tenant cba86936fe7c47768c627caf933bcc81. [pid: 8|app: 0|req: 706/1372] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:53:38 2026] DELETE /v2.0/routers/c33b1038-7171-4d25-81ce-4ac2fa513494 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1373] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:53:39 2026] DELETE /v2.0/subnets/4fc4c992-06c7-4caf-b57d-a06bc7dff1d5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:39.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc06e3d2-92bb-40c4-afe3-52a60d772e10 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 1ef2af80-af60-4df8-9233-23a2491497ec 2026-05-28 13:53:39.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc06e3d2-92bb-40c4-afe3-52a60d772e10 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 1ef2af80-af60-4df8-9233-23a2491497ec [pid: 8|app: 0|req: 707/1374] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:39 2026] DELETE /v2.0/networks/8cb0d4a4-d176-4ce0-af7a-495fab387e46 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1375] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:39 2026] GET /v2.0/security-groups?tenant_id=cba86936fe7c47768c627caf933bcc81&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1376] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:39 2026] DELETE /v2.0/security-groups/5dd55961-7e55-48ca-b12a-a649120607ee => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:41.019 8 INFO neutron.services.segments.plugin [-] Segment 200fed24-0561-4157-ab3c-7725216af016 resource provider aggregate not found 2026-05-28 13:53:41.033 8 INFO neutron.services.segments.plugin [-] Segment 200fed24-0561-4157-ab3c-7725216af016 resource provider aggregate not found 2026-05-28 13:53:41.044 8 INFO neutron.services.segments.plugin [-] Segment 200fed24-0561-4157-ab3c-7725216af016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200fed24-0561-4157-ab3c-7725216af016 found for delete ", "request_id": "req-fb822e21-8d6f-4f93-b3ae-ddfd0855e9f9"}]} 2026-05-28 13:53:41.048 8 INFO neutron.services.segments.plugin [-] Segment 200fed24-0561-4157-ab3c-7725216af016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200fed24-0561-4157-ab3c-7725216af016 found for delete ", "request_id": "req-7ec468cb-8c71-4fc6-bc54-7bf31c7ca17a"}]} [pid: 7|app: 0|req: 669/1377] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:41 2026] GET /v2.0/security-groups?tenant_id=d99c17c8e2e846baa9a5d97fce85b736&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: 709/1378] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:41 2026] DELETE /v2.0/security-groups/11f5aa22-17ee-4a08-8dd2-9f1a5cac41e6 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:41.995 7 INFO neutron.db.segments_db [None req-0b624135-1dec-4f36-80d2-d3fdd5ea1adf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 2e1171e0-8101-45af-97e4-fa691f927457 of type vxlan for network 93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd [pid: 7|app: 0|req: 670/1379] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:53:41 2026] POST /v2.0/networks => generated 719 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:53:42.165 8 INFO neutron.db.segments_db [None req-3c600767-af05-432f-a2a1-13e89c52c9e1 4456c91146ee4fec84bbc59c73999f1a 53590646aa424ababb2883859c7a1732 - - default default] Added segment 1ce56427-8417-4668-a60e-f52ae95a3425 of type vxlan for network 0f38f629-c23c-490e-b3d6-5721eea29191 [pid: 8|app: 0|req: 710/1380] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:53:41 2026] POST /v2.0/networks => generated 613 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1381] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:53:42 2026] POST /v2.0/subnets => generated 685 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:53:42.341 8 INFO neutron.db.segments_db [None req-b8f41d60-671c-44db-a6f7-11a5911f784b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 of type vxlan for network 7e62ad95-4bb8-4e23-b7fd-85bfeed3f3f9 [pid: 7|app: 0|req: 672/1382] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:53:42 2026] POST /v2.0/ports => generated 743 bytes in 281 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-28 13:53:42.632 8 INFO neutron.db.l3_hamode_db [None req-b8f41d60-671c-44db-a6f7-11a5911f784b e66f8121ab714be6b80e8a7ad199dbd0 d79a1a823648457e861d8a8f4834a801 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 673/1383] 10.0.0.210 () {34 vars in 666 bytes} [Thu May 28 13:53:42 2026] POST /v2.0/trunks => generated 407 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1384] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:53:42 2026] PUT /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1385] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:42 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1386] 10.0.0.210 () {34 vars in 760 bytes} [Thu May 28 13:53:42 2026] PUT /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1387] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:42 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1388] 10.0.0.210 () {34 vars in 756 bytes} [Thu May 28 13:53:42 2026] PUT /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1389] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:42 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1390] 10.0.0.210 () {34 vars in 778 bytes} [Thu May 28 13:53:42 2026] PUT /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1391] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1392] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:53:43 2026] PUT /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1393] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1394] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:43.166 7 INFO neutron.api.v2.resource [None req-8014ffc4-6278-48b0-8285-5f0d18fc519b 4456c91146ee4fec84bbc59c73999f1a 53590646aa424ababb2883859c7a1732 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1395] 10.0.0.210 () {32 vars in 741 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1396] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:43 2026] DELETE /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1397] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:53:43.265 7 INFO neutron.api.v2.resource [None req-5a515df6-2274-4c5a-a8ef-4830f099596f 4456c91146ee4fec84bbc59c73999f1a 53590646aa424ababb2883859c7a1732 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 688/1398] 10.0.0.210 () {32 vars in 744 bytes} [Thu May 28 13:53:43 2026] DELETE /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1399] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:43 2026] DELETE /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1400] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101/tags => 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: 691/1401] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101 => generated 407 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1402] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:53:43 2026] GET /v2.0/ports/8e53b71f-2418-415c-b5d1-b514a8b5a54b => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:43.506 8 INFO neutron.db.l3_hamode_db [None req-b8f41d60-671c-44db-a6f7-11a5911f784b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 693/1403] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:53:43 2026] DELETE /v2.0/trunks/29048156-3c58-47b8-84c0-0f88d1fc6101 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:43.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-23ede3df-fbbd-452d-bce1-b654fc09f5de 4456c91146ee4fec84bbc59c73999f1a 53590646aa424ababb2883859c7a1732 - - default default] TaaS: Handle Delete Port: 8e53b71f-2418-415c-b5d1-b514a8b5a54b 2026-05-28 13:53:43.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ede3df-fbbd-452d-bce1-b654fc09f5de 4456c91146ee4fec84bbc59c73999f1a 53590646aa424ababb2883859c7a1732 - - default default] Tap Mirror: Handle Delete Port: 8e53b71f-2418-415c-b5d1-b514a8b5a54b [pid: 7|app: 0|req: 694/1404] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:53:43 2026] DELETE /v2.0/ports/8e53b71f-2418-415c-b5d1-b514a8b5a54b => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:43.915 7 INFO neutron.services.segments.plugin [-] Segment 1ce56427-8417-4668-a60e-f52ae95a3425 resource provider aggregate not found 2026-05-28 13:53:43.921 7 INFO neutron.services.segments.plugin [-] Segment 1ce56427-8417-4668-a60e-f52ae95a3425 resource provider aggregate not found 2026-05-28 13:53:43.933 7 INFO neutron.services.segments.plugin [-] Segment 1ce56427-8417-4668-a60e-f52ae95a3425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce56427-8417-4668-a60e-f52ae95a3425 found for delete ", "request_id": "req-40b8b47e-88e5-414c-b241-b63f902d6997"}]} 2026-05-28 13:53:43.943 7 INFO neutron.services.segments.plugin [-] Segment 1ce56427-8417-4668-a60e-f52ae95a3425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce56427-8417-4668-a60e-f52ae95a3425 found for delete ", "request_id": "req-fec2ecfa-a594-409c-ba33-8bc3dd13956f"}]} [pid: 7|app: 0|req: 695/1405] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:43 2026] DELETE /v2.0/networks/0f38f629-c23c-490e-b3d6-5721eea29191 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1406] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:53:42 2026] POST /v2.0/routers => generated 725 bytes in 2288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1407] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:44 2026] GET /v2.0/security-groups?tenant_id=57936818a2ff4d6a9080888f7b9c9a7b&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1408] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:44 2026] DELETE /v2.0/security-groups/e04be53b-068b-4248-bee2-60c61cc8e1cd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1409] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:45 2026] GET /v2.0/security-groups?tenant_id=53590646aa424ababb2883859c7a1732&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1410] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:45 2026] DELETE /v2.0/security-groups/f4a6e42f-bc52-4f51-bd79-b5ee90299a15 => 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: 696/1411] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:53:44 2026] PUT /v2.0/routers/b0e248ee-d913-416c-bfb9-a40fa5d9378d/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:46.226 8 INFO neutron.db.segments_db [None req-1966e869-d06b-4aa9-a796-8977b532b44b 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Added segment 52562d82-fbed-4cc6-a269-00e6ec54bcc4 of type vxlan for network 99678019-aeb3-43d4-94a4-bf1f987cddd7 [pid: 8|app: 0|req: 716/1412] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:53:45 2026] POST /v2.0/networks => generated 613 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1413] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-28 13:53:46.704 7 INFO neutron.db.segments_db [None req-125fab78-a68f-44f2-b1c1-e8eba2ed2b23 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Added segment bd3d9ff6-2873-4623-83a1-73409cbd3dc4 of type vxlan for network 1c4379b6-c3d2-449e-b5f2-0197b9a0d9c1 [pid: 8|app: 0|req: 717/1414] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1415] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1416] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1417] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1418] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/ports => generated 743 bytes in 292 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-28 13:53:47.164 7 INFO neutron.db.segments_db [None req-cc2c01d3-24ae-4b64-80cc-d1a17c45503a 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Added segment 7493fc36-30c3-4fab-a614-6a022955928a of type vxlan for network 6eeaa0c0-5282-48ce-a164-c12d0a948aad [pid: 7|app: 0|req: 700/1419] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:53:47 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1420] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:53:46 2026] POST /v2.0/floatingips => generated 552 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1421] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:53:47 2026] POST /v2.0/ports => generated 743 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:53:47.685 8 INFO neutron.db.segments_db [None req-8f095a34-1f76-4116-8ce0-c21f7084e920 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Added segment 94c75bc9-7325-4e4f-af40-a541b01463df of type vxlan for network ad61b385-77e5-492e-b0b8-ead9a38e6d1e [pid: 8|app: 0|req: 721/1422] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:53:47 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 722/1423] 10.0.0.201 () {34 vars in 1100 bytes} [Thu May 28 13:53:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1727994656&fields=id&tenant_id=d79a1a823648457e861d8a8f4834a801 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1424] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:53:48 2026] GET /v2.0/networks?id=93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1425] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:53:48 2026] GET /v2.0/quotas/d79a1a823648457e861d8a8f4834a801 => 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: 702/1426] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:53:47 2026] POST /v2.0/ports => generated 743 bytes in 352 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: 725/1427] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:53:48 2026] GET /v2.0/ports?tenant_id=d79a1a823648457e861d8a8f4834a801&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:48.210 7 INFO neutron.db.segments_db [None req-d83cfe9c-5d6b-4475-b3f0-4014ee94b521 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Added segment b2823faa-0aed-44dd-bdd2-b99337739bcc of type vxlan for network 5eb3e280-f600-4554-b51f-a115ed70dc34 [pid: 8|app: 0|req: 726/1428] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:53:48 2026] GET /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd?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: 727/1429] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:53:48 2026] GET /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd?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: 703/1430] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:53:48 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1431] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:48 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 728/1432] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:53:48 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1433] 10.0.0.210 () {34 vars in 747 bytes} [Thu May 28 13:53:48 2026] PUT /v2.0/ports/3764e36c-b394-448b-9df2-5f9f65416717/tags => generated 17 bytes in 82 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: 729/1434] 10.0.0.210 () {34 vars in 747 bytes} [Thu May 28 13:53:48 2026] PUT /v2.0/ports/28fac3a8-a070-4d62-a90f-e4edfccff05a/tags => generated 25 bytes in 71 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: 706/1435] 10.0.0.210 () {34 vars in 747 bytes} [Thu May 28 13:53:48 2026] PUT /v2.0/ports/35b93433-209f-4788-873a-6d328062e08a/tags => generated 34 bytes in 87 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: 730/1436] 10.0.0.210 () {34 vars in 747 bytes} [Thu May 28 13:53:48 2026] PUT /v2.0/ports/c2255ea6-dc7f-4940-82a7-cc4e2d2e1a4d/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 707/1437] 10.0.0.210 () {32 vars in 660 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 83 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: 731/1438] 10.0.0.210 () {32 vars in 674 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1439] 10.0.0.210 () {32 vars in 670 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1440] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1441] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1442] 10.0.0.210 () {32 vars in 668 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1443] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1444] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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: 735/1445] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1446] 10.0.0.210 () {32 vars in 678 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1447] 10.0.0.210 () {32 vars in 690 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1448] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1449] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:49 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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-28 13:53:49.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b855620-c061-4fc3-b6e9-3c0468074125 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] TaaS: Handle Delete Port: 3764e36c-b394-448b-9df2-5f9f65416717 2026-05-28 13:53:49.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b855620-c061-4fc3-b6e9-3c0468074125 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Tap Mirror: Handle Delete Port: 3764e36c-b394-448b-9df2-5f9f65416717 [pid: 8|app: 0|req: 737/1450] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:53:49 2026] DELETE /v2.0/ports/3764e36c-b394-448b-9df2-5f9f65416717 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:50.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-98337f7c-dae6-4e37-9370-6d578cd2d013 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] TaaS: Handle Delete Port: 28fac3a8-a070-4d62-a90f-e4edfccff05a 2026-05-28 13:53:50.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98337f7c-dae6-4e37-9370-6d578cd2d013 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Tap Mirror: Handle Delete Port: 28fac3a8-a070-4d62-a90f-e4edfccff05a [pid: 7|app: 0|req: 714/1451] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:53:50 2026] DELETE /v2.0/ports/28fac3a8-a070-4d62-a90f-e4edfccff05a => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:50.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8ee1846-49f7-4caf-b190-1440ad4605a6 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] TaaS: Handle Delete Port: 35b93433-209f-4788-873a-6d328062e08a 2026-05-28 13:53:50.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8ee1846-49f7-4caf-b190-1440ad4605a6 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Tap Mirror: Handle Delete Port: 35b93433-209f-4788-873a-6d328062e08a [pid: 8|app: 0|req: 738/1452] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:53:50 2026] DELETE /v2.0/ports/35b93433-209f-4788-873a-6d328062e08a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:50.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-84d92cf5-7d32-40fd-90b9-092c23b0927f 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] TaaS: Handle Delete Port: c2255ea6-dc7f-4940-82a7-cc4e2d2e1a4d 2026-05-28 13:53:50.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84d92cf5-7d32-40fd-90b9-092c23b0927f 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Tap Mirror: Handle Delete Port: c2255ea6-dc7f-4940-82a7-cc4e2d2e1a4d [pid: 7|app: 0|req: 715/1453] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:53:50 2026] DELETE /v2.0/ports/c2255ea6-dc7f-4940-82a7-cc4e2d2e1a4d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1454] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:50 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:53:50.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-99ac10bc-023f-48da-ba92-1fe1a945a3bd 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] TaaS: Handle Delete Port: d676ccbf-7ba4-4370-a189-4353f74af492 2026-05-28 13:53:50.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99ac10bc-023f-48da-ba92-1fe1a945a3bd 8fc191a664964a0fb0e5013c488076ea ad77dac700a546be9f016b3e4ba64257 - - default default] Tap Mirror: Handle Delete Port: d676ccbf-7ba4-4370-a189-4353f74af492 [pid: 7|app: 0|req: 716/1455] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:53:50 2026] DELETE /v2.0/ports/d676ccbf-7ba4-4370-a189-4353f74af492 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:51.057 8 INFO neutron.services.segments.plugin [-] Segment 52562d82-fbed-4cc6-a269-00e6ec54bcc4 resource provider aggregate not found 2026-05-28 13:53:51.069 8 INFO neutron.services.segments.plugin [-] Segment 52562d82-fbed-4cc6-a269-00e6ec54bcc4 resource provider aggregate not found [pid: 7|app: 0|req: 717/1456] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:51 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:51.079 8 INFO neutron.services.segments.plugin [-] Segment 52562d82-fbed-4cc6-a269-00e6ec54bcc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52562d82-fbed-4cc6-a269-00e6ec54bcc4 found for delete ", "request_id": "req-8c6d3eb6-947e-44a5-ac7c-168d088a69b4"}]} [pid: 8|app: 0|req: 740/1457] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:50 2026] DELETE /v2.0/networks/99678019-aeb3-43d4-94a4-bf1f987cddd7 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:51.096 8 INFO neutron.services.segments.plugin [-] Segment 52562d82-fbed-4cc6-a269-00e6ec54bcc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52562d82-fbed-4cc6-a269-00e6ec54bcc4 found for delete ", "request_id": "req-eff46b1e-6ceb-40d4-9099-53cb11f66485"}]} [pid: 7|app: 0|req: 718/1458] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:51 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1459] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:51 2026] DELETE /v2.0/networks/1c4379b6-c3d2-449e-b5f2-0197b9a0d9c1 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:53:51.366 7 INFO neutron.services.segments.plugin [-] Segment 7493fc36-30c3-4fab-a614-6a022955928a resource provider aggregate not found 2026-05-28 13:53:51.374 7 INFO neutron.services.segments.plugin [-] Segment 7493fc36-30c3-4fab-a614-6a022955928a resource provider aggregate not found 2026-05-28 13:53:51.391 7 INFO neutron.services.segments.plugin [-] Segment 7493fc36-30c3-4fab-a614-6a022955928a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7493fc36-30c3-4fab-a614-6a022955928a found for delete ", "request_id": "req-d50a2385-28db-465e-b92d-f30108829a24"}]} 2026-05-28 13:53:51.396 7 INFO neutron.services.segments.plugin [-] Segment 7493fc36-30c3-4fab-a614-6a022955928a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7493fc36-30c3-4fab-a614-6a022955928a found for delete ", "request_id": "req-f7bf1cad-845a-41d8-825c-2fa67e10e6e8"}]} [pid: 7|app: 0|req: 719/1460] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:51 2026] DELETE /v2.0/networks/6eeaa0c0-5282-48ce-a164-c12d0a948aad => 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: 742/1461] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:51 2026] DELETE /v2.0/networks/ad61b385-77e5-492e-b0b8-ead9a38e6d1e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1462] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:51 2026] DELETE /v2.0/networks/5eb3e280-f600-4554-b51f-a115ed70dc34 => 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: 743/1463] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:51 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 721/1464] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 744/1465] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 722/1466] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/security-groups?id=a2259e62-1ee8-4e3f-b849-a308038912eb&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-28 13:53:52.396 8 INFO neutron_taas.services.taas.taas_plugin [req-387f9911-0cfa-40fc-9cf3-ebc8839dd2ce req-222f4c8b-015e-421b-83b0-f88289b7dd1a 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] TaaS: Handle Delete Port: cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba 2026-05-28 13:53:52.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-387f9911-0cfa-40fc-9cf3-ebc8839dd2ce req-222f4c8b-015e-421b-83b0-f88289b7dd1a 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] Tap Mirror: Handle Delete Port: cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba 2026-05-28 13:53:52.534 8 INFO neutron.db.l3_db [req-387f9911-0cfa-40fc-9cf3-ebc8839dd2ce req-222f4c8b-015e-421b-83b0-f88289b7dd1a 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] Floating IP eb34d966-b25c-48ea-9d21-d73b9a41e8b0 disassociated. External IP: 10.96.250.211, port: cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba. [pid: 7|app: 0|req: 723/1467] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/security-groups?tenant_id=6f25e7d36acf40f4b81396beb59d2360&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1468] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/networks?id=93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1469] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:53:52 2026] DELETE /v2.0/ports/cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba => generated 0 bytes in 604 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1470] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:52 2026] DELETE /v2.0/security-groups/af8fa2b2-6cb8-4051-a07f-06e0fed0f101 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1471] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:53:52.945 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f53f2ee-b3b3-4a34-bdc4-5830f2dea9c5'] response: {'server_uuid': 'd4e2226c-49ed-437b-ad86-6d879c9d9ff3', 'name': 'network-vif-deleted', 'tag': 'cfda02f9-3e29-4ecc-aa98-5a0e3b18ddba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 746/1472] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d79a1a823648457e861d8a8f4834a801 => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1473] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:52 2026] GET /v2.0/security-groups?tenant_id=ad77dac700a546be9f016b3e4ba64257&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:53.108 8 INFO neutron.services.segments.plugin [-] Segment bd3d9ff6-2873-4623-83a1-73409cbd3dc4 resource provider aggregate not found 2026-05-28 13:53:53.121 8 INFO neutron.services.segments.plugin [-] Segment bd3d9ff6-2873-4623-83a1-73409cbd3dc4 resource provider aggregate not found 2026-05-28 13:53:53.129 8 INFO neutron.services.segments.plugin [-] Segment bd3d9ff6-2873-4623-83a1-73409cbd3dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3d9ff6-2873-4623-83a1-73409cbd3dc4 found for delete ", "request_id": "req-9d675746-8c4a-4fbc-a62f-acdfee9a15bc"}]} 2026-05-28 13:53:53.144 8 INFO neutron.services.segments.plugin [-] Segment bd3d9ff6-2873-4623-83a1-73409cbd3dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3d9ff6-2873-4623-83a1-73409cbd3dc4 found for delete ", "request_id": "req-13f1a423-d2c8-4a2e-afe6-204ccfea4edd"}]} 2026-05-28 13:53:53.148 8 INFO neutron.services.segments.plugin [-] Segment 94c75bc9-7325-4e4f-af40-a541b01463df resource provider aggregate not found 2026-05-28 13:53:53.165 8 INFO neutron.services.segments.plugin [-] Segment 94c75bc9-7325-4e4f-af40-a541b01463df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c75bc9-7325-4e4f-af40-a541b01463df found for delete ", "request_id": "req-369184ef-f208-4785-b600-52fdda570b63"}]} [pid: 8|app: 0|req: 748/1474] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:53 2026] DELETE /v2.0/security-groups/f309785c-e915-4187-a788-4a5a3867bc41 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:53.168 8 INFO neutron.services.segments.plugin [-] Segment 94c75bc9-7325-4e4f-af40-a541b01463df resource provider aggregate not found 2026-05-28 13:53:53.185 8 INFO neutron.services.segments.plugin [-] Segment 94c75bc9-7325-4e4f-af40-a541b01463df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c75bc9-7325-4e4f-af40-a541b01463df found for delete ", "request_id": "req-4b401f9a-0de4-4ec2-81a4-64475c95567b"}]} [pid: 7|app: 0|req: 727/1475] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:53:52 2026] POST /v2.0/ports => generated 954 bytes in 430 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: 728/1476] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:53 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:53:53.412 7 INFO neutron.services.segments.plugin [-] Segment b2823faa-0aed-44dd-bdd2-b99337739bcc resource provider aggregate not found 2026-05-28 13:53:53.420 7 INFO neutron.services.segments.plugin [-] Segment b2823faa-0aed-44dd-bdd2-b99337739bcc resource provider aggregate not found 2026-05-28 13:53:53.432 7 INFO neutron.services.segments.plugin [-] Segment b2823faa-0aed-44dd-bdd2-b99337739bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2823faa-0aed-44dd-bdd2-b99337739bcc found for delete ", "request_id": "req-545e9550-3139-4baf-a9a4-7f0a624fb05d"}]} 2026-05-28 13:53:53.443 7 INFO neutron.services.segments.plugin [-] Segment b2823faa-0aed-44dd-bdd2-b99337739bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2823faa-0aed-44dd-bdd2-b99337739bcc found for delete ", "request_id": "req-d63f05e4-915f-4513-b272-d04df0decf3e"}]} [pid: 8|app: 0|req: 749/1477] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:53 2026] GET /v2.0/security-groups?tenant_id=96a0f6cb08524a8ab6307b8c66a8deba&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1478] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:53 2026] DELETE /v2.0/security-groups/839c8b10-4de3-434c-ad15-9a2c59d6c6e3 => 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: 729/1481] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:53:53 2026] PUT /v2.0/ports/8e5292c3-a7fe-4dda-9c9c-d2d827680f60 => generated 1235 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:53.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7161e10a-0106-4609-b91b-62f398bcff64'] response: {'name': 'network-changed', 'server_uuid': '3cac67c8-40cb-4860-bd79-758363729e8d', 'tag': '8e5292c3-a7fe-4dda-9c9c-d2d827680f60', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 753/1482] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:54 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 969 bytes in 102 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: 730/1483] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:54 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1484] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:53:54 2026] GET /v2.0/ports?tenant_id=d79a1a823648457e861d8a8f4834a801&device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1485] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:54 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1486] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:53:54 2026] GET /v2.0/networks?tenant_id=d79a1a823648457e861d8a8f4834a801&shared=False => generated 766 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1487] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:53:54 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: 732/1488] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 757/1489] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 733/1490] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/ports?device_id=d4e2226c-49ed-437b-ad86-6d879c9d9ff3 => 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: 758/1491] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/ports?tenant_id=d79a1a823648457e861d8a8f4834a801&device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1492] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=8e5292c3-a7fe-4dda-9c9c-d2d827680f60 => 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: 759/1493] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/subnets?id=9a1340f7-33d5-4170-a329-2c633139ca2d => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1494] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/ports?network_id=93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1495] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd?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: 736/1496] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:53:55 2026] GET /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd?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: 761/1497] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:56 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1498] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:56 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 762/1499] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:56 2026] DELETE /v2.0/security-groups/a2259e62-1ee8-4e3f-b849-a308038912eb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:56.817 7 INFO neutron.api.v2.resource [None req-2e7a5e71-608d-4f71-931d-950676008cf4 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1500] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:53:56 2026] GET /v2.0/security-groups/a2259e62-1ee8-4e3f-b849-a308038912eb => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:53:56.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f82fd65-5e1b-4473-8554-36b3432ee454 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] TaaS: Handle Delete Port: 363b26ad-9732-45a7-9fcb-d79020dfbb63 2026-05-28 13:53:56.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f82fd65-5e1b-4473-8554-36b3432ee454 1d5aebfd4de44d5e9d23911dd44d1d5e 67d5a2d6d44d4ed38776f5eb81b5ef02 - - default default] Tap Mirror: Handle Delete Port: 363b26ad-9732-45a7-9fcb-d79020dfbb63 [pid: 8|app: 0|req: 763/1501] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:53:56 2026] DELETE /v2.0/floatingips/eb34d966-b25c-48ea-9d21-d73b9a41e8b0 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:53:57.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-47efe28e-c66b-4e2a-9b93-51372bde8288 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 42d84348-1afd-41ce-9334-fb04885fea92 2026-05-28 13:53:57.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47efe28e-c66b-4e2a-9b93-51372bde8288 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 42d84348-1afd-41ce-9334-fb04885fea92 [pid: 8|app: 0|req: 764/1502] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:57 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 765/1503] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:57 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 739/1504] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:53:57 2026] PUT /v2.0/routers/37ac50b2-b2a2-4b47-a08d-d4a48bf1d7b4/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:58.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-15c56962-3d7d-40dc-9246-8160277617cd e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 3eb43f8c-596a-42ae-9e09-b0e6c8f69669 2026-05-28 13:53:58.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c56962-3d7d-40dc-9246-8160277617cd e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 3eb43f8c-596a-42ae-9e09-b0e6c8f69669 [pid: 8|app: 0|req: 766/1505] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:53:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1506] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:53:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 13:53:58.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-15c56962-3d7d-40dc-9246-8160277617cd e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: a07913c9-7c06-4962-906e-76e0b3298071 2026-05-28 13:53:58.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c56962-3d7d-40dc-9246-8160277617cd e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: a07913c9-7c06-4962-906e-76e0b3298071 [pid: 8|app: 0|req: 768/1507] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:53:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1508] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:53:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1509] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:53:58 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:53:58.905 7 INFO neutron.services.segments.plugin [-] Segment 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 resource provider aggregate not found [pid: 8|app: 0|req: 771/1510] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:53:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 13:53:58.907 7 INFO neutron.services.segments.plugin [-] Segment 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 resource provider aggregate not found 2026-05-28 13:53:58.924 7 INFO neutron.services.segments.plugin [-] Segment 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 found for delete ", "request_id": "req-651cba64-2703-4263-a637-b819f5e01aaa"}]} 2026-05-28 13:53:58.927 7 INFO neutron.services.segments.plugin [-] Segment 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bcd6c5e-2b93-410e-9fbb-3d326e77aee3 found for delete ", "request_id": "req-d0e604d2-23c1-4876-8365-1c5ee7865678"}]} 2026-05-28 13:53:58.936 7 INFO neutron.db.l3_hamode_db [None req-15c56962-3d7d-40dc-9246-8160277617cd e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 02833b82-cc32-4d5a-8c68-6238fd6e5f3f was deleted as no HA routers are present in tenant 67d5a2d6d44d4ed38776f5eb81b5ef02. [pid: 8|app: 0|req: 772/1511] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:53:58 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 740/1512] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:53:58 2026] DELETE /v2.0/routers/37ac50b2-b2a2-4b47-a08d-d4a48bf1d7b4 => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1513] 10.0.0.210 () {34 vars in 767 bytes} [Thu May 28 13:53:58 2026] PUT /v2.0/security-groups/d25eb6c3-386d-4767-bb2d-ac0472608281/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1514] 10.0.0.210 () {34 vars in 767 bytes} [Thu May 28 13:53:58 2026] PUT /v2.0/security-groups/af2fb915-883f-4e38-ade8-e6faed30f853/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1515] 10.0.0.210 () {34 vars in 767 bytes} [Thu May 28 13:53:59 2026] PUT /v2.0/security-groups/2357a6fc-48b8-4370-9898-ec836ac16d89/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: 741/1516] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:53:58 2026] DELETE /v2.0/subnets/02caba52-7d25-4231-8d56-2a5eb896f01d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1517] 10.0.0.210 () {34 vars in 767 bytes} [Thu May 28 13:53:59 2026] PUT /v2.0/security-groups/096e455e-ef25-4a82-8027-9f2852de2a5d/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1518] 10.0.0.210 () {32 vars in 680 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:59.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-eec6b7d9-3c87-4739-be1e-87e20e2410de e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 1280b940-966d-489e-8568-577acaad2587 [pid: 8|app: 0|req: 778/1519] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:53:59.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eec6b7d9-3c87-4739-be1e-87e20e2410de e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 1280b940-966d-489e-8568-577acaad2587 [pid: 8|app: 0|req: 779/1520] 10.0.0.210 () {32 vars in 690 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1521] 10.0.0.210 () {32 vars in 702 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1522] 10.0.0.210 () {32 vars in 688 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1523] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:53:59 2026] DELETE /v2.0/networks/3e9b4ca0-d477-45eb-a4b6-5c2743cc0756 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1524] 10.0.0.210 () {32 vars in 702 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1525] 10.0.0.210 () {32 vars in 698 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1526] 10.0.0.210 () {32 vars in 710 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1527] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:53:59 2026] GET /v2.0/security-groups?tenant_id=67d5a2d6d44d4ed38776f5eb81b5ef02&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1528] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:59 2026] DELETE /v2.0/security-groups/d25eb6c3-386d-4767-bb2d-ac0472608281 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1529] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:59 2026] DELETE /v2.0/security-groups/603f9136-b036-4077-8ce8-267efeb9dba1 => 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: 745/1530] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:59 2026] DELETE /v2.0/security-groups/af2fb915-883f-4e38-ade8-e6faed30f853 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1531] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:59 2026] DELETE /v2.0/security-groups/2357a6fc-48b8-4370-9898-ec836ac16d89 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1532] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:53:59 2026] DELETE /v2.0/security-groups/096e455e-ef25-4a82-8027-9f2852de2a5d => 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: 787/1533] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:00 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1534] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:00 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 747/1535] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:00 2026] DELETE /v2.0/security-groups/07c1eece-8468-4e83-b753-779f1174eebb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:00.943 7 INFO neutron.services.segments.plugin [-] Segment 8aed977c-72a6-49a6-8665-0b0700fa6665 resource provider aggregate not found 2026-05-28 13:54:00.947 7 INFO neutron.services.segments.plugin [-] Segment 8aed977c-72a6-49a6-8665-0b0700fa6665 resource provider aggregate not found 2026-05-28 13:54:00.963 7 INFO neutron.services.segments.plugin [-] Segment 8aed977c-72a6-49a6-8665-0b0700fa6665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aed977c-72a6-49a6-8665-0b0700fa6665 found for delete ", "request_id": "req-4a433bca-3322-4877-b5c8-342ab78ceef6"}]} 2026-05-28 13:54:00.967 7 INFO neutron.services.segments.plugin [-] Segment 8aed977c-72a6-49a6-8665-0b0700fa6665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aed977c-72a6-49a6-8665-0b0700fa6665 found for delete ", "request_id": "req-554ad0a8-4279-473f-a74b-d79673ee4cfb"}]} [pid: 8|app: 0|req: 789/1536] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:01 2026] GET /v2.0/security-groups?tenant_id=fe7ddfc902464ac59382cda36d5e27b7&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1537] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:01 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1538] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:01 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1539] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:01 2026] DELETE /v2.0/security-groups/ec358cae-933a-4395-94ba-51bc4a2e3091 => 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: 750/1540] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:01 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 751/1541] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:01 2026] GET /v2.0/security-groups?tenant_id=6e00790e87914868a2734e4b7fbcb08b&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: 752/1542] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:01 2026] DELETE /v2.0/security-groups/d5372972-00fa-4762-bdb3-386fea38c4db => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:01.744 8 INFO neutron.db.l3_db [None req-5bb49147-563b-4213-9bb0-ddb8ffb29f89 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] Floating IP 1f273934-ebe2-4b04-8112-c4f3a8f8fd32 associated. External IP: 10.96.250.209, port: 8e5292c3-a7fe-4dda-9c9c-d2d827680f60. [pid: 8|app: 0|req: 791/1543] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:01 2026] PUT /v2.0/floatingips/1f273934-ebe2-4b04-8112-c4f3a8f8fd32 => generated 855 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:02.118 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dffe6247-67ee-4baa-85f7-90512006b926'] response: {'name': 'network-changed', 'server_uuid': '3cac67c8-40cb-4860-bd79-758363729e8d', 'tag': '8e5292c3-a7fe-4dda-9c9c-d2d827680f60', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 792/1544] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/security-groups?tenant_id=9c1d607924ad40df89bd7b04b0e712be&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1545] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:02.264 7 INFO neutron.db.segments_db [None req-906678d2-bdbd-4ed2-94cb-4ca248bcb84b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 044e303b-1ff4-41b0-a258-2e8008460d76 of type vxlan for network f792f575-3a0b-4b9f-bd73-3896d9491f10 [pid: 7|app: 0|req: 753/1546] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:54:01 2026] POST /v2.0/networks => generated 727 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1547] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:02 2026] DELETE /v2.0/security-groups/180f4d84-e88a-4bd2-b62c-93b06cb615cf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1548] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 795/1549] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:02 2026] POST /v2.0/subnets => generated 693 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1550] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/ports?tenant_id=d79a1a823648457e861d8a8f4834a801&device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:02.682 7 INFO neutron.db.segments_db [None req-a576edaf-356c-4fd5-895f-41b5c9b45584 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment f7fc15b9-97e1-499e-b49e-a678eeee268e of type vxlan for network bd4e67ad-b449-41dc-b7b8-214fb072b48b [pid: 8|app: 0|req: 797/1551] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1552] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/networks?id=93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd => generated 766 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1553] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 800/1554] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=8e5292c3-a7fe-4dda-9c9c-d2d827680f60 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1555] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/subnets?id=9a1340f7-33d5-4170-a329-2c633139ca2d => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1556] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/ports?network_id=93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:02.972 7 INFO neutron.db.l3_hamode_db [None req-a576edaf-356c-4fd5-895f-41b5c9b45584 e66f8121ab714be6b80e8a7ad199dbd0 b550f1f244bb47cb835f17ba20fcdb34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1557] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1558] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:54:02 2026] GET /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:03.834 7 INFO neutron.db.l3_hamode_db [None req-a576edaf-356c-4fd5-895f-41b5c9b45584 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 805/1559] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:03 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 806/1560] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:03 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&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: 807/1561] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:05 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1562] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:05 2026] GET /v2.0/security-groups?id=64246810-3636-4278-a22d-995f17543455&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1563] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:02 2026] POST /v2.0/routers => generated 733 bytes in 2659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1564] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:54:05 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:05.430 7 INFO neutron_taas.services.taas.taas_plugin [req-f01e5db0-c171-406a-90ad-1881c3a5fe92 req-a5ead66f-f30f-4652-a942-94daff8d648d 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] TaaS: Handle Delete Port: 8e5292c3-a7fe-4dda-9c9c-d2d827680f60 2026-05-28 13:54:05.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f01e5db0-c171-406a-90ad-1881c3a5fe92 req-a5ead66f-f30f-4652-a942-94daff8d648d 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] Tap Mirror: Handle Delete Port: 8e5292c3-a7fe-4dda-9c9c-d2d827680f60 2026-05-28 13:54:05.591 7 INFO neutron.db.l3_db [req-f01e5db0-c171-406a-90ad-1881c3a5fe92 req-a5ead66f-f30f-4652-a942-94daff8d648d 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] Floating IP 1f273934-ebe2-4b04-8112-c4f3a8f8fd32 disassociated. External IP: 10.96.250.209, port: 8e5292c3-a7fe-4dda-9c9c-d2d827680f60. [pid: 7|app: 0|req: 757/1565] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:54:05 2026] DELETE /v2.0/ports/8e5292c3-a7fe-4dda-9c9c-d2d827680f60 => generated 0 bytes in 695 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:06.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-342be2b9-2d0b-4a15-8ebe-59f6803b0a4f'] response: {'server_uuid': '3cac67c8-40cb-4860-bd79-758363729e8d', 'name': 'network-vif-deleted', 'tag': '8e5292c3-a7fe-4dda-9c9c-d2d827680f60', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 758/1566] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:06 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 809/1567] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:54:05 2026] PUT /v2.0/routers/560384ed-5498-4034-bcc7-ea0688b69039/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:06.898 7 INFO neutron.db.segments_db [None req-cfcd9ae5-f0cb-44d6-bd01-ce107b77e196 f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Added segment 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 of type vxlan for network 9b515a29-a427-4c4c-921b-6a540ee7c651 [pid: 7|app: 0|req: 759/1568] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:06 2026] POST /v2.0/networks => generated 613 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1569] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 810/1570] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:54:06 2026] POST /v2.0/ports => generated 743 bytes in 380 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: 811/1571] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/networks?id=f792f575-3a0b-4b9f-bd73-3896d9491f10 => generated 678 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1572] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/quotas/b550f1f244bb47cb835f17ba20fcdb34 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1573] 10.0.0.210 () {34 vars in 666 bytes} [Thu May 28 13:54:07 2026] POST /v2.0/trunks => generated 407 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:07.628 7 INFO neutron.db.segments_db [None req-bd87da7a-2e38-422b-9ab2-b3f6de77f25c f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Added segment 43c9c0c1-92c9-475a-acdd-5ebbdb036cec of type vxlan for network 55a7886f-24cb-4293-9cdc-e8e966d5109b [pid: 8|app: 0|req: 813/1574] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/ports?tenant_id=b550f1f244bb47cb835f17ba20fcdb34&fields=id => generated 103 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1575] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/networks/f792f575-3a0b-4b9f-bd73-3896d9491f10?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1576] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:07 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1577] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/networks/f792f575-3a0b-4b9f-bd73-3896d9491f10?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1578] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:07 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 763/1579] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:54:07 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1580] 10.0.0.210 () {34 vars in 666 bytes} [Thu May 28 13:54:08 2026] POST /v2.0/trunks => generated 407 bytes in 226 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-28 13:54:08.386 7 INFO neutron.db.segments_db [None req-7a53db6d-7e91-4740-9e7f-c43464fa66bd f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Added segment b05cdb12-4afc-40a4-8d7a-fc1976e0d985 of type vxlan for network 0c70ed6d-2c41-435c-8f9d-bce6de26edf9 [pid: 8|app: 0|req: 818/1581] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:08 2026] GET /v2.0/ports?device_id=3cac67c8-40cb-4860-bd79-758363729e8d => 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: 764/1582] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:08 2026] POST /v2.0/networks => generated 611 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1585] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:54:08 2026] POST /v2.0/ports => generated 743 bytes in 320 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: 820/1586] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:08 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1587] 10.0.0.210 () {34 vars in 666 bytes} [Thu May 28 13:54:08 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:09.113 8 INFO neutron.db.segments_db [None req-6e9bfe38-4acd-40ae-a27d-d00654edf295 f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Added segment dee6774e-7e35-450c-9812-7f028477ea12 of type vxlan for network 01aa6dcc-c8c1-4ac1-9270-ce95ff857c7a [pid: 8|app: 0|req: 821/1588] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:09 2026] POST /v2.0/networks => generated 612 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1589] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:54:09 2026] POST /v2.0/ports => generated 743 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: 769/1590] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:09 2026] DELETE /v2.0/security-groups/64246810-3636-4278-a22d-995f17543455 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:09.676 7 INFO neutron.api.v2.resource [None req-a0cbba73-275d-48e7-80fb-1bbbdfa92f98 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1591] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:54:09 2026] GET /v2.0/security-groups/64246810-3636-4278-a22d-995f17543455 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1592] 10.0.0.210 () {34 vars in 666 bytes} [Thu May 28 13:54:09 2026] POST /v2.0/trunks => generated 407 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:09.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8dd5be4-a34a-44ae-9357-d778091eef83 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] TaaS: Handle Delete Port: 1b7489bc-a122-4b7d-84fc-ef99b89ffd9d 2026-05-28 13:54:09.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8dd5be4-a34a-44ae-9357-d778091eef83 954d590eef8c4ff0aa85c938832a1f2f d79a1a823648457e861d8a8f4834a801 - - default default] Tap Mirror: Handle Delete Port: 1b7489bc-a122-4b7d-84fc-ef99b89ffd9d 2026-05-28 13:54:09.803 8 INFO neutron.db.segments_db [None req-cd547b21-00ea-4240-bfa1-24877334557a f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Added segment 669d1ba5-9948-48b8-875d-9434d296f8aa of type vxlan for network 856d83e0-50b3-4049-a171-64a48b797ada [pid: 8|app: 0|req: 823/1593] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:09 2026] POST /v2.0/networks => generated 612 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1594] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:54:09 2026] DELETE /v2.0/floatingips/1f273934-ebe2-4b04-8112-c4f3a8f8fd32 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1595] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 13:54:09 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 825/1596] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 826/1597] 10.0.0.210 () {34 vars in 666 bytes} [Thu May 28 13:54:10 2026] POST /v2.0/trunks => generated 407 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:10.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-16acc589-68eb-4264-be94-0a077138f94a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: aeafd039-e7d2-42ce-8334-52f01bf4bad0 2026-05-28 13:54:10.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16acc589-68eb-4264-be94-0a077138f94a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: aeafd039-e7d2-42ce-8334-52f01bf4bad0 [pid: 8|app: 0|req: 827/1598] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:10 2026] PUT /v2.0/trunks/27329700-1cab-4545-8459-ed42fe1c3767/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1599] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:10 2026] PUT /v2.0/trunks/24463135-33dd-41aa-b4ab-90885d200b8b/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: 829/1600] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:10 2026] PUT /v2.0/trunks/cf94ec9c-0e14-44b7-bb7a-8f36f7772e40/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: 830/1601] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:10 2026] PUT /v2.0/trunks/4b350af4-3fba-424f-88d3-020f406eb3cb/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1602] 10.0.0.210 () {32 vars in 662 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1603] 10.0.0.210 () {32 vars in 676 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1604] 10.0.0.210 () {32 vars in 672 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1605] 10.0.0.210 () {32 vars in 684 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1606] 10.0.0.210 () {32 vars in 670 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1607] 10.0.0.210 () {32 vars in 684 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1608] 10.0.0.210 () {32 vars in 680 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?not-tags-any=blue => 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: 838/1609] 10.0.0.210 () {32 vars in 692 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1610] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/trunks/27329700-1cab-4545-8459-ed42fe1c3767 => generated 412 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1611] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:10 2026] GET /v2.0/ports/bb53ecb0-2b1d-4679-b0ca-7e968917caaf => generated 826 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1612] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/trunks/27329700-1cab-4545-8459-ed42fe1c3767 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1613] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:54:09 2026] PUT /v2.0/routers/b0e248ee-d913-416c-bfb9-a40fa5d9378d/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1614] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/trunks/24463135-33dd-41aa-b4ab-90885d200b8b => 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: 843/1615] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/ports/ad2b8413-26c1-4d1b-9699-89ed8510013f => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1616] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/trunks/24463135-33dd-41aa-b4ab-90885d200b8b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1617] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/trunks/cf94ec9c-0e14-44b7-bb7a-8f36f7772e40 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1618] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/ports/e5d66067-8eb9-4bf9-8cae-1e35a27a5854 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1619] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:11.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-dabe6344-80a6-4328-a22e-98e0e456d8bf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 6f013edc-2909-4e8e-b9a2-67c47989f513 2026-05-28 13:54:11.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabe6344-80a6-4328-a22e-98e0e456d8bf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 6f013edc-2909-4e8e-b9a2-67c47989f513 [pid: 8|app: 0|req: 848/1620] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/trunks/cf94ec9c-0e14-44b7-bb7a-8f36f7772e40 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1621] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/trunks/4b350af4-3fba-424f-88d3-020f406eb3cb => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1622] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/ports/0f2f0900-9148-481a-b94e-0e351d4f08a3 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1623] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/trunks/4b350af4-3fba-424f-88d3-020f406eb3cb => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1624] 10.0.0.210 () {32 vars in 719 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/trunks/cfd4005d-86c9-49aa-9a7e-049db526f24a => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:11.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-dabe6344-80a6-4328-a22e-98e0e456d8bf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 800e60cf-6527-4695-9a45-8ccdb4ebd11e 2026-05-28 13:54:11.658 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dabe6344-80a6-4328-a22e-98e0e456d8bf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 800e60cf-6527-4695-9a45-8ccdb4ebd11e [pid: 8|app: 0|req: 853/1625] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:11 2026] GET /v2.0/ports/28cd0d55-2770-4caa-9bd2-7473f83ff31b => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1626] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/trunks/cfd4005d-86c9-49aa-9a7e-049db526f24a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:11.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-499a6eee-ef6b-477e-82ec-b81a3f77c1cb f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] TaaS: Handle Delete Port: bb53ecb0-2b1d-4679-b0ca-7e968917caaf 2026-05-28 13:54:11.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-499a6eee-ef6b-477e-82ec-b81a3f77c1cb f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Tap Mirror: Handle Delete Port: bb53ecb0-2b1d-4679-b0ca-7e968917caaf [pid: 8|app: 0|req: 855/1627] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/ports/bb53ecb0-2b1d-4679-b0ca-7e968917caaf => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:12.048 7 INFO neutron.services.segments.plugin [-] Segment b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 resource provider aggregate not found 2026-05-28 13:54:12.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5b3bbfc-aba5-4f70-b341-962dec1ccfb6 f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] TaaS: Handle Delete Port: ad2b8413-26c1-4d1b-9699-89ed8510013f 2026-05-28 13:54:12.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b3bbfc-aba5-4f70-b341-962dec1ccfb6 f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Tap Mirror: Handle Delete Port: ad2b8413-26c1-4d1b-9699-89ed8510013f 2026-05-28 13:54:12.056 7 INFO neutron.services.segments.plugin [-] Segment b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 resource provider aggregate not found 2026-05-28 13:54:12.075 7 INFO neutron.services.segments.plugin [-] Segment b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 found for delete ", "request_id": "req-1637abd2-e69c-4224-b329-848cb521e750"}]} 2026-05-28 13:54:12.079 7 INFO neutron.db.l3_hamode_db [None req-dabe6344-80a6-4328-a22e-98e0e456d8bf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 7e62ad95-4bb8-4e23-b7fd-85bfeed3f3f9 was deleted as no HA routers are present in tenant d79a1a823648457e861d8a8f4834a801. 2026-05-28 13:54:12.084 7 INFO neutron.services.segments.plugin [-] Segment b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c71f33-9fa1-4def-b74a-ba3e06ae20f9 found for delete ", "request_id": "req-0680e07e-d3e1-43cb-9f51-57b1202843d7"}]} [pid: 7|app: 0|req: 773/1628] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/routers/b0e248ee-d913-416c-bfb9-a40fa5d9378d => generated 0 bytes in 984 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1629] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:11 2026] DELETE /v2.0/ports/ad2b8413-26c1-4d1b-9699-89ed8510013f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:12.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa385786-2891-4ffc-83a1-28570fbfaa72 f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] TaaS: Handle Delete Port: e5d66067-8eb9-4bf9-8cae-1e35a27a5854 2026-05-28 13:54:12.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa385786-2891-4ffc-83a1-28570fbfaa72 f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Tap Mirror: Handle Delete Port: e5d66067-8eb9-4bf9-8cae-1e35a27a5854 [pid: 7|app: 0|req: 774/1630] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/subnets/9a1340f7-33d5-4170-a329-2c633139ca2d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1631] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/ports/e5d66067-8eb9-4bf9-8cae-1e35a27a5854 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1632] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:54:12 2026] GET /v2.0/networks?id=f792f575-3a0b-4b9f-bd73-3896d9491f10 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:12.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed5ca639-b4b5-4add-930d-ff5aff8adf7e e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: f917b302-5592-4c1c-8c8d-69fc55fb5752 2026-05-28 13:54:12.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed5ca639-b4b5-4add-930d-ff5aff8adf7e e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: f917b302-5592-4c1c-8c8d-69fc55fb5752 2026-05-28 13:54:12.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe7828b3-e828-4611-a6c0-37aeb2c250bc f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] TaaS: Handle Delete Port: 0f2f0900-9148-481a-b94e-0e351d4f08a3 2026-05-28 13:54:12.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe7828b3-e828-4611-a6c0-37aeb2c250bc f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Tap Mirror: Handle Delete Port: 0f2f0900-9148-481a-b94e-0e351d4f08a3 [pid: 7|app: 0|req: 776/1633] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/ports/0f2f0900-9148-481a-b94e-0e351d4f08a3 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:12.573 8 INFO neutron.services.segments.plugin [-] Segment 2e1171e0-8101-45af-97e4-fa691f927457 resource provider aggregate not found 2026-05-28 13:54:12.576 8 INFO neutron.services.segments.plugin [-] Segment 2e1171e0-8101-45af-97e4-fa691f927457 resource provider aggregate not found 2026-05-28 13:54:12.589 8 INFO neutron.services.segments.plugin [-] Segment 2e1171e0-8101-45af-97e4-fa691f927457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1171e0-8101-45af-97e4-fa691f927457 found for delete ", "request_id": "req-fcb74d0c-7874-494d-99bd-e3844a7fca47"}]} 2026-05-28 13:54:12.594 8 INFO neutron.services.segments.plugin [-] Segment 2e1171e0-8101-45af-97e4-fa691f927457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1171e0-8101-45af-97e4-fa691f927457 found for delete ", "request_id": "req-f5874de4-b981-4c65-b1ee-62140ec2df07"}]} [pid: 8|app: 0|req: 858/1634] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/networks/93f5bf9a-34bf-4dc5-9f08-29f1f7e97afd => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1635] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:12 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:12.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-9998f600-ec57-486d-98be-91af0696803a f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] TaaS: Handle Delete Port: 28cd0d55-2770-4caa-9bd2-7473f83ff31b 2026-05-28 13:54:12.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9998f600-ec57-486d-98be-91af0696803a f1052aa4e10142f4829108909591624f 9b8b3bdcf6f047d887439057f04e503e - - default default] Tap Mirror: Handle Delete Port: 28cd0d55-2770-4caa-9bd2-7473f83ff31b [pid: 8|app: 0|req: 860/1636] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/ports/28cd0d55-2770-4caa-9bd2-7473f83ff31b => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1637] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:12 2026] GET /v2.0/security-groups?tenant_id=d79a1a823648457e861d8a8f4834a801&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: 777/1638] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:54:12 2026] POST /v2.0/ports => generated 954 bytes in 420 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: 778/1639] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/security-groups/30c2f806-f172-42a6-a7c9-f7b670a42bf4 => 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: 862/1640] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:12 2026] DELETE /v2.0/networks/9b515a29-a427-4c4c-921b-6a540ee7c651 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1641] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:13 2026] DELETE /v2.0/networks/55a7886f-24cb-4293-9cdc-e8e966d5109b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1642] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:13 2026] DELETE /v2.0/networks/0c70ed6d-2c41-435c-8f9d-bce6de26edf9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1643] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:13 2026] DELETE /v2.0/networks/01aa6dcc-c8c1-4ac1-9270-ce95ff857c7a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1644] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:54:13 2026] PUT /v2.0/ports/4515ba9e-e467-44ea-92b7-02acffea5138 => generated 1235 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:13.474 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dad0cb4d-01f5-48ed-89a6-97e9b236f517'] response: {'name': 'network-changed', 'server_uuid': '298164f0-5a36-4d7a-817a-b63c7390ad46', 'tag': '4515ba9e-e467-44ea-92b7-02acffea5138', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 866/1645] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:13 2026] DELETE /v2.0/networks/856d83e0-50b3-4049-a171-64a48b797ada => generated 0 bytes in 107 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: 7|app: 0|req: 780/1646] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:13 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1647] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:13 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&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: 7|app: 0|req: 781/1648] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:54:13 2026] GET /v2.0/ports?tenant_id=b550f1f244bb47cb835f17ba20fcdb34&device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1649] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:54:14 2026] GET /v2.0/networks?tenant_id=b550f1f244bb47cb835f17ba20fcdb34&shared=False => generated 774 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1650] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:54:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1651] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:14 2026] GET /v2.0/security-groups?tenant_id=9b8b3bdcf6f047d887439057f04e503e&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:14.608 8 INFO neutron.services.segments.plugin [-] Segment 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 resource provider aggregate not found 2026-05-28 13:54:14.612 8 INFO neutron.services.segments.plugin [-] Segment 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 resource provider aggregate not found 2026-05-28 13:54:14.624 8 INFO neutron.services.segments.plugin [-] Segment 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 found for delete ", "request_id": "req-dd20a904-ea9d-4fd0-b1f9-133841a0233f"}]} 2026-05-28 13:54:14.628 8 INFO neutron.services.segments.plugin [-] Segment 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b664ba-cfa9-42b4-ba79-0ac4a58ea4e8 found for delete ", "request_id": "req-e4fe6db4-cd60-4834-a892-4d4ec16ed4a6"}]} 2026-05-28 13:54:14.640 8 INFO neutron.services.segments.plugin [-] Segment 43c9c0c1-92c9-475a-acdd-5ebbdb036cec resource provider aggregate not found [pid: 7|app: 0|req: 783/1652] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:14 2026] DELETE /v2.0/security-groups/24e12c8d-fb3b-4bde-a3a3-8ec8d61c3a6f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:14.646 8 INFO neutron.services.segments.plugin [-] Segment 43c9c0c1-92c9-475a-acdd-5ebbdb036cec resource provider aggregate not found 2026-05-28 13:54:14.658 8 INFO neutron.services.segments.plugin [-] Segment 43c9c0c1-92c9-475a-acdd-5ebbdb036cec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c9c0c1-92c9-475a-acdd-5ebbdb036cec found for delete ", "request_id": "req-64f1470f-01ca-4d97-b062-1c03e6b75692"}]} 2026-05-28 13:54:14.664 8 INFO neutron.services.segments.plugin [-] Segment 43c9c0c1-92c9-475a-acdd-5ebbdb036cec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c9c0c1-92c9-475a-acdd-5ebbdb036cec found for delete ", "request_id": "req-ecdd5a3e-fd42-4840-b5d9-35696f365709"}]} 2026-05-28 13:54:14.677 8 INFO neutron.services.segments.plugin [-] Segment b05cdb12-4afc-40a4-8d7a-fc1976e0d985 resource provider aggregate not found 2026-05-28 13:54:14.681 8 INFO neutron.services.segments.plugin [-] Segment b05cdb12-4afc-40a4-8d7a-fc1976e0d985 resource provider aggregate not found 2026-05-28 13:54:14.693 8 INFO neutron.services.segments.plugin [-] Segment b05cdb12-4afc-40a4-8d7a-fc1976e0d985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b05cdb12-4afc-40a4-8d7a-fc1976e0d985 found for delete ", "request_id": "req-7cb60f1c-b776-41a9-bc47-ae398451efde"}]} 2026-05-28 13:54:14.698 8 INFO neutron.services.segments.plugin [-] Segment b05cdb12-4afc-40a4-8d7a-fc1976e0d985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b05cdb12-4afc-40a4-8d7a-fc1976e0d985 found for delete ", "request_id": "req-932d8bf6-935f-4e80-9c62-5389574a807d"}]} 2026-05-28 13:54:14.711 8 INFO neutron.services.segments.plugin [-] Segment dee6774e-7e35-450c-9812-7f028477ea12 resource provider aggregate not found 2026-05-28 13:54:14.716 8 INFO neutron.services.segments.plugin [-] Segment dee6774e-7e35-450c-9812-7f028477ea12 resource provider aggregate not found 2026-05-28 13:54:14.729 8 INFO neutron.services.segments.plugin [-] Segment dee6774e-7e35-450c-9812-7f028477ea12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dee6774e-7e35-450c-9812-7f028477ea12 found for delete ", "request_id": "req-6eaca4c4-df1b-47d2-bfde-a64b2d62242c"}]} 2026-05-28 13:54:14.731 8 INFO neutron.services.segments.plugin [-] Segment dee6774e-7e35-450c-9812-7f028477ea12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dee6774e-7e35-450c-9812-7f028477ea12 found for delete ", "request_id": "req-bc6fd17e-88d7-455f-8664-877964cd2de9"}]} 2026-05-28 13:54:14.749 8 INFO neutron.services.segments.plugin [-] Segment 669d1ba5-9948-48b8-875d-9434d296f8aa resource provider aggregate not found 2026-05-28 13:54:14.754 8 INFO neutron.services.segments.plugin [-] Segment 669d1ba5-9948-48b8-875d-9434d296f8aa resource provider aggregate not found 2026-05-28 13:54:14.770 8 INFO neutron.services.segments.plugin [-] Segment 669d1ba5-9948-48b8-875d-9434d296f8aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 669d1ba5-9948-48b8-875d-9434d296f8aa found for delete ", "request_id": "req-2f132492-d8f0-43b1-953c-d0ef01df41ef"}]} 2026-05-28 13:54:14.772 8 INFO neutron.services.segments.plugin [-] Segment 669d1ba5-9948-48b8-875d-9434d296f8aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 669d1ba5-9948-48b8-875d-9434d296f8aa found for delete ", "request_id": "req-727d0d99-e065-45d8-8c2f-0c86c748fd7b"}]} [pid: 7|app: 0|req: 784/1653] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:14 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 785/1654] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:14 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1655] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:14 2026] GET /v2.0/security-groups?tenant_id=3a8429ac5f1d4a7db174c02a3f9f4ef9&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1656] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:14 2026] DELETE /v2.0/security-groups/fbed153c-7701-4184-8f72-b6683db36fa8 => 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: 871/1657] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/ports?tenant_id=b550f1f244bb47cb835f17ba20fcdb34&device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1658] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4515ba9e-e467-44ea-92b7-02acffea5138 => 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: 873/1659] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/subnets?id=08f081b1-bbce-4c38-82e7-a035c04deb0a => generated 696 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1660] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/security-groups?tenant_id=1066256d85114797b3e0a36bd78a0446&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1661] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/ports?network_id=f792f575-3a0b-4b9f-bd73-3896d9491f10&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1662] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/networks/f792f575-3a0b-4b9f-bd73-3896d9491f10?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1663] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/networks/f792f575-3a0b-4b9f-bd73-3896d9491f10?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: 788/1664] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:15 2026] DELETE /v2.0/security-groups/4f624772-099a-40fc-9b3f-1fb956d8f2b9 => 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: 877/1665] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:15 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 789/1666] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:16 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1667] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:17 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1668] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:17 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1669] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:18 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1670] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:18 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:19.489 8 INFO neutron.db.segments_db [None req-a1d60c5a-06c5-472e-a72e-e8a5fe21e118 d69e026d094d404daef24a2f2b7bc430 21ced18014a745d498e2586dc64a6726 - - default default] Added segment 8fc26ff5-bd7b-4a9b-8be6-608928169f6d of type vxlan for network fb38ffbc-03d8-429e-a515-f60a6e75d445 [pid: 8|app: 0|req: 880/1671] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:19 2026] POST /v2.0/networks => generated 613 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1672] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:19 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1673] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:19 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1674] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:54:19 2026] PUT /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1675] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:19 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1676] 10.0.0.210 () {34 vars in 764 bytes} [Thu May 28 13:54:19 2026] PUT /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/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: 795/1677] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:19 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1678] 10.0.0.210 () {34 vars in 760 bytes} [Thu May 28 13:54:19 2026] PUT /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags/red => 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: 884/1679] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:19 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1680] 10.0.0.210 () {34 vars in 782 bytes} [Thu May 28 13:54:19 2026] PUT /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1681] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1682] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:19 2026] GET /v2.0/security-groups?tenant_id=88ec4402005b4b639ab141ae5340bfb6&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1683] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:54:20 2026] PUT /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1684] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1685] 10.0.0.210 () {32 vars in 741 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:20.311 8 INFO neutron.api.v2.resource [None req-60713b76-eef1-4bcb-baff-507bbc49c32c d69e026d094d404daef24a2f2b7bc430 21ced18014a745d498e2586dc64a6726 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1686] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:20 2026] DELETE /v2.0/security-groups/ce281e6a-551e-48a5-9302-c8d71b02778e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1687] 10.0.0.210 () {32 vars in 745 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1688] 10.0.0.210 () {32 vars in 744 bytes} [Thu May 28 13:54:20 2026] DELETE /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1689] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:20.501 8 INFO neutron.api.v2.resource [None req-5c5f2ceb-0e2b-4c78-a525-7a914a4f4b1e d69e026d094d404daef24a2f2b7bc430 21ced18014a745d498e2586dc64a6726 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1690] 10.0.0.210 () {32 vars in 748 bytes} [Thu May 28 13:54:20 2026] DELETE /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1691] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/security-groups?tenant_id=16f0b1982e544ae1993176c55297f07f&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1692] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:54:20 2026] DELETE /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1693] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1694] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:20 2026] DELETE /v2.0/security-groups/b92184d7-a8d9-498b-b304-f33000a26a7a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1695] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 802/1696] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:20 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:20.815 8 INFO neutron.services.segments.plugin [-] Segment 8fc26ff5-bd7b-4a9b-8be6-608928169f6d resource provider aggregate not found 2026-05-28 13:54:20.817 8 INFO neutron.services.segments.plugin [-] Segment 8fc26ff5-bd7b-4a9b-8be6-608928169f6d resource provider aggregate not found 2026-05-28 13:54:20.842 8 INFO neutron.services.segments.plugin [-] Segment 8fc26ff5-bd7b-4a9b-8be6-608928169f6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc26ff5-bd7b-4a9b-8be6-608928169f6d found for delete ", "request_id": "req-e12c9f6d-5ce6-41d2-9dc5-cbb14824e23a"}]} 2026-05-28 13:54:20.864 8 INFO neutron.services.segments.plugin [-] Segment 8fc26ff5-bd7b-4a9b-8be6-608928169f6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc26ff5-bd7b-4a9b-8be6-608928169f6d found for delete ", "request_id": "req-dd99a011-c935-4651-a5e7-fc4e0d1bab56"}]} [pid: 8|app: 0|req: 895/1697] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:20 2026] DELETE /v2.0/networks/fb38ffbc-03d8-429e-a515-f60a6e75d445 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1698] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:21 2026] GET /v2.0/security-groups?tenant_id=21ced18014a745d498e2586dc64a6726&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1699] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:21 2026] DELETE /v2.0/security-groups/22b3c070-c049-4760-9741-5586d7a84bfe => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1700] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:21 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1701] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:21 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1702] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:21 2026] GET /v2.0/security-groups?tenant_id=eda8cd0a53ab4b7ca84adf436bd9c0df&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1703] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:22 2026] DELETE /v2.0/security-groups/648fb13d-4791-4343-b90b-4092239f28c3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1704] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:22 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 899/1705] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:22 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1708] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:23 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1709] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:23 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1710] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:24 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1711] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:54:24 2026] GET /v2.0/security-groups?id=3b12270a-4808-4d9e-8fee-9d79c3f5bd31&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: 903/1712] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:54:24 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:24.975 7 INFO neutron_taas.services.taas.taas_plugin [req-2aa0078e-9984-4ed1-ba5a-a0be23cf4685 req-893be75e-e457-4b61-8b07-d3874ab08f48 9ce10421d0e84b01bf67b1f4b37c30d8 b550f1f244bb47cb835f17ba20fcdb34 - - default default] TaaS: Handle Delete Port: 4515ba9e-e467-44ea-92b7-02acffea5138 2026-05-28 13:54:24.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2aa0078e-9984-4ed1-ba5a-a0be23cf4685 req-893be75e-e457-4b61-8b07-d3874ab08f48 9ce10421d0e84b01bf67b1f4b37c30d8 b550f1f244bb47cb835f17ba20fcdb34 - - default default] Tap Mirror: Handle Delete Port: 4515ba9e-e467-44ea-92b7-02acffea5138 [pid: 7|app: 0|req: 810/1713] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:54:24 2026] DELETE /v2.0/ports/4515ba9e-e467-44ea-92b7-02acffea5138 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:25.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8295698f-9601-4d68-8daa-3606411ed49f'] response: {'server_uuid': '298164f0-5a36-4d7a-817a-b63c7390ad46', 'name': 'network-vif-deleted', 'tag': '4515ba9e-e467-44ea-92b7-02acffea5138', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1714] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:24 2026] GET /v2.0/security-groups?tenant_id=06c585264c4e4522a904206b8ecb6922&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1715] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:25 2026] DELETE /v2.0/security-groups/49328ef8-a08f-4e90-a33d-bd28a3addfb4 => 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: 905/1716] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:25 2026] GET /v2.0/security-groups?tenant_id=4f1e09e04f6544b9abf026d30446b9f3&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: 812/1717] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:25 2026] DELETE /v2.0/security-groups/e4ea54df-f84e-4032-a3d1-8aa82baf0acb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:25.837 8 INFO neutron.db.segments_db [None req-971d9543-020c-4b06-bd51-c60dff6e797c 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] Added segment 9455b546-4d2c-454e-8767-2ba8ae90afd7 of type vxlan for network 2f73308e-7312-4451-93df-96480464a0e7 [pid: 7|app: 0|req: 813/1718] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:25 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:26.067 8 INFO neutron.db.l3_hamode_db [None req-971d9543-020c-4b06-bd51-c60dff6e797c 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:54:26.183 8 INFO neutron.db.l3_hamode_db [None req-971d9543-020c-4b06-bd51-c60dff6e797c 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 906/1719] 10.0.0.210 () {34 vars in 668 bytes} [Thu May 28 13:54:25 2026] POST /v2.0/routers => generated 474 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1720] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:54:26 2026] PUT /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 25 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1721] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:26 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 815/1722] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:26 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1723] 10.0.0.210 () {34 vars in 762 bytes} [Thu May 28 13:54:27 2026] PUT /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/green => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1724] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:27 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1725] 10.0.0.210 () {34 vars in 758 bytes} [Thu May 28 13:54:27 2026] PUT /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/red => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1726] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:27 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1727] 10.0.0.210 () {34 vars in 780 bytes} [Thu May 28 13:54:27 2026] PUT /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/black.or.white => generated 4 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1728] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:27 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 52 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1729] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:54:28 2026] GET /v2.0/ports?device_id=298164f0-5a36-4d7a-817a-b63c7390ad46 => 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: 911/1730] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:54:27 2026] PUT /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 37 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1731] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:28 2026] GET /v2.0/security-groups?tenant_id=3080fcac572240baafbbb9e557361a8c&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: 912/1732] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:28 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1733] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:28 2026] DELETE /v2.0/security-groups/fae67773-c81d-4e26-90ed-0b1219950c12 => 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: 913/1734] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:54:28 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/red => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:28.780 7 INFO neutron.api.v2.resource [None req-3e444a65-200f-4c31-9f9b-4f590fee55a7 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 822/1735] 10.0.0.210 () {32 vars in 743 bytes} [Thu May 28 13:54:28 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1736] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 13:54:28 2026] DELETE /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/red => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1737] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:28 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:29.142 8 INFO neutron.api.v2.resource [None req-c6996d5b-fab4-4c2f-ba4a-3720ab7fb639 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1738] 10.0.0.210 () {32 vars in 746 bytes} [Thu May 28 13:54:29 2026] DELETE /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags/green => generated 99 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1739] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:54:29 2026] DELETE /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1740] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:29 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1741] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:54:29 2026] GET /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:29.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-9646d46b-16b4-47a6-b2ba-fc4fed431221 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: ca1719dc-66c2-44e1-a261-e475180b13c3 2026-05-28 13:54:29.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9646d46b-16b4-47a6-b2ba-fc4fed431221 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: ca1719dc-66c2-44e1-a261-e475180b13c3 [pid: 8|app: 0|req: 919/1742] 10.0.0.210 () {34 vars in 742 bytes} [Thu May 28 13:54:29 2026] PUT /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01 => generated 480 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1743] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:54:30 2026] GET /v2.0/ports?device_id=6f2345df-cf70-48a9-a5f6-1561c930cf01 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1744] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:54:29 2026] PUT /v2.0/routers/560384ed-5498-4034-bcc7-ea0688b69039/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:30.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8d685ed-0e20-4990-8f6c-d26735befd99 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] TaaS: Handle Delete Port: d662861f-c94b-4a39-8913-2d1d4b1bf5c4 2026-05-28 13:54:30.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8d685ed-0e20-4990-8f6c-d26735befd99 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] Tap Mirror: Handle Delete Port: d662861f-c94b-4a39-8913-2d1d4b1bf5c4 2026-05-28 13:54:30.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b346dd6-9b5f-41a1-a9ca-5f1d788f73df e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: e15b3aff-ca42-4c09-bf41-38e2957f6108 2026-05-28 13:54:30.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b346dd6-9b5f-41a1-a9ca-5f1d788f73df e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: e15b3aff-ca42-4c09-bf41-38e2957f6108 2026-05-28 13:54:30.591 8 INFO neutron.services.segments.plugin [-] Segment 9455b546-4d2c-454e-8767-2ba8ae90afd7 resource provider aggregate not found 2026-05-28 13:54:30.596 8 INFO neutron.services.segments.plugin [-] Segment 9455b546-4d2c-454e-8767-2ba8ae90afd7 resource provider aggregate not found 2026-05-28 13:54:30.610 8 INFO neutron.services.segments.plugin [-] Segment 9455b546-4d2c-454e-8767-2ba8ae90afd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9455b546-4d2c-454e-8767-2ba8ae90afd7 found for delete ", "request_id": "req-4210eb9f-6399-461f-b8c5-f5e6d484c094"}]} 2026-05-28 13:54:30.615 8 INFO neutron.services.segments.plugin [-] Segment 9455b546-4d2c-454e-8767-2ba8ae90afd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9455b546-4d2c-454e-8767-2ba8ae90afd7 found for delete ", "request_id": "req-7b9fd7f4-a55c-4f51-93d3-5fffdab511f4"}]} 2026-05-28 13:54:30.616 8 INFO neutron.db.l3_hamode_db [None req-d8d685ed-0e20-4990-8f6c-d26735befd99 41c6311b5fef4a5dab67040e443ce720 93c2279caa9c44c1a7d3f803fb861553 - - default default] HA network 2f73308e-7312-4451-93df-96480464a0e7 was deleted as no HA routers are present in tenant 93c2279caa9c44c1a7d3f803fb861553. [pid: 8|app: 0|req: 921/1745] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:30 2026] DELETE /v2.0/routers/6f2345df-cf70-48a9-a5f6-1561c930cf01 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:30.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b346dd6-9b5f-41a1-a9ca-5f1d788f73df e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: e60a72ff-5174-4808-89e6-db5c7c9014db 2026-05-28 13:54:30.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b346dd6-9b5f-41a1-a9ca-5f1d788f73df e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: e60a72ff-5174-4808-89e6-db5c7c9014db 2026-05-28 13:54:31.071 7 INFO neutron.services.segments.plugin [-] Segment f7fc15b9-97e1-499e-b49e-a678eeee268e resource provider aggregate not found 2026-05-28 13:54:31.075 7 INFO neutron.services.segments.plugin [-] Segment f7fc15b9-97e1-499e-b49e-a678eeee268e resource provider aggregate not found 2026-05-28 13:54:31.085 7 INFO neutron.services.segments.plugin [-] Segment f7fc15b9-97e1-499e-b49e-a678eeee268e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7fc15b9-97e1-499e-b49e-a678eeee268e found for delete ", "request_id": "req-27052893-8b60-4fe3-8154-495c3a005089"}]} 2026-05-28 13:54:31.091 7 INFO neutron.db.l3_hamode_db [None req-6b346dd6-9b5f-41a1-a9ca-5f1d788f73df e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network bd4e67ad-b449-41dc-b7b8-214fb072b48b was deleted as no HA routers are present in tenant b550f1f244bb47cb835f17ba20fcdb34. 2026-05-28 13:54:31.097 7 INFO neutron.services.segments.plugin [-] Segment f7fc15b9-97e1-499e-b49e-a678eeee268e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7fc15b9-97e1-499e-b49e-a678eeee268e found for delete ", "request_id": "req-9d660921-3aed-493d-81a9-abf40a2febd6"}]} [pid: 7|app: 0|req: 825/1746] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:30 2026] DELETE /v2.0/routers/560384ed-5498-4034-bcc7-ea0688b69039 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1747] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:31 2026] DELETE /v2.0/subnets/08f081b1-bbce-4c38-82e7-a035c04deb0a => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:31.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6f65957-de50-4487-bf78-3ac88fcdda78 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 3c440558-f504-4806-8ee7-c479d3e1d6a6 2026-05-28 13:54:31.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6f65957-de50-4487-bf78-3ac88fcdda78 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 3c440558-f504-4806-8ee7-c479d3e1d6a6 [pid: 7|app: 0|req: 826/1748] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:31 2026] GET /v2.0/security-groups?tenant_id=f1280442d9314cd49735003fea4eb667&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1749] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:31 2026] DELETE /v2.0/networks/f792f575-3a0b-4b9f-bd73-3896d9491f10 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1750] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:31 2026] DELETE /v2.0/security-groups/0ce90022-b583-4aab-92fa-eba4f2c28305 => 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: 924/1751] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:31 2026] GET /v2.0/security-groups?tenant_id=b550f1f244bb47cb835f17ba20fcdb34&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1752] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:31 2026] DELETE /v2.0/security-groups/3b12270a-4808-4d9e-8fee-9d79c3f5bd31 => 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/1753] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:31 2026] GET /v2.0/security-groups?tenant_id=93c2279caa9c44c1a7d3f803fb861553&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1754] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:31 2026] DELETE /v2.0/security-groups/bd390fc8-2de0-49f4-a377-2e6992c06f26 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:32.629 8 INFO neutron.services.segments.plugin [-] Segment 044e303b-1ff4-41b0-a258-2e8008460d76 resource provider aggregate not found 2026-05-28 13:54:32.633 8 INFO neutron.services.segments.plugin [-] Segment 044e303b-1ff4-41b0-a258-2e8008460d76 resource provider aggregate not found 2026-05-28 13:54:32.644 8 INFO neutron.services.segments.plugin [-] Segment 044e303b-1ff4-41b0-a258-2e8008460d76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044e303b-1ff4-41b0-a258-2e8008460d76 found for delete ", "request_id": "req-1bc38d43-cf61-4cf9-aa58-7e7979fb003c"}]} 2026-05-28 13:54:32.655 8 INFO neutron.services.segments.plugin [-] Segment 044e303b-1ff4-41b0-a258-2e8008460d76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044e303b-1ff4-41b0-a258-2e8008460d76 found for delete ", "request_id": "req-19852beb-5b74-44fe-a297-1f8f890c77c9"}]} [pid: 8|app: 0|req: 926/1755] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:33 2026] GET /v2.0/security-groups?tenant_id=98b827a85a6246bdb5d81681d4573059&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1756] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:34 2026] DELETE /v2.0/security-groups/ba1e5e6b-e8d4-4527-af87-f77dcee9a6ab => 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: 927/1757] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:54:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1758] 10.0.0.210 () {34 vars in 767 bytes} [Thu May 28 13:54:35 2026] PUT /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1759] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:35 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/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: 832/1760] 10.0.0.210 () {34 vars in 778 bytes} [Thu May 28 13:54:35 2026] PUT /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1761] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:35 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1762] 10.0.0.210 () {34 vars in 774 bytes} [Thu May 28 13:54:36 2026] PUT /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1763] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/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: 834/1764] 10.0.0.210 () {34 vars in 796 bytes} [Thu May 28 13:54:36 2026] PUT /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1765] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1766] 10.0.0.210 () {34 vars in 767 bytes} [Thu May 28 13:54:36 2026] PUT /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1767] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1768] 10.0.0.210 () {32 vars in 755 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:36.366 7 INFO neutron.api.v2.resource [None req-8a7c2ed4-9813-4012-9aa0-f49fda2b61d8 f81fa17b93d74466b718febfad8448ca 3ba4bd9c93a449ab8d5380e56a6c0565 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1769] 10.0.0.210 () {32 vars in 759 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1770] 10.0.0.210 () {32 vars in 758 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1771] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1772] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups?tenant_id=f0bf987bac88490d93240b40d54ea3ae&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:36.538 7 INFO neutron.api.v2.resource [None req-dc83b159-07d7-4903-826a-2518a4a0cf08 f81fa17b93d74466b718febfad8448ca 3ba4bd9c93a449ab8d5380e56a6c0565 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1773] 10.0.0.210 () {32 vars in 762 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1774] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/ba16ee61-91ce-4271-a9e6-ed27a3a173d8 => 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: 933/1775] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1776] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb/tags => 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: 843/1777] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups?tenant_id=382bcae9e3bf4a75b76fa75d5c25cb14&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1778] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/e5af61ca-4029-4ed6-a0b0-7cf1e82bdddb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1779] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:36 2026] GET /v2.0/security-groups?tenant_id=b7deffa88e024aa0a00378c8bf505a54&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1780] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/e2672c33-3d83-4498-8ec4-1d3361efa7ed => 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: 845/1781] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:36 2026] DELETE /v2.0/security-groups/27bddc84-ac55-4b1a-8b70-97cc6a499b35 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1782] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:37 2026] GET /v2.0/security-groups?tenant_id=09122be8dcad4e14a1c470f51e157442&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1783] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:37 2026] DELETE /v2.0/security-groups/ca78271b-68e9-4ec1-ac8f-e100f210c52b => 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: 938/1784] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:37 2026] GET /v2.0/security-groups?tenant_id=3ba4bd9c93a449ab8d5380e56a6c0565&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1785] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:37 2026] DELETE /v2.0/security-groups/df5955e8-55b0-42ed-93fa-43a45670a231 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:38.905 8 INFO neutron.db.segments_db [None req-4d944cad-0126-44d7-b7c2-3d97719abf10 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] Added segment 9c8a9180-92eb-478a-9912-5f7d1b4de6eb of type vxlan for network 4b39b95f-94df-4944-bab7-de092b5e261c [pid: 8|app: 0|req: 940/1788] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:38 2026] POST /v2.0/networks => generated 629 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1789] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:39 2026] POST /v2.0/subnets => generated 673 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:39.911 8 INFO neutron.db.segments_db [None req-71a2c1be-6b40-41fb-8f64-2dbffc8003df 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] Added segment 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 of type vxlan for network b4ed5781-beb3-4590-90dc-ac6ebbf9c313 [pid: 8|app: 0|req: 941/1790] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:39 2026] POST /v2.0/networks => generated 627 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1791] 10.0.0.210 () {34 vars in 743 bytes} [Thu May 28 13:54:40 2026] PUT /v2.0/networks/b4ed5781-beb3-4590-90dc-ac6ebbf9c313 => generated 592 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1792] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:40 2026] POST /v2.0/subnets => generated 646 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1793] 10.0.0.210 () {34 vars in 741 bytes} [Thu May 28 13:54:40 2026] PUT /v2.0/subnets/40c8478f-a98b-43b4-904b-83d9cbb71957 => generated 656 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:40.935 8 INFO neutron.services.segments.plugin [-] Segment 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 resource provider aggregate not found 2026-05-28 13:54:40.942 8 INFO neutron.services.segments.plugin [-] Segment 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 resource provider aggregate not found 2026-05-28 13:54:40.959 8 INFO neutron.services.segments.plugin [-] Segment 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 found for delete ", "request_id": "req-bfe3b17e-9074-4d85-8f19-283b53bc4448"}]} 2026-05-28 13:54:40.966 8 INFO neutron.services.segments.plugin [-] Segment 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120ff576-e039-4cb9-8a2a-dd1ce01ebe34 found for delete ", "request_id": "req-b69ba054-0ca8-476d-a619-2ccf49e450d9"}]} [pid: 8|app: 0|req: 943/1794] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:40 2026] DELETE /v2.0/networks/b4ed5781-beb3-4590-90dc-ac6ebbf9c313 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:41.003 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fe0b1a7-7a83-4984-92e0-1019c73be0fb 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1795] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:40 2026] DELETE /v2.0/networks/b4ed5781-beb3-4590-90dc-ac6ebbf9c313 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1796] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:54:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1797] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 13:54:41 2026] GET /v2.0/subnets?network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1798] 10.0.0.210 () {32 vars in 653 bytes} [Thu May 28 13:54:41 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: 854/1799] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:54:41 2026] GET /v2.0/networks => generated 1313 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1800] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:54:41 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1801] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 13:54:41 2026] GET /v2.0/networks/4b39b95f-94df-4944-bab7-de092b5e261c => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1802] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:54:41 2026] GET /v2.0/subnets/634bf00a-4c5d-47b8-8890-ae8a9f4a1258 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:41.363 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a249e50-646c-4646-b80b-3d90f5089f34 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1803] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:41 2026] DELETE /v2.0/subnets/40c8478f-a98b-43b4-904b-83d9cbb71957 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:54:41.381 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01e46b8f-8bbe-49fe-8600-8760a955cbdb 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 948/1804] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:41 2026] DELETE /v2.0/networks/b4ed5781-beb3-4590-90dc-ac6ebbf9c313 => 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: 857/1805] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:41 2026] DELETE /v2.0/subnets/634bf00a-4c5d-47b8-8890-ae8a9f4a1258 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:41.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-7894636a-b840-4577-8410-a88120162291 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] TaaS: Handle Delete Port: 589b89b9-83ba-42f0-bee8-f82846d11b99 2026-05-28 13:54:41.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7894636a-b840-4577-8410-a88120162291 2697f8e38ee347ed9d8135e837f71b8b 52f60376971b4ef0b450f1e71e63bd56 - - default default] Tap Mirror: Handle Delete Port: 589b89b9-83ba-42f0-bee8-f82846d11b99 [pid: 8|app: 0|req: 949/1806] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:41 2026] DELETE /v2.0/networks/4b39b95f-94df-4944-bab7-de092b5e261c => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:42.057 7 INFO neutron.db.segments_db [None req-253c2fc0-f1d8-4b86-a334-baaf09476def 6cae99578ae141acb81f8f9ddda6fec5 e3b50f31d8954f028659d70c51b17fd2 - - default default] Added segment ee9aee60-4cea-477c-a410-6f92290b1e3a of type vxlan for network 9709721e-40e7-4264-ae5e-df40cfebf9ea [pid: 7|app: 0|req: 858/1807] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:41 2026] POST /v2.0/networks => generated 613 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1808] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:42 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1809] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/security-groups?tenant_id=dba77a35f5394b2bbaaead03444efe40&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1810] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/security-groups?tenant_id=52f60376971b4ef0b450f1e71e63bd56&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1811] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:54:42 2026] PUT /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1812] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:42 2026] DELETE /v2.0/security-groups/2667fc52-4dad-417c-9d41-310572a1aeab => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1813] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:42 2026] DELETE /v2.0/security-groups/45d5e1e8-eda0-450b-b990-57c6c612d2bf => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1814] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1815] 10.0.0.210 () {34 vars in 762 bytes} [Thu May 28 13:54:42 2026] PUT /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1816] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1817] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/security-groups?tenant_id=7c5cece8979849d3bc0f021ac1b8cf87&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: 864/1818] 10.0.0.210 () {34 vars in 758 bytes} [Thu May 28 13:54:42 2026] PUT /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1819] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1820] 10.0.0.210 () {34 vars in 780 bytes} [Thu May 28 13:54:42 2026] PUT /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1821] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:42 2026] DELETE /v2.0/security-groups/3a467475-0584-4bc9-b910-0e1219421cf7 => 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: 867/1822] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:42 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:42.984 8 INFO neutron.services.segments.plugin [-] Segment 9c8a9180-92eb-478a-9912-5f7d1b4de6eb resource provider aggregate not found 2026-05-28 13:54:42.985 8 INFO neutron.services.segments.plugin [-] Segment 9c8a9180-92eb-478a-9912-5f7d1b4de6eb resource provider aggregate not found 2026-05-28 13:54:43.014 8 INFO neutron.services.segments.plugin [-] Segment 9c8a9180-92eb-478a-9912-5f7d1b4de6eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c8a9180-92eb-478a-9912-5f7d1b4de6eb found for delete ", "request_id": "req-be9185b2-da80-439c-a928-54f58a14c08f"}]} 2026-05-28 13:54:43.016 8 INFO neutron.services.segments.plugin [-] Segment 9c8a9180-92eb-478a-9912-5f7d1b4de6eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c8a9180-92eb-478a-9912-5f7d1b4de6eb found for delete ", "request_id": "req-72d2906b-a330-44c9-943c-b23350c5458c"}]} [pid: 8|app: 0|req: 956/1823] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:54:42 2026] PUT /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1824] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:43 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1825] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:54:43 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:43.167 7 INFO neutron.api.v2.resource [None req-c2091f5a-22ce-4f2d-bd92-1d6c5c91b006 6cae99578ae141acb81f8f9ddda6fec5 e3b50f31d8954f028659d70c51b17fd2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1826] 10.0.0.210 () {32 vars in 743 bytes} [Thu May 28 13:54:43 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1827] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 13:54:43 2026] DELETE /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/red => 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: 870/1828] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:43 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:43.352 8 INFO neutron.api.v2.resource [None req-aa1395dd-2a07-4b83-87b6-298305f878c8 6cae99578ae141acb81f8f9ddda6fec5 e3b50f31d8954f028659d70c51b17fd2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/1829] 10.0.0.210 () {32 vars in 746 bytes} [Thu May 28 13:54:43 2026] DELETE /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1830] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:54:43 2026] DELETE /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1831] 10.0.0.210 () {32 vars in 731 bytes} [Thu May 28 13:54:43 2026] GET /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1832] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:43 2026] DELETE /v2.0/subnets/bce4c594-500e-4de3-bc3a-f8ce912f5208 => 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: 961/1833] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:43 2026] DELETE /v2.0/networks/9709721e-40e7-4264-ae5e-df40cfebf9ea => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1834] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:44 2026] GET /v2.0/security-groups?tenant_id=92b1f317167a4728a56da7da9158ffbf&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:44.717 8 INFO neutron.db.segments_db [None req-035fa15a-921a-4d02-9295-d518a9a52f08 5f76a473e9d8479eb8f71bebd0649e9d 301d1ae171a549b1b7c86bf7a0f2b570 - - default default] Added segment f24ff294-3f5c-4a83-a4ba-815664473686 of type vxlan for network d8b16921-4c85-4f6a-ac1a-be553572f9b9 [pid: 7|app: 0|req: 874/1835] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:44 2026] DELETE /v2.0/security-groups/f8b0c695-e106-46d4-a549-4b8af062b56e => 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: 962/1836] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:44 2026] POST /v2.0/networks => generated 624 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1837] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:44 2026] GET /v2.0/security-groups?tenant_id=e3b50f31d8954f028659d70c51b17fd2&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1838] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:44 2026] DELETE /v2.0/security-groups/0782ec82-f7bb-46a5-86d8-28bee2d5d524 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:45.045 8 INFO neutron.services.segments.plugin [-] Segment ee9aee60-4cea-477c-a410-6f92290b1e3a resource provider aggregate not found 2026-05-28 13:54:45.054 8 INFO neutron.services.segments.plugin [-] Segment ee9aee60-4cea-477c-a410-6f92290b1e3a resource provider aggregate not found 2026-05-28 13:54:45.079 8 INFO neutron.services.segments.plugin [-] Segment ee9aee60-4cea-477c-a410-6f92290b1e3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9aee60-4cea-477c-a410-6f92290b1e3a found for delete ", "request_id": "req-07666ebf-ef98-4d86-bc03-d530bf52452f"}]} 2026-05-28 13:54:45.089 8 INFO neutron.services.segments.plugin [-] Segment ee9aee60-4cea-477c-a410-6f92290b1e3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9aee60-4cea-477c-a410-6f92290b1e3a found for delete ", "request_id": "req-78fdb875-3840-48e1-9481-ccdb641ac543"}]} [pid: 7|app: 0|req: 875/1839] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:44 2026] POST /v2.0/subnets => generated 641 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:45.231 8 INFO neutron.db.segments_db [None req-341ae03d-0ab1-4d98-a9f3-bec256c909d0 5f76a473e9d8479eb8f71bebd0649e9d 301d1ae171a549b1b7c86bf7a0f2b570 - - default default] Added segment 677e763c-341d-45ae-a386-7b966a2bda74 of type vxlan for network 0380d076-c9ff-482d-b7e8-0b717d5dbec5 [pid: 8|app: 0|req: 965/1840] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:45 2026] POST /v2.0/networks => generated 624 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1841] 10.0.0.210 () {34 vars in 743 bytes} [Thu May 28 13:54:45 2026] PUT /v2.0/networks/0380d076-c9ff-482d-b7e8-0b717d5dbec5 => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1842] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:45 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1843] 10.0.0.210 () {34 vars in 741 bytes} [Thu May 28 13:54:45 2026] PUT /v2.0/subnets/dd9c021c-8df6-462b-833e-0ad7b7e58355 => generated 636 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1844] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:45 2026] DELETE /v2.0/networks/0380d076-c9ff-482d-b7e8-0b717d5dbec5 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:46.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6306f666-9a74-409f-94cc-d8a42012001c 5f76a473e9d8479eb8f71bebd0649e9d 301d1ae171a549b1b7c86bf7a0f2b570 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1845] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:46 2026] DELETE /v2.0/networks/0380d076-c9ff-482d-b7e8-0b717d5dbec5 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1846] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1847] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/subnets?network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1848] 10.0.0.210 () {32 vars in 653 bytes} [Thu May 28 13:54:46 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: 880/1849] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/networks => generated 1308 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1850] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1851] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/networks/d8b16921-4c85-4f6a-ac1a-be553572f9b9 => generated 668 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1852] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/subnets/ffd0cb4f-72ff-4509-97a7-f98ef109d68a => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:46.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d65ed0d6-ab37-4ecc-ab2e-2c60fa238427 5f76a473e9d8479eb8f71bebd0649e9d 301d1ae171a549b1b7c86bf7a0f2b570 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1853] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:46 2026] DELETE /v2.0/subnets/dd9c021c-8df6-462b-833e-0ad7b7e58355 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:54:46.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79beb60f-5045-417f-a270-c58dab7fd3fe 5f76a473e9d8479eb8f71bebd0649e9d 301d1ae171a549b1b7c86bf7a0f2b570 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 972/1854] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:46 2026] DELETE /v2.0/networks/0380d076-c9ff-482d-b7e8-0b717d5dbec5 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1855] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:46 2026] DELETE /v2.0/subnets/ffd0cb4f-72ff-4509-97a7-f98ef109d68a => 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: 973/1856] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:46 2026] DELETE /v2.0/networks/d8b16921-4c85-4f6a-ac1a-be553572f9b9 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:47.110 8 INFO neutron.services.segments.plugin [-] Segment 677e763c-341d-45ae-a386-7b966a2bda74 resource provider aggregate not found 2026-05-28 13:54:47.117 8 INFO neutron.services.segments.plugin [-] Segment 677e763c-341d-45ae-a386-7b966a2bda74 resource provider aggregate not found 2026-05-28 13:54:47.139 8 INFO neutron.services.segments.plugin [-] Segment 677e763c-341d-45ae-a386-7b966a2bda74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 677e763c-341d-45ae-a386-7b966a2bda74 found for delete ", "request_id": "req-23785887-2ebc-4bbd-a37d-a5452b9708e4"}]} 2026-05-28 13:54:47.147 8 INFO neutron.services.segments.plugin [-] Segment 677e763c-341d-45ae-a386-7b966a2bda74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 677e763c-341d-45ae-a386-7b966a2bda74 found for delete ", "request_id": "req-1e7f41c6-6dad-40ef-b48c-5415a3db1d3f"}]} [pid: 7|app: 0|req: 884/1857] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:46 2026] GET /v2.0/security-groups?tenant_id=d0cb4172e98f4f71bc11abd51a376c23&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:54:47.157 8 INFO neutron.services.segments.plugin [-] Segment f24ff294-3f5c-4a83-a4ba-815664473686 resource provider aggregate not found 2026-05-28 13:54:47.165 8 INFO neutron.services.segments.plugin [-] Segment f24ff294-3f5c-4a83-a4ba-815664473686 resource provider aggregate not found 2026-05-28 13:54:47.187 8 INFO neutron.services.segments.plugin [-] Segment f24ff294-3f5c-4a83-a4ba-815664473686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f24ff294-3f5c-4a83-a4ba-815664473686 found for delete ", "request_id": "req-5a637a09-f59d-4e18-80d2-78a7c29c106c"}]} 2026-05-28 13:54:47.189 8 INFO neutron.services.segments.plugin [-] Segment f24ff294-3f5c-4a83-a4ba-815664473686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f24ff294-3f5c-4a83-a4ba-815664473686 found for delete ", "request_id": "req-26bcfb03-89ba-4df6-99ce-47c920c36ce9"}]} [pid: 8|app: 0|req: 974/1858] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:47 2026] DELETE /v2.0/security-groups/303b947b-435e-4ffe-a79c-0bee313becf2 => 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: 885/1859] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:47 2026] GET /v2.0/security-groups?tenant_id=301d1ae171a549b1b7c86bf7a0f2b570&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: 975/1860] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:47 2026] DELETE /v2.0/security-groups/c13d9df6-f793-4d66-aff0-6a29363b4a0b => 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: 886/1861] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:47 2026] GET /v2.0/security-groups?tenant_id=d0ed66136cae431a86559ed81aaf8970&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: 976/1862] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:47 2026] DELETE /v2.0/security-groups/87675886-6cd8-4fc0-bfa0-32cee25a226e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:48.795 7 INFO neutron.db.segments_db [None req-eee92e58-a3fd-4c06-948b-18e619f6e56c 0c08da14078d419e832c3ee8b4b2ad45 92a4d5e35a2d44c7b00fc37d2b442b46 - - default default] Added segment c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b of type vxlan for network 79145733-4226-4b7a-b581-71d3072b1192 [pid: 7|app: 0|req: 887/1863] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:48 2026] POST /v2.0/networks => generated 613 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:48.943 8 INFO neutron.db.segments_db [None req-e434941c-71e2-4d4d-8148-d545f7d9c18c 0c08da14078d419e832c3ee8b4b2ad45 92a4d5e35a2d44c7b00fc37d2b442b46 - - default default] Added segment 28cdd21a-6290-47d8-b295-bdba426aebcc of type vxlan for network 51b53628-dd6a-4f5e-af6b-74092a1c16c8 [pid: 8|app: 0|req: 977/1864] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:48 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1865] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:54:49 2026] PUT /v2.0/networks/79145733-4226-4b7a-b581-71d3072b1192/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1866] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:49 2026] GET /v2.0/networks/79145733-4226-4b7a-b581-71d3072b1192/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1867] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:54:49 2026] PUT /v2.0/networks/51b53628-dd6a-4f5e-af6b-74092a1c16c8/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1868] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:49 2026] GET /v2.0/networks/51b53628-dd6a-4f5e-af6b-74092a1c16c8/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1869] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:54:49 2026] PUT /v2.0/networks/51b53628-dd6a-4f5e-af6b-74092a1c16c8/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1870] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:49 2026] GET /v2.0/networks/51b53628-dd6a-4f5e-af6b-74092a1c16c8/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1871] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:54:49 2026] GET /v2.0/networks/79145733-4226-4b7a-b581-71d3072b1192/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:49.527 8 INFO neutron.db.segments_db [None req-8d07ebf1-ae9e-4501-99a0-ee557783c7ac c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment a001d73e-e1af-4bab-88c1-597ec467da44 of type vxlan for network 8727e2da-0b50-4db0-88ca-4b7dc3bb2eed 2026-05-28 13:54:49.588 7 INFO neutron.db.segments_db [None req-d57633dc-61fb-4cc9-8765-27729267ae41 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Added segment f4bf3e92-3942-4b6c-983b-1697ba565dd2 of type vxlan for network b805af07-4aeb-4f02-b942-2be00aee7a1f [pid: 8|app: 0|req: 979/1872] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:49 2026] POST /v2.0/networks => generated 611 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1873] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:49 2026] POST /v2.0/networks => generated 630 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:49.725 7 INFO neutron.db.segments_db [None req-8cb1f866-d86b-4f4c-8ad7-501d9788e050 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment 853b61ef-cacd-44c1-9a6b-18f10325c5f0 of type vxlan for network 9121fb3e-347e-48b5-a4e2-5e47fae9ce7c 2026-05-28 13:54:49.734 8 INFO neutron.services.segments.plugin [-] Segment c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b resource provider aggregate not found 2026-05-28 13:54:49.739 8 INFO neutron.services.segments.plugin [-] Segment c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b resource provider aggregate not found 2026-05-28 13:54:49.756 8 INFO neutron.services.segments.plugin [-] Segment c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b found for delete ", "request_id": "req-9b702531-8a02-490d-a0df-925dfe16fb63"}]} [pid: 8|app: 0|req: 980/1874] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:49 2026] DELETE /v2.0/networks/79145733-4226-4b7a-b581-71d3072b1192 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:49.761 8 INFO neutron.services.segments.plugin [-] Segment c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2308b2d-5ea4-4bd6-a5a5-916dfeb12b7b found for delete ", "request_id": "req-846fc5a2-58a6-445a-9313-98a1e0facd3b"}]} [pid: 7|app: 0|req: 895/1875] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:49 2026] POST /v2.0/networks => generated 610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:49.918 7 INFO neutron.services.segments.plugin [-] Segment 28cdd21a-6290-47d8-b295-bdba426aebcc resource provider aggregate not found 2026-05-28 13:54:49.919 7 INFO neutron.services.segments.plugin [-] Segment 28cdd21a-6290-47d8-b295-bdba426aebcc resource provider aggregate not found 2026-05-28 13:54:49.939 7 INFO neutron.services.segments.plugin [-] Segment 28cdd21a-6290-47d8-b295-bdba426aebcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28cdd21a-6290-47d8-b295-bdba426aebcc found for delete ", "request_id": "req-44cca591-25db-4a2a-9fec-d71f607faeaf"}]} 2026-05-28 13:54:49.940 7 INFO neutron.services.segments.plugin [-] Segment 28cdd21a-6290-47d8-b295-bdba426aebcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28cdd21a-6290-47d8-b295-bdba426aebcc found for delete ", "request_id": "req-d34eccba-7d9a-4f44-bafe-a4646fd9b5e0"}]} [pid: 7|app: 0|req: 896/1876] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:49 2026] DELETE /v2.0/networks/51b53628-dd6a-4f5e-af6b-74092a1c16c8 => 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: 981/1877] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:49 2026] POST /v2.0/subnets => generated 627 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:50.043 8 INFO neutron.db.segments_db [None req-1afa57ac-ac75-40e5-9f46-71187fb4e057 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Added segment 6f4d7ff9-fce0-425a-9df2-bba0c831e217 of type vxlan for network 015313aa-4033-44cd-885a-f2eab3505016 [pid: 7|app: 0|req: 897/1878] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:49 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:50.294 8 INFO neutron.db.l3_hamode_db [None req-1afa57ac-ac75-40e5-9f46-71187fb4e057 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/1879] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:50 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:50.458 7 INFO neutron.db.segments_db [None req-b1c70f7e-4d60-4c24-883f-2180a33b8f8c c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment d71cc778-7521-4dd7-abb7-d94d2e7d2d3c of type vxlan for network 92031d25-cadd-4315-9f7a-bbbb239cd507 2026-05-28 13:54:50.725 7 INFO neutron.db.l3_hamode_db [None req-b1c70f7e-4d60-4c24-883f-2180a33b8f8c c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:54:50.844 7 INFO neutron.db.l3_hamode_db [None req-b1c70f7e-4d60-4c24-883f-2180a33b8f8c c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:54:51.039 8 INFO neutron.db.l3_hamode_db [None req-1afa57ac-ac75-40e5-9f46-71187fb4e057 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 899/1880] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:50 2026] POST /v2.0/routers => generated 506 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1881] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:51 2026] GET /v2.0/security-groups?tenant_id=bfa739e29177451383a7f0efc6a95682&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1882] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:49 2026] POST /v2.0/routers => generated 695 bytes in 1830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1883] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:51 2026] DELETE /v2.0/security-groups/0200fbd1-2f94-44ad-8016-696bed91cd42 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1884] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:54:51 2026] PUT /v2.0/routers/68ba079b-5fc0-45b1-bde8-c7b594aa4e55/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1885] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:54:52 2026] GET /v2.0/security-groups?tenant_id=92a4d5e35a2d44c7b00fc37d2b442b46&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1886] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:52 2026] GET /v2.0/ports/1bda0802-012a-4353-8267-733537ef06c2 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1887] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:54:52 2026] DELETE /v2.0/security-groups/03c19206-3cbb-4280-873d-eacb0267cbf4 => 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: 984/1888] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:54:51 2026] PUT /v2.0/routers/40a9167f-490e-45b4-9983-8aacfb439d12/add_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1889] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:54:53 2026] POST /v2.0/ports => generated 955 bytes in 403 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: 988/1892] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:54:53 2026] POST /v2.0/ports => generated 958 bytes in 379 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: 905/1893] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:54:52 2026] PUT /v2.0/routers/68ba079b-5fc0-45b1-bde8-c7b594aa4e55/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1894] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:54:54 2026] GET /v2.0/ports/cb3fc0eb-f971-47c9-8598-0de79b17a58c => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:54.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b6634b3-fb96-4064-9ff5-77ef2b0e0766 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: cb3fc0eb-f971-47c9-8598-0de79b17a58c 2026-05-28 13:54:54.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b6634b3-fb96-4064-9ff5-77ef2b0e0766 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: cb3fc0eb-f971-47c9-8598-0de79b17a58c 2026-05-28 13:54:54.729 8 INFO neutron.db.l3_db [None req-1e1db316-0c02-466f-92ce-a682fd05718b e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Floating IP 8a7e58bf-ef7f-4f9d-a680-8091f5cdfd6a associated. External IP: 10.96.250.212, port: d708183f-31f1-41f0-a5a1-1473da0b278d. [pid: 7|app: 0|req: 907/1895] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:54:54 2026] PUT /v2.0/routers/68ba079b-5fc0-45b1-bde8-c7b594aa4e55/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1896] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:54:54 2026] POST /v2.0/floatingips => generated 842 bytes in 969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:55.140 8 INFO neutron.db.l3_db [None req-722947f8-0c0f-4ab4-b27d-c2cb66ee7415 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Floating IP 8a7e58bf-ef7f-4f9d-a680-8091f5cdfd6a disassociated. External IP: 10.96.250.212, port: d708183f-31f1-41f0-a5a1-1473da0b278d. 2026-05-28 13:54:55.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f513eac-92bd-4515-90ef-1882e26eef37 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 1bda0802-012a-4353-8267-733537ef06c2 2026-05-28 13:54:55.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f513eac-92bd-4515-90ef-1882e26eef37 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 1bda0802-012a-4353-8267-733537ef06c2 [pid: 8|app: 0|req: 990/1897] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:55 2026] PUT /v2.0/floatingips/8a7e58bf-ef7f-4f9d-a680-8091f5cdfd6a => generated 552 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:55.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-e57bf41a-96d9-48b8-b7b1-6b5a7fea3676 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: 1e8784fa-1421-43f3-b5c1-de1404912a63 2026-05-28 13:54:55.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e57bf41a-96d9-48b8-b7b1-6b5a7fea3676 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: 1e8784fa-1421-43f3-b5c1-de1404912a63 [pid: 7|app: 0|req: 908/1898] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:54:54 2026] PUT /v2.0/routers/68ba079b-5fc0-45b1-bde8-c7b594aa4e55/remove_router_interface => generated 309 bytes in 751 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1899] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:54:55 2026] GET /v2.0/ports?device_id=68ba079b-5fc0-45b1-bde8-c7b594aa4e55 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:54:55.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-18ef7b04-2b25-47c7-a2e0-e6906107b774 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 6185e88c-0b87-49be-b83c-9d3651fa829d 2026-05-28 13:54:55.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18ef7b04-2b25-47c7-a2e0-e6906107b774 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 6185e88c-0b87-49be-b83c-9d3651fa829d [pid: 8|app: 0|req: 991/1900] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:54:55 2026] DELETE /v2.0/floatingips/8a7e58bf-ef7f-4f9d-a680-8091f5cdfd6a => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:56.161 7 INFO neutron.services.segments.plugin [-] Segment d71cc778-7521-4dd7-abb7-d94d2e7d2d3c resource provider aggregate not found 2026-05-28 13:54:56.162 7 INFO neutron.services.segments.plugin [-] Segment d71cc778-7521-4dd7-abb7-d94d2e7d2d3c resource provider aggregate not found 2026-05-28 13:54:56.184 7 INFO neutron.services.segments.plugin [-] Segment d71cc778-7521-4dd7-abb7-d94d2e7d2d3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d71cc778-7521-4dd7-abb7-d94d2e7d2d3c found for delete ", "request_id": "req-035cf139-02ed-4e04-ba6f-c6561f508f18"}]} 2026-05-28 13:54:56.185 7 INFO neutron.db.l3_hamode_db [None req-18ef7b04-2b25-47c7-a2e0-e6906107b774 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] HA network 92031d25-cadd-4315-9f7a-bbbb239cd507 was deleted as no HA routers are present in tenant 6d4e418cedc94e2488f04c017e256938. 2026-05-28 13:54:56.192 7 INFO neutron.services.segments.plugin [-] Segment d71cc778-7521-4dd7-abb7-d94d2e7d2d3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d71cc778-7521-4dd7-abb7-d94d2e7d2d3c found for delete ", "request_id": "req-d4c0dad8-5e3b-4e30-bb27-d8684e84bcf9"}]} [pid: 7|app: 0|req: 910/1901] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:55 2026] DELETE /v2.0/routers/68ba079b-5fc0-45b1-bde8-c7b594aa4e55 => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1902] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:56 2026] DELETE /v2.0/subnets/2056b613-c11c-47a2-bf17-344008eef7e8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1903] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:54:56 2026] DELETE /v2.0/subnets/62874a93-ee46-4e7f-ac31-0746e1e6930f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:56.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4490d54-950e-49b6-9d48-d93297f3e1b8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: be6909e6-688f-4f9d-8153-0273f453de19 2026-05-28 13:54:56.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4490d54-950e-49b6-9d48-d93297f3e1b8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: be6909e6-688f-4f9d-8153-0273f453de19 2026-05-28 13:54:56.689 8 INFO neutron.db.l3_db [None req-4708d843-00ce-4531-943e-c96e7e82db2b e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Floating IP c1078672-a1fa-4d9d-951a-da1d6e2b1e20 associated. External IP: 10.96.250.216, port: 4628709b-b87a-485e-b578-ee35e0a61a0c. [pid: 7|app: 0|req: 913/1904] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:56 2026] DELETE /v2.0/networks/9121fb3e-347e-48b5-a4e2-5e47fae9ce7c => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:56.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-35065427-fb6a-4e83-96d0-390bea1116af c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 62aeefbf-6833-45c6-aa2b-d459503454f8 2026-05-28 13:54:56.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35065427-fb6a-4e83-96d0-390bea1116af c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 62aeefbf-6833-45c6-aa2b-d459503454f8 [pid: 8|app: 0|req: 992/1905] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:54:55 2026] POST /v2.0/floatingips => generated 842 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1906] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:54:57 2026] GET /v2.0/floatingips/c1078672-a1fa-4d9d-951a-da1d6e2b1e20 => generated 842 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1907] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:54:56 2026] DELETE /v2.0/networks/8727e2da-0b50-4db0-88ca-4b7dc3bb2eed => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1908] 10.0.0.210 () {32 vars in 655 bytes} [Thu May 28 13:54:57 2026] GET /v2.0/floatingips => generated 845 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:57.177 7 INFO neutron.db.segments_db [None req-90f67cbe-897e-49e6-9383-e2d266c0d16e c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment 4abfbb5d-fb76-4533-b838-3266eb6dfd2b of type vxlan for network bbd91a4c-a2f3-4aa0-9bb3-ca179d5a89e8 [pid: 7|app: 0|req: 915/1909] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:54:57 2026] POST /v2.0/networks => generated 610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1910] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:57 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:54:57.530 8 INFO neutron.db.l3_db [None req-4e5ae3e2-9e00-49f1-a212-f7e676d956ac e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Floating IP c1078672-a1fa-4d9d-951a-da1d6e2b1e20 associated. External IP: 10.96.250.216, port: 4628709b-b87a-485e-b578-ee35e0a61a0c. 2026-05-28 13:54:57.569 7 INFO neutron.db.segments_db [None req-6fdd28a3-680b-463d-a679-5f21e93a57e8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment 438a31e3-9187-4a94-98f1-77480c91946f of type vxlan for network fe2e646e-230c-429b-a44c-c0d131d37824 2026-05-28 13:54:57.812 7 INFO neutron.db.l3_hamode_db [None req-6fdd28a3-680b-463d-a679-5f21e93a57e8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:54:57.937 7 INFO neutron.db.l3_hamode_db [None req-6fdd28a3-680b-463d-a679-5f21e93a57e8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:54:58.212 7 INFO neutron.services.segments.plugin [-] Segment 853b61ef-cacd-44c1-9a6b-18f10325c5f0 resource provider aggregate not found [pid: 8|app: 0|req: 995/1911] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:57 2026] PUT /v2.0/floatingips/c1078672-a1fa-4d9d-951a-da1d6e2b1e20 => generated 842 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:58.217 7 INFO neutron.services.segments.plugin [-] Segment 853b61ef-cacd-44c1-9a6b-18f10325c5f0 resource provider aggregate not found 2026-05-28 13:54:58.236 7 INFO neutron.services.segments.plugin [-] Segment 853b61ef-cacd-44c1-9a6b-18f10325c5f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 853b61ef-cacd-44c1-9a6b-18f10325c5f0 found for delete ", "request_id": "req-b8eec1ec-cc7b-4cae-8682-143f1926ef68"}]} 2026-05-28 13:54:58.238 7 INFO neutron.services.segments.plugin [-] Segment 853b61ef-cacd-44c1-9a6b-18f10325c5f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 853b61ef-cacd-44c1-9a6b-18f10325c5f0 found for delete ", "request_id": "req-2e59a7ce-be52-4204-9f42-c74dbf42963b"}]} 2026-05-28 13:54:58.263 7 INFO neutron.services.segments.plugin [-] Segment a001d73e-e1af-4bab-88c1-597ec467da44 resource provider aggregate not found 2026-05-28 13:54:58.269 7 INFO neutron.services.segments.plugin [-] Segment a001d73e-e1af-4bab-88c1-597ec467da44 resource provider aggregate not found 2026-05-28 13:54:58.293 7 INFO neutron.services.segments.plugin [-] Segment a001d73e-e1af-4bab-88c1-597ec467da44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a001d73e-e1af-4bab-88c1-597ec467da44 found for delete ", "request_id": "req-184f5c37-e95c-4053-b3be-7f39d035f99a"}]} 2026-05-28 13:54:58.293 7 INFO neutron.services.segments.plugin [-] Segment a001d73e-e1af-4bab-88c1-597ec467da44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a001d73e-e1af-4bab-88c1-597ec467da44 found for delete ", "request_id": "req-29f83628-f1a3-4ad6-aa61-d4e125fed082"}]} 2026-05-28 13:54:58.341 8 INFO neutron.db.l3_db [None req-4a30e9d7-0670-4e02-b36a-2f0a3701d85e e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Floating IP c1078672-a1fa-4d9d-951a-da1d6e2b1e20 disassociated. External IP: 10.96.250.216, port: d708183f-31f1-41f0-a5a1-1473da0b278d. [pid: 7|app: 0|req: 917/1912] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:54:57 2026] POST /v2.0/routers => generated 506 bytes in 1095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1913] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:54:58 2026] PUT /v2.0/floatingips/c1078672-a1fa-4d9d-951a-da1d6e2b1e20 => generated 552 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:54:58.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-a398f0ab-d229-46fe-b8b2-ae5ea3e6f2f5 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: 97eadef9-d36a-46b3-b1c6-81d2224872bd 2026-05-28 13:54:58.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a398f0ab-d229-46fe-b8b2-ae5ea3e6f2f5 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: 97eadef9-d36a-46b3-b1c6-81d2224872bd [pid: 7|app: 0|req: 918/1914] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:54:58 2026] POST /v2.0/ports => generated 952 bytes in 323 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: 997/1915] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:54:58 2026] DELETE /v2.0/floatingips/c1078672-a1fa-4d9d-951a-da1d6e2b1e20 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:54:59.044 8 INFO neutron.api.v2.resource [None req-79df95f2-95ea-4515-97a9-3808d7aa143a e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/1916] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:54:59 2026] DELETE /v2.0/floatingips/c1078672-a1fa-4d9d-951a-da1d6e2b1e20 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:54:59.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2b6677e-f988-41b4-9b0c-88e9c65a6d24 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: d708183f-31f1-41f0-a5a1-1473da0b278d 2026-05-28 13:54:59.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2b6677e-f988-41b4-9b0c-88e9c65a6d24 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: d708183f-31f1-41f0-a5a1-1473da0b278d [pid: 8|app: 0|req: 999/1917] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:59 2026] DELETE /v2.0/ports/d708183f-31f1-41f0-a5a1-1473da0b278d => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:54:59.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb668155-7929-4583-8fb0-4d5fb6082eec e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: 4628709b-b87a-485e-b578-ee35e0a61a0c 2026-05-28 13:54:59.460 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb668155-7929-4583-8fb0-4d5fb6082eec e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: 4628709b-b87a-485e-b578-ee35e0a61a0c [pid: 8|app: 0|req: 1000/1918] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:54:59 2026] DELETE /v2.0/ports/4628709b-b87a-485e-b578-ee35e0a61a0c => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1919] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:54:59 2026] GET /v2.0/ports?device_id=40a9167f-490e-45b4-9983-8aacfb439d12 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:00.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfc4e1bb-7492-4cef-bdb5-fa84e351ab78 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: 47605b93-0051-420d-8716-db34f0e49b7b 2026-05-28 13:55:00.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfc4e1bb-7492-4cef-bdb5-fa84e351ab78 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: 47605b93-0051-420d-8716-db34f0e49b7b [pid: 7|app: 0|req: 919/1920] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:54:58 2026] PUT /v2.0/routers/19f2174e-dac0-4873-8a2c-af0f4edf72a0/add_router_interface => generated 309 bytes in 1631 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: 920/1921] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:00 2026] GET /v2.0/ports/138836f4-930c-4ec8-844f-534982bb511a => generated 1026 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1922] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:54:59 2026] PUT /v2.0/routers/40a9167f-490e-45b4-9983-8aacfb439d12/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:00.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c1b0539-c02b-401f-b4af-8adddd48b128 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: 55379f60-76e5-4271-b5d2-28aadcf0bb02 2026-05-28 13:55:00.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c1b0539-c02b-401f-b4af-8adddd48b128 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: 55379f60-76e5-4271-b5d2-28aadcf0bb02 2026-05-28 13:55:00.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5faa6ff-5a07-41be-b04f-f1788bb047a1 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 138836f4-930c-4ec8-844f-534982bb511a 2026-05-28 13:55:00.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5faa6ff-5a07-41be-b04f-f1788bb047a1 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 138836f4-930c-4ec8-844f-534982bb511a 2026-05-28 13:55:01.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c1b0539-c02b-401f-b4af-8adddd48b128 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] TaaS: Handle Delete Port: b4e9a3e8-28c4-4bd5-ab0a-3780a3a8964d 2026-05-28 13:55:01.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c1b0539-c02b-401f-b4af-8adddd48b128 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] Tap Mirror: Handle Delete Port: b4e9a3e8-28c4-4bd5-ab0a-3780a3a8964d [pid: 7|app: 0|req: 921/1923] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:55:00 2026] PUT /v2.0/routers/19f2174e-dac0-4873-8a2c-af0f4edf72a0/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:01.421 8 INFO neutron.services.segments.plugin [-] Segment 6f4d7ff9-fce0-425a-9df2-bba0c831e217 resource provider aggregate not found 2026-05-28 13:55:01.424 8 INFO neutron.services.segments.plugin [-] Segment 6f4d7ff9-fce0-425a-9df2-bba0c831e217 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-28 13:55:01.443 8 INFO neutron.services.segments.plugin [-] Segment 6f4d7ff9-fce0-425a-9df2-bba0c831e217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f4d7ff9-fce0-425a-9df2-bba0c831e217 found for delete ", "request_id": "req-5a48b2d0-0a93-4f34-bc38-63acaffbb76e"}]} 2026-05-28 13:55:01.443 8 INFO neutron.services.segments.plugin [-] Segment 6f4d7ff9-fce0-425a-9df2-bba0c831e217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f4d7ff9-fce0-425a-9df2-bba0c831e217 found for delete ", "request_id": "req-faeb4226-334b-47fe-81f2-bb201ef61ac6"}]} 2026-05-28 13:55:01.449 8 INFO neutron.db.l3_hamode_db [None req-5c1b0539-c02b-401f-b4af-8adddd48b128 e2fb3f08aca747eda1a0422e7f5cd588 c14ca928e60b4fa3b4306b51ac73b97c - - default default] HA network 015313aa-4033-44cd-885a-f2eab3505016 was deleted as no HA routers are present in tenant c14ca928e60b4fa3b4306b51ac73b97c. [pid: 8|app: 0|req: 1003/1924] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:00 2026] DELETE /v2.0/routers/40a9167f-490e-45b4-9983-8aacfb439d12 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:55:01.537 7 INFO neutron.api.v2.resource [None req-c55eefdf-8aae-46a0-8c6a-0400ee5bea69 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1925] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:55:01 2026] PUT /v2.0/routers/19f2174e-dac0-4873-8a2c-af0f4edf72a0/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1926] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:01 2026] GET /v2.0/ports?device_id=19f2174e-dac0-4873-8a2c-af0f4edf72a0 => 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: 1004/1927] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:01 2026] DELETE /v2.0/subnets/405eaae4-f7fe-489b-8363-789b49e02fd0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1928] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:01 2026] DELETE /v2.0/networks/b805af07-4aeb-4f02-b942-2be00aee7a1f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:01.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-d47fa682-db3a-4d04-bd77-a59887976123 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 974ab787-cb89-4ba9-a06a-1675bf93dbf7 2026-05-28 13:55:01.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d47fa682-db3a-4d04-bd77-a59887976123 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 974ab787-cb89-4ba9-a06a-1675bf93dbf7 2026-05-28 13:55:02.066 7 INFO neutron.services.segments.plugin [-] Segment 438a31e3-9187-4a94-98f1-77480c91946f resource provider aggregate not found 2026-05-28 13:55:02.071 7 INFO neutron.services.segments.plugin [-] Segment 438a31e3-9187-4a94-98f1-77480c91946f resource provider aggregate not found 2026-05-28 13:55:02.086 7 INFO neutron.services.segments.plugin [-] Segment 438a31e3-9187-4a94-98f1-77480c91946f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438a31e3-9187-4a94-98f1-77480c91946f found for delete ", "request_id": "req-c47e7cdf-74e7-43b1-b03b-3c43bf5097ff"}]} 2026-05-28 13:55:02.089 7 INFO neutron.services.segments.plugin [-] Segment 438a31e3-9187-4a94-98f1-77480c91946f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438a31e3-9187-4a94-98f1-77480c91946f found for delete ", "request_id": "req-666fd28f-b51a-4dbd-8d0c-44ec5fb8c91b"}]} 2026-05-28 13:55:02.092 7 INFO neutron.db.l3_hamode_db [None req-d47fa682-db3a-4d04-bd77-a59887976123 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] HA network fe2e646e-230c-429b-a44c-c0d131d37824 was deleted as no HA routers are present in tenant 6d4e418cedc94e2488f04c017e256938. [pid: 7|app: 0|req: 924/1929] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:01 2026] DELETE /v2.0/routers/19f2174e-dac0-4873-8a2c-af0f4edf72a0 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1930] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:02 2026] DELETE /v2.0/subnets/425f84ea-ad1e-4c07-bad2-24e8f2bf8434 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1931] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:02 2026] GET /v2.0/security-groups?tenant_id=c14ca928e60b4fa3b4306b51ac73b97c&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:55:02.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e3f28ad-5266-4cd3-b9bc-c7b93fee27cc c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 3de6556e-a6ae-43e2-bbfa-2faa66cc1feb 2026-05-28 13:55:02.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e3f28ad-5266-4cd3-b9bc-c7b93fee27cc c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 3de6556e-a6ae-43e2-bbfa-2faa66cc1feb [pid: 7|app: 0|req: 926/1932] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:02 2026] DELETE /v2.0/security-groups/7f27d2cf-7c36-4837-92a2-22efbbb9548e => 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: 1007/1933] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:02 2026] DELETE /v2.0/networks/bbd91a4c-a2f3-4aa0-9bb3-ca179d5a89e8 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:02.648 7 INFO neutron.db.segments_db [None req-fc0b5721-bd25-40be-bcc5-8afd31483a38 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment af6f4e35-8c96-4d81-b289-6067f6a300b0 of type vxlan for network 6507eff4-547d-485a-b555-6ee3849562a7 [pid: 7|app: 0|req: 927/1934] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:02 2026] POST /v2.0/networks => generated 610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1935] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:02 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:03.034 7 INFO neutron.db.segments_db [None req-3bdfcc64-fac2-4b25-81b3-901f7f2f2ce8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c of type vxlan for network c94ac887-9bb2-4aee-ba43-b75e3fb21375 2026-05-28 13:55:03.276 7 INFO neutron.db.l3_hamode_db [None req-3bdfcc64-fac2-4b25-81b3-901f7f2f2ce8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:55:03.413 7 INFO neutron.db.l3_hamode_db [None req-3bdfcc64-fac2-4b25-81b3-901f7f2f2ce8 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:55:03.465 8 INFO neutron.services.segments.plugin [-] Segment f4bf3e92-3942-4b6c-983b-1697ba565dd2 resource provider aggregate not found 2026-05-28 13:55:03.470 8 INFO neutron.services.segments.plugin [-] Segment f4bf3e92-3942-4b6c-983b-1697ba565dd2 resource provider aggregate not found 2026-05-28 13:55:03.485 8 INFO neutron.services.segments.plugin [-] Segment f4bf3e92-3942-4b6c-983b-1697ba565dd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4bf3e92-3942-4b6c-983b-1697ba565dd2 found for delete ", "request_id": "req-b99c47d7-a6fe-45e4-803a-ffdb25fd3536"}]} 2026-05-28 13:55:03.490 8 INFO neutron.services.segments.plugin [-] Segment f4bf3e92-3942-4b6c-983b-1697ba565dd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4bf3e92-3942-4b6c-983b-1697ba565dd2 found for delete ", "request_id": "req-68b9db77-ea5f-46ca-ab27-d3ab9cf201c2"}]} 2026-05-28 13:55:03.507 8 INFO neutron.services.segments.plugin [-] Segment 4abfbb5d-fb76-4533-b838-3266eb6dfd2b resource provider aggregate not found 2026-05-28 13:55:03.510 8 INFO neutron.services.segments.plugin [-] Segment 4abfbb5d-fb76-4533-b838-3266eb6dfd2b resource provider aggregate not found 2026-05-28 13:55:03.531 8 INFO neutron.services.segments.plugin [-] Segment 4abfbb5d-fb76-4533-b838-3266eb6dfd2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4abfbb5d-fb76-4533-b838-3266eb6dfd2b found for delete ", "request_id": "req-d8b298fd-a782-41ae-9e0e-88036c3487a7"}]} 2026-05-28 13:55:03.532 8 INFO neutron.services.segments.plugin [-] Segment 4abfbb5d-fb76-4533-b838-3266eb6dfd2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4abfbb5d-fb76-4533-b838-3266eb6dfd2b found for delete ", "request_id": "req-2653d6e4-1bc8-47e6-9214-780668a31db9"}]} [pid: 7|app: 0|req: 928/1936] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:02 2026] POST /v2.0/routers => generated 506 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:04.513 7 INFO neutron.db.segments_db [None req-61d3c1fd-de42-45da-bbf3-9e16d6558888 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Added segment d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb of type vxlan for network f775a490-84c4-406f-a5e6-d7ca78322fa9 [pid: 7|app: 0|req: 929/1937] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:04 2026] POST /v2.0/networks => generated 630 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1938] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:04 2026] POST /v2.0/ports => generated 779 bytes in 305 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-28 13:55:04.985 7 INFO neutron.db.segments_db [None req-aa2b0e2c-5576-4834-9ce8-9cbcb61a8b98 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Added segment 52186deb-a8b4-4b64-947b-ea0738b1d974 of type vxlan for network b019c1f2-78ed-4aaf-99c2-020a6c9bc824 [pid: 7|app: 0|req: 931/1939] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:04 2026] POST /v2.0/networks => generated 616 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1940] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:55:04 2026] PUT /v2.0/routers/f0bca63c-ff39-4d8f-90ce-77721fe2caff/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1941] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:05 2026] GET /v2.0/ports/4ff877cd-25ee-42b7-8b1a-69a4b7c469da => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1942] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:05 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:05.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-c932c0fc-c86c-407f-b9bd-5a869940a7b5 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 4ff877cd-25ee-42b7-8b1a-69a4b7c469da 2026-05-28 13:55:05.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c932c0fc-c86c-407f-b9bd-5a869940a7b5 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 4ff877cd-25ee-42b7-8b1a-69a4b7c469da [pid: 7|app: 0|req: 933/1943] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:05 2026] POST /v2.0/ports => generated 966 bytes in 406 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-28 13:55:05.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5a8c534-60fe-493f-87ee-548a240bced6 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] TaaS: Handle Delete Port: 5401bae8-a4e2-4d1a-89cf-8372f9bf920d 2026-05-28 13:55:05.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5a8c534-60fe-493f-87ee-548a240bced6 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Tap Mirror: Handle Delete Port: 5401bae8-a4e2-4d1a-89cf-8372f9bf920d [pid: 7|app: 0|req: 934/1944] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:05 2026] DELETE /v2.0/ports/5401bae8-a4e2-4d1a-89cf-8372f9bf920d => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:06.038 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d8459c0-b0d7-435f-a320-c4d3c630570a 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1945] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:06 2026] DELETE /v2.0/ports/5401bae8-a4e2-4d1a-89cf-8372f9bf920d => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:06.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42f587b7-ddcf-41db-bb1b-713d1c3d42c9 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1946] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:06 2026] GET /v2.0/ports/5401bae8-a4e2-4d1a-89cf-8372f9bf920d => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1947] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:06 2026] DELETE /v2.0/subnets/6e23deed-484b-4408-8045-cb61f0890693 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:06.331 7 INFO neutron.services.segments.plugin [-] Segment 52186deb-a8b4-4b64-947b-ea0738b1d974 resource provider aggregate not found 2026-05-28 13:55:06.343 7 INFO neutron.services.segments.plugin [-] Segment 52186deb-a8b4-4b64-947b-ea0738b1d974 resource provider aggregate not found 2026-05-28 13:55:06.361 7 INFO neutron.services.segments.plugin [-] Segment 52186deb-a8b4-4b64-947b-ea0738b1d974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52186deb-a8b4-4b64-947b-ea0738b1d974 found for delete ", "request_id": "req-d067d908-a9ea-4532-b157-3320940a9432"}]} 2026-05-28 13:55:06.362 7 INFO neutron.services.segments.plugin [-] Segment 52186deb-a8b4-4b64-947b-ea0738b1d974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52186deb-a8b4-4b64-947b-ea0738b1d974 found for delete ", "request_id": "req-fcaa820f-baa8-496b-b91e-bd293669df30"}]} [pid: 7|app: 0|req: 938/1948] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:06 2026] DELETE /v2.0/networks/b019c1f2-78ed-4aaf-99c2-020a6c9bc824 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:06.441 7 INFO neutron.db.segments_db [None req-c1678b9b-2e94-4b00-b638-a36eb506909e 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Added segment d483876b-4142-4874-bb34-02e675a2082c of type vxlan for network fc376bd0-c4a5-40a3-9f12-c0943e852349 [pid: 7|app: 0|req: 939/1949] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:06 2026] POST /v2.0/networks => generated 616 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1950] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:55:05 2026] PUT /v2.0/routers/f0bca63c-ff39-4d8f-90ce-77721fe2caff/remove_router_interface => generated 309 bytes in 1402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1951] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:06 2026] GET /v2.0/ports?device_id=f0bca63c-ff39-4d8f-90ce-77721fe2caff => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1952] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:06 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:06.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd1859d3-c5c6-433a-ad1d-df13e6013ae2 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: d943d83a-06e4-4b76-85e1-42a44a39f96d 2026-05-28 13:55:06.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd1859d3-c5c6-433a-ad1d-df13e6013ae2 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: d943d83a-06e4-4b76-85e1-42a44a39f96d [pid: 7|app: 0|req: 941/1953] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:06 2026] POST /v2.0/ports => generated 928 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:07.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-40f33ef1-fd5e-4b31-8baf-aef56f685cc9 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] TaaS: Handle Delete Port: 3a1ea623-44aa-4586-b767-371d61dd5b7d 2026-05-28 13:55:07.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40f33ef1-fd5e-4b31-8baf-aef56f685cc9 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Tap Mirror: Handle Delete Port: 3a1ea623-44aa-4586-b767-371d61dd5b7d 2026-05-28 13:55:07.278 8 INFO neutron.services.segments.plugin [-] Segment b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c resource provider aggregate not found 2026-05-28 13:55:07.282 8 INFO neutron.services.segments.plugin [-] Segment b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c resource provider aggregate not found 2026-05-28 13:55:07.298 8 INFO neutron.services.segments.plugin [-] Segment b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c found for delete ", "request_id": "req-c5c6c815-695d-460a-9db7-b489970ac640"}]} 2026-05-28 13:55:07.300 8 INFO neutron.services.segments.plugin [-] Segment b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9aeb8e9-4998-4d0d-97ba-9c9677c8a83c found for delete ", "request_id": "req-038cfb3a-20fa-43d0-9a9f-b54ef5f7a21f"}]} 2026-05-28 13:55:07.320 8 INFO neutron.db.l3_hamode_db [None req-bd1859d3-c5c6-433a-ad1d-df13e6013ae2 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] HA network c94ac887-9bb2-4aee-ba43-b75e3fb21375 was deleted as no HA routers are present in tenant 6d4e418cedc94e2488f04c017e256938. [pid: 8|app: 0|req: 1013/1954] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:06 2026] DELETE /v2.0/routers/f0bca63c-ff39-4d8f-90ce-77721fe2caff => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1955] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:07 2026] DELETE /v2.0/ports/3a1ea623-44aa-4586-b767-371d61dd5b7d => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:07.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-457510aa-28b9-4b8f-a6ee-cb67250d3eb3 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 943/1956] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:07 2026] GET /v2.0/ports/3a1ea623-44aa-4586-b767-371d61dd5b7d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1957] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:07 2026] DELETE /v2.0/subnets/6244b6ba-0baa-4f7d-877c-f6918a00cfe5 => 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: 944/1958] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:07 2026] DELETE /v2.0/subnets/7338e926-9b95-4694-9dc8-c8bad71c8b90 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:07.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4e92366-b9f9-49dd-a2af-21a77c6b3926 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 153bcdf4-e89b-49d5-9e78-9303f3faf65c 2026-05-28 13:55:07.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4e92366-b9f9-49dd-a2af-21a77c6b3926 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 153bcdf4-e89b-49d5-9e78-9303f3faf65c [pid: 7|app: 0|req: 945/1959] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:07 2026] DELETE /v2.0/networks/fc376bd0-c4a5-40a3-9f12-c0943e852349 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1960] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:07 2026] DELETE /v2.0/networks/6507eff4-547d-485a-b555-6ee3849562a7 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:07.851 8 INFO neutron.db.segments_db [None req-d0cfc292-83b8-4430-a7d7-c0ff1cc38bf0 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Added segment 7e531f4f-baf3-4142-95e9-b917ca079f62 of type vxlan for network ad6dd9ff-ab29-43fc-9ede-808343b72452 [pid: 7|app: 0|req: 946/1961] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:07 2026] POST /v2.0/ports => generated 777 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 13:55:08.137 8 INFO neutron.db.l3_hamode_db [None req-d0cfc292-83b8-4430-a7d7-c0ff1cc38bf0 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 947/1962] 10.0.0.210 () {34 vars in 737 bytes} [Thu May 28 13:55:07 2026] PUT /v2.0/ports/f45d46c8-e292-43ef-bf61-91a4bb552864 => generated 752 bytes in 184 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-28 13:55:08.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-60335b49-24ff-4caf-b06d-0a7115dc82c0 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] TaaS: Handle Delete Port: f45d46c8-e292-43ef-bf61-91a4bb552864 2026-05-28 13:55:08.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60335b49-24ff-4caf-b06d-0a7115dc82c0 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Tap Mirror: Handle Delete Port: f45d46c8-e292-43ef-bf61-91a4bb552864 [pid: 7|app: 0|req: 948/1963] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:08 2026] DELETE /v2.0/ports/f45d46c8-e292-43ef-bf61-91a4bb552864 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:08.386 7 INFO neutron.services.segments.plugin [-] Segment d483876b-4142-4874-bb34-02e675a2082c resource provider aggregate not found 2026-05-28 13:55:08.398 7 INFO neutron.services.segments.plugin [-] Segment d483876b-4142-4874-bb34-02e675a2082c resource provider aggregate not found 2026-05-28 13:55:08.405 7 INFO neutron.services.segments.plugin [-] Segment d483876b-4142-4874-bb34-02e675a2082c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d483876b-4142-4874-bb34-02e675a2082c found for delete ", "request_id": "req-7a88d6c5-b2b3-4802-8f6b-f3fa6eada42d"}]} [pid: 7|app: 0|req: 949/1964] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:55:08 2026] GET /v2.0/ports => generated 782 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:08.419 7 INFO neutron.services.segments.plugin [-] Segment d483876b-4142-4874-bb34-02e675a2082c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d483876b-4142-4874-bb34-02e675a2082c found for delete ", "request_id": "req-ab33ed03-a05f-465e-bbc4-38b0f46892ef"}]} 2026-05-28 13:55:08.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15c4ab4b-f254-43de-a41f-bfc28184eb8c 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1965] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:08 2026] GET /v2.0/ports/f45d46c8-e292-43ef-bf61-91a4bb552864 => 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: 951/1966] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:55:08 2026] GET /v2.0/ports => generated 782 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1967] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:08 2026] GET /v2.0/ports/dec6d06f-ebfb-46af-87e3-caf084c1dbf6 => generated 779 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:08.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00b47eaf-04fa-40f7-9011-d8b0eab6fe60 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1968] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:08 2026] DELETE /v2.0/ports/3a1ea623-44aa-4586-b767-371d61dd5b7d => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:08.554 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81a02309-806c-492d-bdf0-fd08b31d8c8c 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/1971] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:08 2026] DELETE /v2.0/subnets/7338e926-9b95-4694-9dc8-c8bad71c8b90 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:08.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f131675-9ac5-4755-a0f1-5000becf820e 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1972] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:08 2026] DELETE /v2.0/subnets/6e23deed-484b-4408-8045-cb61f0890693 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:08.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b81fe58-3eaa-4c8d-ad76-bed8d9ddc642 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] TaaS: Handle Delete Port: dec6d06f-ebfb-46af-87e3-caf084c1dbf6 2026-05-28 13:55:08.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b81fe58-3eaa-4c8d-ad76-bed8d9ddc642 6a3e08b1e6844fed9a8a7dfead0dc94c d8e0ddbd4d704d3b9c2ef65c9bae73d5 - - default default] Tap Mirror: Handle Delete Port: dec6d06f-ebfb-46af-87e3-caf084c1dbf6 [pid: 7|app: 0|req: 958/1973] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:08 2026] DELETE /v2.0/ports/dec6d06f-ebfb-46af-87e3-caf084c1dbf6 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:08.875 8 INFO neutron.db.l3_hamode_db [None req-d0cfc292-83b8-4430-a7d7-c0ff1cc38bf0 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 959/1974] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:08 2026] DELETE /v2.0/networks/f775a490-84c4-406f-a5e6-d7ca78322fa9 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:09.323 8 INFO neutron.services.segments.plugin [-] Segment af6f4e35-8c96-4d81-b289-6067f6a300b0 resource provider aggregate not found 2026-05-28 13:55:09.326 8 INFO neutron.services.segments.plugin [-] Segment af6f4e35-8c96-4d81-b289-6067f6a300b0 resource provider aggregate not found 2026-05-28 13:55:09.346 8 INFO neutron.services.segments.plugin [-] Segment af6f4e35-8c96-4d81-b289-6067f6a300b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af6f4e35-8c96-4d81-b289-6067f6a300b0 found for delete ", "request_id": "req-aacb49ce-6892-44ca-a956-ee8d1f60ce63"}]} 2026-05-28 13:55:09.353 8 INFO neutron.services.segments.plugin [-] Segment af6f4e35-8c96-4d81-b289-6067f6a300b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af6f4e35-8c96-4d81-b289-6067f6a300b0 found for delete ", "request_id": "req-b9154b92-5420-4ec2-9dc7-92134fe45120"}]} [pid: 7|app: 0|req: 960/1975] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:09 2026] GET /v2.0/security-groups?tenant_id=d8e0ddbd4d704d3b9c2ef65c9bae73d5&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1976] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:09 2026] DELETE /v2.0/security-groups/36fe1f96-949b-4994-80a2-894016e7c277 => 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: 1016/1977] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:07 2026] POST /v2.0/routers => generated 686 bytes in 1953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1978] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:55:09 2026] GET /v2.0/routers/cc05ea77-d158-44fd-ae8f-db556ce4cace => generated 692 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1979] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:55:09 2026] GET /v2.0/routers => generated 695 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1980] 10.0.0.210 () {34 vars in 741 bytes} [Thu May 28 13:55:09 2026] PUT /v2.0/routers/cc05ea77-d158-44fd-ae8f-db556ce4cace => generated 699 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:10.431 7 INFO neutron.services.segments.plugin [-] Segment d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb resource provider aggregate not found 2026-05-28 13:55:10.449 7 INFO neutron.services.segments.plugin [-] Segment d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb resource provider aggregate not found 2026-05-28 13:55:10.454 7 INFO neutron.services.segments.plugin [-] Segment d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb found for delete ", "request_id": "req-e382071a-d616-4153-bae8-786ced453f24"}]} 2026-05-28 13:55:10.465 7 INFO neutron.services.segments.plugin [-] Segment d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c4ef0c-d5ce-435c-b7bc-0a53ae4fe8bb found for delete ", "request_id": "req-4ab896a5-369e-4583-92a3-838c9480e65b"}]} [pid: 8|app: 0|req: 1018/1981] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:55:10 2026] GET /v2.0/routers/cc05ea77-d158-44fd-ae8f-db556ce4cace => generated 699 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1982] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:10 2026] GET /v2.0/ports?device_id=cc05ea77-d158-44fd-ae8f-db556ce4cace => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:10.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1789fba-1714-4a3b-a0b0-e4780dbc06ee c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 750eba8d-7984-4c8c-a6a5-f35b2f5e0938 2026-05-28 13:55:10.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1789fba-1714-4a3b-a0b0-e4780dbc06ee c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 750eba8d-7984-4c8c-a6a5-f35b2f5e0938 2026-05-28 13:55:11.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1789fba-1714-4a3b-a0b0-e4780dbc06ee c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] TaaS: Handle Delete Port: 4c06d45e-a722-44d8-bcc2-7f585687f044 2026-05-28 13:55:11.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1789fba-1714-4a3b-a0b0-e4780dbc06ee c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] Tap Mirror: Handle Delete Port: 4c06d45e-a722-44d8-bcc2-7f585687f044 2026-05-28 13:55:11.375 8 INFO neutron.services.segments.plugin [-] Segment 7e531f4f-baf3-4142-95e9-b917ca079f62 resource provider aggregate not found 2026-05-28 13:55:11.375 8 INFO neutron.services.segments.plugin [-] Segment 7e531f4f-baf3-4142-95e9-b917ca079f62 resource provider aggregate not found 2026-05-28 13:55:11.389 8 INFO neutron.db.l3_hamode_db [None req-d1789fba-1714-4a3b-a0b0-e4780dbc06ee c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] HA network ad6dd9ff-ab29-43fc-9ede-808343b72452 was deleted as no HA routers are present in tenant 6d4e418cedc94e2488f04c017e256938. [pid: 8|app: 0|req: 1019/1983] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:10 2026] DELETE /v2.0/routers/cc05ea77-d158-44fd-ae8f-db556ce4cace => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:55:11.399 8 INFO neutron.services.segments.plugin [-] Segment 7e531f4f-baf3-4142-95e9-b917ca079f62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e531f4f-baf3-4142-95e9-b917ca079f62 found for delete ", "request_id": "req-b0a9debb-d184-4551-aab3-079ee1f25650"}]} 2026-05-28 13:55:11.399 8 INFO neutron.services.segments.plugin [-] Segment 7e531f4f-baf3-4142-95e9-b917ca079f62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e531f4f-baf3-4142-95e9-b917ca079f62 found for delete ", "request_id": "req-ce9db634-676e-4abe-b08d-d9ca5108fc32"}]} [pid: 8|app: 0|req: 1020/1984] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:11 2026] GET /v2.0/ports?device_id=cc05ea77-d158-44fd-ae8f-db556ce4cace => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:11.450 8 INFO neutron.api.v2.resource [None req-4022cc52-8a47-40fc-927e-225efe7a6381 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/1985] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/routers/cc05ea77-d158-44fd-ae8f-db556ce4cace => 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: 1022/1986] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:11 2026] GET /v2.0/ports?device_id=f0bca63c-ff39-4d8f-90ce-77721fe2caff => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:11.496 8 INFO neutron.api.v2.resource [None req-4f8e8b9f-951c-4965-800c-1f443e529ea9 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/1987] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/routers/f0bca63c-ff39-4d8f-90ce-77721fe2caff => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:11.517 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98d01cc7-a638-4b6f-bca0-aa9d92e723c9 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/1988] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/subnets/6244b6ba-0baa-4f7d-877c-f6918a00cfe5 => 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: 1025/1989] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:11 2026] GET /v2.0/ports?device_id=19f2174e-dac0-4873-8a2c-af0f4edf72a0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:11.561 8 INFO neutron.api.v2.resource [None req-31aed686-181a-47cd-b945-24e26a6041cd c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1026/1990] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/routers/19f2174e-dac0-4873-8a2c-af0f4edf72a0 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:11.578 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be6d86b2-8378-4530-9b2f-a6bec3f5707a c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/1991] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/subnets/425f84ea-ad1e-4c07-bad2-24e8f2bf8434 => 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: 1028/1992] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:11 2026] GET /v2.0/ports?device_id=68ba079b-5fc0-45b1-bde8-c7b594aa4e55 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:11.624 8 INFO neutron.api.v2.resource [None req-adb32d83-d1de-4435-888d-8e82124ffcc5 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/1993] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/routers/68ba079b-5fc0-45b1-bde8-c7b594aa4e55 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:11.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b35818c3-c67f-49be-81db-18a504906b98 c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-28 13:55:11.641 7 INFO neutron.db.segments_db [None req-6f5219c5-1d55-4af0-840d-3061a7e19633 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Added segment 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 of type vxlan for network 396a6bda-dfe8-4cd1-a94e-6dcff7af6d44 [pid: 8|app: 0|req: 1030/1994] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/subnets/2056b613-c11c-47a2-bf17-344008eef7e8 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:11.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c73617b-5605-4b4b-9d33-30e8bfa43e9f c7731def2127475db7637d46b08fe48d 6d4e418cedc94e2488f04c017e256938 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/1995] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:11 2026] DELETE /v2.0/subnets/62874a93-ee46-4e7f-ac31-0746e1e6930f => 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: 965/1996] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:11 2026] POST /v2.0/networks => generated 626 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1997] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:11 2026] POST /v2.0/ports => generated 774 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:12.129 7 INFO neutron.db.segments_db [None req-8959d825-7bfd-4149-a270-e01d32574bc6 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Added segment 368fae70-c127-451f-818f-2e502df70416 of type vxlan for network eb313702-804b-45e3-8137-e7805043d9fb [pid: 7|app: 0|req: 966/1998] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:12 2026] POST /v2.0/networks => generated 612 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1033/1999] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:12 2026] GET /v2.0/security-groups?tenant_id=6d4e418cedc94e2488f04c017e256938&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2000] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:12 2026] DELETE /v2.0/security-groups/a05b1c40-488d-46d4-9754-e6ea4ee98029 => 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: 967/2001] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:12 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2002] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:12 2026] POST /v2.0/ports => generated 950 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:13.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdcb5727-08c1-475e-b2a4-383da2631504 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] TaaS: Handle Delete Port: 5b98c196-0d87-4200-bf13-296f8719659e 2026-05-28 13:55:13.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdcb5727-08c1-475e-b2a4-383da2631504 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Tap Mirror: Handle Delete Port: 5b98c196-0d87-4200-bf13-296f8719659e [pid: 7|app: 0|req: 968/2003] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:12 2026] DELETE /v2.0/ports/5b98c196-0d87-4200-bf13-296f8719659e => 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, ' 2026-05-28 13:55:13.196 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21e621fa-406d-4a33-95e5-aebec377613c cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2004] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:13 2026] DELETE /v2.0/ports/5b98c196-0d87-4200-bf13-296f8719659e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:13.219 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ba87893-82fb-4986-a6e7-3da7526a3361 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 969/2005] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:13 2026] GET /v2.0/ports/5b98c196-0d87-4200-bf13-296f8719659e => 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: 1037/2006] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:13 2026] DELETE /v2.0/subnets/1576e92a-6b33-4763-aef8-4d19c0b6a252 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:13.484 7 INFO neutron.services.segments.plugin [-] Segment 368fae70-c127-451f-818f-2e502df70416 resource provider aggregate not found 2026-05-28 13:55:13.488 7 INFO neutron.services.segments.plugin [-] Segment 368fae70-c127-451f-818f-2e502df70416 resource provider aggregate not found 2026-05-28 13:55:13.511 7 INFO neutron.services.segments.plugin [-] Segment 368fae70-c127-451f-818f-2e502df70416 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368fae70-c127-451f-818f-2e502df70416 found for delete ", "request_id": "req-06e6e95a-0d53-4cde-8f02-40febd00e75b"}]} 2026-05-28 13:55:13.512 7 INFO neutron.services.segments.plugin [-] Segment 368fae70-c127-451f-818f-2e502df70416 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368fae70-c127-451f-818f-2e502df70416 found for delete ", "request_id": "req-0249ee70-188c-4117-b69e-5f198edecbe7"}]} [pid: 7|app: 0|req: 970/2007] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:13 2026] DELETE /v2.0/networks/eb313702-804b-45e3-8137-e7805043d9fb => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:13.594 8 INFO neutron.db.segments_db [None req-612e9d76-9d67-4270-96c6-4149456dabc8 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Added segment 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a of type vxlan for network 4313d40d-acae-471d-87d7-9e5f88abef18 [pid: 8|app: 0|req: 1038/2008] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:55:13 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: 7|app: 0|req: 971/2009] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:13 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2010] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:13 2026] POST /v2.0/ports => generated 915 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:14.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce68032c-5559-4301-905d-8682c00b4e2b cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] TaaS: Handle Delete Port: 2eeda935-0df1-4c5d-8e8c-d144a55f9bca 2026-05-28 13:55:14.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce68032c-5559-4301-905d-8682c00b4e2b cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Tap Mirror: Handle Delete Port: 2eeda935-0df1-4c5d-8e8c-d144a55f9bca [pid: 7|app: 0|req: 972/2011] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:14 2026] DELETE /v2.0/ports/2eeda935-0df1-4c5d-8e8c-d144a55f9bca => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:14.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3683e65d-03bd-48eb-a27b-4c6709dc96d0 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2012] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:14 2026] GET /v2.0/ports/2eeda935-0df1-4c5d-8e8c-d144a55f9bca => 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: 973/2013] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:14 2026] DELETE /v2.0/subnets/a4630643-6d8d-48b9-9868-ee20b5a1a8b5 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2014] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:14 2026] DELETE /v2.0/networks/4313d40d-acae-471d-87d7-9e5f88abef18 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2015] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:14 2026] GET /v2.0/security-groups?tenant_id=3a00723175934e7bad96000eb2a8837a&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2016] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:14 2026] DELETE /v2.0/security-groups/858b833d-7032-4160-bbc6-fcbfdb127058 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2017] 10.0.0.210 () {34 vars in 665 bytes} [Thu May 28 13:55:14 2026] POST /v2.0/ports => generated 774 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2018] 10.0.0.210 () {34 vars in 737 bytes} [Thu May 28 13:55:15 2026] PUT /v2.0/ports/400a4060-8be1-4b14-9300-a94d7b477eb8 => generated 752 bytes in 184 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-28 13:55:15.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-79b8bd2b-db9e-4d44-9bd0-24b295dd170c cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] TaaS: Handle Delete Port: 400a4060-8be1-4b14-9300-a94d7b477eb8 2026-05-28 13:55:15.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79b8bd2b-db9e-4d44-9bd0-24b295dd170c cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Tap Mirror: Handle Delete Port: 400a4060-8be1-4b14-9300-a94d7b477eb8 [pid: 7|app: 0|req: 976/2019] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:15 2026] DELETE /v2.0/ports/400a4060-8be1-4b14-9300-a94d7b477eb8 => generated 0 bytes in 164 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: 1044/2020] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:55:15 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:15.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-917015fe-7b57-4f8a-bcf2-babd6080df2d cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/2021] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:15 2026] GET /v2.0/ports/400a4060-8be1-4b14-9300-a94d7b477eb8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:15.529 7 INFO neutron.services.segments.plugin [-] Segment 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a resource provider aggregate not found 2026-05-28 13:55:15.536 7 INFO neutron.services.segments.plugin [-] Segment 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a resource provider aggregate not found [pid: 8|app: 0|req: 1045/2022] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 13:55:15 2026] GET /v2.0/ports => generated 777 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:15.552 7 INFO neutron.services.segments.plugin [-] Segment 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a found for delete ", "request_id": "req-f5a8d8a9-9955-4a63-a29a-81ed04da6922"}]} 2026-05-28 13:55:15.556 7 INFO neutron.services.segments.plugin [-] Segment 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90a836d3-f5f3-4ec7-a5b3-d41eff9e089a found for delete ", "request_id": "req-08a6c750-3729-4819-ba0f-b3407dc00e90"}]} [pid: 7|app: 0|req: 978/2023] 10.0.0.210 () {32 vars in 717 bytes} [Thu May 28 13:55:15 2026] GET /v2.0/ports/fee5ddd4-4e09-4f8f-a73b-a5d0eefb7796 => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:15.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95085854-fc62-4825-bdcc-0b180f7977bf cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1046/2024] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:15 2026] DELETE /v2.0/ports/2eeda935-0df1-4c5d-8e8c-d144a55f9bca => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:15.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4886b7a7-9498-4a25-8f6c-c04d4d1e116a cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/2025] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:15 2026] DELETE /v2.0/subnets/a4630643-6d8d-48b9-9868-ee20b5a1a8b5 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:15.674 8 INFO neutron.pecan_wsgi.hooks.translation [None req-969283ee-371b-424c-a4c7-db5519e12469 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/2026] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:55:15 2026] DELETE /v2.0/subnets/1576e92a-6b33-4763-aef8-4d19c0b6a252 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:55:15.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-05a4e080-ff57-4718-adcf-b629fb012110 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] TaaS: Handle Delete Port: fee5ddd4-4e09-4f8f-a73b-a5d0eefb7796 2026-05-28 13:55:15.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05a4e080-ff57-4718-adcf-b629fb012110 cd03cfdde79c4368bce020f566b51546 58f00191723b42bbb904df92a0ca0934 - - default default] Tap Mirror: Handle Delete Port: fee5ddd4-4e09-4f8f-a73b-a5d0eefb7796 [pid: 7|app: 0|req: 980/2027] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 13:55:15 2026] DELETE /v2.0/ports/fee5ddd4-4e09-4f8f-a73b-a5d0eefb7796 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:15.970 8 INFO neutron.services.segments.plugin [-] Segment 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 resource provider aggregate not found 2026-05-28 13:55:15.976 8 INFO neutron.services.segments.plugin [-] Segment 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 resource provider aggregate not found 2026-05-28 13:55:15.997 8 INFO neutron.services.segments.plugin [-] Segment 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 found for delete ", "request_id": "req-6f1c2aa5-e052-4fd3-860f-5ad71195817e"}]} 2026-05-28 13:55:15.998 8 INFO neutron.services.segments.plugin [-] Segment 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d5c9a9-24ba-4d9c-834f-a51ba73c2888 found for delete ", "request_id": "req-e4d9a7c6-8156-4edd-a3ac-a291407c7a0d"}]} [pid: 8|app: 0|req: 1048/2028] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:55:15 2026] DELETE /v2.0/networks/396a6bda-dfe8-4cd1-a94e-6dcff7af6d44 => 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: 981/2029] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:16 2026] GET /v2.0/security-groups?tenant_id=58f00191723b42bbb904df92a0ca0934&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2030] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:16 2026] DELETE /v2.0/security-groups/d7100bd4-9cd0-43e0-a0f1-016f6c503f8f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:55:16.861 8 INFO neutron.db.segments_db [None req-1fef5ac0-961a-4638-8085-fbebfd887ecf e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 94d8128d-d180-4c15-b6a1-4ee5a49e735c of type vxlan for network 5275437b-4fa7-424f-b9f6-d3c3b60f996f [pid: 8|app: 0|req: 1049/2031] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:55:16 2026] POST /v2.0/networks => generated 722 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2032] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:16 2026] POST /v2.0/subnets => generated 688 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:17.208 8 INFO neutron.db.segments_db [None req-b85fe16f-0d39-48bc-ba57-4ee85d6055e8 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 374bd169-8976-411e-9793-6889a82cd750 of type vxlan for network 61cf2d7f-6214-4305-91b4-79fcae976d60 2026-05-28 13:55:17.444 8 INFO neutron.db.l3_hamode_db [None req-b85fe16f-0d39-48bc-ba57-4ee85d6055e8 e66f8121ab714be6b80e8a7ad199dbd0 77cc964c9cae469eb6c871d47242a747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:55:18.259 8 INFO neutron.db.l3_hamode_db [None req-b85fe16f-0d39-48bc-ba57-4ee85d6055e8 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 984/2033] 10.0.0.210 () {32 vars in 623 bytes} [Thu May 28 13:55:18 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: 985/2034] 10.0.0.210 () {32 vars in 633 bytes} [Thu May 28 13:55:18 2026] GET /v2.0/ => generated 632 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2035] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:17 2026] POST /v2.0/routers => generated 728 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2036] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:19 2026] GET /v2.0/security-groups?tenant_id=2e685414c614410fb2ab03e7d00404c3&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2037] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:19 2026] DELETE /v2.0/security-groups/bbcc24e7-b7a7-47a2-90ad-20da71aaffc0 => 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: 1051/2038] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:55:19 2026] PUT /v2.0/routers/f891c331-b8e9-432b-b80a-f1c6114d10f1/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:21.737 7 INFO neutron.db.segments_db [None req-74fd4cab-d361-4167-965a-284aab86da8b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment 36d477e1-b6a3-4b8a-b95f-f14c04d4091e of type vxlan for network 330ab976-8cb8-43f7-bcba-3de9973137cc [pid: 7|app: 0|req: 988/2039] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:55:21 2026] POST /v2.0/networks => generated 721 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2040] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:21 2026] POST /v2.0/subnets => generated 687 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:22.130 7 INFO neutron.db.segments_db [None req-69f66047-f3b1-4a19-acf0-20ea4a960787 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Added segment e357c0a4-7037-4455-9c73-04f1a0b52c8c of type vxlan for network 984745f4-29d8-46b7-98f5-47ae16463f36 2026-05-28 13:55:22.415 7 INFO neutron.db.l3_hamode_db [None req-69f66047-f3b1-4a19-acf0-20ea4a960787 e66f8121ab714be6b80e8a7ad199dbd0 d00f3819465b46eba067eebdef74e727 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:55:23.173 7 INFO neutron.db.l3_hamode_db [None req-69f66047-f3b1-4a19-acf0-20ea4a960787 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 989/2043] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:22 2026] POST /v2.0/routers => generated 727 bytes in 1850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2044] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:55:23 2026] PUT /v2.0/routers/6c86ebd7-55fd-4284-9367-6cf2ecd0061d/add_router_interface => generated 309 bytes in 1296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2045] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:55:26 2026] POST /v2.0/security-groups => generated 1671 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2046] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2047] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2048] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2049] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:26.744 8 INFO neutron.db.securitygroups_db [None req-f73bcff1-0929-4953-8703-3ee17d55e140 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] Project 77cc964c9cae469eb6c871d47242a747 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: 1058/2050] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:26.859 7 INFO neutron.db.securitygroups_db [None req-177fc4ac-9683-4263-bebf-18a3a7803e44 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] Project 77cc964c9cae469eb6c871d47242a747 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: 993/2051] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:26 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: 1059/2052] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:55:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2053] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2054] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2055] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:55:27 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2056] 10.0.0.201 () {34 vars in 1098 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--844132624&fields=id&tenant_id=77cc964c9cae469eb6c871d47242a747 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2057] 10.0.0.201 () {34 vars in 1096 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-42520108&fields=id&tenant_id=77cc964c9cae469eb6c871d47242a747 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2058] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/networks?id=5275437b-4fa7-424f-b9f6-d3c3b60f996f => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2059] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/quotas/77cc964c9cae469eb6c871d47242a747 => 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: 1063/2060] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/ports?tenant_id=77cc964c9cae469eb6c871d47242a747&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2061] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f?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: 1064/2062] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f?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: 999/2063] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:28 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => 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: 1000/2064] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:30 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => 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: 1065/2065] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:55:29 2026] GET /v2.0/security-groups?tenant_id=5147040744f84b0b93b7208aee2bb50b&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2066] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:55:30 2026] DELETE /v2.0/security-groups/e962a3a8-4b66-48bf-a6d3-02b12cb499b3 => 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: 1066/2067] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:31 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => 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: 1002/2068] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:32 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:33.226 8 INFO neutron.db.segments_db [None req-58122a26-f8a9-49f2-9d5e-a735910cb0c4 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Added segment 579054b8-e03c-4c0a-ba50-6c49b093617c of type vxlan for network 23d829ca-5bf6-4908-85bb-7f00ed436f10 [pid: 7|app: 0|req: 1003/2069] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:55:33 2026] GET /v2.0/networks?id=5275437b-4fa7-424f-b9f6-d3c3b60f996f => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2070] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:55:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77cc964c9cae469eb6c871d47242a747 => generated 271 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2071] 10.0.0.210 () {34 vars in 671 bytes} [Thu May 28 13:55:32 2026] POST /v2.0/networks => generated 614 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2072] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:33 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:55:33.387 8 INFO neutron.db.segments_db [None req-b3f9b7c3-4e27-44b4-8eb5-c25315d0e476 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Added segment dc48cebf-e63d-4a46-bbfc-3fee4b95a933 of type vxlan for network 5ba46388-af37-4900-a572-b723b5c0f5d8 2026-05-28 13:55:33.639 8 INFO neutron.db.l3_hamode_db [None req-b3f9b7c3-4e27-44b4-8eb5-c25315d0e476 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1005/2073] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:55:33 2026] POST /v2.0/ports => generated 997 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1006/2074] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:55:33 2026] PUT /v2.0/ports/004ab772-3849-45d1-b14c-a26dd7e8b45e => generated 1278 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:55:34.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3ebd3c7-e664-46a7-9084-acab72b00321'] response: {'name': 'network-changed', 'server_uuid': 'f699181f-b627-41e8-8bc4-1b660f7772c9', 'tag': '004ab772-3849-45d1-b14c-a26dd7e8b45e', '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, ' 2026-05-28 13:55:34.423 8 INFO neutron.db.l3_hamode_db [None req-b3f9b7c3-4e27-44b4-8eb5-c25315d0e476 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1007/2075] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:34 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2076] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:34 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2077] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:55:34 2026] GET /v2.0/ports?tenant_id=77cc964c9cae469eb6c871d47242a747&device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2078] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:55:34 2026] GET /v2.0/networks?tenant_id=77cc964c9cae469eb6c871d47242a747&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2079] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:55:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2080] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:33 2026] POST /v2.0/routers => generated 694 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2081] 10.0.0.210 () {32 vars in 776 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/subnets?project_id=2c39b2369cec4cb9a3cf67939c0344fa&cidr=10.100.0.0%2F28 => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2082] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:55:35 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: 7|app: 0|req: 1013/2083] 10.0.0.210 () {32 vars in 784 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/subnets?network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6&cidr=10.100.0.0%2F28 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2084] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2085] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2086] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:55:35 2026] POST /v2.0/subnets => generated 656 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2087] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/ports?tenant_id=77cc964c9cae469eb6c871d47242a747&device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1281 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2088] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=004ab772-3849-45d1-b14c-a26dd7e8b45e => 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: 1074/2089] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/subnets?id=171bdb8d-901a-4642-8c98-3c47b06901d7 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2090] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/ports?network_id=5275437b-4fa7-424f-b9f6-d3c3b60f996f&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: 1076/2091] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2092] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:55:35 2026] GET /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f?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: 1078/2093] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:36 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1012 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2094] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:36 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2095] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:55:35 2026] PUT /v2.0/routers/9bd0dced-0f33-4875-aee9-99a6b586daed/add_router_interface => generated 309 bytes in 1461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2096] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:55:37 2026] GET /v2.0/networks => generated 6508 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2097] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:55:37 2026] GET /v2.0/subnets => generated 5193 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2098] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 13:55:37 2026] GET /v2.0/routers => generated 2184 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2099] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:55:37 2026] POST /v2.0/security-groups => generated 1673 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2100] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2101] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2102] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:37 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2103] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:37 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2104] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2105] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:38.212 8 INFO neutron.db.securitygroups_db [None req-17db05c2-488a-4a3e-98ff-c9e67b265fda 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Project 2c39b2369cec4cb9a3cf67939c0344fa 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: 1084/2106] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:55:38.351 7 INFO neutron.db.securitygroups_db [None req-2e3792cd-bec7-4dba-9b99-db255463c221 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Project 2c39b2369cec4cb9a3cf67939c0344fa 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: 1023/2107] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:55:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2110] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:55:38 2026] GET /v2.0/networks => generated 1298 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2111] 10.0.0.201 () {34 vars in 1098 bytes} [Thu May 28 13:55:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-751136247&fields=id&tenant_id=2c39b2369cec4cb9a3cf67939c0344fa => 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: 1087/2112] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2113] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/quotas/2c39b2369cec4cb9a3cf67939c0344fa => 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: 1088/2114] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2115] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2116] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2117] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1090/2118] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1281 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2119] 199.204.45.144 () {34 vars in 1124 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2120] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1030/2121] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:39 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1092/2122] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:40 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1012 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2123] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:40 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2124] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:40 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1032/2125] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:41 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2126] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:41 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2127] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:41 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1095/2128] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:42 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2129] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:42 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2130] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:42 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1035/2131] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:42 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:55:43.289 8 INFO neutron.db.l3_db [None req-02f2af0a-32a0-45b3-92c6-0963f896b23f 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] Floating IP d6ea160b-f97c-44c8-bda7-b35eb4080514 associated. External IP: 10.96.250.215, port: 004ab772-3849-45d1-b14c-a26dd7e8b45e. [pid: 8|app: 0|req: 1097/2132] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:55:42 2026] PUT /v2.0/floatingips/d6ea160b-f97c-44c8-bda7-b35eb4080514 => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:43.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3480e2a1-eb00-4f8d-9474-33ea659f3146'] response: {'name': 'network-changed', 'server_uuid': 'f699181f-b627-41e8-8bc4-1b660f7772c9', 'tag': '004ab772-3849-45d1-b14c-a26dd7e8b45e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1036/2133] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:55:43 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 661 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2134] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:43 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1037/2135] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:55:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2c39b2369cec4cb9a3cf67939c0344fa => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2136] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/ports?tenant_id=77cc964c9cae469eb6c871d47242a747&device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2137] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/networks?id=5275437b-4fa7-424f-b9f6-d3c3b60f996f => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2138] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:55:43 2026] POST /v2.0/ports => generated 954 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2139] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=004ab772-3849-45d1-b14c-a26dd7e8b45e => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1041/2140] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/subnets?id=171bdb8d-901a-4642-8c98-3c47b06901d7 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2141] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/ports?network_id=5275437b-4fa7-424f-b9f6-d3c3b60f996f&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: 1043/2142] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f?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: 1044/2143] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f?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: 1100/2144] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:55:44 2026] PUT /v2.0/ports/8e2bc449-0f39-4860-8a74-79e0e9bad699 => generated 1235 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2145] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:44 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 969 bytes in 75 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: 1101/2146] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:45 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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-28 13:55:45.783 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-539f812b-0f66-40f1-ac25-ae3fb4e83b0c'] response: {'name': 'network-changed', 'server_uuid': '86049b5a-3181-4278-bb8a-943b7d332368', 'tag': '8e2bc449-0f39-4860-8a74-79e0e9bad699', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1046/2147] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:55:45 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2148] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:55:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8e2bc449-0f39-4860-8a74-79e0e9bad699 => 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: 1047/2149] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:55:45 2026] GET /v2.0/subnets?id=1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2150] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:55:45 2026] GET /v2.0/ports?network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2151] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:55:46 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1104/2152] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:55:46 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1049/2153] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:46 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2154] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:46 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1050/2155] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2156] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 757 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2157] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8e2bc449-0f39-4860-8a74-79e0e9bad699 => 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: 1107/2158] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/subnets?id=1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2159] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/ports?network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10&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: 1108/2160] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2161] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2162] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2163] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:55:47 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2164] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:48 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2165] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:48 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1111/2166] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:49 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1056/2167] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:49 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1112/2168] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:50 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2169] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:50 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1113/2170] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:51 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1058/2171] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:55:51 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2172] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:51 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:55:52.004 7 INFO neutron.db.l3_db [None req-b7ea824d-d0f1-4820-8416-817181e0aa4b 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Floating IP dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a associated. External IP: 10.96.250.210, port: 8e2bc449-0f39-4860-8a74-79e0e9bad699. [pid: 8|app: 0|req: 1115/2173] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:51 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2174] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:52 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2175] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:55:52 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1283 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2176] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:55:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2177] 10.0.0.210 () {32 vars in 858 bytes} [Thu May 28 13:55:52 2026] GET /v2.0/floatingips?floating_network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6&port_id=004ab772-3849-45d1-b14c-a26dd7e8b45e => generated 861 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:55:52.433 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c63cc3b7-125c-44d7-a5ca-076d6704042e'] response: {'name': 'network-changed', 'server_uuid': '86049b5a-3181-4278-bb8a-943b7d332368', 'tag': '8e2bc449-0f39-4860-8a74-79e0e9bad699', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1060/2178] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:55:52 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 855 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2179] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:55:52 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2180] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2181] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8e2bc449-0f39-4860-8a74-79e0e9bad699 => 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: 1062/2182] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/subnets?id=1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2183] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2184] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/ports?network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2185] 10.0.0.110 () {34 vars in 1120 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2186] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1123/2187] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1065/2188] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:55:53 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2191] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:55 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2192] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:55 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2193] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:57 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2194] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:57 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2195] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:58 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2196] 10.0.0.201 () {34 vars in 1120 bytes} [Thu May 28 13:55:58 2026] GET /v2.0/security-groups?id=dcc481d1-0809-4a08-83a5-a66fea395dbd&id=b8c65a8c-e3af-4940-8db0-d919a5ad1619&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2197] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:55:58 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:55:58.433 8 INFO neutron_taas.services.taas.taas_plugin [req-db5abb82-a3a5-4239-9a07-b5a8b12691a9 req-368114d0-5643-47c8-bc55-f9ddf0200d33 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] TaaS: Handle Delete Port: 004ab772-3849-45d1-b14c-a26dd7e8b45e 2026-05-28 13:55:58.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-db5abb82-a3a5-4239-9a07-b5a8b12691a9 req-368114d0-5643-47c8-bc55-f9ddf0200d33 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] Tap Mirror: Handle Delete Port: 004ab772-3849-45d1-b14c-a26dd7e8b45e 2026-05-28 13:55:58.561 8 INFO neutron.db.l3_db [req-db5abb82-a3a5-4239-9a07-b5a8b12691a9 req-368114d0-5643-47c8-bc55-f9ddf0200d33 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] Floating IP d6ea160b-f97c-44c8-bda7-b35eb4080514 disassociated. External IP: 10.96.250.215, port: 004ab772-3849-45d1-b14c-a26dd7e8b45e. [pid: 8|app: 0|req: 1128/2198] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:55:58 2026] DELETE /v2.0/ports/004ab772-3849-45d1-b14c-a26dd7e8b45e => generated 0 bytes in 637 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:55:58.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9170fcb8-aa9c-47e3-bfc2-fa9c6ffddefd'] response: {'server_uuid': 'f699181f-b627-41e8-8bc4-1b660f7772c9', 'name': 'network-vif-deleted', 'tag': '004ab772-3849-45d1-b14c-a26dd7e8b45e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1071/2199] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:55:59 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => 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: 1129/2200] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:00 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => 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: 1072/2201] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:01 2026] GET /v2.0/ports?device_id=f699181f-b627-41e8-8bc4-1b660f7772c9 => 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: 1130/2202] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:56:02 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2203] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:56:02 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1131/2204] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:02 2026] DELETE /v2.0/security-groups/b8c65a8c-e3af-4940-8db0-d919a5ad1619 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:02.818 7 INFO neutron.api.v2.resource [None req-a165406b-7d24-497f-a0bd-eacac4a0d232 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1074/2205] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 13:56:02 2026] GET /v2.0/security-groups/b8c65a8c-e3af-4940-8db0-d919a5ad1619 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:56:02.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-35ff9be4-f889-4a80-a5f7-e415c100686c 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] TaaS: Handle Delete Port: 3f098aa3-39cb-4f12-af19-957028ce143c 2026-05-28 13:56:02.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35ff9be4-f889-4a80-a5f7-e415c100686c 8e88f0291e29481cbc651baa084c736b 77cc964c9cae469eb6c871d47242a747 - - default default] Tap Mirror: Handle Delete Port: 3f098aa3-39cb-4f12-af19-957028ce143c [pid: 8|app: 0|req: 1132/2206] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:56:02 2026] DELETE /v2.0/floatingips/d6ea160b-f97c-44c8-bda7-b35eb4080514 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2207] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:03 2026] DELETE /v2.0/security-groups/dcc481d1-0809-4a08-83a5-a66fea395dbd => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:03.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-37c45cd7-352a-45a8-8f3a-74f11550ccb3 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 33ebd23c-a4bc-4bf9-b68d-5284eed67353 2026-05-28 13:56:03.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c45cd7-352a-45a8-8f3a-74f11550ccb3 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 33ebd23c-a4bc-4bf9-b68d-5284eed67353 [pid: 8|app: 0|req: 1133/2208] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:56:03 2026] PUT /v2.0/routers/f891c331-b8e9-432b-b80a-f1c6114d10f1/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:04.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3628fe6-6fac-4a52-bb5c-e47d25ecc82a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 268fd1b2-96c5-410d-8bff-d7a21b1e81ee 2026-05-28 13:56:04.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3628fe6-6fac-4a52-bb5c-e47d25ecc82a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 268fd1b2-96c5-410d-8bff-d7a21b1e81ee 2026-05-28 13:56:04.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3628fe6-6fac-4a52-bb5c-e47d25ecc82a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 87e96eb7-e095-4924-8c27-5ad4e023424f 2026-05-28 13:56:04.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3628fe6-6fac-4a52-bb5c-e47d25ecc82a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 87e96eb7-e095-4924-8c27-5ad4e023424f 2026-05-28 13:56:04.970 7 INFO neutron.services.segments.plugin [-] Segment 374bd169-8976-411e-9793-6889a82cd750 resource provider aggregate not found 2026-05-28 13:56:04.976 7 INFO neutron.services.segments.plugin [-] Segment 374bd169-8976-411e-9793-6889a82cd750 resource provider aggregate not found 2026-05-28 13:56:04.992 7 INFO neutron.services.segments.plugin [-] Segment 374bd169-8976-411e-9793-6889a82cd750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 374bd169-8976-411e-9793-6889a82cd750 found for delete ", "request_id": "req-413dcb2a-f5a9-4040-a90e-4dda7e803102"}]} 2026-05-28 13:56:04.999 7 INFO neutron.services.segments.plugin [-] Segment 374bd169-8976-411e-9793-6889a82cd750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 374bd169-8976-411e-9793-6889a82cd750 found for delete ", "request_id": "req-d7cdbb8a-fd33-401a-976d-e6d2d588a207"}]} 2026-05-28 13:56:05.005 7 INFO neutron.db.l3_hamode_db [None req-e3628fe6-6fac-4a52-bb5c-e47d25ecc82a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 61cf2d7f-6214-4305-91b4-79fcae976d60 was deleted as no HA routers are present in tenant 77cc964c9cae469eb6c871d47242a747. [pid: 7|app: 0|req: 1076/2209] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:04 2026] DELETE /v2.0/routers/f891c331-b8e9-432b-b80a-f1c6114d10f1 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2210] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:05 2026] DELETE /v2.0/subnets/171bdb8d-901a-4642-8c98-3c47b06901d7 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:56:05.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-575fec51-3a0e-4ce9-afc2-0b47432dcc6a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 80511132-982a-4ec6-840e-d395b54bd31a 2026-05-28 13:56:05.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-575fec51-3a0e-4ce9-afc2-0b47432dcc6a e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 80511132-982a-4ec6-840e-d395b54bd31a [pid: 7|app: 0|req: 1077/2211] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:05 2026] DELETE /v2.0/networks/5275437b-4fa7-424f-b9f6-d3c3b60f996f => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:56:06.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-29de8e60-a68c-4d40-bb09-2094a349a50f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 814f15cd-6ce6-4df8-8914-116fd65ad432 2026-05-28 13:56:06.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29de8e60-a68c-4d40-bb09-2094a349a50f e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 814f15cd-6ce6-4df8-8914-116fd65ad432 [pid: 8|app: 0|req: 1135/2212] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:56:05 2026] PUT /v2.0/routers/6c86ebd7-55fd-4284-9367-6cf2ecd0061d/remove_router_interface => generated 309 bytes in 1451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:07.047 7 INFO neutron.services.segments.plugin [-] Segment 94d8128d-d180-4c15-b6a1-4ee5a49e735c resource provider aggregate not found 2026-05-28 13:56:07.053 7 INFO neutron.services.segments.plugin [-] Segment 94d8128d-d180-4c15-b6a1-4ee5a49e735c resource provider aggregate not found 2026-05-28 13:56:07.061 7 INFO neutron.services.segments.plugin [-] Segment 94d8128d-d180-4c15-b6a1-4ee5a49e735c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d8128d-d180-4c15-b6a1-4ee5a49e735c found for delete ", "request_id": "req-06da71db-7b7c-4357-8dc2-0af29896137d"}]} 2026-05-28 13:56:07.075 7 INFO neutron.services.segments.plugin [-] Segment 94d8128d-d180-4c15-b6a1-4ee5a49e735c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d8128d-d180-4c15-b6a1-4ee5a49e735c found for delete ", "request_id": "req-a38d771d-1d26-4d8e-9830-2ba307eeada3"}]} 2026-05-28 13:56:07.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-4043981e-d51d-404e-8636-10f3bcb18441 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 2d2ab6f9-2da9-418c-967b-082cba531be9 2026-05-28 13:56:07.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4043981e-d51d-404e-8636-10f3bcb18441 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 2d2ab6f9-2da9-418c-967b-082cba531be9 2026-05-28 13:56:07.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-4043981e-d51d-404e-8636-10f3bcb18441 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: adb81dc1-0b62-4559-a692-795bd1f92872 2026-05-28 13:56:07.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4043981e-d51d-404e-8636-10f3bcb18441 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: adb81dc1-0b62-4559-a692-795bd1f92872 2026-05-28 13:56:07.896 7 INFO neutron.db.l3_hamode_db [None req-4043981e-d51d-404e-8636-10f3bcb18441 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] HA network 984745f4-29d8-46b7-98f5-47ae16463f36 was deleted as no HA routers are present in tenant d00f3819465b46eba067eebdef74e727. [pid: 7|app: 0|req: 1078/2213] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:06 2026] DELETE /v2.0/routers/6c86ebd7-55fd-4284-9367-6cf2ecd0061d => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2214] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:07 2026] DELETE /v2.0/subnets/ece8d3d2-ab17-4a3d-b4d2-eebb5f688a5f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:56:08.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-e834ece9-85db-40f6-917b-4fa9540a8714 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: c8721cd6-6a33-4c49-88bc-88a3b58b4300 2026-05-28 13:56:08.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e834ece9-85db-40f6-917b-4fa9540a8714 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: c8721cd6-6a33-4c49-88bc-88a3b58b4300 [pid: 7|app: 0|req: 1079/2215] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:08 2026] DELETE /v2.0/networks/330ab976-8cb8-43f7-bcba-3de9973137cc => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2218] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:08 2026] GET /v2.0/security-groups?tenant_id=77cc964c9cae469eb6c871d47242a747&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: 1138/2219] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:08 2026] DELETE /v2.0/security-groups/c37b4cc9-7acc-41de-841d-1f5aebe8383b => 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: 1082/2220] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:08 2026] GET /v2.0/security-groups?tenant_id=d00f3819465b46eba067eebdef74e727&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2221] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:08 2026] DELETE /v2.0/security-groups/335500a3-721e-4388-9923-43973a1c5bfd => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:09.079 7 INFO neutron.services.segments.plugin [-] Segment e357c0a4-7037-4455-9c73-04f1a0b52c8c resource provider aggregate not found 2026-05-28 13:56:09.096 7 INFO neutron.services.segments.plugin [-] Segment e357c0a4-7037-4455-9c73-04f1a0b52c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e357c0a4-7037-4455-9c73-04f1a0b52c8c found for delete ", "request_id": "req-f5313d78-e9dd-4b9d-b718-7633def2968d"}]} 2026-05-28 13:56:09.098 7 INFO neutron.services.segments.plugin [-] Segment e357c0a4-7037-4455-9c73-04f1a0b52c8c resource provider aggregate not found 2026-05-28 13:56:09.112 7 INFO neutron.services.segments.plugin [-] Segment e357c0a4-7037-4455-9c73-04f1a0b52c8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e357c0a4-7037-4455-9c73-04f1a0b52c8c found for delete ", "request_id": "req-8443ab57-734b-45ac-9cc9-a362e6267825"}]} 2026-05-28 13:56:09.116 7 INFO neutron.services.segments.plugin [-] Segment 36d477e1-b6a3-4b8a-b95f-f14c04d4091e resource provider aggregate not found 2026-05-28 13:56:09.131 7 INFO neutron.services.segments.plugin [-] Segment 36d477e1-b6a3-4b8a-b95f-f14c04d4091e resource provider aggregate not found 2026-05-28 13:56:09.135 7 INFO neutron.services.segments.plugin [-] Segment 36d477e1-b6a3-4b8a-b95f-f14c04d4091e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d477e1-b6a3-4b8a-b95f-f14c04d4091e found for delete ", "request_id": "req-54bc79d9-66b2-4d4b-b04d-8c4e7c7f8ba4"}]} 2026-05-28 13:56:09.143 7 INFO neutron.services.segments.plugin [-] Segment 36d477e1-b6a3-4b8a-b95f-f14c04d4091e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d477e1-b6a3-4b8a-b95f-f14c04d4091e found for delete ", "request_id": "req-b28682aa-83dd-417c-8f2d-48892ccb10b4"}]} [pid: 7|app: 0|req: 1083/2222] 10.0.0.210 () {32 vars in 826 bytes} [Thu May 28 13:56:12 2026] GET /v2.0/ports?project_id=2c39b2369cec4cb9a3cf67939c0344fa&network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 3691 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2223] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 13:56:13 2026] GET /v2.0/subnets?network_id=4c8f3313-1b98-4cee-918a-100aecbe3db6 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:13.207 8 INFO neutron.db.segments_db [None req-a4605ccd-3319-4b45-b258-2e8f67b1ae99 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] Added segment 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb of type vxlan for network 3e7d72f5-f395-4427-a9a9-b49c6e37e2ed [pid: 8|app: 0|req: 1140/2224] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:12 2026] POST /v2.0/networks => generated 708 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:13.395 7 INFO neutron.db.l3_db [None req-15cc68c7-d83b-4d8b-96f6-5b67ccaa5162 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Floating IP dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a disassociated. External IP: 10.96.250.210, port: 8e2bc449-0f39-4860-8a74-79e0e9bad699. [pid: 8|app: 0|req: 1141/2225] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:13 2026] POST /v2.0/subnets => generated 644 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:13.476 8 WARNING neutron.api.v2.base [None req-be478e70-23cf-4775-b27f-56f75c826bb9 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - 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-28 13:56:13.477 8 INFO neutron.api.v2.resource [None req-be478e70-23cf-4775-b27f-56f75c826bb9 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1142/2226] 10.0.0.210 () {34 vars in 681 bytes} [Thu May 28 13:56:13 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-28 13:56:13.648 8 INFO neutron.services.segments.plugin [-] Segment 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb resource provider aggregate not found 2026-05-28 13:56:13.659 8 INFO neutron.services.segments.plugin [-] Segment 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb resource provider aggregate not found 2026-05-28 13:56:13.669 8 INFO neutron.services.segments.plugin [-] Segment 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb found for delete ", "request_id": "req-4aab0295-c86e-4b2a-9b87-3c25214f949b"}]} 2026-05-28 13:56:13.673 8 INFO neutron.services.segments.plugin [-] Segment 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7048aad3-b13a-4d8f-bd4b-74613a5f8bcb found for delete ", "request_id": "req-15dacdad-472d-4121-9556-2d9d699115f9"}]} [pid: 8|app: 0|req: 1143/2227] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:13 2026] DELETE /v2.0/networks/3e7d72f5-f395-4427-a9a9-b49c6e37e2ed => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2228] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:56:13 2026] PUT /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 554 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2229] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:56:13 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:13.739 8 INFO neutron.db.segments_db [None req-a3d336e1-205e-4d61-994b-ec2ffc3f8c11 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] Added segment 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 of type vxlan for network 7282d9f4-be21-4430-8bc7-2a20a283250a 2026-05-28 13:56:13.743 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc3a49f6-35cf-4053-adee-42c40a29ad97'] response: {'name': 'network-changed', 'server_uuid': '86049b5a-3181-4278-bb8a-943b7d332368', 'tag': '8e2bc449-0f39-4860-8a74-79e0e9bad699', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1144/2230] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:13 2026] POST /v2.0/networks => generated 707 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2231] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:13 2026] POST /v2.0/subnets => generated 647 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:14.011 8 WARNING neutron.api.v2.base [None req-6287a6e4-6c1f-49ac-a153-542f5cbc61d8 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - 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-28 13:56:14.012 8 INFO neutron.api.v2.resource [None req-6287a6e4-6c1f-49ac-a153-542f5cbc61d8 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1145/2232] 10.0.0.210 () {34 vars in 681 bytes} [Thu May 28 13:56:14 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-28 13:56:14.200 7 INFO neutron.services.segments.plugin [-] Segment 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 resource provider aggregate not found 2026-05-28 13:56:14.205 7 INFO neutron.services.segments.plugin [-] Segment 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 resource provider aggregate not found 2026-05-28 13:56:14.223 7 INFO neutron.services.segments.plugin [-] Segment 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 found for delete ", "request_id": "req-89b822b0-6a3c-4a23-be18-6e7ab468676c"}]} 2026-05-28 13:56:14.224 7 INFO neutron.services.segments.plugin [-] Segment 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae0b5b1-2ac6-4a4a-ae48-62b35d64b707 found for delete ", "request_id": "req-d2dafd51-1146-4276-b1b9-3cafa259ef4f"}]} [pid: 7|app: 0|req: 1088/2233] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:14 2026] DELETE /v2.0/networks/7282d9f4-be21-4430-8bc7-2a20a283250a => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2234] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:56:14.301 8 INFO neutron.db.segments_db [None req-7eb74b3a-e292-4b5d-a16e-7dc4a0bbd6b3 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] Added segment ee885fa2-9e1c-433b-9e18-c3af5e9aef58 of type vxlan for network a5b21d05-3659-44da-915b-4b0c978d60b1 [pid: 7|app: 0|req: 1090/2235] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 757 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2236] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8e2bc449-0f39-4860-8a74-79e0e9bad699 => 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: 1092/2237] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/subnets?id=1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2238] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:14 2026] POST /v2.0/networks => generated 708 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2239] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/ports?network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2240] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2241] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2242] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:14 2026] POST /v2.0/subnets => generated 647 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2243] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:56:14 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2244] 10.0.0.210 () {34 vars in 681 bytes} [Thu May 28 13:56:14 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2245] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 13:56:15 2026] GET /v2.0/networks/a5b21d05-3659-44da-915b-4b0c978d60b1 => generated 655 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:15.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6999003-42e7-4881-a4a0-2199ba988945 d0777326e2994cc0babf562e1874fde0 b7e183c1855a4c4383334a4f26e5785a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1097/2246] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 13:56:15 2026] GET /v2.0/networks/a5b21d05-3659-44da-915b-4b0c978d60b1 => generated 138 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2247] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:56:15 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:15.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-34466a9a-d060-43de-a8a0-869437baa47d 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] TaaS: Handle Delete Port: 611af99a-0318-4d07-ad10-13a72b29e72f 2026-05-28 13:56:15.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34466a9a-d060-43de-a8a0-869437baa47d 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] Tap Mirror: Handle Delete Port: 611af99a-0318-4d07-ad10-13a72b29e72f 2026-05-28 13:56:16.073 8 INFO neutron.services.segments.plugin [-] Segment ee885fa2-9e1c-433b-9e18-c3af5e9aef58 resource provider aggregate not found 2026-05-28 13:56:16.076 8 INFO neutron.services.segments.plugin [-] Segment ee885fa2-9e1c-433b-9e18-c3af5e9aef58 resource provider aggregate not found 2026-05-28 13:56:16.093 8 INFO neutron.services.segments.plugin [-] Segment ee885fa2-9e1c-433b-9e18-c3af5e9aef58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee885fa2-9e1c-433b-9e18-c3af5e9aef58 found for delete ", "request_id": "req-518a9587-c18e-4be5-8306-5764b265318e"}]} 2026-05-28 13:56:16.098 8 INFO neutron.services.segments.plugin [-] Segment ee885fa2-9e1c-433b-9e18-c3af5e9aef58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee885fa2-9e1c-433b-9e18-c3af5e9aef58 found for delete ", "request_id": "req-b1624602-6fb5-4772-9e1b-467431db6eb6"}]} [pid: 8|app: 0|req: 1150/2248] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:15 2026] DELETE /v2.0/networks/a5b21d05-3659-44da-915b-4b0c978d60b1 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:56:16.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83747dcd-a8d4-4516-93a3-496f36d467d0 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1099/2249] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:16 2026] DELETE /v2.0/subnets/c8ffae87-1a66-46c9-a4b9-97003a379f7b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:56:16.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7fe85e29-0160-4619-baa8-6951841b10ad 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1151/2250] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:16 2026] DELETE /v2.0/subnets/fb3ac014-abdc-4268-9492-69e8848f347a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:56:16.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02eb475d-897a-4240-aeed-b6874e6508de 8e209c6f25b84f69abc6f430b202dc48 ad8a0b52c2bf4e0f94ee1e3e977ef267 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1100/2251] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:16 2026] DELETE /v2.0/subnets/1bdd1392-d60c-43b3-83a3-e89f6a21c081 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2252] 10.0.0.210 () {34 vars in 685 bytes} [Thu May 28 13:56:16 2026] POST /v2.0/security-groups => generated 1677 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2253] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:56:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2254] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:16 2026] GET /v2.0/security-groups?tenant_id=aea13322b7554b9c9a45833dc5b34bd8&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2255] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:56:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2256] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:17 2026] DELETE /v2.0/security-groups/3e5566f8-0062-4579-8a67-7fefb33991a1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2257] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:56:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2258] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:56:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:17.592 7 INFO neutron.db.securitygroups_db [None req-2db6aeae-5902-4404-b5d8-a54c868eed44 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Project 2c39b2369cec4cb9a3cf67939c0344fa 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: 1156/2259] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:17 2026] GET /v2.0/security-groups?tenant_id=b7e183c1855a4c4383334a4f26e5785a&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: 1104/2260] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:56:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2261] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:17 2026] DELETE /v2.0/security-groups/0a6de910-3546-4d29-941a-4aa96533bd2e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:17.721 7 INFO neutron.db.securitygroups_db [None req-a61e64ff-6703-4de3-8a69-8cb29bf58997 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Project 2c39b2369cec4cb9a3cf67939c0344fa 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: 1105/2262] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:56:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2263] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:17 2026] GET /v2.0/security-groups?tenant_id=ad8a0b52c2bf4e0f94ee1e3e977ef267&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2264] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:17 2026] DELETE /v2.0/security-groups/d57023f6-9e07-4e01-b2c1-52d24ae2b126 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2265] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/networks => generated 1298 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2266] 10.0.0.201 () {34 vars in 1100 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1587059898&fields=id&tenant_id=2c39b2369cec4cb9a3cf67939c0344fa => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2267] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2268] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/quotas/2c39b2369cec4cb9a3cf67939c0344fa => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2269] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2270] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1162/2271] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1110/2272] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:18 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1163/2273] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:19 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2274] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:21 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1164/2275] 10.0.0.210 () {34 vars in 678 bytes} [Thu May 28 13:56:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2276] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:22 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1165/2277] 10.0.0.210 () {34 vars in 678 bytes} [Thu May 28 13:56:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2278] 10.0.0.210 () {34 vars in 678 bytes} [Thu May 28 13:56:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2279] 10.0.0.210 () {34 vars in 678 bytes} [Thu May 28 13:56:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2280] 10.0.0.210 () {34 vars in 678 bytes} [Thu May 28 13:56:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2281] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:56:22 2026] PUT /v2.0/policies/79718e32-dd9a-45d5-bc05-2b6eb0b20efb/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2282] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:56:22 2026] PUT /v2.0/policies/f7f9a5a6-53e0-448c-ae39-d5a561507273/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: 1168/2283] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:56:22 2026] PUT /v2.0/policies/8cfa5775-d29a-4617-94d7-28484d712e2e/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2284] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:56:22 2026] PUT /v2.0/policies/96a6f011-5f1b-48fa-bd2f-bc908a95b7e1/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2285] 10.0.0.210 () {32 vars in 674 bytes} [Thu May 28 13:56:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2286] 10.0.0.210 () {32 vars in 688 bytes} [Thu May 28 13:56:22 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2287] 10.0.0.210 () {32 vars in 684 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2288] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2289] 10.0.0.210 () {32 vars in 696 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2290] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2c39b2369cec4cb9a3cf67939c0344fa => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2291] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2292] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1121/2293] 10.0.0.210 () {32 vars in 696 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2294] 10.0.0.210 () {32 vars in 692 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2295] 10.0.0.210 () {32 vars in 704 bytes} [Thu May 28 13:56:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2296] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:56:23 2026] DELETE /v2.0/qos/policies/79718e32-dd9a-45d5-bc05-2b6eb0b20efb => 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: 1173/2297] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:56:23 2026] POST /v2.0/ports => generated 958 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2300] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:56:23 2026] DELETE /v2.0/qos/policies/f7f9a5a6-53e0-448c-ae39-d5a561507273 => generated 0 bytes in 45 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: 1126/2301] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:56:23 2026] DELETE /v2.0/qos/policies/8cfa5775-d29a-4617-94d7-28484d712e2e => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2302] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:56:23 2026] DELETE /v2.0/qos/policies/96a6f011-5f1b-48fa-bd2f-bc908a95b7e1 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2303] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:56:23 2026] DELETE /v2.0/qos/policies/850ad937-9051-4842-8cd1-194eeadcc5c3 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2304] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:56:23 2026] PUT /v2.0/ports/5b3691ba-3f94-453c-8e45-c11d4c8bd712 => generated 1239 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:56:23.915 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33c28e84-7eae-4062-b0d7-2f6318e71c6d'] response: {'name': 'network-changed', 'server_uuid': '5bbaad05-a98a-487f-afae-94ed5a2d620a', 'tag': '5b3691ba-3f94-453c-8e45-c11d4c8bd712', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1129/2305] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:24 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1177/2306] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:24 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1130/2307] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:56:24 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2308] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:56:24 2026] GET /v2.0/networks?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2309] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:56:24 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: 7|app: 0|req: 1131/2310] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:24 2026] GET /v2.0/security-groups?tenant_id=708c44fe694840fab58dba9eb08acaf9&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2311] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:24 2026] DELETE /v2.0/security-groups/60bd3075-8c71-4fc6-8d23-c865b244d8ba => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2312] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:24 2026] GET /v2.0/security-groups?tenant_id=e5a1f810e449410aba0f9d541a7dfa8f&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2313] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:25 2026] DELETE /v2.0/security-groups/19f32b6d-8b67-4ec7-bb7b-d1328512ec75 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2314] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/security-groups?tenant_id=0e951df2dd51417cb56986736049b111&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2315] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2316] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1134/2317] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:25 2026] DELETE /v2.0/security-groups/19dfca88-c3e2-4fc6-a4ad-d51e34c302da => 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: 1184/2318] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2319] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5b3691ba-3f94-453c-8e45-c11d4c8bd712 => 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: 1185/2320] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/subnets?id=1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2321] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/ports?network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2322] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1137/2323] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:56:25 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2324] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:26 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2325] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:26 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2326] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:27 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2327] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:27 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&fields=id&fields=name => generated 114 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2328] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:29 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2329] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:29 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:30.007 8 INFO neutron.db.segments_db [None req-1c897830-925c-4ca8-9cc9-4b5547dd8778 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] Added segment d4dcf619-ff72-41ea-bdf3-0c41399b428d of type vxlan for network 3a48f2a5-2df2-4145-a007-6b0c44f39e29 [pid: 8|app: 0|req: 1190/2330] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:29 2026] POST /v2.0/networks => generated 612 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2331] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:30 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:30.454 8 INFO neutron.db.segments_db [None req-b45064d0-05a1-4d54-9f16-089531c5e15b 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] Added segment 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 of type vxlan for network 6663bbdd-c290-477d-af8e-6122104c684e [pid: 8|app: 0|req: 1191/2332] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:30 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2333] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:30 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2334] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:30 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2335] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:30 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:30.899 7 INFO neutron.db.segments_db [None req-b69dd5ec-d598-4d6c-b559-d463ef19c695 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] Added segment 7712dff0-2a67-4dee-9d9d-d273a213ce94 of type vxlan for network 09807fb6-e045-44d7-a519-e6d460578f44 [pid: 7|app: 0|req: 1144/2336] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:30 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2337] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:30 2026] POST /v2.0/subnets => generated 629 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:31.279 7 INFO neutron.db.segments_db [None req-f39d974f-6cc0-41df-a883-0141aac54835 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] Added segment 0ee1d504-cf5a-486a-92ee-000b9ddcf12b of type vxlan for network 27d910b7-34ef-4e6f-9ebc-28e2aba495b8 [pid: 7|app: 0|req: 1145/2338] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:31 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2339] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:31 2026] POST /v2.0/subnets => generated 629 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:56:31.744 7 INFO neutron.db.segments_db [None req-bd9a7526-9733-45b5-982d-6bc6f24b6bf2 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] Added segment 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 of type vxlan for network a8274462-96cd-41e5-ad2c-16866cbd4d55 [pid: 8|app: 0|req: 1195/2340] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:31 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2341] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:56:31 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: 1196/2342] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:31 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1197/2343] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:31 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2344] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:31 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1147/2345] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:56:31 2026] POST /v2.0/subnets => generated 629 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2346] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2347] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:56:32 2026] PUT /v2.0/subnets/62656252-7c08-4b21-aece-5acf3fc6fbbf/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2348] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:56:32 2026] PUT /v2.0/subnets/c691554f-3264-43f8-84e8-0ce7e238781d/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2349] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:56:32 2026] PUT /v2.0/subnets/56299a79-a209-463c-a75c-c3fc849652d8/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: 1151/2350] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 13:56:32 2026] PUT /v2.0/subnets/aa341bed-1560-4f22-bda5-f4ad6d5824f9/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2351] 10.0.0.210 () {32 vars in 664 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2352] 10.0.0.210 () {32 vars in 678 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2353] 10.0.0.210 () {32 vars in 674 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:56:32.430 8 INFO neutron.db.l3_db [None req-77c49671-8db0-4b38-aa08-669cc535de56 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Floating IP dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a associated. External IP: 10.96.250.210, port: 5b3691ba-3f94-453c-8e45-c11d4c8bd712. [pid: 7|app: 0|req: 1155/2354] 10.0.0.210 () {32 vars in 686 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2355] 10.0.0.210 () {32 vars in 672 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2356] 10.0.0.210 () {32 vars in 686 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2357] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2358] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2359] 10.0.0.210 () {34 vars in 749 bytes} [Thu May 28 13:56:32 2026] PUT /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:32.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91bbb58a-35f4-465a-a50e-32b54705eef9'] response: {'name': 'network-changed', 'server_uuid': '5bbaad05-a98a-487f-afae-94ed5a2d620a', 'tag': '5b3691ba-3f94-453c-8e45-c11d4c8bd712', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1201/2360] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:56:32 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2361] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:32 2026] DELETE /v2.0/subnets/62656252-7c08-4b21-aece-5acf3fc6fbbf => 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: 1202/2362] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:32 2026] DELETE /v2.0/subnets/c691554f-3264-43f8-84e8-0ce7e238781d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2363] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:33 2026] DELETE /v2.0/subnets/56299a79-a209-463c-a75c-c3fc849652d8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2364] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:33 2026] DELETE /v2.0/subnets/aa341bed-1560-4f22-bda5-f4ad6d5824f9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2365] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/ports?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1205/2366] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/networks?id=23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2367] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:56:33 2026] DELETE /v2.0/subnets/bf539ec5-5ab2-4139-abe3-5622e8800e48 => 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: 1206/2368] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5b3691ba-3f94-453c-8e45-c11d4c8bd712 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2369] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/subnets?id=1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:33.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-aedb191f-8caa-4101-9b63-bc30b4d22f59 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] TaaS: Handle Delete Port: 69a45936-ad97-4ac2-aa62-369841008ba0 2026-05-28 13:56:33.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aedb191f-8caa-4101-9b63-bc30b4d22f59 07dcbe86dc724ae09beb2f4fc65ea9df 3940b5aadd3f4e2598a9cdf9f27eca29 - - default default] Tap Mirror: Handle Delete Port: 69a45936-ad97-4ac2-aa62-369841008ba0 [pid: 8|app: 0|req: 1208/2370] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/ports?network_id=23d829ca-5bf6-4908-85bb-7f00ed436f10&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: 1209/2371] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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: 1210/2372] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10?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-28 13:56:33.724 7 INFO neutron.services.segments.plugin [-] Segment d4dcf619-ff72-41ea-bdf3-0c41399b428d resource provider aggregate not found 2026-05-28 13:56:33.727 7 INFO neutron.services.segments.plugin [-] Segment d4dcf619-ff72-41ea-bdf3-0c41399b428d resource provider aggregate not found 2026-05-28 13:56:33.741 7 INFO neutron.services.segments.plugin [-] Segment d4dcf619-ff72-41ea-bdf3-0c41399b428d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4dcf619-ff72-41ea-bdf3-0c41399b428d found for delete ", "request_id": "req-bd44e844-eacb-46b3-b7ed-e1106e99aa81"}]} 2026-05-28 13:56:33.744 7 INFO neutron.services.segments.plugin [-] Segment d4dcf619-ff72-41ea-bdf3-0c41399b428d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4dcf619-ff72-41ea-bdf3-0c41399b428d found for delete ", "request_id": "req-b54f6b43-1db8-4670-ac5e-9b8ef7239094"}]} [pid: 7|app: 0|req: 1163/2373] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:33 2026] DELETE /v2.0/networks/3a48f2a5-2df2-4145-a007-6b0c44f39e29 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2374] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:56:33 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:33.886 8 INFO neutron.services.segments.plugin [-] Segment 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 resource provider aggregate not found 2026-05-28 13:56:33.895 8 INFO neutron.services.segments.plugin [-] Segment 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 resource provider aggregate not found 2026-05-28 13:56:33.909 8 INFO neutron.services.segments.plugin [-] Segment 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 found for delete ", "request_id": "req-66ce17a1-8317-461c-ae2e-6d509c9b5eef"}]} 2026-05-28 13:56:33.915 8 INFO neutron.services.segments.plugin [-] Segment 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cc72c2b-c35a-4730-a9e8-40e3ecb43e57 found for delete ", "request_id": "req-7d862d99-e8ef-431b-901f-3b1112b88a75"}]} [pid: 8|app: 0|req: 1211/2375] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:33 2026] DELETE /v2.0/networks/6663bbdd-c290-477d-af8e-6122104c684e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2376] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:33 2026] DELETE /v2.0/networks/09807fb6-e045-44d7-a519-e6d460578f44 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2377] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:34 2026] DELETE /v2.0/networks/27d910b7-34ef-4e6f-9ebc-28e2aba495b8 => 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: 1166/2378] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:56:34 2026] DELETE /v2.0/networks/a8274462-96cd-41e5-ad2c-16866cbd4d55 => 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: 1213/2379] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 13:56:34 2026] GET /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2380] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:35 2026] GET /v2.0/security-groups?tenant_id=4797529fca4d461d8d909962484be392&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2381] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:35 2026] DELETE /v2.0/security-groups/6edbb0b1-287f-4bc1-9bb9-8bd345c96fec => 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: 1168/2382] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:35 2026] GET /v2.0/security-groups?tenant_id=3940b5aadd3f4e2598a9cdf9f27eca29&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2383] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:35 2026] DELETE /v2.0/security-groups/2dda2758-2e3a-428c-b6ad-0535ac3e39b4 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:35.760 7 INFO neutron.services.segments.plugin [-] Segment 7712dff0-2a67-4dee-9d9d-d273a213ce94 resource provider aggregate not found 2026-05-28 13:56:35.763 7 INFO neutron.services.segments.plugin [-] Segment 7712dff0-2a67-4dee-9d9d-d273a213ce94 resource provider aggregate not found 2026-05-28 13:56:35.774 7 INFO neutron.services.segments.plugin [-] Segment 7712dff0-2a67-4dee-9d9d-d273a213ce94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7712dff0-2a67-4dee-9d9d-d273a213ce94 found for delete ", "request_id": "req-396571ee-352c-416c-83a2-8b151ec62a6a"}]} 2026-05-28 13:56:35.778 7 INFO neutron.services.segments.plugin [-] Segment 7712dff0-2a67-4dee-9d9d-d273a213ce94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7712dff0-2a67-4dee-9d9d-d273a213ce94 found for delete ", "request_id": "req-32d6e1fd-55f0-4401-888f-3eb82d75b73c"}]} 2026-05-28 13:56:35.789 7 INFO neutron.services.segments.plugin [-] Segment 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 resource provider aggregate not found 2026-05-28 13:56:35.793 7 INFO neutron.services.segments.plugin [-] Segment 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 resource provider aggregate not found 2026-05-28 13:56:35.806 7 INFO neutron.services.segments.plugin [-] Segment 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 found for delete ", "request_id": "req-6ebc5dd5-bff7-4238-bdf4-6eb0b0208080"}]} 2026-05-28 13:56:35.807 7 INFO neutron.services.segments.plugin [-] Segment 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08c89b9b-9eb6-4e6d-826a-9f17d6e39532 found for delete ", "request_id": "req-35a5f1ee-9a47-4bb3-b963-a2807269fc93"}]} 2026-05-28 13:56:35.934 8 INFO neutron.services.segments.plugin [-] Segment 0ee1d504-cf5a-486a-92ee-000b9ddcf12b resource provider aggregate not found 2026-05-28 13:56:35.937 8 INFO neutron.services.segments.plugin [-] Segment 0ee1d504-cf5a-486a-92ee-000b9ddcf12b resource provider aggregate not found 2026-05-28 13:56:35.951 8 INFO neutron.services.segments.plugin [-] Segment 0ee1d504-cf5a-486a-92ee-000b9ddcf12b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ee1d504-cf5a-486a-92ee-000b9ddcf12b found for delete ", "request_id": "req-2dc51a7c-96ad-4477-b0d1-f8c1337f65b3"}]} 2026-05-28 13:56:35.957 8 INFO neutron.services.segments.plugin [-] Segment 0ee1d504-cf5a-486a-92ee-000b9ddcf12b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ee1d504-cf5a-486a-92ee-000b9ddcf12b found for delete ", "request_id": "req-0c3e2463-4f7f-4882-ac08-1410d092f444"}]} [pid: 7|app: 0|req: 1169/2384] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:35 2026] GET /v2.0/security-groups?tenant_id=68e17f33768e417dbdc2621927773cc9&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2385] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:35 2026] DELETE /v2.0/security-groups/e8a97105-73e2-4669-a744-2f479be4f58b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2388] 10.0.0.210 () {34 vars in 678 bytes} [Thu May 28 13:56:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2389] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:56:39 2026] PUT /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2390] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2391] 10.0.0.210 () {34 vars in 764 bytes} [Thu May 28 13:56:39 2026] PUT /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2392] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/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: 1173/2393] 10.0.0.210 () {34 vars in 760 bytes} [Thu May 28 13:56:39 2026] PUT /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2394] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/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: 1174/2395] 10.0.0.210 () {34 vars in 782 bytes} [Thu May 28 13:56:39 2026] PUT /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2396] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/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: 1175/2397] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 13:56:39 2026] PUT /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2398] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/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: 1176/2399] 10.0.0.210 () {32 vars in 741 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:40.015 8 INFO neutron.api.v2.resource [None req-b53f4f63-5f03-412b-8deb-10c96bbcd11e a82d15444b844a18bdb3b38d71042c21 2b846ad4977a40249cca542e6a8dac2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1224/2400] 10.0.0.210 () {32 vars in 745 bytes} [Thu May 28 13:56:39 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2401] 10.0.0.210 () {32 vars in 744 bytes} [Thu May 28 13:56:40 2026] DELETE /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/red => 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: 1225/2402] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:40 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:56:40.170 7 INFO neutron.api.v2.resource [None req-bad2c7c6-1113-4373-b166-769d95eb5401 a82d15444b844a18bdb3b38d71042c21 2b846ad4977a40249cca542e6a8dac2b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1178/2403] 10.0.0.210 () {32 vars in 748 bytes} [Thu May 28 13:56:40 2026] DELETE /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2404] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 13:56:40 2026] DELETE /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags => 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: 1179/2405] 10.0.0.210 () {32 vars in 733 bytes} [Thu May 28 13:56:40 2026] GET /v2.0/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2406] 10.0.0.210 () {32 vars in 734 bytes} [Thu May 28 13:56:40 2026] DELETE /v2.0/qos/policies/570817c1-47ab-4c7d-9d22-a718ca8323a6 => 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: 1180/2407] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:40 2026] GET /v2.0/security-groups?tenant_id=2230e474b1df4447a5530de6f4baf4b4&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2408] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:41 2026] DELETE /v2.0/security-groups/31d006ef-0040-4f41-b04a-d05102ea5d4d => 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: 1181/2409] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:41 2026] GET /v2.0/security-groups?tenant_id=2b846ad4977a40249cca542e6a8dac2b&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2410] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:41 2026] DELETE /v2.0/security-groups/7ddb3921-2f56-479b-b0a0-b94fd8d0174e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2411] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:56:42 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2412] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:56:42 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1183/2413] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 13:56:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2414] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:56:44 2026] PUT /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2415] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:44 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2416] 10.0.0.210 () {34 vars in 770 bytes} [Thu May 28 13:56:44 2026] PUT /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2417] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:44 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/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: 1233/2418] 10.0.0.210 () {34 vars in 766 bytes} [Thu May 28 13:56:45 2026] PUT /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2419] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2420] 10.0.0.210 () {34 vars in 788 bytes} [Thu May 28 13:56:45 2026] PUT /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2421] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2422] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 13:56:45 2026] PUT /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2423] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2424] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:45.348 7 INFO neutron.api.v2.resource [None req-1e7763c9-514f-416d-9b77-b53011221457 c5ab5b9f65dc4b9f81f004d42f16ba1b 5a66a08bf6cb4a5782a289148d689361 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1189/2425] 10.0.0.210 () {32 vars in 751 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2426] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 13:56:45 2026] DELETE /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2427] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:56:45.474 8 INFO neutron.api.v2.resource [None req-0658df1a-7d77-4026-9c2e-4796d6121970 c5ab5b9f65dc4b9f81f004d42f16ba1b 5a66a08bf6cb4a5782a289148d689361 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2428] 10.0.0.210 () {32 vars in 754 bytes} [Thu May 28 13:56:45 2026] DELETE /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/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: 1191/2429] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 13:56:45 2026] DELETE /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/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: 1239/2430] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 13:56:45 2026] GET /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2431] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:56:45 2026] DELETE /v2.0/subnetpools/5d022cfa-0492-4a6e-9313-5cd7ef38d134 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2432] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:46 2026] GET /v2.0/security-groups?tenant_id=5a66a08bf6cb4a5782a289148d689361&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2433] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:46 2026] DELETE /v2.0/security-groups/57fd497a-a35c-40a7-881f-a696d336a815 => 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: 1241/2434] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:56:46 2026] GET /v2.0/security-groups?tenant_id=bc1bd681da8040e49d70f7cdbe820b44&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2435] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:46 2026] DELETE /v2.0/security-groups/4fb01fd8-5531-45ec-aad1-b99e4760860a => 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: 1242/2436] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:51 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2437] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:51 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1243/2438] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:52 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2439] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:52 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&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: 1199/2442] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:56:53 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2443] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:53 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 975 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2444] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:53 2026] GET /v2.0/security-groups?id=7abe4ed3-d34e-42e0-86fd-ec884a0c37f2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:56:53.784 7 INFO neutron_taas.services.taas.taas_plugin [req-c1706d45-f48f-4965-a10a-fd778cb506cf req-178c1558-499f-4865-a92b-c84a1373f379 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: 5b3691ba-3f94-453c-8e45-c11d4c8bd712 2026-05-28 13:56:53.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c1706d45-f48f-4965-a10a-fd778cb506cf req-178c1558-499f-4865-a92b-c84a1373f379 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: 5b3691ba-3f94-453c-8e45-c11d4c8bd712 2026-05-28 13:56:53.887 7 INFO neutron.db.l3_db [req-c1706d45-f48f-4965-a10a-fd778cb506cf req-178c1558-499f-4865-a92b-c84a1373f379 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Floating IP dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a disassociated. External IP: 10.96.250.210, port: 5b3691ba-3f94-453c-8e45-c11d4c8bd712. [pid: 7|app: 0|req: 1200/2445] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:56:53 2026] DELETE /v2.0/ports/5b3691ba-3f94-453c-8e45-c11d4c8bd712 => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:56:54.379 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e05b779-05d9-40be-aa39-24e128406978'] response: {'server_uuid': '5bbaad05-a98a-487f-afae-94ed5a2d620a', 'name': 'network-vif-deleted', 'tag': '5b3691ba-3f94-453c-8e45-c11d4c8bd712', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1246/2446] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:54 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1201/2447] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:55 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2448] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:57 2026] GET /v2.0/ports?device_id=5bbaad05-a98a-487f-afae-94ed5a2d620a => 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: 1202/2449] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:56:58 2026] DELETE /v2.0/security-groups/7abe4ed3-d34e-42e0-86fd-ec884a0c37f2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:56:58.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-44d978bc-95ea-4d33-9f9e-3f5c5fca2a64 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: 660f663b-e435-4aa5-9500-a088863d27d0 2026-05-28 13:56:58.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d978bc-95ea-4d33-9f9e-3f5c5fca2a64 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: 660f663b-e435-4aa5-9500-a088863d27d0 [pid: 8|app: 0|req: 1248/2450] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 13:56:58 2026] DELETE /v2.0/floatingips/dbc7ddb1-ea54-4734-8ba7-4f22bb0da52a => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2451] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:56:58 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2452] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:56:58 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1204/2453] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:00 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1250/2454] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:00 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1205/2455] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:01 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2456] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:01 2026] GET /v2.0/security-groups?id=478e0dd6-a03c-4604-9fea-8bac1e9ce417&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: 1206/2457] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:57:01 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 13:57:01.515 8 INFO neutron_taas.services.taas.taas_plugin [req-407997f2-2a31-4149-8813-790b7c49e09b req-fc43ab6b-4cb2-4b58-8d69-9bfac28dff59 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: 8e2bc449-0f39-4860-8a74-79e0e9bad699 2026-05-28 13:57:01.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-407997f2-2a31-4149-8813-790b7c49e09b req-fc43ab6b-4cb2-4b58-8d69-9bfac28dff59 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: 8e2bc449-0f39-4860-8a74-79e0e9bad699 [pid: 8|app: 0|req: 1252/2458] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 13:57:01 2026] DELETE /v2.0/ports/8e2bc449-0f39-4860-8a74-79e0e9bad699 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:57:01.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f7e4fe6-8982-4d05-8c10-1e63f4387fcb'] response: {'server_uuid': '86049b5a-3181-4278-bb8a-943b7d332368', 'name': 'network-vif-deleted', 'tag': '8e2bc449-0f39-4860-8a74-79e0e9bad699', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1207/2459] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:02 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1253/2460] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:03 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1208/2461] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:04 2026] GET /v2.0/ports?device_id=86049b5a-3181-4278-bb8a-943b7d332368 => 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: 1254/2462] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:57:05 2026] DELETE /v2.0/security-groups/478e0dd6-a03c-4604-9fea-8bac1e9ce417 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:57:06.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-392c048b-f1f1-40d4-b057-12437172b260 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: e852b174-f582-4406-86c8-36074bac1a3a 2026-05-28 13:57:06.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-392c048b-f1f1-40d4-b057-12437172b260 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: e852b174-f582-4406-86c8-36074bac1a3a [pid: 7|app: 0|req: 1209/2463] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 13:57:05 2026] PUT /v2.0/routers/9bd0dced-0f33-4875-aee9-99a6b586daed/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2464] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:57:06 2026] DELETE /v2.0/subnets/1d4496bd-4572-40cf-93ae-4aab6f442611 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:57:07.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ac0ff74-b927-4604-b3c7-cb602c12af2a 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: 0438aaa2-cb28-4342-8fd9-d1c3cdbbb2fc 2026-05-28 13:57:07.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ac0ff74-b927-4604-b3c7-cb602c12af2a 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: 0438aaa2-cb28-4342-8fd9-d1c3cdbbb2fc 2026-05-28 13:57:07.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ac0ff74-b927-4604-b3c7-cb602c12af2a 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: 93b091d1-20c2-41ac-bbcf-f5d0e4da8231 2026-05-28 13:57:07.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ac0ff74-b927-4604-b3c7-cb602c12af2a 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: 93b091d1-20c2-41ac-bbcf-f5d0e4da8231 2026-05-28 13:57:07.810 7 INFO neutron.db.l3_hamode_db [None req-1ac0ff74-b927-4604-b3c7-cb602c12af2a 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] HA network 5ba46388-af37-4900-a572-b723b5c0f5d8 was deleted as no HA routers are present in tenant 2c39b2369cec4cb9a3cf67939c0344fa. [pid: 7|app: 0|req: 1210/2465] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 13:57:06 2026] DELETE /v2.0/routers/9bd0dced-0f33-4875-aee9-99a6b586daed => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:57:07.929 7 INFO neutron.services.segments.plugin [-] Segment dc48cebf-e63d-4a46-bbfc-3fee4b95a933 resource provider aggregate not found 2026-05-28 13:57:07.939 7 INFO neutron.services.segments.plugin [-] Segment dc48cebf-e63d-4a46-bbfc-3fee4b95a933 resource provider aggregate not found 2026-05-28 13:57:07.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-93501883-2cf1-4bae-b6c8-44fecb38c16e 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] TaaS: Handle Delete Port: 3d57ce50-ff31-4efe-8bc1-91cfa4c678fd 2026-05-28 13:57:07.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93501883-2cf1-4bae-b6c8-44fecb38c16e 3faecf5ed179478dbb45fc7036cb57e1 2c39b2369cec4cb9a3cf67939c0344fa - - default default] Tap Mirror: Handle Delete Port: 3d57ce50-ff31-4efe-8bc1-91cfa4c678fd 2026-05-28 13:57:07.948 7 INFO neutron.services.segments.plugin [-] Segment dc48cebf-e63d-4a46-bbfc-3fee4b95a933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc48cebf-e63d-4a46-bbfc-3fee4b95a933 found for delete ", "request_id": "req-ce7ebfce-0eeb-4cb4-9c1a-862102aec397"}]} 2026-05-28 13:57:07.955 7 INFO neutron.services.segments.plugin [-] Segment dc48cebf-e63d-4a46-bbfc-3fee4b95a933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc48cebf-e63d-4a46-bbfc-3fee4b95a933 found for delete ", "request_id": "req-fd01ddb9-feee-4e7b-88f3-9e36841694f2"}]} [pid: 8|app: 0|req: 1256/2466] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 13:57:07 2026] DELETE /v2.0/networks/23d829ca-5bf6-4908-85bb-7f00ed436f10 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 13:57:08.217 8 INFO neutron.services.segments.plugin [-] Segment 579054b8-e03c-4c0a-ba50-6c49b093617c resource provider aggregate not found 2026-05-28 13:57:08.225 8 INFO neutron.services.segments.plugin [-] Segment 579054b8-e03c-4c0a-ba50-6c49b093617c resource provider aggregate not found 2026-05-28 13:57:08.239 8 INFO neutron.services.segments.plugin [-] Segment 579054b8-e03c-4c0a-ba50-6c49b093617c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 579054b8-e03c-4c0a-ba50-6c49b093617c found for delete ", "request_id": "req-3add2fcf-8ff0-402d-935c-e3449048ef70"}]} 2026-05-28 13:57:08.245 8 INFO neutron.services.segments.plugin [-] Segment 579054b8-e03c-4c0a-ba50-6c49b093617c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 579054b8-e03c-4c0a-ba50-6c49b093617c found for delete ", "request_id": "req-44221581-6102-4bb3-ab66-be3cdd4c87c1"}]} [pid: 8|app: 0|req: 1258/2469] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:57:08 2026] GET /v2.0/security-groups?tenant_id=2c39b2369cec4cb9a3cf67939c0344fa&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2470] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:57:08 2026] DELETE /v2.0/security-groups/1c130a23-94ea-424b-a242-406f1c411c7d => 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: 1259/2471] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 13:57:09 2026] GET /v2.0/security-groups?tenant_id=a82fe4a0524a45a3bd1a48175ab76bc8&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: 1213/2472] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 13:57:09 2026] DELETE /v2.0/security-groups/f172afd7-1a40-443f-853e-06c57d9ff830 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 13:57:18.445 8 INFO neutron.db.segments_db [None req-9571a026-50a2-4db8-90ca-2ca8bb45ad6c dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Added segment 12445aae-4c64-486c-94f6-9175c132007e of type vxlan for network 200e54e8-9568-4a5a-80ec-ca451810ca2c [pid: 8|app: 0|req: 1260/2473] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:57:18 2026] POST /v2.0/networks => generated 620 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2474] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:18 2026] POST /v2.0/subnets => generated 657 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2475] 10.0.0.210 () {32 vars in 722 bytes} [Thu May 28 13:57:18 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2476] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:18 2026] POST /v2.0/subnets => generated 731 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:57:19.105 8 INFO neutron.db.segments_db [None req-b245cb37-0e2e-44f4-9b5b-28a16be130d7 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Added segment 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 of type vxlan for network 75ff9155-37db-4e6b-9a36-e0a2c56d0283 [pid: 8|app: 0|req: 1262/2477] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:57:19 2026] POST /v2.0/networks => generated 618 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2478] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:19 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2479] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:19 2026] POST /v2.0/subnets => generated 725 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:57:19.754 7 INFO neutron.db.segments_db [None req-806537a9-7114-44b1-87ba-9c72e0d277c0 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Added segment 6c0154f9-9585-409c-8a79-9dbe03b18036 of type vxlan for network ca3bcd42-a80c-4b6d-a111-e24bded67533 [pid: 7|app: 0|req: 1217/2480] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 13:57:19 2026] POST /v2.0/networks => generated 619 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2481] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:19 2026] POST /v2.0/subnets => generated 656 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2482] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:20 2026] POST /v2.0/subnets => generated 729 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:57:20.424 8 INFO neutron.db.segments_db [None req-9bb5cfee-56e2-4ead-954f-085351ebbb03 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Added segment 4fa6f409-1a4c-4d08-9631-96f22bf1e764 of type vxlan for network 080af7ea-f074-416a-90b2-876b767c9133 2026-05-28 13:57:20.681 8 INFO neutron.db.l3_hamode_db [None req-9bb5cfee-56e2-4ead-954f-085351ebbb03 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 13:57:21.524 8 INFO neutron.db.l3_hamode_db [None req-9bb5cfee-56e2-4ead-954f-085351ebbb03 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1265/2483] 10.0.0.210 () {34 vars in 669 bytes} [Thu May 28 13:57:20 2026] POST /v2.0/routers => generated 684 bytes in 2002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2486] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:57:22 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2487] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:57:23 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2488] 10.0.0.210 () {34 vars in 783 bytes} [Thu May 28 13:57:24 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2489] 10.0.0.210 () {34 vars in 684 bytes} [Thu May 28 13:57:26 2026] POST /v2.0/security-groups => generated 1630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2490] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2491] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2492] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2493] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2494] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2495] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2496] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2497] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2498] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2499] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2500] 10.0.0.210 () {34 vars in 695 bytes} [Thu May 28 13:57:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2501] 10.0.0.201 () {34 vars in 1096 bytes} [Thu May 28 13:57:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1110983275&fields=id&tenant_id=94b9408ea1384f229760b84e1fa07482 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2502] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:57:28 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2503] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:57:28 2026] GET /v2.0/quotas/94b9408ea1384f229760b84e1fa07482 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2504] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:57:28 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&fields=id => generated 287 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2505] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:57:28 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2506] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:57:28 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1278/2507] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:29 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => 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: 1230/2508] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:57:33 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 704 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2509] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:57:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=94b9408ea1384f229760b84e1fa07482 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2510] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:57:33 2026] POST /v2.0/ports => generated 1179 bytes in 443 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: 1232/2511] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:34 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2512] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:34 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&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: 1280/2513] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:57:33 2026] PUT /v2.0/ports/96a7b3c3-632a-465f-9d8f-60dc70c68c9f => generated 1460 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:57:34.462 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7f0a163-a52c-44d3-934a-98037ad2ade4'] response: {'name': 'network-changed', 'server_uuid': '5e83fcdc-77c2-47c2-922b-e6ab0d93d88a', 'tag': '96a7b3c3-632a-465f-9d8f-60dc70c68c9f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1234/2514] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:57:34 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1281/2515] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:57:35 2026] GET /v2.0/networks?tenant_id=94b9408ea1384f229760b84e1fa07482&shared=False => generated 2375 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2516] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:57:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2517] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2518] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.66&port_id=96a7b3c3-632a-465f-9d8f-60dc70c68c9f => 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: 1283/2519] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18d&port_id=96a7b3c3-632a-465f-9d8f-60dc70c68c9f => 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: 1237/2520] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3&id=ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2521] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&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: 1238/2522] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&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: 1285/2523] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1239/2524] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:57:36 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2527] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:39 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1194 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2528] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:39 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2529] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:44 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2530] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:44 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2531] 10.0.0.210 () {32 vars in 818 bytes} [Thu May 28 13:57:44 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&mac_address=fa%3A16%3A3e%3A0c%3A8c%3A69 => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:57:45.635 7 INFO neutron.db.l3_db [None req-8f1fa442-2f34-45cd-a329-1c470a23665b dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Floating IP 3e9d706e-4838-429c-8f09-0ca16b2069e5 associated. External IP: 10.96.250.211, port: 96a7b3c3-632a-465f-9d8f-60dc70c68c9f. [pid: 7|app: 0|req: 1243/2532] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:57:44 2026] POST /v2.0/floatingips => generated 854 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:57:46.046 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c155f442-a267-4215-951b-aee200c9f352'] response: {'name': 'network-changed', 'server_uuid': '5e83fcdc-77c2-47c2-922b-e6ab0d93d88a', 'tag': '96a7b3c3-632a-465f-9d8f-60dc70c68c9f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1290/2533] 10.0.0.201 () {34 vars in 1096 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1110983275&fields=id&tenant_id=94b9408ea1384f229760b84e1fa07482 => 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: 1244/2534] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1291/2535] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/quotas/94b9408ea1384f229760b84e1fa07482 => 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: 1245/2536] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&fields=id => generated 333 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2537] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2538] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1293/2539] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2540] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2541] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2542] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.66&port_id=96a7b3c3-632a-465f-9d8f-60dc70c68c9f => 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: 1295/2543] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18d&port_id=96a7b3c3-632a-465f-9d8f-60dc70c68c9f => 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: 1249/2544] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3&id=ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2545] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2546] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2547] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1251/2548] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:57:46 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2549] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:57:50 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1252/2550] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:57:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=94b9408ea1384f229760b84e1fa07482 => generated 179 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2551] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:57:50 2026] POST /v2.0/ports => generated 1183 bytes in 432 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: 1300/2552] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:51 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1198 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2553] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:51 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&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: 7|app: 0|req: 1253/2554] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:57:51 2026] PUT /v2.0/ports/280ba251-724f-404e-8adb-1141e6e5d018 => generated 1464 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:57:51.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b1b4688-2f20-4b55-9679-2fb4017fc64c'] response: {'name': 'network-changed', 'server_uuid': 'd4608b5a-14db-4eaa-9b38-cd9fab146d5a', 'tag': '280ba251-724f-404e-8adb-1141e6e5d018', '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: 1302/2555] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:57:52 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2556] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:57:52 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2557] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:57:52 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&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: 1303/2558] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:57:52 2026] GET /v2.0/networks?tenant_id=94b9408ea1384f229760b84e1fa07482&shared=False => generated 2375 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2559] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:57:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2562] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2563] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.219&port_id=280ba251-724f-404e-8adb-1141e6e5d018 => 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: 1305/2564] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac2&port_id=280ba251-724f-404e-8adb-1141e6e5d018 => 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: 1260/2565] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/subnets?id=4252fb91-4457-4448-85d3-be76599a3a7c&id=f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2566] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 1261/2567] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 1307/2568] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1262/2569] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:57:53 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2570] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:57:56 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2571] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:57:56 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&fields=id&fields=name => generated 112 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2572] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:02 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2573] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:58:02 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2574] 10.0.0.210 () {32 vars in 818 bytes} [Thu May 28 13:58:02 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&mac_address=fa%3A16%3A3e%3A07%3A31%3A35 => generated 1200 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:58:02.877 7 INFO neutron.db.l3_db [None req-39bf6291-78de-407a-b972-fd5a04c60a9b dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Floating IP f3d8447a-8c89-41fd-b9ef-bc8c785f2ab0 associated. External IP: 10.96.250.212, port: 280ba251-724f-404e-8adb-1141e6e5d018. [pid: 7|app: 0|req: 1265/2575] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:58:02 2026] POST /v2.0/floatingips => generated 855 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 13:58:03.232 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f30fb21d-ed4b-4784-8c37-d83d57d58092'] response: {'name': 'network-changed', 'server_uuid': 'd4608b5a-14db-4eaa-9b38-cd9fab146d5a', 'tag': '280ba251-724f-404e-8adb-1141e6e5d018', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1311/2576] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2577] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2578] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.219&port_id=280ba251-724f-404e-8adb-1141e6e5d018 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2579] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac2&port_id=280ba251-724f-404e-8adb-1141e6e5d018 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2580] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/subnets?id=4252fb91-4457-4448-85d3-be76599a3a7c&id=f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2581] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 1314/2582] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:58:03 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 7|app: 0|req: 1269/2583] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:58:04 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1315/2584] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:58:04 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1271/2587] 10.0.0.110 () {34 vars in 990 bytes} [Thu May 28 13:58:09 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1469 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2588] 10.0.0.110 () {34 vars in 1040 bytes} [Thu May 28 13:58:09 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&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: 1272/2589] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 13:58:20 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1318/2590] 10.0.0.70 () {30 vars in 689 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2591] 10.0.0.70 () {30 vars in 691 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2592] 10.0.0.70 () {30 vars in 667 bytes} [Thu May 28 13:58:21 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: 1274/2593] 10.0.0.70 () {30 vars in 703 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2594] 10.0.0.70 () {28 vars in 438 bytes} [Thu May 28 13:58:21 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: 1275/2595] 10.0.0.70 () {30 vars in 727 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2596] 10.0.0.70 () {30 vars in 689 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2597] 10.0.0.70 () {30 vars in 691 bytes} [Thu May 28 13:58: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: 1322/2598] 10.0.0.70 () {30 vars in 667 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2599] 10.0.0.70 () {30 vars in 703 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2600] 10.0.0.70 () {30 vars in 727 bytes} [Thu May 28 13:58:21 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1278/2601] 10.0.0.70 () {30 vars in 689 bytes} [Thu May 28 13:58:22 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: 1324/2602] 10.0.0.70 () {30 vars in 691 bytes} [Thu May 28 13:58:22 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: 1279/2603] 10.0.0.70 () {30 vars in 667 bytes} [Thu May 28 13:58:22 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: 1325/2604] 10.0.0.70 () {30 vars in 703 bytes} [Thu May 28 13:58:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2605] 10.0.0.70 () {30 vars in 729 bytes} [Thu May 28 13:58:22 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2606] 10.0.0.70 () {30 vars in 681 bytes} [Thu May 28 13:58:22 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: 1281/2607] 10.0.0.70 () {34 vars in 703 bytes} [Thu May 28 13:58:22 2026] POST /v2.0/ports => generated 1128 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2610] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:58:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1283/2611] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 13:58:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2612] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 13:58:25 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: 1284/2613] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 13:58:25 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: 1330/2614] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 13:58:25 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => 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: 1285/2615] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:58:25 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: 1331/2616] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 13:58:25 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: 1286/2617] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 13:58:25 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: 1332/2618] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 13:58:25 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-28 13:58:25.356 7 INFO neutron.api.v2.resource [None req-ad7089ae-0adf-484f-b77f-49bb40059776 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2619] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 13:58:25 2026] GET /v2.0/security-groups/lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2620] 199.204.45.144 () {30 vars in 785 bytes} [Thu May 28 13:58:25 2026] GET /v2.0/security-groups?name=lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2621] 199.204.45.144 () {34 vars in 736 bytes} [Thu May 28 13:58:25 2026] POST /v2.0/security-groups => generated 1638 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2622] 199.204.45.144 () {30 vars in 815 bytes} [Thu May 28 13:58:25 2026] GET /v2.0/security-group-rules?security_group_id=941e9edc-4a9f-445d-95f8-7014f48aab15 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2623] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 13:58:25 2026] PUT /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2624] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:58:25 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1290/2625] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 13:58:25 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: 1336/2626] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 13:58:25 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: 1291/2627] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 13:58:25 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: 1337/2628] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:58:25 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2629] 10.0.0.201 () {34 vars in 1016 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/security-groups?id=c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2630] 10.0.0.201 () {34 vars in 982 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/networks?id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2631] 10.0.0.201 () {34 vars in 965 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/quotas/c02f95ab5add4fc59af82ff9725d91a0 => 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: 1339/2632] 10.0.0.201 () {34 vars in 1002 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2633] 10.0.0.201 () {34 vars in 1008 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1340/2634] 10.0.0.201 () {34 vars in 1108 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1295/2635] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => 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: 1341/2636] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:33 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => 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: 1296/2637] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:36 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => 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: 1342/2638] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:36 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => 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: 1297/2639] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:58:37 2026] GET /v2.0/networks?id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2640] 199.204.45.144 () {34 vars in 1050 bytes} [Thu May 28 13:58:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c02f95ab5add4fc59af82ff9725d91a0 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2641] 199.204.45.144 () {38 vars in 955 bytes} [Thu May 28 13:58:38 2026] POST /v2.0/ports => generated 1082 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2644] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:58:38 2026] PUT /v2.0/ports/1112eb15-36f3-46a3-8288-5f28c933d82b => generated 1243 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:58:38.735 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b898cf4-48ca-43b6-a812-3a13c3e28976'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '1112eb15-36f3-46a3-8288-5f28c933d82b', '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: 1301/2645] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:58:39 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1345/2646] 199.204.45.144 () {34 vars in 1018 bytes} [Thu May 28 13:58:39 2026] GET /v2.0/networks?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2647] 199.204.45.144 () {34 vars in 930 bytes} [Thu May 28 13:58:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2648] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:39 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2649] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:58:39 2026] GET /v2.0/security-groups?id=c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2650] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:39 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2651] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:58:40 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2652] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 13:58:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1305/2653] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:58:40 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => 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: 1349/2654] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:58:40 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&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: 1306/2655] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:58:40 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2656] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:58:40 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1307/2657] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:42 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2658] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:58:42 2026] GET /v2.0/security-groups?id=c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2659] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:42 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2660] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 13:58:44 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2661] 199.204.45.144 () {34 vars in 1044 bytes} [Thu May 28 13:58:44 2026] GET /v2.0/security-groups?id=c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2662] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:45 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2663] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:58:45 2026] GET /v2.0/security-groups?id=c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2664] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:45 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2665] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:48 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2666] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 13:58:48 2026] GET /v2.0/security-groups?id=c4a3b9bc-c91b-4cda-9b84-99e6d8bbbed3&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2667] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 13:58:48 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2672] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2673] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2674] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2676] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2678] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2679] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2680] 199.204.45.144 () {34 vars in 717 bytes} [Thu May 28 13:59:23 2026] POST /v2.0/ports => generated 1059 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2681] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 13:59:23 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1059 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2682] 10.0.0.201 () {34 vars in 907 bytes} [Thu May 28 13:59:24 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: 8|app: 0|req: 1364/2683] 199.204.45.144 () {34 vars in 1262 bytes} [Thu May 28 13:59:25 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e?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: 1320/2684] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:59:25 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2685] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:59:25 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1321/2686] 199.204.45.144 () {34 vars in 975 bytes} [Thu May 28 13:59:25 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2687] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:59:25 2026] GET /v2.0/networks?id=200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2688] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 13:59:25 2026] PUT /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1249 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:59:26.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-602cfea3-a72c-443d-be7c-4c8f18d756c3'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': 'ae55c611-c5ea-4f24-bb41-a0a80192260e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1367/2689] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:59:26 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2489 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2690] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:59:26 2026] GET /v2.0/networks?id=200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2691] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:59:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1324/2692] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:59:26 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2693] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:59:26 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2694] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:59:26 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1370/2695] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:59:27 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1326/2696] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2489 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2697] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1327/2698] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2699] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&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: 7|app: 0|req: 1328/2700] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1373/2701] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1329/2702] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1374/2703] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2704] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2705] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1331/2706] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:59:28 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2707] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 13:59:32 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1251 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2708] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 13:59:32 2026] PUT /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1275 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:59:32.919 8 INFO neutron.api.v2.resource [None req-069fd6ee-f217-4eed-8e69-5cf4e86eaf8c e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2709] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 13:59:32 2026] GET /v2.0/security-groups/lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 13:59:32.933 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cb27e7a-8f97-4598-82d8-3efd8c972ed9'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': 'ae55c611-c5ea-4f24-bb41-a0a80192260e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1333/2710] 199.204.45.144 () {30 vars in 785 bytes} [Thu May 28 13:59:32 2026] GET /v2.0/security-groups?name=lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2711] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 13:59:32 2026] PUT /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1313 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 13:59:33.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62a58ce8-ea02-4f2a-b486-b995feb59a98'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': 'ae55c611-c5ea-4f24-bb41-a0a80192260e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1334/2712] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:59: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1379/2713] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 13:59:33 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: 1335/2714] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 13:59: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: 1336/2715] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 13:59: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) [pid: 7|app: 0|req: 1337/2716] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1380/2717] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2718] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => 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: 1381/2719] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/networks?id=200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2720] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2721] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1340/2722] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1383/2723] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1341/2724] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2725] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2726] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2727] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2728] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2729] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:59:33 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1387/2730] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 13:59:34 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2731] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 13:59:34 2026] GET /v2.0/networks?id=200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2732] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 13:59:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1345/2733] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 13:59:34 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2734] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 13:59:34 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&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: 1346/2735] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 13:59:35 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1390/2736] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 13:59:35 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 13:59:44.001 8 INFO neutron.db.l3_db [None req-ae28686f-a946-40ba-aa3e-183edc7a997f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Floating IP 7f86969c-848c-4808-b90f-ac4a8c15fd5c associated. External IP: 10.96.250.201, port: 2bcf4dc5-0b4b-49a4-a103-492998f00f39. [pid: 8|app: 0|req: 1392/2739] 10.0.0.210 () {34 vars in 677 bytes} [Thu May 28 13:59:43 2026] POST /v2.0/floatingips => generated 898 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2740] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 13:59:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2741] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 13:59:49 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: 1349/2742] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 13:59:49 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: 1394/2743] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 13:59:49 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-28 13:59:49.364 7 INFO neutron.api.v2.resource [None req-d36d5a1e-8f2f-415b-83a9-f67eae0d56af e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1350/2744] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 13:59:49 2026] GET /v2.0/security-groups/lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2745] 199.204.45.144 () {30 vars in 785 bytes} [Thu May 28 13:59:49 2026] GET /v2.0/security-groups?name=lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2746] 199.204.45.144 () {30 vars in 815 bytes} [Thu May 28 13:59:49 2026] GET /v2.0/security-group-rules?security_group_id=941e9edc-4a9f-445d-95f8-7014f48aab15 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2747] 199.204.45.144 () {34 vars in 747 bytes} [Thu May 28 13:59:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2748] 199.204.45.144 () {34 vars in 747 bytes} [Thu May 28 13:59:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2751] 10.0.0.70 () {30 vars in 689 bytes} [Thu May 28 14:00:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2752] 10.0.0.70 () {30 vars in 691 bytes} [Thu May 28 14:00:01 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: 1355/2753] 10.0.0.70 () {30 vars in 667 bytes} [Thu May 28 14:00:01 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: 1399/2754] 10.0.0.70 () {30 vars in 703 bytes} [Thu May 28 14:00:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2755] 10.0.0.70 () {28 vars in 438 bytes} [Thu May 28 14:00:01 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2756] 10.0.0.70 () {30 vars in 727 bytes} [Thu May 28 14:00:01 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 656 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2757] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:03 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/2758] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:03 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: 1358/2759] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:03 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: 1402/2760] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:03 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: 1359/2761] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:03 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2762] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:03 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2763] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:03 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: 1404/2764] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:03 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: 1361/2765] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:03 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: 1405/2766] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2767] 199.204.45.144 () {34 vars in 717 bytes} [Thu May 28 14:00:03 2026] POST /v2.0/ports => generated 1324 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2768] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 14:00:04 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2769] 199.204.45.144 () {34 vars in 1262 bytes} [Thu May 28 14:00:05 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2770] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:05 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1364/2771] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:05 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1408/2772] 199.204.45.144 () {34 vars in 975 bytes} [Thu May 28 14:00:06 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1324 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2773] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:06 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2774] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 14:00:06 2026] PUT /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1514 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:00:06.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eda32a9-08f5-4921-8214-08d141cc41e0'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '773b1bf3-4782-4578-bc1c-3f70bbf6731e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1366/2775] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4095 bytes in 51 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: 1410/2776] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2777] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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: 1411/2778] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b0&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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: 1368/2779] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3&id=ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2780] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&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: 1369/2781] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&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: 1413/2782] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2783] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:07 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1372/2786] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:08 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4095 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2787] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1373/2788] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => 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: 1416/2789] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2790] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1417/2791] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1375/2792] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2793] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2794] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&device_owner=network%3Adhcp => 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: 1419/2795] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1377/2796] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1420/2797] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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: 1378/2798] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b0&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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/2799] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3&id=ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => 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: 1379/2800] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2801] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2802] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1423/2803] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:09 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1381/2804] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2805] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 797 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2806] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2807] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/subnets/ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 743 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2808] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2809] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:13 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: 1384/2810] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2811] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:13 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: 1385/2812] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:13 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2813] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:14 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2814] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:14 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1349 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2815] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:14 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2816] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:14 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2817] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:14 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2818] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:14 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1431/2819] 10.0.0.70 () {30 vars in 689 bytes} [Thu May 28 14:00:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2820] 10.0.0.70 () {30 vars in 691 bytes} [Thu May 28 14:00:22 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: 1432/2821] 10.0.0.70 () {30 vars in 667 bytes} [Thu May 28 14:00:22 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: 1390/2822] 10.0.0.70 () {30 vars in 703 bytes} [Thu May 28 14:00:22 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: 1433/2823] 10.0.0.70 () {28 vars in 438 bytes} [Thu May 28 14:00:23 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: 1391/2824] 10.0.0.70 () {30 vars in 727 bytes} [Thu May 28 14:00:23 2026] GET /v2.0/subnets/f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2827] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:24 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: 1393/2828] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:24 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: 1436/2829] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:24 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: 1394/2830] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:24 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: 1437/2831] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:24 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => 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: 1395/2832] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:24 2026] GET /v2.0/subnets/f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2833] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:24 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4097 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2834] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2835] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:24 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: 1397/2836] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2837] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:24 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: 1398/2838] 199.204.45.144 () {34 vars in 717 bytes} [Thu May 28 14:00:24 2026] POST /v2.0/ports => generated 1328 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2839] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 14:00:25 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1328 bytes in 57 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: 1399/2840] 199.204.45.144 () {34 vars in 1262 bytes} [Thu May 28 14:00:26 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2841] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:26 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1400/2842] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:26 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2843] 199.204.45.144 () {34 vars in 975 bytes} [Thu May 28 14:00:26 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2844] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:26 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2845] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 14:00:26 2026] PUT /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1518 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:00:27.341 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78a0d75a-ba0a-46b5-a53a-653369329fe3'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '47076f70-0f55-4f5e-a99e-f18c5d6ed5b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1402/2846] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:27 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 5607 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1445/2847] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:27 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1403/2848] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2849] 199.204.45.144 () {34 vars in 1106 bytes} [Thu May 28 14:00:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => 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: 1404/2850] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:00:28 2026] GET /v2.0/subnets?id=4252fb91-4457-4448-85d3-be76599a3a7c&id=f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2851] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:28 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 1405/2852] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:28 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 1448/2853] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:28 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1406/2854] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:28 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1449/2855] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 5607 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2856] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1450/2857] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2858] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2859] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1409/2860] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2861] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1410/2862] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2863] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&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: 1411/2864] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2865] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1412/2866] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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: 1455/2867] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2b0&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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: 1413/2868] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3&id=ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2869] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2870] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2871] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2872] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:29 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2873] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => 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: 1416/2874] 199.204.45.144 () {34 vars in 1106 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c7&port_id=47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => 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: 1459/2875] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/subnets?id=4252fb91-4457-4448-85d3-be76599a3a7c&id=f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 1414 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2876] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&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: 1460/2877] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2878] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1461/2879] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:30 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1419/2880] 10.0.0.201 () {34 vars in 971 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2881] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2882] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/subnets/f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2883] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/subnets/4252fb91-4457-4448-85d3-be76599a3a7c => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2884] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1516 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2885] 199.204.45.144 () {34 vars in 790 bytes} [Thu May 28 14:00:34 2026] PUT /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1251 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:00:34.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e811d8c4-e08d-4b34-aea7-21c4eebcfeef'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '773b1bf3-4782-4578-bc1c-3f70bbf6731e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1422/2886] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 797 bytes in 45 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: 1465/2887] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2888] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2889] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2890] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00: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: 8|app: 0|req: 1467/2891] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:34 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: 1425/2892] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2893] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2894] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:34 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2895] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2896] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2897] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2898] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1471/2899] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 5380 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2900] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2901] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2902] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2903] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2904] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1474/2905] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:35 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2908] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:47 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: 1433/2909] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:47 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: 1477/2910] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:47 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: 1434/2911] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2912] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:47 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => 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: 1435/2913] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:47 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 5380 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2914] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:47 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: 1436/2915] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:47 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: 1480/2916] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2917] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:48 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: 1481/2918] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1520 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2919] 199.204.45.144 () {34 vars in 790 bytes} [Thu May 28 14:00:48 2026] PUT /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1251 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:00:48.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-516f2573-db07-414b-8c1d-53bb5d59e1ba'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '47076f70-0f55-4f5e-a99e-f18c5d6ed5b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1482/2920] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 798 bytes in 75 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: 1439/2921] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/subnets/f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2922] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1287 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2923] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 14:00:48 2026] PUT /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1080 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2924] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1485/2925] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2926] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:48 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4976 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2927] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:49 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1442/2928] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:49 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1487/2929] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:49 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4976 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2930] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:49 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1488/2931] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:50 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:00:50.493 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-290707bb-b577-4610-ad1a-d737fdddc5c3'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '47076f70-0f55-4f5e-a99e-f18c5d6ed5b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1444/2932] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2933] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2934] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1490/2935] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1446/2936] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2937] 199.204.45.144 () {34 vars in 975 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 1116 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2938] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2939] 199.204.45.144 () {34 vars in 1016 bytes} [Thu May 28 14:00:51 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?fields=dns_domain => generated 29 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2940] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 14:00:51 2026] PUT /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 917 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2941] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3868 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:00:52.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fba2894-e009-4ab5-8914-c659cac62faa e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 2026-05-28 14:00:52.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fba2894-e009-4ab5-8914-c659cac62faa e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 [pid: 7|app: 0|req: 1449/2942] 199.204.45.144 () {32 vars in 759 bytes} [Thu May 28 14:00:52 2026] DELETE /v2.0/ports/47076f70-0f55-4f5e-a99e-f18c5d6ed5b3 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2943] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:52 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: 1450/2944] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:52 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: 1495/2945] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:52 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: 1451/2946] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:52 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: 1496/2947] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2948] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => 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: 1497/2949] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1349 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2950] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1498/2951] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2952] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => 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: 1499/2953] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:00:52 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2954] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3868 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2955] 199.204.45.144 () {34 vars in 1226 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/networks?id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&id=200e54e8-9568-4a5a-80ec-ca451810ca2c&id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 3096 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2956] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1502/2959] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => generated 654 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2960] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2961] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1459/2962] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1504/2963] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1460/2964] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2965] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2966] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1506/2967] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2968] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:00:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=773b1bf3-4782-4578-bc1c-3f70bbf6731e => 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: 1507/2969] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:00:54 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2970] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:00:54 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2971] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:54 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2972] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:54 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2973] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2974] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2975] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00: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: 1466/2976] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:58 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: 1511/2977] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:58 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3868 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2978] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:00: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: 8|app: 0|req: 1512/2979] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:00:58 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: 1468/2980] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:00:58 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: 1513/2981] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:00:58 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: 1469/2982] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:00:58 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1287 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2983] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 14:00:58 2026] PUT /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1080 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:00:58.910 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1499ff0a-60d7-470c-baa9-186d00627a18'] response: {'name': 'network-changed', 'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'tag': '773b1bf3-4782-4578-bc1c-3f70bbf6731e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1470/2984] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:00:58 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1515/2985] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:58 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2986] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:00:59 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2987] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:00:59 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2988] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:00:59 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2989] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:00:59 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2990] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:00:59 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1518/2991] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:00 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3697 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2992] 199.204.45.144 () {34 vars in 975 bytes} [Thu May 28 14:01:01 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2993] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 14:01:01 2026] GET /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2994] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:01 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2995] 199.204.45.144 () {34 vars in 1016 bytes} [Thu May 28 14:01:01 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2996] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 14:01:01 2026] PUT /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2997] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:01:02.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-d268d956-ffdc-40ae-b4dd-eb15a388f35b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 773b1bf3-4782-4578-bc1c-3f70bbf6731e 2026-05-28 14:01:02.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d268d956-ffdc-40ae-b4dd-eb15a388f35b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 773b1bf3-4782-4578-bc1c-3f70bbf6731e [pid: 8|app: 0|req: 1521/2998] 199.204.45.144 () {32 vars in 759 bytes} [Thu May 28 14:01:02 2026] DELETE /v2.0/ports/773b1bf3-4782-4578-bc1c-3f70bbf6731e => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2999] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:01:02 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: 1522/3000] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:01:02 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: 1479/3001] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:01:02 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: 1523/3002] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3003] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1524/3004] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => 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: 1481/3005] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1349 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3006] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1482/3007] 199.204.45.144 () {30 vars in 743 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3008] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => 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: 1483/3009] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:01:02 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3010] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3011] 199.204.45.144 () {34 vars in 1146 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/networks?id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&id=200e54e8-9568-4a5a-80ec-ca451810ca2c&id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 2309 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3012] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1485/3013] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3014] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&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: 1486/3015] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1530/3016] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1487/3017] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=ae55c611-c5ea-4f24-bb41-a0a80192260e => 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: 1531/3018] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/subnets?id=be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3019] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/ports?network_id=200e54e8-9568-4a5a-80ec-ca451810ca2c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3020] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1489/3021] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:01:03 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?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: 1534/3024] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:01:14 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: 1491/3025] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:01:14 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: 1535/3026] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:01:14 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: 1492/3027] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:01:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:01:14.257 8 INFO neutron.api.v2.resource [None req-bc1c807a-1f25-4388-827f-234368f881f9 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3028] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 14:01:14 2026] GET /v2.0/security-groups/lb-6360010f-375e-4c89-a802-635c31bdd07c => 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: 1493/3029] 199.204.45.144 () {30 vars in 785 bytes} [Thu May 28 14:01:14 2026] GET /v2.0/security-groups?name=lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 2865 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3030] 199.204.45.144 () {30 vars in 815 bytes} [Thu May 28 14:01:14 2026] GET /v2.0/security-group-rules?security_group_id=941e9edc-4a9f-445d-95f8-7014f48aab15 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3031] 199.204.45.144 () {32 vars in 789 bytes} [Thu May 28 14:01:14 2026] DELETE /v2.0/security-group-rules/32042a65-1d72-4d1a-bc78-af207938550c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3032] 199.204.45.144 () {32 vars in 789 bytes} [Thu May 28 14:01:14 2026] DELETE /v2.0/security-group-rules/b28bcc6e-59f8-4990-b2c4-47b58dfba73e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:18.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-14432ae9-c820-4f2c-b423-2976ff0d5d7a dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 52f62253-baf6-480d-a921-ccade34a13e2 2026-05-28 14:01:18.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14432ae9-c820-4f2c-b423-2976ff0d5d7a dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 52f62253-baf6-480d-a921-ccade34a13e2 2026-05-28 14:01:18.429 7 INFO neutron.db.l3_db [None req-14432ae9-c820-4f2c-b423-2976ff0d5d7a dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Floating IP 7f86969c-848c-4808-b90f-ac4a8c15fd5c disassociated (deleted). External IP: 10.96.250.201, port: 2bcf4dc5-0b4b-49a4-a103-492998f00f39. [pid: 7|app: 0|req: 1495/3033] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 14:01:18 2026] DELETE /v2.0/floatingips/7f86969c-848c-4808-b90f-ac4a8c15fd5c => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:18.750 8 INFO neutron.api.v2.resource [None req-8fced76a-8e9b-41f6-be5b-d8c2685381d2 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3034] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 14:01:18 2026] GET /v2.0/floatingips/7f86969c-848c-4808-b90f-ac4a8c15fd5c => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3035] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:01:19 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: 1540/3036] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3037] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:01:19 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: 1541/3038] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:01:19.807 7 INFO neutron.api.v2.resource [None req-46e9e2d1-a0a8-4e9a-8ad4-a1349140b57b e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3039] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/security-groups/lb-6360010f-375e-4c89-a802-635c31bdd07c => 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: 1542/3040] 199.204.45.144 () {30 vars in 785 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/security-groups?name=lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3041] 199.204.45.144 () {30 vars in 815 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/security-group-rules?security_group_id=941e9edc-4a9f-445d-95f8-7014f48aab15 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3042] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3043] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:01:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3044] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:01:19 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: 1501/3045] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:01:20 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: 1545/3046] 199.204.45.144 () {30 vars in 741 bytes} [Thu May 28 14:01:20 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => 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: 1502/3047] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:20 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3048] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:20 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3049] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:20 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3050] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:21 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3051] 199.204.45.144 () {34 vars in 975 bytes} [Thu May 28 14:01:22 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3052] 199.204.45.144 () {34 vars in 1060 bytes} [Thu May 28 14:01:22 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3053] 199.204.45.144 () {34 vars in 1016 bytes} [Thu May 28 14:01:22 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3054] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:22 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 2589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3055] 199.204.45.144 () {38 vars in 1028 bytes} [Thu May 28 14:01:22 2026] PUT /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1150 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3056] 199.204.45.144 () {30 vars in 769 bytes} [Thu May 28 14:01:23 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1507/3059] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 14:01:23 2026] PUT /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1090 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3060] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:01:23 2026] GET /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 1090 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:01:23.825 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f8b3092-4836-4da3-994f-db0b641fce48 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: ae55c611-c5ea-4f24-bb41-a0a80192260e 2026-05-28 14:01:23.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f8b3092-4836-4da3-994f-db0b641fce48 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: ae55c611-c5ea-4f24-bb41-a0a80192260e [pid: 7|app: 0|req: 1508/3061] 199.204.45.144 () {32 vars in 759 bytes} [Thu May 28 14:01:23 2026] DELETE /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3062] 199.204.45.144 () {30 vars in 703 bytes} [Thu May 28 14:01:24 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: 1509/3063] 199.204.45.144 () {30 vars in 705 bytes} [Thu May 28 14:01:24 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: 1555/3064] 199.204.45.144 () {30 vars in 681 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3065] 199.204.45.144 () {30 vars in 717 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:01:24.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ef5b740-7102-4fcc-b4b6-1c9ab84ad479 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3066] 199.204.45.144 () {32 vars in 759 bytes} [Thu May 28 14:01:24 2026] DELETE /v2.0/ports/ae55c611-c5ea-4f24-bb41-a0a80192260e => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3067] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:01:24.200 7 INFO neutron.api.v2.resource [None req-834bfbf0-e63c-4a0b-ac4e-709400c631a8 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3068] 199.204.45.144 () {30 vars in 763 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/security-groups/lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3069] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/ports?tenant_id=c02f95ab5add4fc59af82ff9725d91a0&device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3070] 199.204.45.144 () {30 vars in 785 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/security-groups?name=lb-6360010f-375e-4c89-a802-635c31bdd07c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3071] 199.204.45.144 () {34 vars in 1066 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/networks?id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&id=200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 1523 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3072] 199.204.45.144 () {30 vars in 737 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3073] 199.204.45.144 () {34 vars in 1062 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.228&port_id=1112eb15-36f3-46a3-8288-5f28c933d82b => 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: 1560/3074] 199.204.45.144 () {34 vars in 984 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/subnets?id=4d47228a-7ec5-43b3-a6bc-2c9da3b66b93 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3075] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/ports?network_id=f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd&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: 1562/3076] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3077] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:01:24 2026] GET /v2.0/networks/f71c2a29-7ce1-4ec2-b1b3-7d4aafa3dabd?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: 1515/3078] 199.204.45.144 () {34 vars in 789 bytes} [Thu May 28 14:01:24 2026] PUT /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 1090 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3079] 199.204.45.144 () {32 vars in 779 bytes} [Thu May 28 14:01:24 2026] DELETE /v2.0/security-groups/941e9edc-4a9f-445d-95f8-7014f48aab15 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:24.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-2dc5b499-65a8-4520-bc4e-4febc16d2c39 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 2bcf4dc5-0b4b-49a4-a103-492998f00f39 2026-05-28 14:01:24.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dc5b499-65a8-4520-bc4e-4febc16d2c39 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 2bcf4dc5-0b4b-49a4-a103-492998f00f39 [pid: 7|app: 0|req: 1516/3080] 199.204.45.144 () {32 vars in 759 bytes} [Thu May 28 14:01:24 2026] DELETE /v2.0/ports/2bcf4dc5-0b4b-49a4-a103-492998f00f39 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3081] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 14:01:27 2026] GET /v2.0/ports?device_id=c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:01:27.892 7 INFO neutron_taas.services.taas.taas_plugin [req-b5ea7fff-58b1-4d04-b6c1-794679340f04 req-5472ee43-67ca-4872-838e-4d76b10fe191 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] TaaS: Handle Delete Port: 1112eb15-36f3-46a3-8288-5f28c933d82b 2026-05-28 14:01:27.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b5ea7fff-58b1-4d04-b6c1-794679340f04 req-5472ee43-67ca-4872-838e-4d76b10fe191 e66f8121ab714be6b80e8a7ad199dbd0 c02f95ab5add4fc59af82ff9725d91a0 - - default default] Tap Mirror: Handle Delete Port: 1112eb15-36f3-46a3-8288-5f28c933d82b [pid: 7|app: 0|req: 1517/3082] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 14:01:27 2026] DELETE /v2.0/ports/1112eb15-36f3-46a3-8288-5f28c933d82b => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:28.096 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4b6d0a4-469a-465c-8e23-8977b3c647f9'] response: {'server_uuid': 'c18cab4e-a4fd-4e5e-acb1-fa832c2a1a23', 'name': 'network-vif-deleted', 'tag': '1112eb15-36f3-46a3-8288-5f28c933d82b', 'status': 'completed', 'code': 200} 2026-05-28 14:01:29.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dce8b3f-177d-4a50-8d1e-dd28d3294d1f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 0490278b-9ad8-4daa-896c-75134b7a4b0e 2026-05-28 14:01:29.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dce8b3f-177d-4a50-8d1e-dd28d3294d1f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 0490278b-9ad8-4daa-896c-75134b7a4b0e 2026-05-28 14:01:29.308 8 INFO neutron.db.l3_db [None req-8dce8b3f-177d-4a50-8d1e-dd28d3294d1f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Floating IP f3d8447a-8c89-41fd-b9ef-bc8c785f2ab0 disassociated (deleted). External IP: 10.96.250.212, port: 280ba251-724f-404e-8adb-1141e6e5d018. [pid: 8|app: 0|req: 1566/3083] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 14:01:28 2026] DELETE /v2.0/floatingips/f3d8447a-8c89-41fd-b9ef-bc8c785f2ab0 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:29.676 7 INFO neutron.api.v2.resource [None req-d2346057-93d5-4edd-aaf6-f3fc17346b57 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3084] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 14:01:29 2026] GET /v2.0/floatingips/f3d8447a-8c89-41fd-b9ef-bc8c785f2ab0 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:29.693 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cf70e10-7646-4c5d-8ba5-ab5135306004'] response: {'name': 'network-changed', 'server_uuid': 'd4608b5a-14db-4eaa-9b38-cd9fab146d5a', 'tag': '280ba251-724f-404e-8adb-1141e6e5d018', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1567/3085] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 14:01:29 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3086] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 14:01:29 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3087] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3088] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/networks?id=ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1569/3089] 199.204.45.144 () {34 vars in 1058 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.219&port_id=280ba251-724f-404e-8adb-1141e6e5d018 => 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: 1521/3090] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ac2&port_id=280ba251-724f-404e-8adb-1141e6e5d018 => 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: 1570/3091] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/subnets?id=4252fb91-4457-4448-85d3-be76599a3a7c&id=f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3092] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3093] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/ports?network_id=ca3bcd42-a80c-4b6d-a111-e24bded67533&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3094] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?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: 1572/3095] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:01:30 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3096] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 14:01:32 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:01:32.438 8 INFO neutron_taas.services.taas.taas_plugin [req-c6fb5772-0a24-48f9-ba0f-c8a62db16f46 req-1a78b221-319e-46bc-82d0-7533c1cf791e dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 280ba251-724f-404e-8adb-1141e6e5d018 2026-05-28 14:01:32.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c6fb5772-0a24-48f9-ba0f-c8a62db16f46 req-1a78b221-319e-46bc-82d0-7533c1cf791e dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 280ba251-724f-404e-8adb-1141e6e5d018 [pid: 8|app: 0|req: 1573/3097] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 14:01:32 2026] DELETE /v2.0/ports/280ba251-724f-404e-8adb-1141e6e5d018 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:32.659 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ce17bbb-90d0-4703-b6c4-0285e8e63516'] response: {'server_uuid': 'd4608b5a-14db-4eaa-9b38-cd9fab146d5a', 'name': 'network-vif-deleted', 'tag': '280ba251-724f-404e-8adb-1141e6e5d018', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1525/3098] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 14:01:35 2026] GET /v2.0/ports?device_id=d4608b5a-14db-4eaa-9b38-cd9fab146d5a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:01:40.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f136f7e-37e2-4637-934e-4c003bac26ca dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: c3b8c007-cda4-41e4-b0f8-7d6116ed47b2 2026-05-28 14:01:40.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f136f7e-37e2-4637-934e-4c003bac26ca dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: c3b8c007-cda4-41e4-b0f8-7d6116ed47b2 2026-05-28 14:01:40.401 7 INFO neutron.db.l3_db [None req-1f136f7e-37e2-4637-934e-4c003bac26ca dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Floating IP 3e9d706e-4838-429c-8f09-0ca16b2069e5 disassociated (deleted). External IP: 10.96.250.211, port: 96a7b3c3-632a-465f-9d8f-60dc70c68c9f. [pid: 7|app: 0|req: 1527/3101] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 14:01:40 2026] DELETE /v2.0/floatingips/3e9d706e-4838-429c-8f09-0ca16b2069e5 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:40.711 8 INFO neutron.api.v2.resource [None req-219d1084-e814-48eb-800d-49ade47576a6 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3102] 10.0.0.210 () {32 vars in 729 bytes} [Thu May 28 14:01:40 2026] GET /v2.0/floatingips/3e9d706e-4838-429c-8f09-0ca16b2069e5 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:40.728 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae25e70b-9fb8-43a8-b8e3-862a7d9ccbe2'] response: {'name': 'network-changed', 'server_uuid': '5e83fcdc-77c2-47c2-922b-e6ab0d93d88a', 'tag': '96a7b3c3-632a-465f-9d8f-60dc70c68c9f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/3103] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 14:01:40 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3104] 10.0.0.201 () {34 vars in 1040 bytes} [Thu May 28 14:01:40 2026] GET /v2.0/security-groups?id=0954c4e9-70ab-4be9-aa9d-7c397a2afe85&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3105] 199.204.45.144 () {34 vars in 1080 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/ports?tenant_id=94b9408ea1384f229760b84e1fa07482&device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3106] 199.204.45.144 () {34 vars in 986 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/networks?id=75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3107] 199.204.45.144 () {34 vars in 1056 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.66&port_id=96a7b3c3-632a-465f-9d8f-60dc70c68c9f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3108] 199.204.45.144 () {34 vars in 1104 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18d&port_id=96a7b3c3-632a-465f-9d8f-60dc70c68c9f => 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: 1531/3109] 199.204.45.144 () {34 vars in 1064 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/subnets?id=eba238e7-215c-48bb-86ca-317d75fa2ae3&id=ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3110] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3111] 199.204.45.144 () {34 vars in 1052 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/ports?network_id=75ff9155-37db-4e6b-9a36-e0a2c56d0283&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3112] 199.204.45.144 () {34 vars in 1012 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1533/3113] 199.204.45.144 () {34 vars in 1112 bytes} [Thu May 28 14:01:41 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283?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: 1581/3114] 199.204.45.144 () {34 vars in 994 bytes} [Thu May 28 14:01:43 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 14:01:43.898 7 INFO neutron_taas.services.taas.taas_plugin [req-e0d0799c-9db4-489f-8cff-2f4bda58b0f0 req-f125187c-d514-4ead-9f71-e7f8090fca13 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 96a7b3c3-632a-465f-9d8f-60dc70c68c9f 2026-05-28 14:01:43.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0d0799c-9db4-489f-8cff-2f4bda58b0f0 req-f125187c-d514-4ead-9f71-e7f8090fca13 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 96a7b3c3-632a-465f-9d8f-60dc70c68c9f [pid: 7|app: 0|req: 1534/3115] 199.204.45.144 () {36 vars in 997 bytes} [Thu May 28 14:01:43 2026] DELETE /v2.0/ports/96a7b3c3-632a-465f-9d8f-60dc70c68c9f => generated 0 bytes in 737 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:44.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86ad2ee3-c1b3-482b-89e6-08e83717427c'] response: {'server_uuid': '5e83fcdc-77c2-47c2-922b-e6ab0d93d88a', 'name': 'network-vif-deleted', 'tag': '96a7b3c3-632a-465f-9d8f-60dc70c68c9f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1582/3116] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 14:01:46 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => 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: 1535/3117] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 14:01:46 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => 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: 1583/3118] 10.0.0.201 () {34 vars in 990 bytes} [Thu May 28 14:01:47 2026] GET /v2.0/ports?device_id=5e83fcdc-77c2-47c2-922b-e6ab0d93d88a => 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: 1536/3119] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/7b631440-4f70-47ac-807e-85d27b108625 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.267 8 INFO neutron.api.v2.resource [None req-38cd505c-1f4d-46b0-8db1-cfd3f1b77c48 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3120] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/7b631440-4f70-47ac-807e-85d27b108625 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3121] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/f94e0f82-01d3-4110-b5d5-09fa6be03a21 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.359 8 INFO neutron.api.v2.resource [None req-776a34a6-0f86-4721-a32e-530c78dd20f3 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3122] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/f94e0f82-01d3-4110-b5d5-09fa6be03a21 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3123] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/996f321d-176a-44ca-82e4-f32fb10a5eae => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.449 8 INFO neutron.api.v2.resource [None req-7ceb749b-c0d8-4a0e-8a6e-68bb1e7e2ecc dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3124] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/996f321d-176a-44ca-82e4-f32fb10a5eae => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3125] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/1dc99c7b-f4eb-44f1-aacb-e0144cf58ae9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.539 8 INFO neutron.api.v2.resource [None req-864eee27-ea59-4ae8-a5ba-001e83e3b4a1 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3126] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/1dc99c7b-f4eb-44f1-aacb-e0144cf58ae9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3127] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/12f24bdd-a006-4ffe-8ff2-50ccb3aba32a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.635 8 INFO neutron.api.v2.resource [None req-6b64fba0-0d86-4253-a014-77e1a3d1cafd dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3128] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/12f24bdd-a006-4ffe-8ff2-50ccb3aba32a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3129] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/1f2cacb0-c32b-4640-9de4-29840fbb2dca => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.732 8 INFO neutron.api.v2.resource [None req-8c00291f-6997-426d-9be2-44b551470f1f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3130] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/1f2cacb0-c32b-4640-9de4-29840fbb2dca => generated 155 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3131] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/73e4ac0c-cb49-434d-bf69-b7ed37ae8531 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.838 8 INFO neutron.api.v2.resource [None req-474bf97e-03a1-449f-8eab-259e8f125e3a dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3132] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/73e4ac0c-cb49-434d-bf69-b7ed37ae8531 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3133] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/ba6d2351-c9bf-4d5f-b2b9-45f5e4573038 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.917 8 INFO neutron.api.v2.resource [None req-1ee0fbed-5b7f-4417-8899-431a439b7028 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3134] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/ba6d2351-c9bf-4d5f-b2b9-45f5e4573038 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3135] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:51 2026] DELETE /v2.0/security-group-rules/72fa7333-0f52-4b08-b241-f92e937ac040 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:51.998 8 INFO neutron.api.v2.resource [None req-0b7d70e1-e3f5-4f2b-85f2-87daa72c5c44 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3136] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:51 2026] GET /v2.0/security-group-rules/72fa7333-0f52-4b08-b241-f92e937ac040 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3137] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:52 2026] DELETE /v2.0/security-group-rules/cca2978c-1a37-4963-b8d7-a5dee2443a0d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:52.102 8 INFO neutron.api.v2.resource [None req-202c1da0-7aef-4bd6-8668-9ceab6a937c4 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3138] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:52 2026] GET /v2.0/security-group-rules/cca2978c-1a37-4963-b8d7-a5dee2443a0d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3139] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:01:52 2026] DELETE /v2.0/security-group-rules/2486d492-4de3-437d-af52-b098820d501c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:52.195 8 INFO neutron.api.v2.resource [None req-1b684147-5b8d-45d7-8c43-e49b352ea82c dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3140] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:01:52 2026] GET /v2.0/security-group-rules/2486d492-4de3-437d-af52-b098820d501c => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3141] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:01:52 2026] DELETE /v2.0/security-groups/0954c4e9-70ab-4be9-aa9d-7c397a2afe85 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:52.306 8 INFO neutron.api.v2.resource [None req-9fdfbcb8-fa59-4ead-a543-65150ac18808 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3142] 10.0.0.210 () {32 vars in 737 bytes} [Thu May 28 14:01:52 2026] GET /v2.0/security-groups/0954c4e9-70ab-4be9-aa9d-7c397a2afe85 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:52.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-939c9389-22de-4dbd-8417-41922dc12fc8 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 8ecea86b-8864-49b4-bf7b-1eb471bbc068 2026-05-28 14:01:52.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-939c9389-22de-4dbd-8417-41922dc12fc8 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 8ecea86b-8864-49b4-bf7b-1eb471bbc068 [pid: 7|app: 0|req: 1548/3143] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 14:01:52 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:01:53.530 8 INFO neutron.api.v2.resource [None req-f2c34f41-9632-49b3-8ff4-153bf02eeacf dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3146] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 14:01:53 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:53.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-d692cff5-c804-4536-9ad5-17c7e7810ff9 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: b5d29f8e-3126-4b9e-8ff5-cea7e4482657 2026-05-28 14:01:53.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d692cff5-c804-4536-9ad5-17c7e7810ff9 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: b5d29f8e-3126-4b9e-8ff5-cea7e4482657 [pid: 7|app: 0|req: 1551/3147] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 14:01:53 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:01:54.693 8 INFO neutron.api.v2.resource [None req-7edbc763-c8b5-44d1-93e1-032a2c9b13d5 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3148] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 14:01:54 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:55.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5ffd520-4f03-4095-beba-ae1a087b5477 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 6810007f-3761-417a-b0b8-e5db5fe0b7a7 2026-05-28 14:01:55.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ffd520-4f03-4095-beba-ae1a087b5477 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 6810007f-3761-417a-b0b8-e5db5fe0b7a7 [pid: 7|app: 0|req: 1552/3149] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 14:01:54 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 14:01:55.832 8 INFO neutron.api.v2.resource [None req-970e97ed-48e4-4d4d-a29c-a9278fef43dd dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3150] 10.0.0.210 () {34 vars in 789 bytes} [Thu May 28 14:01:55 2026] PUT /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5/remove_router_interface => generated 198 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:56.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d56fdfa-4750-48c3-b8fe-26fdc0b0b127 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 6e7b9a2a-beaa-4ece-a456-bf29e93a9026 2026-05-28 14:01:56.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d56fdfa-4750-48c3-b8fe-26fdc0b0b127 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 6e7b9a2a-beaa-4ece-a456-bf29e93a9026 2026-05-28 14:01:56.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d56fdfa-4750-48c3-b8fe-26fdc0b0b127 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 2d3f0e1e-3b3f-4fac-b82b-dc44f8401bed 2026-05-28 14:01:56.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d56fdfa-4750-48c3-b8fe-26fdc0b0b127 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 2d3f0e1e-3b3f-4fac-b82b-dc44f8401bed 2026-05-28 14:01:56.677 7 INFO neutron.services.segments.plugin [-] Segment 4fa6f409-1a4c-4d08-9631-96f22bf1e764 resource provider aggregate not found 2026-05-28 14:01:56.686 7 INFO neutron.services.segments.plugin [-] Segment 4fa6f409-1a4c-4d08-9631-96f22bf1e764 resource provider aggregate not found 2026-05-28 14:01:56.696 7 INFO neutron.services.segments.plugin [-] Segment 4fa6f409-1a4c-4d08-9631-96f22bf1e764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa6f409-1a4c-4d08-9631-96f22bf1e764 found for delete ", "request_id": "req-2ba3f58b-4336-4b7b-b16c-5b0ad5836c34"}]} 2026-05-28 14:01:56.706 7 INFO neutron.services.segments.plugin [-] Segment 4fa6f409-1a4c-4d08-9631-96f22bf1e764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa6f409-1a4c-4d08-9631-96f22bf1e764 found for delete ", "request_id": "req-f3e5a752-a9bf-4721-a3f8-4ba6ce490a97"}]} 2026-05-28 14:01:56.717 7 INFO neutron.db.l3_hamode_db [None req-5d56fdfa-4750-48c3-b8fe-26fdc0b0b127 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] HA network 080af7ea-f074-416a-90b2-876b767c9133 was deleted as no HA routers are present in tenant 94b9408ea1384f229760b84e1fa07482. [pid: 7|app: 0|req: 1553/3151] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:55 2026] DELETE /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5 => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:01:56.746 8 INFO neutron.api.v2.resource [None req-d5020131-a0e2-4c92-a6bc-381ba44656b4 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3152] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:56 2026] GET /v2.0/routers/d3b686b7-c377-4ad5-b80d-bc0adb166db5 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3153] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:56 2026] DELETE /v2.0/subnets/4252fb91-4457-4448-85d3-be76599a3a7c => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:56.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0461934-1528-4143-915d-5554d97e7338 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3154] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:56 2026] GET /v2.0/subnets/4252fb91-4457-4448-85d3-be76599a3a7c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3155] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:56 2026] DELETE /v2.0/subnets/f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:57.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c2f8c69-364e-4cc2-b005-6857ab65a5c2 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3156] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:57 2026] GET /v2.0/subnets/f9bfc90e-c73f-4d5e-9f8b-0c05e26a8191 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:57.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-f75dc1b0-15cf-47f4-adce-c035b4017282 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: a259437b-deb5-441a-99db-ca0e68f04840 2026-05-28 14:01:57.271 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f75dc1b0-15cf-47f4-adce-c035b4017282 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: a259437b-deb5-441a-99db-ca0e68f04840 [pid: 7|app: 0|req: 1556/3157] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:01:57 2026] DELETE /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:57.496 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1c3c430-cc68-47ed-a0fc-e4998c0b8c5d dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3158] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 14:01:57 2026] GET /v2.0/networks/ca3bcd42-a80c-4b6d-a111-e24bded67533 => 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: 1557/3159] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:57 2026] DELETE /v2.0/subnets/ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:57.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-890a7470-7855-4261-a6ce-431fa6417884 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3160] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:57 2026] GET /v2.0/subnets/ab74a6b7-b338-444a-9b4c-fb1f0a83e910 => 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: 1558/3161] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:57 2026] DELETE /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:57.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-410db311-6daf-4fe1-b679-842146c42408 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3162] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:57 2026] GET /v2.0/subnets/eba238e7-215c-48bb-86ca-317d75fa2ae3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:57.944 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f126245-a2c6-4fae-989c-18394c1fe641 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: ae9d7803-e39d-45b3-8311-f803eb22022d 2026-05-28 14:01:57.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f126245-a2c6-4fae-989c-18394c1fe641 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: ae9d7803-e39d-45b3-8311-f803eb22022d [pid: 7|app: 0|req: 1559/3163] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:01:57 2026] DELETE /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:58.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d36fb40f-730b-4444-95c5-e819938106d7 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3164] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 14:01:58 2026] GET /v2.0/networks/75ff9155-37db-4e6b-9a36-e0a2c56d0283 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3165] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:58 2026] DELETE /v2.0/subnets/cbe09d53-fb7f-4ada-a489-807cff99dfb9 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:58.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8683d22f-51a2-4307-b061-7c37fcf1e902 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3166] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:58 2026] GET /v2.0/subnets/cbe09d53-fb7f-4ada-a489-807cff99dfb9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3167] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:01:58 2026] DELETE /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:58.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4eed878d-2fc0-463b-a576-0366f6ecd253 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3168] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:01:58 2026] GET /v2.0/subnets/be4012fa-113c-4ee0-9595-7723da0b5cb7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:01:58.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc8d10ed-a5ab-43e9-9820-3b4fc8a8c49f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] TaaS: Handle Delete Port: 30f5c591-5363-4bfe-bbd2-703584a62119 2026-05-28 14:01:58.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc8d10ed-a5ab-43e9-9820-3b4fc8a8c49f dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] Tap Mirror: Handle Delete Port: 30f5c591-5363-4bfe-bbd2-703584a62119 2026-05-28 14:01:58.726 7 INFO neutron.services.segments.plugin [-] Segment 6c0154f9-9585-409c-8a79-9dbe03b18036 resource provider aggregate not found 2026-05-28 14:01:58.732 7 INFO neutron.services.segments.plugin [-] Segment 6c0154f9-9585-409c-8a79-9dbe03b18036 resource provider aggregate not found 2026-05-28 14:01:58.748 7 INFO neutron.services.segments.plugin [-] Segment 6c0154f9-9585-409c-8a79-9dbe03b18036 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0154f9-9585-409c-8a79-9dbe03b18036 found for delete ", "request_id": "req-8be10d29-dd20-48a5-99b9-09623f9d4499"}]} 2026-05-28 14:01:58.755 7 INFO neutron.services.segments.plugin [-] Segment 6c0154f9-9585-409c-8a79-9dbe03b18036 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0154f9-9585-409c-8a79-9dbe03b18036 found for delete ", "request_id": "req-a18d9c21-2470-4aa1-9420-70cbc159c5ec"}]} 2026-05-28 14:01:58.776 7 INFO neutron.services.segments.plugin [-] Segment 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 resource provider aggregate not found 2026-05-28 14:01:58.783 7 INFO neutron.services.segments.plugin [-] Segment 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 resource provider aggregate not found 2026-05-28 14:01:58.800 7 INFO neutron.services.segments.plugin [-] Segment 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 found for delete ", "request_id": "req-5f8e5fd0-03fe-45c3-9b90-c925093c8534"}]} 2026-05-28 14:01:58.803 7 INFO neutron.services.segments.plugin [-] Segment 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a9cbbbf-d43c-4065-b8b9-066b9dbacd56 found for delete ", "request_id": "req-9b12520e-0f4e-4b9e-aa14-596ac772f167"}]} [pid: 7|app: 0|req: 1562/3169] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:01:58 2026] DELETE /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:01:58.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc5b352e-26b1-47da-808e-8a2b45fff9f1 dcc47fda875e43b5875f7c5286406daf 94b9408ea1384f229760b84e1fa07482 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3170] 10.0.0.210 () {32 vars in 723 bytes} [Thu May 28 14:01:58 2026] GET /v2.0/networks/200e54e8-9568-4a5a-80ec-ca451810ca2c => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 14:02:00.825 7 INFO neutron.services.segments.plugin [-] Segment 12445aae-4c64-486c-94f6-9175c132007e resource provider aggregate not found 2026-05-28 14:02:00.835 7 INFO neutron.services.segments.plugin [-] Segment 12445aae-4c64-486c-94f6-9175c132007e resource provider aggregate not found 2026-05-28 14:02:00.862 7 INFO neutron.services.segments.plugin [-] Segment 12445aae-4c64-486c-94f6-9175c132007e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12445aae-4c64-486c-94f6-9175c132007e found for delete ", "request_id": "req-188920f4-a323-4223-a325-46943f784b52"}]} 2026-05-28 14:02:00.862 7 INFO neutron.services.segments.plugin [-] Segment 12445aae-4c64-486c-94f6-9175c132007e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12445aae-4c64-486c-94f6-9175c132007e found for delete ", "request_id": "req-53167b05-c152-40a5-b51b-7dad1829e902"}]} [pid: 7|app: 0|req: 1563/3171] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:00 2026] GET /v2.0/security-groups?tenant_id=492690c9970f434aa47a2a5ba0506d6a&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3172] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:01 2026] DELETE /v2.0/security-groups/28d4f563-19a9-4b82-8d4f-a7e617d42e7a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3173] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:01 2026] GET /v2.0/security-groups?tenant_id=1bfe24700ebe4ea0b70e92cf3716cd44&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: 1610/3174] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:01 2026] DELETE /v2.0/security-groups/38d80312-c42e-44bf-9ae4-02179f14bea7 => 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: 1565/3175] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:01 2026] GET /v2.0/security-groups?tenant_id=94b9408ea1384f229760b84e1fa07482&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3176] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:01 2026] DELETE /v2.0/security-groups/193fd76b-1c98-4f86-92ce-469ec1aa6f05 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3177] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:02 2026] GET /v2.0/security-groups?tenant_id=1482d5061f9d47659d80b9d534fcec16&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3178] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:02 2026] DELETE /v2.0/security-groups/2b8a2c92-f3b6-4473-a571-c47279cfb921 => 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: 1567/3179] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:02 2026] GET /v2.0/security-groups?tenant_id=eba9cd074cd34bcaa961f16c94388a27&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3180] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:02 2026] DELETE /v2.0/security-groups/1d0f2b42-cdf5-44d2-a4c1-73baa14f7705 => 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: 1568/3181] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:03 2026] GET /v2.0/security-groups?tenant_id=e3dfe5f155134d08a3e5e0dfa7fc4bbf&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3182] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:03 2026] DELETE /v2.0/security-groups/b1bc3257-883b-4547-9b95-893e23d57c4a => 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: 1569/3183] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:03 2026] GET /v2.0/security-groups?tenant_id=ac94a00d74684791b552548059908c40&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3184] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:03 2026] DELETE /v2.0/security-groups/0bfc9c9f-be04-4648-b2dc-fc5072ec8cc2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:02:08.161 7 INFO neutron.db.segments_db [None req-c069dabe-8e78-49d9-800b-6e70a041c0ce 1bde7a55edc74fa79fca25d827efcc51 7943949c010647c78ac375986e6d7537 - - default default] Added segment 6e2d2371-a5a9-469d-9911-3f37b09b433e of type vxlan for network 0591d65e-1f85-4871-85ba-bdf83bdf6b0c [pid: 7|app: 0|req: 1570/3185] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 14:02:07 2026] POST /v2.0/networks => generated 613 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:08.310 8 INFO neutron.db.segments_db [None req-de3c44b8-6c95-4533-880d-7f3af824a842 1bde7a55edc74fa79fca25d827efcc51 7943949c010647c78ac375986e6d7537 - - default default] Added segment 759d589c-a1bb-4276-a2e1-79e927867fbb of type vxlan for network d6d65ac6-64d7-4e68-9f9f-067156654d67 [pid: 8|app: 0|req: 1616/3186] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 14:02:08 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:08.477 7 INFO neutron.db.segments_db [None req-9231f5dc-bdc2-45cf-8bda-c98cd059a18c 1bde7a55edc74fa79fca25d827efcc51 7943949c010647c78ac375986e6d7537 - - default default] Added segment 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 of type vxlan for network 268dbb6a-7f6a-4c95-9451-515147252486 [pid: 7|app: 0|req: 1571/3189] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 14:02:08 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-28 14:02:08.648 8 INFO neutron.db.segments_db [None req-82af6774-f734-4f29-b075-817e7b4e5922 1bde7a55edc74fa79fca25d827efcc51 7943949c010647c78ac375986e6d7537 - - default default] Added segment ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 of type vxlan for network a0131b21-3433-4177-b4fc-d1f035fa1ae8 [pid: 8|app: 0|req: 1619/3190] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 14:02:08 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:08.797 7 INFO neutron.db.segments_db [None req-0ef9f581-ed98-4ece-ac6e-14850e977568 1bde7a55edc74fa79fca25d827efcc51 7943949c010647c78ac375986e6d7537 - - default default] Added segment 9af4a999-d57f-418c-8240-7e5dd4a10847 of type vxlan for network 97304375-5e37-401e-a59f-8f9c1f039c48 [pid: 7|app: 0|req: 1572/3191] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 14:02:08 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) [pid: 8|app: 0|req: 1620/3192] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 14:02:08 2026] PUT /v2.0/networks/0591d65e-1f85-4871-85ba-bdf83bdf6b0c/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3193] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 14:02:08 2026] PUT /v2.0/networks/d6d65ac6-64d7-4e68-9f9f-067156654d67/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3194] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 14:02:09 2026] PUT /v2.0/networks/268dbb6a-7f6a-4c95-9451-515147252486/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: 1574/3195] 10.0.0.210 () {34 vars in 753 bytes} [Thu May 28 14:02:09 2026] PUT /v2.0/networks/a0131b21-3433-4177-b4fc-d1f035fa1ae8/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3196] 10.0.0.210 () {32 vars in 666 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3197] 10.0.0.210 () {32 vars in 680 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3198] 10.0.0.210 () {32 vars in 676 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3199] 10.0.0.210 () {32 vars in 688 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3200] 10.0.0.210 () {32 vars in 674 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3201] 10.0.0.210 () {32 vars in 688 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3202] 10.0.0.210 () {32 vars in 684 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3203] 10.0.0.210 () {32 vars in 696 bytes} [Thu May 28 14:02:09 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3204] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:02:09 2026] DELETE /v2.0/networks/0591d65e-1f85-4871-85ba-bdf83bdf6b0c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:02:09.955 8 INFO neutron.services.segments.plugin [-] Segment 6e2d2371-a5a9-469d-9911-3f37b09b433e resource provider aggregate not found 2026-05-28 14:02:09.967 8 INFO neutron.services.segments.plugin [-] Segment 6e2d2371-a5a9-469d-9911-3f37b09b433e resource provider aggregate not found 2026-05-28 14:02:09.981 8 INFO neutron.services.segments.plugin [-] Segment 6e2d2371-a5a9-469d-9911-3f37b09b433e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2d2371-a5a9-469d-9911-3f37b09b433e found for delete ", "request_id": "req-6b6b5b92-4573-458f-8be2-4e0ef2a6c07e"}]} 2026-05-28 14:02:09.991 8 INFO neutron.services.segments.plugin [-] Segment 6e2d2371-a5a9-469d-9911-3f37b09b433e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e2d2371-a5a9-469d-9911-3f37b09b433e found for delete ", "request_id": "req-4349fb16-0935-4568-b868-0974df57c046"}]} [pid: 7|app: 0|req: 1579/3205] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:02:09 2026] DELETE /v2.0/networks/d6d65ac6-64d7-4e68-9f9f-067156654d67 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 14:02:10.032 7 INFO neutron.services.segments.plugin [-] Segment 759d589c-a1bb-4276-a2e1-79e927867fbb resource provider aggregate not found 2026-05-28 14:02:10.036 7 INFO neutron.services.segments.plugin [-] Segment 759d589c-a1bb-4276-a2e1-79e927867fbb resource provider aggregate not found 2026-05-28 14:02:10.060 7 INFO neutron.services.segments.plugin [-] Segment 759d589c-a1bb-4276-a2e1-79e927867fbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 759d589c-a1bb-4276-a2e1-79e927867fbb found for delete ", "request_id": "req-62407843-f682-47ab-882d-d1d3e83d4c2e"}]} 2026-05-28 14:02:10.061 7 INFO neutron.services.segments.plugin [-] Segment 759d589c-a1bb-4276-a2e1-79e927867fbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 759d589c-a1bb-4276-a2e1-79e927867fbb found for delete ", "request_id": "req-17e35992-f4f1-4cc2-b2e7-d8ce9c08eafd"}]} [pid: 8|app: 0|req: 1627/3206] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:02:10 2026] DELETE /v2.0/networks/268dbb6a-7f6a-4c95-9451-515147252486 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3207] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:02:10 2026] DELETE /v2.0/networks/a0131b21-3433-4177-b4fc-d1f035fa1ae8 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3208] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:02:10 2026] DELETE /v2.0/networks/97304375-5e37-401e-a59f-8f9c1f039c48 => 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: 1581/3209] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:11 2026] GET /v2.0/security-groups?tenant_id=dc55ef5a91be463ebd598bab10fa6cb6&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3210] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:11 2026] DELETE /v2.0/security-groups/8f9324a8-58ac-4f3e-b7f1-b4acb0af08f0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3211] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:11 2026] GET /v2.0/security-groups?tenant_id=7943949c010647c78ac375986e6d7537&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3212] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:11 2026] DELETE /v2.0/security-groups/29f754d1-7cbe-4d26-aced-bb4f94f87f33 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:02:12.002 8 INFO neutron.services.segments.plugin [-] Segment 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 resource provider aggregate not found 2026-05-28 14:02:12.010 8 INFO neutron.services.segments.plugin [-] Segment 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 resource provider aggregate not found 2026-05-28 14:02:12.017 8 INFO neutron.services.segments.plugin [-] Segment 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 found for delete ", "request_id": "req-6ae45de4-5731-49e9-8a78-5f5f7daadacb"}]} 2026-05-28 14:02:12.027 8 INFO neutron.services.segments.plugin [-] Segment 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e22cc51-02bc-4e69-9dd0-a9b4dfd16293 found for delete ", "request_id": "req-afd34b0c-6fbb-4c79-a0f8-faa7f321d346"}]} 2026-05-28 14:02:12.031 8 INFO neutron.services.segments.plugin [-] Segment 9af4a999-d57f-418c-8240-7e5dd4a10847 resource provider aggregate not found 2026-05-28 14:02:12.043 8 INFO neutron.services.segments.plugin [-] Segment 9af4a999-d57f-418c-8240-7e5dd4a10847 resource provider aggregate not found 2026-05-28 14:02:12.055 8 INFO neutron.services.segments.plugin [-] Segment 9af4a999-d57f-418c-8240-7e5dd4a10847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af4a999-d57f-418c-8240-7e5dd4a10847 found for delete ", "request_id": "req-bafd20f2-0015-4a46-8290-23c392f35a5a"}]} 2026-05-28 14:02:12.058 8 INFO neutron.services.segments.plugin [-] Segment 9af4a999-d57f-418c-8240-7e5dd4a10847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af4a999-d57f-418c-8240-7e5dd4a10847 found for delete ", "request_id": "req-36fead35-ff0c-4ee8-b2aa-6a596bc9edce"}]} 2026-05-28 14:02:12.088 7 INFO neutron.services.segments.plugin [-] Segment ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 resource provider aggregate not found 2026-05-28 14:02:12.095 7 INFO neutron.services.segments.plugin [-] Segment ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 resource provider aggregate not found 2026-05-28 14:02:12.110 7 INFO neutron.services.segments.plugin [-] Segment ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 found for delete ", "request_id": "req-cbbddc16-82e1-40a0-9ba7-93b2dd529b7d"}]} 2026-05-28 14:02:12.111 7 INFO neutron.services.segments.plugin [-] Segment ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba4fd9a9-cfbf-49f6-a383-a2a1a2b02753 found for delete ", "request_id": "req-422ff0d0-9d22-4325-b35c-9d586003c2ad"}]} [pid: 7|app: 0|req: 1583/3213] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:11 2026] GET /v2.0/security-groups?tenant_id=8f550531e7594ee5b0aa6aaf8fcb4cb6&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3214] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:12 2026] DELETE /v2.0/security-groups/63345bc4-8edc-49b5-892c-21adaf5e7603 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:02:16.519 7 INFO neutron.db.segments_db [None req-fef8a6ee-5d90-43d9-8dee-30da7d38491d 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Added segment 950d064a-6387-488a-a5de-59fc1ff79a73 of type vxlan for network 0b0d8191-4330-4773-9b7e-a2619895529f 2026-05-28 14:02:16.769 7 INFO neutron.db.l3_hamode_db [None req-fef8a6ee-5d90-43d9-8dee-30da7d38491d 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 14:02:16.882 7 INFO neutron.db.l3_hamode_db [None req-fef8a6ee-5d90-43d9-8dee-30da7d38491d 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1584/3215] 10.0.0.210 () {34 vars in 668 bytes} [Thu May 28 14:02:16 2026] POST /v2.0/routers => generated 474 bytes in 1172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:17.565 8 INFO neutron.db.l3_hamode_db [None req-bb045516-9232-4ad4-bc97-d4cb9e00f7f6 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 14:02:17.690 8 INFO neutron.db.l3_hamode_db [None req-bb045516-9232-4ad4-bc97-d4cb9e00f7f6 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1632/3216] 10.0.0.210 () {34 vars in 668 bytes} [Thu May 28 14:02:17 2026] POST /v2.0/routers => generated 474 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:18.348 7 INFO neutron.db.l3_hamode_db [None req-5b4d7e37-e7e2-4edf-92db-06ca3a171bf2 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 14:02:18.462 7 INFO neutron.db.l3_hamode_db [None req-5b4d7e37-e7e2-4edf-92db-06ca3a171bf2 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1585/3217] 10.0.0.210 () {34 vars in 668 bytes} [Thu May 28 14:02:18 2026] POST /v2.0/routers => generated 474 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:19.089 8 INFO neutron.db.l3_hamode_db [None req-572a67e4-b694-405a-9a2f-3b87dba6cdf7 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 14:02:19.206 8 INFO neutron.db.l3_hamode_db [None req-572a67e4-b694-405a-9a2f-3b87dba6cdf7 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1633/3218] 10.0.0.210 () {34 vars in 668 bytes} [Thu May 28 14:02:19 2026] POST /v2.0/routers => generated 474 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 14:02:19.846 7 INFO neutron.db.l3_hamode_db [None req-30ff59e3-3bb6-4053-b441-55f39e9fcfe3 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 14:02:19.970 7 INFO neutron.db.l3_hamode_db [None req-30ff59e3-3bb6-4053-b441-55f39e9fcfe3 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1586/3219] 10.0.0.210 () {34 vars in 668 bytes} [Thu May 28 14:02:19 2026] POST /v2.0/routers => generated 474 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3220] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 14:02:20 2026] PUT /v2.0/routers/18d67218-49ac-4867-b743-9b2c1a6750e7/tags => generated 17 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3221] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 14:02:20 2026] PUT /v2.0/routers/cbb2d362-3ba7-44f7-bdc6-ca2b7616ec61/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3222] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 14:02:20 2026] PUT /v2.0/routers/6663e176-1258-4a5a-8374-e91ebfa56023/tags => generated 34 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3223] 10.0.0.210 () {34 vars in 751 bytes} [Thu May 28 14:02:20 2026] PUT /v2.0/routers/b7767c32-a6f8-43be-9213-e2fa532167be/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3224] 10.0.0.210 () {32 vars in 664 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3225] 10.0.0.210 () {32 vars in 678 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3226] 10.0.0.210 () {32 vars in 674 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3227] 10.0.0.210 () {32 vars in 686 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3228] 10.0.0.210 () {32 vars in 672 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3229] 10.0.0.210 () {32 vars in 686 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3230] 10.0.0.210 () {32 vars in 682 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3231] 10.0.0.210 () {32 vars in 694 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3232] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:02:21 2026] GET /v2.0/routers/18d67218-49ac-4867-b743-9b2c1a6750e7 => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3233] 10.0.0.210 () {34 vars in 742 bytes} [Thu May 28 14:02:21 2026] PUT /v2.0/routers/18d67218-49ac-4867-b743-9b2c1a6750e7 => generated 485 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3234] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 14:02:22 2026] GET /v2.0/ports?device_id=18d67218-49ac-4867-b743-9b2c1a6750e7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:22.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e81dfbe-e71b-4c7f-b023-9dbd46a2283f 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] TaaS: Handle Delete Port: e91933e4-4dc1-407b-a851-47385e155c0c 2026-05-28 14:02:22.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e81dfbe-e71b-4c7f-b023-9dbd46a2283f 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Tap Mirror: Handle Delete Port: e91933e4-4dc1-407b-a851-47385e155c0c [pid: 7|app: 0|req: 1594/3235] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:02:22 2026] DELETE /v2.0/routers/18d67218-49ac-4867-b743-9b2c1a6750e7 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3236] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:02:22 2026] GET /v2.0/routers/cbb2d362-3ba7-44f7-bdc6-ca2b7616ec61 => generated 493 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3237] 10.0.0.210 () {34 vars in 742 bytes} [Thu May 28 14:02:22 2026] PUT /v2.0/routers/cbb2d362-3ba7-44f7-bdc6-ca2b7616ec61 => generated 493 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3238] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 14:02:23 2026] GET /v2.0/ports?device_id=cbb2d362-3ba7-44f7-bdc6-ca2b7616ec61 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:23.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-702f1cef-7370-483a-ae56-21b79452de58 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] TaaS: Handle Delete Port: ced82957-02a3-44f7-bab2-f1e56eae5d42 2026-05-28 14:02:23.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-702f1cef-7370-483a-ae56-21b79452de58 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Tap Mirror: Handle Delete Port: ced82957-02a3-44f7-bab2-f1e56eae5d42 [pid: 7|app: 0|req: 1596/3241] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:02:23 2026] DELETE /v2.0/routers/cbb2d362-3ba7-44f7-bdc6-ca2b7616ec61 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3242] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:02:23 2026] GET /v2.0/routers/6663e176-1258-4a5a-8374-e91ebfa56023 => generated 502 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3243] 10.0.0.210 () {34 vars in 742 bytes} [Thu May 28 14:02:23 2026] PUT /v2.0/routers/6663e176-1258-4a5a-8374-e91ebfa56023 => generated 502 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3244] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 14:02:24 2026] GET /v2.0/ports?device_id=6663e176-1258-4a5a-8374-e91ebfa56023 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:24.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0486f2b-1477-4894-beeb-d8a42d50f796 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] TaaS: Handle Delete Port: 1cdbf39d-646f-4010-8005-2c36771263af 2026-05-28 14:02:24.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0486f2b-1477-4894-beeb-d8a42d50f796 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Tap Mirror: Handle Delete Port: 1cdbf39d-646f-4010-8005-2c36771263af [pid: 7|app: 0|req: 1598/3245] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:02:24 2026] DELETE /v2.0/routers/6663e176-1258-4a5a-8374-e91ebfa56023 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3246] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:02:24 2026] GET /v2.0/routers/b7767c32-a6f8-43be-9213-e2fa532167be => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3247] 10.0.0.210 () {34 vars in 742 bytes} [Thu May 28 14:02:24 2026] PUT /v2.0/routers/b7767c32-a6f8-43be-9213-e2fa532167be => generated 487 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3248] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 14:02:25 2026] GET /v2.0/ports?device_id=b7767c32-a6f8-43be-9213-e2fa532167be => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:25.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-d335bf6c-eaf7-42e7-bb3b-4ee6b153ee25 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] TaaS: Handle Delete Port: 3f3d46f7-cf3d-4995-988d-32b8bf0041e9 2026-05-28 14:02:25.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d335bf6c-eaf7-42e7-bb3b-4ee6b153ee25 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Tap Mirror: Handle Delete Port: 3f3d46f7-cf3d-4995-988d-32b8bf0041e9 [pid: 7|app: 0|req: 1600/3249] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:02:25 2026] DELETE /v2.0/routers/b7767c32-a6f8-43be-9213-e2fa532167be => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3250] 10.0.0.210 () {32 vars in 721 bytes} [Thu May 28 14:02:25 2026] GET /v2.0/routers/d1377eb2-de16-45ab-86dc-89f922581f5c => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3251] 10.0.0.210 () {34 vars in 742 bytes} [Thu May 28 14:02:25 2026] PUT /v2.0/routers/d1377eb2-de16-45ab-86dc-89f922581f5c => generated 480 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3252] 10.0.0.210 () {32 vars in 736 bytes} [Thu May 28 14:02:26 2026] GET /v2.0/ports?device_id=d1377eb2-de16-45ab-86dc-89f922581f5c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:27.055 7 INFO neutron_taas.services.taas.taas_plugin [None req-594cac5c-e00c-4bf5-9347-1f3666cede11 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] TaaS: Handle Delete Port: bc4388e3-2aa7-4484-9989-8c524eb4ca40 2026-05-28 14:02:27.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-594cac5c-e00c-4bf5-9347-1f3666cede11 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] Tap Mirror: Handle Delete Port: bc4388e3-2aa7-4484-9989-8c524eb4ca40 2026-05-28 14:02:27.404 7 INFO neutron.services.segments.plugin [-] Segment 950d064a-6387-488a-a5de-59fc1ff79a73 resource provider aggregate not found 2026-05-28 14:02:27.410 7 INFO neutron.services.segments.plugin [-] Segment 950d064a-6387-488a-a5de-59fc1ff79a73 resource provider aggregate not found 2026-05-28 14:02:27.427 7 INFO neutron.services.segments.plugin [-] Segment 950d064a-6387-488a-a5de-59fc1ff79a73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950d064a-6387-488a-a5de-59fc1ff79a73 found for delete ", "request_id": "req-69e7bf95-7504-4578-868b-03ad1be074c0"}]} 2026-05-28 14:02:27.435 7 INFO neutron.db.l3_hamode_db [None req-594cac5c-e00c-4bf5-9347-1f3666cede11 1e8851469397449c8330332379749624 aadd198249da48a6a27f4068e9883f42 - - default default] HA network 0b0d8191-4330-4773-9b7e-a2619895529f was deleted as no HA routers are present in tenant aadd198249da48a6a27f4068e9883f42. 2026-05-28 14:02:27.441 7 INFO neutron.services.segments.plugin [-] Segment 950d064a-6387-488a-a5de-59fc1ff79a73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950d064a-6387-488a-a5de-59fc1ff79a73 found for delete ", "request_id": "req-3d6a51fc-fa39-453d-a1ba-7db185eb2df3"}]} [pid: 7|app: 0|req: 1602/3253] 10.0.0.210 () {32 vars in 724 bytes} [Thu May 28 14:02:26 2026] DELETE /v2.0/routers/d1377eb2-de16-45ab-86dc-89f922581f5c => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3254] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:28 2026] GET /v2.0/security-groups?tenant_id=ab7dcbb81ba74dac84bf29661daa2094&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3255] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:28 2026] DELETE /v2.0/security-groups/4174bdce-ffed-4f6d-87e4-c401a07a48b9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3256] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:28 2026] GET /v2.0/security-groups?tenant_id=aadd198249da48a6a27f4068e9883f42&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3257] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:28 2026] DELETE /v2.0/security-groups/8dbc1e8a-7136-4772-bd1e-547380e9a4ae => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3258] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:29 2026] GET /v2.0/security-groups?tenant_id=2a388bc66f0f4dad8dcff34167e0fd7e&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3259] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:29 2026] DELETE /v2.0/security-groups/99e20ef0-bc41-4e7f-b61b-3516ceade55a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3260] 10.0.0.210 () {34 vars in 676 bytes} [Thu May 28 14:02:32 2026] POST /v2.0/floatingips => generated 552 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3261] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 14:02:33 2026] PUT /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/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: 1656/3262] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3263] 10.0.0.210 () {34 vars in 770 bytes} [Thu May 28 14:02:33 2026] PUT /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3264] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/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: 1608/3265] 10.0.0.210 () {34 vars in 766 bytes} [Thu May 28 14:02:33 2026] PUT /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3266] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3267] 10.0.0.210 () {34 vars in 788 bytes} [Thu May 28 14:02:33 2026] PUT /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3268] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3269] 10.0.0.210 () {34 vars in 759 bytes} [Thu May 28 14:02:33 2026] PUT /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3270] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/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: 1611/3271] 10.0.0.210 () {32 vars in 747 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:02:33.685 8 INFO neutron.api.v2.resource [None req-2b75767d-7aea-4c3d-99f0-184349f41940 1b2fae4c65f349ec8aa19426b020b7ae 5ba02a3799ad4b8a9236a6774019fe87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3272] 10.0.0.210 () {32 vars in 751 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3273] 10.0.0.210 () {32 vars in 750 bytes} [Thu May 28 14:02:33 2026] DELETE /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3274] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:33.836 7 INFO neutron.api.v2.resource [None req-b56708eb-a712-4d30-940e-f0afeab5cd11 1b2fae4c65f349ec8aa19426b020b7ae 5ba02a3799ad4b8a9236a6774019fe87 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3275] 10.0.0.210 () {32 vars in 754 bytes} [Thu May 28 14:02:33 2026] DELETE /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/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: 1663/3276] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 14:02:33 2026] DELETE /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3277] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:33 2026] GET /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 14:02:34.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf17225b-7a81-425d-b038-d78329e46493 1b2fae4c65f349ec8aa19426b020b7ae 5ba02a3799ad4b8a9236a6774019fe87 - - default default] TaaS: Handle Delete Port: 38003c83-9c49-4afc-af22-c5ee3584a816 2026-05-28 14:02:34.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf17225b-7a81-425d-b038-d78329e46493 1b2fae4c65f349ec8aa19426b020b7ae 5ba02a3799ad4b8a9236a6774019fe87 - - default default] Tap Mirror: Handle Delete Port: 38003c83-9c49-4afc-af22-c5ee3584a816 [pid: 8|app: 0|req: 1664/3278] 10.0.0.210 () {32 vars in 732 bytes} [Thu May 28 14:02:33 2026] DELETE /v2.0/floatingips/f3b19cf1-eaab-490b-99b6-dea67758503f => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3279] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:34 2026] GET /v2.0/security-groups?tenant_id=5ba02a3799ad4b8a9236a6774019fe87&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3280] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:35 2026] DELETE /v2.0/security-groups/41229cdf-2db9-43e4-ba57-30cf4b9515ff => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3281] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:35 2026] GET /v2.0/security-groups?tenant_id=fdf33b6206fe43cc8bbfcceb6f5ee3a1&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3282] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:35 2026] DELETE /v2.0/security-groups/39b5ee72-7575-49b3-8012-5c771e630440 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 14:02:38.840 8 INFO neutron.db.segments_db [None req-dd7e9130-c7b1-4e4e-998b-41b004b0ea0f 49693d6a4fef492ead12fc471a020d3f 29550a6e3ebe4489aacb668d80fdf1eb - - default default] Added segment f585038a-5743-4fd8-b3d5-9be696fa2b74 of type vxlan for network eed5a0f3-1a0c-4683-be34-43b0dc2cf149 [pid: 8|app: 0|req: 1668/3285] 10.0.0.210 () {34 vars in 670 bytes} [Thu May 28 14:02:38 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3286] 10.0.0.210 () {34 vars in 664 bytes} [Thu May 28 14:02:38 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) [pid: 8|app: 0|req: 1669/3287] 10.0.0.210 () {34 vars in 747 bytes} [Thu May 28 14:02:39 2026] PUT /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1619/3288] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1670/3289] 10.0.0.210 () {34 vars in 758 bytes} [Thu May 28 14:02:39 2026] PUT /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1620/3290] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1671/3291] 10.0.0.210 () {34 vars in 754 bytes} [Thu May 28 14:02:39 2026] PUT /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1621/3292] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1672/3293] 10.0.0.210 () {34 vars in 776 bytes} [Thu May 28 14:02:39 2026] PUT /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1622/3294] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 52 bytes in 44 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: 1673/3295] 10.0.0.210 () {34 vars in 747 bytes} [Thu May 28 14:02:39 2026] PUT /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1623/3296] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/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, ' [pid: 8|app: 0|req: 1674/3297] 10.0.0.210 () {32 vars in 735 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:02:40.048 7 INFO neutron.api.v2.resource [None req-ae284894-d925-4b28-90c4-de448380c32c 49693d6a4fef492ead12fc471a020d3f 29550a6e3ebe4489aacb668d80fdf1eb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3298] 10.0.0.210 () {32 vars in 739 bytes} [Thu May 28 14:02:39 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1675/3299] 10.0.0.210 () {32 vars in 738 bytes} [Thu May 28 14:02:40 2026] DELETE /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/red => generated 0 bytes in 57 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: 1625/3300] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:40 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 30 bytes in 47 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-28 14:02:40.224 8 INFO neutron.api.v2.resource [None req-eb696f6c-e677-472d-8c6c-7d6c8b7bddb0 49693d6a4fef492ead12fc471a020d3f 29550a6e3ebe4489aacb668d80fdf1eb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3301] 10.0.0.210 () {32 vars in 742 bytes} [Thu May 28 14:02:40 2026] DELETE /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1626/3302] 10.0.0.210 () {32 vars in 730 bytes} [Thu May 28 14:02:40 2026] DELETE /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1677/3303] 10.0.0.210 () {32 vars in 727 bytes} [Thu May 28 14:02:40 2026] GET /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c/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, ' 2026-05-28 14:02:40.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7809378-a312-4490-a18b-9a82a92d32ba 49693d6a4fef492ead12fc471a020d3f 29550a6e3ebe4489aacb668d80fdf1eb - - default default] TaaS: Handle Delete Port: 2afe51c5-8d0b-4cec-b6d6-42b5621a773c 2026-05-28 14:02:40.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7809378-a312-4490-a18b-9a82a92d32ba 49693d6a4fef492ead12fc471a020d3f 29550a6e3ebe4489aacb668d80fdf1eb - - default default] Tap Mirror: Handle Delete Port: 2afe51c5-8d0b-4cec-b6d6-42b5621a773c [pid: 7|app: 0|req: 1627/3304] 10.0.0.210 () {32 vars in 720 bytes} [Thu May 28 14:02:40 2026] DELETE /v2.0/ports/2afe51c5-8d0b-4cec-b6d6-42b5621a773c => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 14:02:40.655 8 INFO neutron.services.segments.plugin [-] Segment f585038a-5743-4fd8-b3d5-9be696fa2b74 resource provider aggregate not found 2026-05-28 14:02:40.656 8 INFO neutron.services.segments.plugin [-] Segment f585038a-5743-4fd8-b3d5-9be696fa2b74 resource provider aggregate not found 2026-05-28 14:02:40.680 8 INFO neutron.services.segments.plugin [-] Segment f585038a-5743-4fd8-b3d5-9be696fa2b74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f585038a-5743-4fd8-b3d5-9be696fa2b74 found for delete ", "request_id": "req-dcb1f733-d729-47fb-8ad8-22c2b4d2f4eb"}]} 2026-05-28 14:02:40.681 8 INFO neutron.services.segments.plugin [-] Segment f585038a-5743-4fd8-b3d5-9be696fa2b74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f585038a-5743-4fd8-b3d5-9be696fa2b74 found for delete ", "request_id": "req-4a8e8652-48e8-4218-b8be-33429e02508d"}]} [pid: 8|app: 0|req: 1678/3305] 10.0.0.210 () {32 vars in 726 bytes} [Thu May 28 14:02:40 2026] DELETE /v2.0/networks/eed5a0f3-1a0c-4683-be34-43b0dc2cf149 => 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: 1628/3306] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:41 2026] GET /v2.0/security-groups?tenant_id=29550a6e3ebe4489aacb668d80fdf1eb&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3307] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:41 2026] DELETE /v2.0/security-groups/c7494b89-6ec5-4819-b5c1-9d6e909f11a4 => 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: 1629/3308] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:41 2026] GET /v2.0/security-groups?tenant_id=516541047d5b4ba5b2707ae454792be3&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3309] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:41 2026] DELETE /v2.0/security-groups/22721000-79f6-4a10-bacd-e7a276a8ad20 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3310] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:45 2026] GET /v2.0/security-groups?tenant_id=2125c96feb0c435aa677ff34fa6c7249&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3311] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:45 2026] DELETE /v2.0/security-groups/3061acd5-4bed-44f7-bbb3-53f052bc721c => 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: 1631/3312] 10.0.0.210 () {32 vars in 774 bytes} [Thu May 28 14:02:45 2026] GET /v2.0/security-groups?tenant_id=9d8ba53f46124620bd9c519c380d3748&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3313] 10.0.0.210 () {32 vars in 740 bytes} [Thu May 28 14:02:45 2026] DELETE /v2.0/security-groups/435ce555-d738-4e66-9213-c8a446935243 => 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: 1632/3314] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 14:02:48 2026] GET /v2.0/networks => generated 2168 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3315] 10.0.0.210 () {32 vars in 655 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3316] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3317] 10.0.0.210 () {32 vars in 643 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3318] 10.0.0.210 () {32 vars in 647 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3319] 10.0.0.210 () {32 vars in 649 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3320] 10.0.0.210 () {32 vars in 663 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3321] 10.0.0.210 () {32 vars in 655 bytes} [Thu May 28 14:02:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)