+ 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 [Fri Apr 17 01:23:34 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-7fb97856b4-l6sxl 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 0x7f0ba37f8668 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-04-17 01:23:38.406 7 INFO neutron.common.config [-] Logging enabled! 2026-04-17 01:23:38.406 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-17 01:23:38.617 8 INFO neutron.common.config [-] Logging enabled! 2026-04-17 01:23:38.617 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-17 01:23:39.426 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 01:23:39.681 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 01:23:40.972 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 01:23:40.975 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 01:23:40.978 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 01:23:40.979 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 01:23:40.980 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 01:23:40.980 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 01:23:40.980 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:40.989 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:40.989 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:40.989 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 01:23:41.012 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 01:23:41.013 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 01:23:41.014 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 01:23:41.039 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 01:23:41.039 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 01:23:41.040 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 01:23:41.040 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 01:23:41.337 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing driver for type 'vlan' 2026-04-17 01:23:41.346 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 01:23:41.349 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 01:23:41.352 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 01:23:41.353 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 01:23:41.354 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 01:23:41.354 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 01:23:41.354 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:41.362 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:41.362 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 01:23:41.362 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 01:23:41.384 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 01:23:41.385 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 01:23:41.385 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 01:23:41.411 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 01:23:41.411 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 01:23:41.411 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 01:23:41.411 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 01:23:41.641 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] VlanTypeDriver initialization complete 2026-04-17 01:23:41.641 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 01:23:41.641 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 01:23:41.655 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 01:23:41.655 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 01:23:41.655 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing extension driver 'port_security' 2026-04-17 01:23:41.655 7 INFO neutron.plugins.ml2.extensions.port_security [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 01:23:41.656 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing extension driver 'qos' 2026-04-17 01:23:41.656 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 01:23:41.656 7 INFO neutron.plugins.ml2.managers [None req-4d6c9e37-8231-42b9-b735-b5033f9d3d37 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 01:23:41.669 7 INFO neutron.quota [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded quota_driver: . 2026-04-17 01:23:41.670 7 INFO neutron.plugins.ml2.plugin [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 01:23:41.670 7 INFO neutron.plugins.ml2.managers [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 01:23:41.670 7 INFO neutron.plugins.ml2.managers [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 01:23:41.670 7 INFO neutron.plugins.ml2.managers [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 01:23:41.670 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: qos 2026-04-17 01:23:41.683 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: router 2026-04-17 01:23:41.720 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing driver for type 'vlan' 2026-04-17 01:23:41.730 7 INFO neutron.services.service_base [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 01:23:41.730 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: segments 2026-04-17 01:23:41.825 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: trunk 2026-04-17 01:23:41.840 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: vpnaas 2026-04-17 01:23:41.880 7 WARNING stevedore.named [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:41.947 7 INFO neutron_vpnaas.services.vpn.plugin [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 01:23:41.947 7 INFO neutron.common.utils [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 01:23:41.947 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: taas 2026-04-17 01:23:41.971 7 WARNING stevedore.named [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:41.971 7 WARNING stevedore.named [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 01:23:41.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 01:23:41.999 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: tapmirror 2026-04-17 01:23:42.008 7 WARNING stevedore.named [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:42.008 7 WARNING stevedore.named [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 01:23:42.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 01:23:42.021 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: auto_allocate 2026-04-17 01:23:42.027 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: tag 2026-04-17 01:23:42.035 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: timestamp 2026-04-17 01:23:42.039 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 01:23:42.042 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: flavors 2026-04-17 01:23:42.048 7 INFO neutron.manager [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loading Plugin: revisions 2026-04-17 01:23:42.055 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Initializing extension manager. 2026-04-17 01:23:42.056 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: address-group 2026-04-17 01:23:42.058 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: address-scope 2026-04-17 01:23:42.058 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 01:23:42.060 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: agent 2026-04-17 01:23:42.060 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 01:23:42.062 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 01:23:42.063 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 01:23:42.063 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: availability_zone 2026-04-17 01:23:42.064 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 01:23:42.064 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 01:23:42.065 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: default-subnetpools 2026-04-17 01:23:42.067 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 01:23:42.067 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: dns-integration 2026-04-17 01:23:42.068 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 01:23:42.069 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 01:23:42.069 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: dvr 2026-04-17 01:23:42.070 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 01:23:42.070 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 01:23:42.071 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 01:23:42.071 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 01:23:42.072 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: external-net 2026-04-17 01:23:42.072 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 01:23:42.073 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: extraroute 2026-04-17 01:23:42.073 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 01:23:42.074 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 01:23:42.074 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 01:23:42.075 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 01:23:42.075 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 01:23:42.076 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: fip-port-details 2026-04-17 01:23:42.077 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: flavors 2026-04-17 01:23:42.078 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 01:23:42.078 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: floatingip-pools 2026-04-17 01:23:42.080 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: ip_allocation 2026-04-17 01:23:42.080 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 01:23:42.081 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: l2_adjacency 2026-04-17 01:23:42.082 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: router 2026-04-17 01:23:42.083 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 01:23:42.084 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 01:23:42.085 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 01:23:42.086 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 01:23:42.086 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: l3-ha 2026-04-17 01:23:42.087 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 01:23:42.087 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 01:23:42.088 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: l3-flavors 2026-04-17 01:23:42.089 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 01:23:42.089 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 01:23:42.091 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 01:23:42.092 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 01:23:42.094 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 01:23:42.095 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 01:23:42.095 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 01:23:42.096 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: multi-provider 2026-04-17 01:23:42.096 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: net-mtu 2026-04-17 01:23:42.097 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 01:23:42.097 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: network_availability_zone 2026-04-17 01:23:42.098 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: network_ha 2026-04-17 01:23:42.098 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] VlanTypeDriver initialization complete 2026-04-17 01:23:42.098 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: network-ip-availability 2026-04-17 01:23:42.099 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 01:23:42.099 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 01:23:42.100 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 01:23:42.101 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: pagination 2026-04-17 01:23:42.101 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-device-profile 2026-04-17 01:23:42.102 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 01:23:42.102 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 01:23:42.103 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 01:23:42.103 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-mac-override 2026-04-17 01:23:42.104 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 01:23:42.104 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 01:23:42.105 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 01:23:42.105 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-resource-request 2026-04-17 01:23:42.106 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 01:23:42.106 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 01:23:42.107 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: binding 2026-04-17 01:23:42.107 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: binding-extended 2026-04-17 01:23:42.108 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-security 2026-04-17 01:23:42.108 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: project-id 2026-04-17 01:23:42.109 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: provider 2026-04-17 01:23:42.110 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 01:23:42.112 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos 2026-04-17 01:23:42.113 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 01:23:42.113 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 01:23:42.113 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 01:23:42.113 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 01:23:42.113 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing extension driver 'port_security' 2026-04-17 01:23:42.113 8 INFO neutron.plugins.ml2.extensions.port_security [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 01:23:42.114 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing extension driver 'qos' 2026-04-17 01:23:42.114 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-default 2026-04-17 01:23:42.114 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 01:23:42.114 8 INFO neutron.plugins.ml2.managers [None req-562683a0-136d-40fb-bb77-68ce55ba2a0d - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 01:23:42.114 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-fip 2026-04-17 01:23:42.115 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 01:23:42.115 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 01:23:42.116 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 01:23:42.116 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 01:23:42.117 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 01:23:42.118 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-pps 2026-04-17 01:23:42.118 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 01:23:42.119 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 01:23:42.119 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 01:23:42.120 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: quota-check-limit 2026-04-17 01:23:42.120 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 01:23:42.122 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: quotas 2026-04-17 01:23:42.123 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: quota_details 2026-04-17 01:23:42.125 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: rbac-policies 2026-04-17 01:23:42.125 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: rbac-address-group 2026-04-17 01:23:42.126 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 01:23:42.126 8 INFO neutron.quota [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded quota_driver: . 2026-04-17 01:23:42.126 8 INFO neutron.plugins.ml2.plugin [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 01:23:42.126 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 01:23:42.126 8 INFO neutron.plugins.ml2.managers [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 01:23:42.127 8 INFO neutron.plugins.ml2.managers [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 01:23:42.127 8 INFO neutron.plugins.ml2.managers [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 01:23:42.127 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 01:23:42.127 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: qos 2026-04-17 01:23:42.127 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: revision-if-match 2026-04-17 01:23:42.128 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 01:23:42.129 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: router_availability_zone 2026-04-17 01:23:42.129 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 01:23:42.131 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 01:23:42.131 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 01:23:42.132 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 01:23:42.132 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 01:23:42.133 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 01:23:42.133 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 01:23:42.138 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: security-group 2026-04-17 01:23:42.139 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: segment 2026-04-17 01:23:42.139 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 01:23:42.140 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: service-type 2026-04-17 01:23:42.140 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: router 2026-04-17 01:23:42.141 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: sorting 2026-04-17 01:23:42.141 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 01:23:42.142 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: standard-attr-description 2026-04-17 01:23:42.142 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: stateful-security-group 2026-04-17 01:23:42.143 7 WARNING neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 01:23:42.143 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 01:23:42.144 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: subnet-external-network 2026-04-17 01:23:42.144 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: subnet_onboard 2026-04-17 01:23:42.145 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 01:23:42.145 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: subnet-service-types 2026-04-17 01:23:42.146 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: subnet_allocation 2026-04-17 01:23:42.147 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 01:23:42.147 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: tag-creation 2026-04-17 01:23:42.149 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 01:23:42.154 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 01:23:42.154 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 01:23:42.155 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: trunk 2026-04-17 01:23:42.156 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: trunk-details 2026-04-17 01:23:42.156 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 01:23:42.157 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 01:23:42.157 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 01:23:42.158 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 01:23:42.160 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 01:23:42.160 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 01:23:42.161 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: vpn-flavors 2026-04-17 01:23:42.163 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: vpnaas 2026-04-17 01:23:42.164 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: taas 2026-04-17 01:23:42.166 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: tap-mirror 2026-04-17 01:23:42.167 7 INFO neutron.api.extensions [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 01:23:42.169 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-17 01:23:42.169 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-17 01:23:42.169 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.170 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-17 01:23:42.173 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 01:23:42.173 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 01:23:42.178 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 01:23:42.178 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 01:23:42.179 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 01:23:42.180 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.180 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.180 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.180 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.181 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 01:23:42.181 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.182 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.182 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 01:23:42.182 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 01:23:42.183 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 01:23:42.183 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.183 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ipsecpolicy is already registered 2026-04-17 01:23:42.184 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.184 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ikepolicy is already registered 2026-04-17 01:23:42.187 8 INFO neutron.services.service_base [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 01:23:42.188 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: segments 2026-04-17 01:23:42.188 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 01:23:42.188 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] router is already registered 2026-04-17 01:23:42.189 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 01:23:42.189 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] floatingip is already registered 2026-04-17 01:23:42.192 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 01:23:42.193 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] rbac_policy is already registered 2026-04-17 01:23:42.193 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 01:23:42.193 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] security_group is already registered 2026-04-17 01:23:42.194 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 01:23:42.194 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] security_group_rule is already registered 2026-04-17 01:23:42.194 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.195 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.195 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.195 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.196 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 01:23:42.196 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] trunk is already registered 2026-04-17 01:23:42.196 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.196 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ikepolicy is already registered 2026-04-17 01:23:42.197 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.197 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ipsecpolicy is already registered 2026-04-17 01:23:42.197 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 01:23:42.197 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] endpoint_group is already registered 2026-04-17 01:23:42.198 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 01:23:42.198 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] vpnservice is already registered 2026-04-17 01:23:42.198 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 01:23:42.198 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ipsec_site_connection is already registered 2026-04-17 01:23:42.199 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.199 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ipsecpolicy is already registered 2026-04-17 01:23:42.199 7 INFO neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.199 7 WARNING neutron.quota.resource_registry [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] ikepolicy is already registered 2026-04-17 01:23:42.237 7 WARNING keystonemiddleware._common.config [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 01:23:42.244 7 WARNING oslo_config.cfg [None req-48ebd9e2-7dc1-4f17-89ab-effe0674a4d2 - - - - - -] 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 0x7f0ba37f8668 pid: 7 (default app) 2026-04-17 01:23:42.296 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: trunk 2026-04-17 01:23:42.311 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: vpnaas 2026-04-17 01:23:42.353 8 WARNING stevedore.named [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:42.427 8 INFO neutron_vpnaas.services.vpn.plugin [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 01:23:42.428 8 INFO neutron.common.utils [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 01:23:42.428 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: taas 2026-04-17 01:23:42.455 8 WARNING stevedore.named [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:42.455 8 WARNING stevedore.named [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 01:23:42.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 01:23:42.478 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: tapmirror 2026-04-17 01:23:42.493 8 WARNING stevedore.named [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 01:23:42.493 8 WARNING stevedore.named [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 01:23:42.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 01:23:42.507 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: auto_allocate 2026-04-17 01:23:42.515 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: tag 2026-04-17 01:23:42.532 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: timestamp 2026-04-17 01:23:42.536 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 01:23:42.540 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: flavors 2026-04-17 01:23:42.543 8 INFO neutron.manager [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loading Plugin: revisions 2026-04-17 01:23:42.547 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Initializing extension manager. 2026-04-17 01:23:42.548 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: address-group 2026-04-17 01:23:42.549 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: address-scope 2026-04-17 01:23:42.550 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 01:23:42.551 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: agent 2026-04-17 01:23:42.552 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 01:23:42.553 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 01:23:42.554 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 01:23:42.555 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: availability_zone 2026-04-17 01:23:42.555 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 01:23:42.557 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 01:23:42.557 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: default-subnetpools 2026-04-17 01:23:42.559 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 01:23:42.559 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: dns-integration 2026-04-17 01:23:42.560 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 01:23:42.560 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 01:23:42.561 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: dvr 2026-04-17 01:23:42.561 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 01:23:42.562 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 01:23:42.562 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 01:23:42.563 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 01:23:42.563 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: external-net 2026-04-17 01:23:42.564 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 01:23:42.564 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: extraroute 2026-04-17 01:23:42.565 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 01:23:42.565 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 01:23:42.566 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 01:23:42.566 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 01:23:42.567 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 01:23:42.567 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: fip-port-details 2026-04-17 01:23:42.568 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: flavors 2026-04-17 01:23:42.569 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 01:23:42.570 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: floatingip-pools 2026-04-17 01:23:42.571 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: ip_allocation 2026-04-17 01:23:42.571 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 01:23:42.572 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: l2_adjacency 2026-04-17 01:23:42.573 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: router 2026-04-17 01:23:42.575 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 01:23:42.575 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 01:23:42.576 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 01:23:42.576 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 01:23:42.577 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: l3-ha 2026-04-17 01:23:42.577 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 01:23:42.578 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 01:23:42.578 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: l3-flavors 2026-04-17 01:23:42.579 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 01:23:42.580 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 01:23:42.582 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 01:23:42.583 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 01:23:42.584 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 01:23:42.585 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 01:23:42.586 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 01:23:42.587 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: multi-provider 2026-04-17 01:23:42.588 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: net-mtu 2026-04-17 01:23:42.588 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 01:23:42.589 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: network_availability_zone 2026-04-17 01:23:42.589 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: network_ha 2026-04-17 01:23:42.590 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: network-ip-availability 2026-04-17 01:23:42.591 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 01:23:42.591 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: pagination 2026-04-17 01:23:42.592 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-device-profile 2026-04-17 01:23:42.592 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 01:23:42.593 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 01:23:42.593 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 01:23:42.594 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-mac-override 2026-04-17 01:23:42.594 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 01:23:42.595 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 01:23:42.595 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 01:23:42.596 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-resource-request 2026-04-17 01:23:42.596 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 01:23:42.597 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 01:23:42.597 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: binding 2026-04-17 01:23:42.598 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: binding-extended 2026-04-17 01:23:42.599 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-security 2026-04-17 01:23:42.599 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: project-id 2026-04-17 01:23:42.599 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: provider 2026-04-17 01:23:42.600 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 01:23:42.602 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos 2026-04-17 01:23:42.603 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 01:23:42.604 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 01:23:42.604 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-default 2026-04-17 01:23:42.605 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-fip 2026-04-17 01:23:42.605 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 01:23:42.606 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 01:23:42.606 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 01:23:42.607 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 01:23:42.607 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 01:23:42.608 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-pps 2026-04-17 01:23:42.609 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 01:23:42.609 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 01:23:42.610 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 01:23:42.610 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: quota-check-limit 2026-04-17 01:23:42.611 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 01:23:42.613 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: quotas 2026-04-17 01:23:42.615 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: quota_details 2026-04-17 01:23:42.616 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: rbac-policies 2026-04-17 01:23:42.617 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: rbac-address-group 2026-04-17 01:23:42.617 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 01:23:42.618 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 01:23:42.618 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 01:23:42.619 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: revision-if-match 2026-04-17 01:23:42.620 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 01:23:42.620 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: router_availability_zone 2026-04-17 01:23:42.621 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 01:23:42.622 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 01:23:42.623 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 01:23:42.623 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 01:23:42.624 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 01:23:42.624 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 01:23:42.625 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 01:23:42.631 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: security-group 2026-04-17 01:23:42.632 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: segment 2026-04-17 01:23:42.633 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 01:23:42.634 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: service-type 2026-04-17 01:23:42.634 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: sorting 2026-04-17 01:23:42.634 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 01:23:42.635 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: standard-attr-description 2026-04-17 01:23:42.636 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: stateful-security-group 2026-04-17 01:23:42.636 8 WARNING neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 01:23:42.637 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 01:23:42.637 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: subnet-external-network 2026-04-17 01:23:42.638 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: subnet_onboard 2026-04-17 01:23:42.638 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 01:23:42.639 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: subnet-service-types 2026-04-17 01:23:42.639 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: subnet_allocation 2026-04-17 01:23:42.640 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 01:23:42.641 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: tag-creation 2026-04-17 01:23:42.641 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 01:23:42.645 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 01:23:42.646 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 01:23:42.646 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: trunk 2026-04-17 01:23:42.647 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: trunk-details 2026-04-17 01:23:42.647 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 01:23:42.648 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 01:23:42.649 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 01:23:42.649 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 01:23:42.651 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 01:23:42.653 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 01:23:42.654 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: vpn-flavors 2026-04-17 01:23:42.655 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: vpnaas 2026-04-17 01:23:42.657 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: taas 2026-04-17 01:23:42.658 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: tap-mirror 2026-04-17 01:23:42.658 8 INFO neutron.api.extensions [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 01:23:42.661 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-17 01:23:42.661 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-17 01:23:42.661 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.661 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-17 01:23:42.664 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 01:23:42.665 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 01:23:42.669 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 01:23:42.670 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 01:23:42.671 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 01:23:42.671 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.672 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.672 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.672 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.672 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 01:23:42.673 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.673 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.674 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 01:23:42.674 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 01:23:42.675 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 01:23:42.675 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.675 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ipsecpolicy is already registered 2026-04-17 01:23:42.676 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.676 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ikepolicy is already registered 2026-04-17 01:23:42.680 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 01:23:42.680 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] router is already registered 2026-04-17 01:23:42.681 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 01:23:42.681 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] floatingip is already registered 2026-04-17 01:23:42.684 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 01:23:42.685 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] rbac_policy is already registered 2026-04-17 01:23:42.685 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 01:23:42.685 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] security_group is already registered 2026-04-17 01:23:42.686 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 01:23:42.686 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] security_group_rule is already registered 2026-04-17 01:23:42.687 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.687 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.687 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 01:23:42.687 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] subnetpool is already registered 2026-04-17 01:23:42.688 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 01:23:42.688 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] trunk is already registered 2026-04-17 01:23:42.688 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.688 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ikepolicy is already registered 2026-04-17 01:23:42.689 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.689 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ipsecpolicy is already registered 2026-04-17 01:23:42.689 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 01:23:42.689 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] endpoint_group is already registered 2026-04-17 01:23:42.690 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 01:23:42.690 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] vpnservice is already registered 2026-04-17 01:23:42.690 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 01:23:42.690 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ipsec_site_connection is already registered 2026-04-17 01:23:42.691 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 01:23:42.692 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ipsecpolicy is already registered 2026-04-17 01:23:42.692 8 INFO neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 01:23:42.692 8 WARNING neutron.quota.resource_registry [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] ikepolicy is already registered 2026-04-17 01:23:42.729 8 WARNING keystonemiddleware._common.config [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 01:23:42.736 8 WARNING oslo_config.cfg [None req-a747b947-b99d-40f4-926c-f2bd59aef570 - - - - - -] 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 0x7f0ba37f8668 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-04-17 01:23:47.972 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45fcf00b-b3f5-4224-8f67-ca34afadf785 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.65 () {44 vars in 924 bytes} [Fri Apr 17 01:23:47 2026] GET /v2.0/networks/public => generated 108 bytes in 895 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/5] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:23:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:23:48.752 7 WARNING neutron.services.revisions.revision_plugin [None req-4275cbad-8f02-43f7-af3f-9daf660da66f 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Could not find related network for resource to bump revision. 2026-04-17 01:23:48.775 7 INFO neutron.db.segments_db [None req-4275cbad-8f02-43f7-af3f-9daf660da66f 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 9299990e-ce79-492d-a03a-5e977501d2ba of type flat for network ce40b3ca-0b89-4d1f-ba5b-5b5cdd8bd46f 2026-04-17 01:23:48.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4275cbad-8f02-43f7-af3f-9daf660da66f 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.65 () {48 vars in 964 bytes} [Fri Apr 17 01:23:48 2026] POST /v2.0/networks => generated 124 bytes in 473 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:23:54.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f95a889-f103-4f5e-a5c9-98884f0292a4 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.65 () {44 vars in 924 bytes} [Fri Apr 17 01:23:54 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:23:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:23:54.924 7 WARNING neutron.services.revisions.revision_plugin [None req-d53e0b4f-efc5-4cd2-a465-281c4546821b 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Could not find related network for resource to bump revision. 2026-04-17 01:23:54.943 7 INFO neutron.db.segments_db [None req-d53e0b4f-efc5-4cd2-a465-281c4546821b 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 89a015c8-7efd-442c-9b13-4db96dc93721 of type flat for network d45a4145-0802-49c4-8a33-1e8553f7c289 2026-04-17 01:23:54.977 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d53e0b4f-efc5-4cd2-a465-281c4546821b 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.65 () {48 vars in 964 bytes} [Fri Apr 17 01:23:54 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:24:01.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff818936-3f12-4470-b324-1f0ee3ce1c82 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.65 () {44 vars in 924 bytes} [Fri Apr 17 01:24:00 2026] GET /v2.0/networks/public => generated 108 bytes in 356 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:24: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-04-17 01:24:01.532 8 WARNING neutron.services.revisions.revision_plugin [None req-d6692b53-aec4-4e71-a1fe-2b956308b662 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Could not find related network for resource to bump revision. 2026-04-17 01:24:01.555 8 INFO neutron.db.segments_db [None req-d6692b53-aec4-4e71-a1fe-2b956308b662 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 88d415f4-e5d3-418d-8d0c-05b0f328b329 of type flat for network f2832889-d340-4a35-a57f-5e8292d02195 2026-04-17 01:24:01.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6692b53-aec4-4e71-a1fe-2b956308b662 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.65 () {48 vars in 964 bytes} [Fri Apr 17 01:24:01 2026] POST /v2.0/networks => generated 124 bytes in 318 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:24:07.582 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45a0aaee-1560-43c1-9b87-02d8daa1b019 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.65 () {44 vars in 924 bytes} [Fri Apr 17 01:24:07 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: 10/16] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:24:07 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-04-17 01:24:07.657 8 WARNING neutron.services.revisions.revision_plugin [None req-c2090005-a807-4c30-ba7f-c88a3125ce80 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Could not find related network for resource to bump revision. 2026-04-17 01:24:07.677 8 INFO neutron.db.segments_db [None req-c2090005-a807-4c30-ba7f-c88a3125ce80 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 5ec3fae2-5afe-4441-aa8f-336691229a8c of type flat for network 3c6a8fa5-4a14-4f98-8c53-b55b92531116 2026-04-17 01:24:07.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2090005-a807-4c30-ba7f-c88a3125ce80 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.65 () {48 vars in 964 bytes} [Fri Apr 17 01:24:07 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:24:13.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd60ff5d-96c0-4771-9387-78a10888b03b 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.65 () {44 vars in 924 bytes} [Fri Apr 17 01:24:13 2026] GET /v2.0/networks/public => generated 108 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:24:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:24:13.767 7 WARNING neutron.services.revisions.revision_plugin [None req-78937107-50fc-45dc-96e3-08017400760c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Could not find related network for resource to bump revision. 2026-04-17 01:24:13.807 7 INFO neutron.db.segments_db [None req-78937107-50fc-45dc-96e3-08017400760c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment d6d477a1-b2cd-4fb4-9592-cc8fa843086a of type flat for network 583b3af0-3fae-48a1-b909-80e123cee1ae [pid: 7|app: 0|req: 12/20] 199.204.45.65 () {48 vars in 964 bytes} [Fri Apr 17 01:24:13 2026] POST /v2.0/networks => generated 706 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:24:15.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b81d43a0-e310-4f86-a8b7-e7df4c8a2da1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.65 () {44 vars in 924 bytes} [Fri Apr 17 01:24:15 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:24:15 2026] GET /v2.0/networks?name=public => generated 709 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:24:15.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1593cf2e-0f49-47bb-b5d0-f9a89088c20a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.65 () {44 vars in 1031 bytes} [Fri Apr 17 01:24:15 2026] GET /v2.0/subnets/public-subnet?network_id=583b3af0-3fae-48a1-b909-80e123cee1ae => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.65 () {44 vars in 1054 bytes} [Fri Apr 17 01:24:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=583b3af0-3fae-48a1-b909-80e123cee1ae => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.65 () {48 vars in 962 bytes} [Fri Apr 17 01:24:15 2026] POST /v2.0/subnets => generated 664 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:25:12.228 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66cd2a34-3951-49d9-ac92-58aaba034d81 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/33] 199.204.45.65 () {44 vars in 934 bytes} [Fri Apr 17 01:25:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/34] 199.204.45.65 () {44 vars in 956 bytes} [Fri Apr 17 01:25:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:25:12.307 8 INFO neutron.db.segments_db [None req-4a63d41d-f939-4afb-a159-9b086b8ad322 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 5e47b5ce-b72d-4f45-976d-9f1c4b4a9fb4 of type vxlan for network e88d85fb-db24-4ee6-91b6-f7688a517ea0 [pid: 8|app: 0|req: 16/35] 199.204.45.65 () {48 vars in 963 bytes} [Fri Apr 17 01:25:12 2026] POST /v2.0/networks => generated 688 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:25:13.561 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3aa680b-93e3-4ed3-8d01-889638b30e97 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 20/36] 199.204.45.65 () {44 vars in 934 bytes} [Fri Apr 17 01:25:13 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: 17/37] 199.204.45.65 () {44 vars in 956 bytes} [Fri Apr 17 01:25:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:25:13.637 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d8052fe-9555-403a-918d-8ccfed4dd9c3 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 21/38] 199.204.45.65 () {44 vars in 1033 bytes} [Fri Apr 17 01:25:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/39] 199.204.45.65 () {44 vars in 1056 bytes} [Fri Apr 17 01:25:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/40] 199.204.45.65 () {48 vars in 962 bytes} [Fri Apr 17 01:25:13 2026] POST /v2.0/subnets => generated 651 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:25:15.049 8 INFO neutron.api.v2.resource [None req-1899f43d-64eb-4c3e-9d64-6b5ed845fca0 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/41] 199.204.45.65 () {44 vars in 968 bytes} [Fri Apr 17 01:25:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/42] 199.204.45.65 () {44 vars in 990 bytes} [Fri Apr 17 01:25:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/43] 199.204.45.65 () {48 vars in 977 bytes} [Fri Apr 17 01:25:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/44] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:16 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 1616 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/45] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:16 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/46] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:16 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 1616 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/47] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/48] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:17 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => 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: 23/49] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:17 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/50] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:17 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/51] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/52] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:18 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 2846 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/53] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:18 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/54] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:18 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/55] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/56] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:19 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/57] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:19 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/58] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:19 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => 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: 28/59] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/62] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:21 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:21 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/64] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:21 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/65] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.65 () {44 vars in 984 bytes} [Fri Apr 17 01:25:22 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 732 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:25:22.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e91ad138-4e61-4c71-bc9e-599d11a1c083 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.204.45.65 () {44 vars in 1073 bytes} [Fri Apr 17 01:25:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.65 () {44 vars in 1096 bytes} [Fri Apr 17 01:25:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:22 2026] GET /v2.0/security-groups/6c8beb96-9610-423b-822d-0a38f4d89a48 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.65 () {48 vars in 958 bytes} [Fri Apr 17 01:25:22 2026] POST /v2.0/ports => generated 1100 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:25:23.960 8 INFO neutron.api.v2.resource [None req-699b3165-9776-49fd-aa53-8b16da64af30 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.65 () {44 vars in 1071 bytes} [Fri Apr 17 01:25:23 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 139 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 38/72] 199.204.45.65 () {44 vars in 1094 bytes} [Fri Apr 17 01:25:23 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 23 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.65 () {48 vars in 978 bytes} [Fri Apr 17 01:25:24 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:25 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 1624 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:25 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:25 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:26 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 2234 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:26 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:27 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 2234 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:28 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:28 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:28 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 2846 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:29 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:29 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.65 () {44 vars in 1085 bytes} [Fri Apr 17 01:25:29 2026] GET /v2.0/security-groups/a6c0e1b4-6f72-4b4c-a1af-d457b5d54e6e?project_id=5a0a7439d33e431db3c05f5ed71208ac => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:25:30.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e7d64b7-788e-4708-aaff-593d03fa59e2 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/90] 199.204.45.65 () {44 vars in 976 bytes} [Fri Apr 17 01:25:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.65 () {48 vars in 1028 bytes} [Fri Apr 17 01:25:30 2026] PUT /v2.0/ports/ebd9acba-3a30-4270-95aa-caf2ad4eb1f8 => generated 1249 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.65 () {44 vars in 917 bytes} [Fri Apr 17 01:25:32 2026] GET /v2.0/ports => generated 3730 bytes in 96 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-04-17 01:25:34.201 7 INFO neutron.api.v2.resource [None req-e3345da1-2e4b-4fb3-b56b-fb4e5b909ad0 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/94] 199.204.45.65 () {44 vars in 956 bytes} [Fri Apr 17 01:25:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.65 () {44 vars in 978 bytes} [Fri Apr 17 01:25:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.65 () {48 vars in 977 bytes} [Fri Apr 17 01:25:34 2026] POST /v2.0/security-groups => generated 1610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:35 2026] GET /v2.0/security-groups/1fff9970-0765-49e1-8aaa-cbf1afacc952 => generated 1610 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:35 2026] GET /v2.0/security-groups/1fff9970-0765-49e1-8aaa-cbf1afacc952 => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:35 2026] GET /v2.0/security-groups/1fff9970-0765-49e1-8aaa-cbf1afacc952 => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:35 2026] POST /v2.0/security-group-rules => generated 623 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:36 2026] GET /v2.0/security-groups/1fff9970-0765-49e1-8aaa-cbf1afacc952 => generated 2246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:36 2026] GET /v2.0/security-groups/1fff9970-0765-49e1-8aaa-cbf1afacc952 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.65 () {44 vars in 998 bytes} [Fri Apr 17 01:25:36 2026] GET /v2.0/security-groups/1fff9970-0765-49e1-8aaa-cbf1afacc952 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.65 () {48 vars in 988 bytes} [Fri Apr 17 01:25:36 2026] POST /v2.0/security-group-rules => generated 627 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.65 () {44 vars in 972 bytes} [Fri Apr 17 01:26:40 2026] GET /v2.0/quotas/fa6aa9077670455f8c945bbaaa3b3503 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.65 () {48 vars in 1024 bytes} [Fri Apr 17 01:26:40 2026] PUT /v2.0/quotas/fa6aa9077670455f8c945bbaaa3b3503 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 61/125] 199.204.45.65 () {30 vars in 739 bytes} [Fri Apr 17 01:27:50 2026] GET /v2.0/networks?tenant_id=5a0a7439d33e431db3c05f5ed71208ac&shared=False => generated 15 bytes in 128 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-04-17 01:27:50.619 7 INFO neutron.db.segments_db [None req-d20376ff-9008-43c6-a527-0c0790b3ddb3 abf5c3c000ff4192a58c639963daf485 5a0a7439d33e431db3c05f5ed71208ac - - 2f91deda71a04dcca284d8b06c9f937d 2f91deda71a04dcca284d8b06c9f937d] Added segment 86f25ce7-f0f9-4a88-bece-9a81457f5ea6 of type vxlan for network a0f609ff-3d15-4963-97b1-bc83752aff79 [pid: 7|app: 0|req: 65/126] 199.204.45.65 () {34 vars in 681 bytes} [Fri Apr 17 01:27:50 2026] POST /v2.0/networks => generated 699 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/127] 199.204.45.65 () {30 vars in 721 bytes} [Fri Apr 17 01:27:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/128] 199.204.45.65 () {30 vars in 632 bytes} [Fri Apr 17 01:27:50 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/131] 199.204.45.65 () {34 vars in 676 bytes} [Fri Apr 17 01:27:50 2026] POST /v2.0/ports => generated 999 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/132] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:27:51 2026] GET /v2.0/networks/a0f609ff-3d15-4963-97b1-bc83752aff79 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/133] 199.204.45.65 () {30 vars in 721 bytes} [Fri Apr 17 01:27:53 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/134] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:27:53 2026] GET /v2.0/networks/a0f609ff-3d15-4963-97b1-bc83752aff79 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 7|app: 0|req: 72/139] 199.204.45.65 () {48 vars in 1022 bytes} [Fri Apr 17 01:28:33 2026] PUT /v2.0/quotas/5a0a7439d33e431db3c05f5ed71208ac => generated 291 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:29:02.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f0cbc85-6c48-4ebb-8027-64c9daa722a3 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/144] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:29:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 205 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/145] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:29:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:29:04.253 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86cf2431-17e9-4fab-9c9d-65b75f54e5dc 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/146] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:29:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/147] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:29:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/196] 199.204.45.65 () {44 vars in 946 bytes} [Fri Apr 17 01:34:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:35:31 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 10.0.0.159 () {32 vars in 655 bytes} [Fri Apr 17 01:35:32 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:35:32 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:35:32 2026] GET /v2.0/ports => generated 4725 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:35:32 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:35:32 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:35:32 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: 7|app: 0|req: 106/208] 10.0.0.159 () {32 vars in 655 bytes} [Fri Apr 17 01:35:32 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) 2026-04-17 01:35:43.807 7 INFO neutron.db.segments_db [None req-e20458ba-80a5-49f3-9389-a62d465da430 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment aa99ce71-9cb8-4c7a-82fa-e2598200f41f of type vxlan for network 7412d32d-d168-4d82-92c3-59844620332e 2026-04-17 01:35:43.809 8 INFO neutron.db.segments_db [None req-d5217617-15cd-49be-8b98-e28da8a53abc 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 of type vxlan for network 87972a44-da7e-4b11-9ee2-b59135ee4270 [pid: 7|app: 0|req: 108/211] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:35:43 2026] POST /v2.0/networks => generated 728 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:35:43 2026] POST /v2.0/networks => generated 724 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:44.002 7 INFO neutron.db.segments_db [None req-540662cf-1712-48a7-a511-56028b665298 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment ef48e831-9a52-4f92-a509-edc64b5dd401 of type vxlan for network ea645610-9e65-44f0-ba48-b50b074ee4be [pid: 8|app: 0|req: 105/213] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:43 2026] POST /v2.0/subnets => generated 694 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:35:43 2026] POST /v2.0/networks => generated 726 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:44.122 7 INFO neutron.db.segments_db [None req-79d129eb-4b64-46db-9a61-656e4ddff35d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 2e01ad08-cee7-49cd-a109-300f5f7e49db of type vxlan for network 2ad3a099-d749-4263-b9e3-4ab75ffb709f [pid: 8|app: 0|req: 106/215] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:44 2026] POST /v2.0/subnets => generated 690 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:44.358 7 INFO neutron.db.l3_hamode_db [None req-79d129eb-4b64-46db-9a61-656e4ddff35d 250b308a5060494f941b4d2f55ec4b08 e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 107/216] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:44 2026] POST /v2.0/subnets => generated 692 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:44.466 8 INFO neutron.db.segments_db [None req-d1dec126-de8f-42d2-a03f-815d63d31e73 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 of type vxlan for network 22d384c7-a22a-419d-9429-2e0ef39a1c9e 2026-04-17 01:35:44.641 8 INFO neutron.db.l3_hamode_db [None req-d1dec126-de8f-42d2-a03f-815d63d31e73 250b308a5060494f941b4d2f55ec4b08 e50596bc4ddc44208a31805e7815a310 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:35:45.140 7 INFO neutron.db.l3_hamode_db [None req-79d129eb-4b64-46db-9a61-656e4ddff35d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:35:45.324 8 INFO neutron.db.l3_hamode_db [None req-d1dec126-de8f-42d2-a03f-815d63d31e73 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 110/217] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:44 2026] POST /v2.0/routers => generated 734 bytes in 2281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:44 2026] POST /v2.0/routers => generated 730 bytes in 2161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:35:46 2026] GET /v2.0/security-groups?tenant_id=163b4597436a4fef8e75e9cbca24ba4d&name=default => generated 2921 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:35:46.627 8 INFO neutron.db.segments_db [None req-e943ece1-81d5-4415-9929-971b65547964 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment a7a433fb-bb4c-46da-a963-0a3c303dfb7d of type vxlan for network 73c5ae48-a671-4671-ba60-5c8efa493a1e 2026-04-17 01:35:46.875 8 INFO neutron.db.l3_hamode_db [None req-e943ece1-81d5-4415-9929-971b65547964 250b308a5060494f941b4d2f55ec4b08 70ab94a8b91c410b85e1f21241767768 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:35:47.582 8 INFO neutron.db.l3_hamode_db [None req-e943ece1-81d5-4415-9929-971b65547964 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 112/220] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:35:46 2026] PUT /v2.0/routers/831fcbe6-6112-4174-ad4b-2799055d2cc3/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: 109/221] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:46 2026] POST /v2.0/routers => generated 732 bytes in 1802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:35:48 2026] DELETE /v2.0/security-groups/70334d78-72b6-4a2a-9d84-fbc18e5f1c8c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:35:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:35:47 2026] PUT /v2.0/routers/e081fe87-ffb9-4171-9f2c-aece645249c4/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:35:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:35:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/227] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:35:49 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:35:48 2026] PUT /v2.0/routers/22ac760d-afe7-4f07-b5fe-f2cde8e72619/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/229] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:35:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/230] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:35:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/231] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:35:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:50.622 7 INFO neutron.db.segments_db [None req-760af90f-f973-4191-9987-76df751a5e07 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e of type vxlan for network b165563b-d3e6-4f41-b614-45cfb58c1773 [pid: 8|app: 0|req: 114/232] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:35:50 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: 119/233] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:35:50 2026] POST /v2.0/networks => generated 728 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/234] 10.0.0.165 () {38 vars in 971 bytes} [Fri Apr 17 01:35:50 2026] POST /v2.0/security-groups => generated 1682 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:50 2026] POST /v2.0/subnets => generated 694 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:51.009 8 INFO neutron.db.segments_db [None req-05775fa0-8829-4f28-9659-01f6c28b5a5e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment ff99688d-f4cc-442b-83e3-935ce8b98728 of type vxlan for network 0c740a69-4ae8-4ecd-8288-c4704b29436a [pid: 7|app: 0|req: 121/238] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1286738354&fields=id&tenant_id=e50596bc4ddc44208a31805e7815a310 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:35:51.237 8 INFO neutron.db.l3_hamode_db [None req-05775fa0-8829-4f28-9659-01f6c28b5a5e 250b308a5060494f941b4d2f55ec4b08 f07db39c7a774ca2aed493be86a76ff4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 122/239] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/networks?id=87972a44-da7e-4b11-9ee2-b59135ee4270 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/240] 10.0.0.165 () {38 vars in 971 bytes} [Fri Apr 17 01:35:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/241] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/quotas/e50596bc4ddc44208a31805e7815a310 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/242] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/ports?tenant_id=e50596bc4ddc44208a31805e7815a310&fields=id => generated 103 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/243] 10.0.0.165 () {38 vars in 971 bytes} [Fri Apr 17 01:35:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/244] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/security-groups?tenant_id=70ab94a8b91c410b85e1f21241767768 => generated 7906 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/245] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/security-groups/3c8a8adb-9e29-4852-bac4-53d8dcbeac47 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/246] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/security-groups/3c8a8adb-9e29-4852-bac4-53d8dcbeac47 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/247] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:51 2026] GET /v2.0/security-groups/662a99f1-4ff5-4809-b083-25e674e1a67b => generated 1682 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/248] 10.0.0.165 () {34 vars in 907 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/249] 10.0.0.165 () {36 vars in 1013 bytes} [Fri Apr 17 01:35:52 2026] DELETE /v2.0/security-groups/662a99f1-4ff5-4809-b083-25e674e1a67b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:35:52.175 8 INFO neutron.db.l3_hamode_db [None req-05775fa0-8829-4f28-9659-01f6c28b5a5e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 133/250] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:35:52.220 7 INFO neutron.api.v2.resource [req-2711852e-ec59-4a10-afe8-03fd784062d4 req-64f57ea7-0b07-4266-a72c-557a0eb7cd67 e197a1262e0c41ae9d530719da5cd67c 70ab94a8b91c410b85e1f21241767768 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 134/251] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/662a99f1-4ff5-4809-b083-25e674e1a67b => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/252] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?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: 136/253] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/122e48d4-7021-4813-96bb-4325b5ac517b => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/254] 10.0.0.165 () {36 vars in 1013 bytes} [Fri Apr 17 01:35:52 2026] DELETE /v2.0/security-groups/122e48d4-7021-4813-96bb-4325b5ac517b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:35:52.443 7 INFO neutron.api.v2.resource [req-01e61877-49af-4931-a1e4-b8cc67369052 req-6be07f98-a1c4-4da5-b51f-b4b9cc9b138d e197a1262e0c41ae9d530719da5cd67c 70ab94a8b91c410b85e1f21241767768 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 138/255] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/122e48d4-7021-4813-96bb-4325b5ac517b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/256] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/7334a8ef-eaa6-49fd-b5c2-404c0a69e73d => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/257] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => 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: 141/258] 10.0.0.165 () {36 vars in 1013 bytes} [Fri Apr 17 01:35:52 2026] DELETE /v2.0/security-groups/7334a8ef-eaa6-49fd-b5c2-404c0a69e73d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:35:52.654 7 INFO neutron.api.v2.resource [req-4d0af511-518c-4543-b181-4178525e967b req-c3ce5986-a61a-4b32-8c25-85bb42655dde e197a1262e0c41ae9d530719da5cd67c 70ab94a8b91c410b85e1f21241767768 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 142/259] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/7334a8ef-eaa6-49fd-b5c2-404c0a69e73d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/260] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups?tenant_id=70ab94a8b91c410b85e1f21241767768 => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/261] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/3c8a8adb-9e29-4852-bac4-53d8dcbeac47 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/262] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/3c8a8adb-9e29-4852-bac4-53d8dcbeac47 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:35:52.838 7 INFO neutron.api.v2.resource [req-2d8575b2-b7db-4b5b-9686-118e56856d03 req-9e6fc03e-59e7-403f-8ae5-b7f5a8bf7d24 e197a1262e0c41ae9d530719da5cd67c 70ab94a8b91c410b85e1f21241767768 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 146/263] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/7334a8ef-eaa6-49fd-b5c2-404c0a69e73d => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:35:52.883 7 INFO neutron.api.v2.resource [req-2104041d-4408-4ce3-99e0-a10d0bb7ddb1 req-14be0319-88eb-4e2c-bee6-b1d4f5954cf1 e197a1262e0c41ae9d530719da5cd67c 70ab94a8b91c410b85e1f21241767768 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 147/264] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/122e48d4-7021-4813-96bb-4325b5ac517b => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:35:52.921 7 INFO neutron.api.v2.resource [req-c9f8adef-5db5-4de7-902e-b5843d018eb7 req-89383990-ca28-429f-9a07-ebd8690e5c38 e197a1262e0c41ae9d530719da5cd67c 70ab94a8b91c410b85e1f21241767768 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 148/265] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:52 2026] GET /v2.0/security-groups/662a99f1-4ff5-4809-b083-25e674e1a67b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/266] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:50 2026] POST /v2.0/routers => generated 734 bytes in 2231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:53.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7f302df-7d43-45f5-8d57-84c83d29ef9e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 5de82f8c-af61-4394-990b-0f8e07d98e88 2026-04-17 01:35:53.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7f302df-7d43-45f5-8d57-84c83d29ef9e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 5de82f8c-af61-4394-990b-0f8e07d98e88 [pid: 7|app: 0|req: 149/267] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:35:52 2026] PUT /v2.0/routers/22ac760d-afe7-4f07-b5fe-f2cde8e72619/remove_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/268] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:54 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:35:54.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-982025dd-ca77-4582-9079-21086bfc0099 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: ec30fcf5-a794-4d1e-add0-80ddf475075f 2026-04-17 01:35:54.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982025dd-ca77-4582-9079-21086bfc0099 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: ec30fcf5-a794-4d1e-add0-80ddf475075f 2026-04-17 01:35:54.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-982025dd-ca77-4582-9079-21086bfc0099 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 2b68da6e-0f5e-4e24-a79f-2279caa82753 2026-04-17 01:35:54.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982025dd-ca77-4582-9079-21086bfc0099 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 2b68da6e-0f5e-4e24-a79f-2279caa82753 2026-04-17 01:35:54.789 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-982025dd-ca77-4582-9079-21086bfc0099 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - 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: 119/269] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:35:53 2026] PUT /v2.0/routers/dd355c21-e85e-4f16-8e43-ad69eeb58ade/add_router_interface => generated 309 bytes in 1729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:35:55.237 7 INFO neutron.db.l3_hamode_db [None req-982025dd-ca77-4582-9079-21086bfc0099 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 73c5ae48-a671-4671-ba60-5c8efa493a1e was deleted as no HA routers are present in tenant 70ab94a8b91c410b85e1f21241767768. [pid: 7|app: 0|req: 151/270] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:35:54 2026] DELETE /v2.0/routers/22ac760d-afe7-4f07-b5fe-f2cde8e72619 => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/271] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:55 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => 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: 120/272] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:35:55 2026] DELETE /v2.0/subnets/6000e85b-4092-4495-b0ce-8016c8f4b553 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:35:55.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-5982b87d-a205-4c0a-99c5-0c66ff67a908 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 038a7e30-1528-457a-a108-69b13804eb25 2026-04-17 01:35:55.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5982b87d-a205-4c0a-99c5-0c66ff67a908 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 038a7e30-1528-457a-a108-69b13804eb25 [pid: 7|app: 0|req: 153/273] 10.0.0.165 () {38 vars in 971 bytes} [Fri Apr 17 01:35:55 2026] POST /v2.0/security-groups => generated 1685 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:35:55.616 7 INFO neutron.services.segments.plugin [-] Segment a7a433fb-bb4c-46da-a963-0a3c303dfb7d resource provider aggregate not found 2026-04-17 01:35:55.620 7 INFO neutron.services.segments.plugin [-] Segment a7a433fb-bb4c-46da-a963-0a3c303dfb7d resource provider aggregate not found 2026-04-17 01:35:55.636 7 INFO neutron.services.segments.plugin [-] Segment a7a433fb-bb4c-46da-a963-0a3c303dfb7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7a433fb-bb4c-46da-a963-0a3c303dfb7d found for delete ", "request_id": "req-a44745c8-ad49-4ad6-872a-e3bf65ddcfab"}]} 2026-04-17 01:35:55.640 7 INFO neutron.services.segments.plugin [-] Segment a7a433fb-bb4c-46da-a963-0a3c303dfb7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7a433fb-bb4c-46da-a963-0a3c303dfb7d found for delete ", "request_id": "req-accc491f-8cfb-48eb-bf65-b901dcaf9a81"}]} [pid: 7|app: 0|req: 154/274] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:55 2026] GET /v2.0/security-groups/5c3ee300-2d9c-4c94-a9a8-48d250522af4 => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/275] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:35:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1221266077&fields=id&tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/276] 10.0.0.165 () {38 vars in 981 bytes} [Fri Apr 17 01:35:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/277] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:35:55 2026] GET /v2.0/networks?id=7412d32d-d168-4d82-92c3-59844620332e => generated 679 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/278] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:35:55 2026] DELETE /v2.0/networks/ea645610-9e65-44f0-ba48-b50b074ee4be => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/279] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:35:55 2026] GET /v2.0/quotas/e7ea0c5abe794e1a9295d20dd85ae2e4 => 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: 158/280] 10.0.0.165 () {38 vars in 971 bytes} [Fri Apr 17 01:35:55 2026] POST /v2.0/security-groups => generated 1684 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/281] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:35:55 2026] GET /v2.0/ports?tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4&fields=id => generated 103 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/282] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups/fb9ea899-47e7-4f4e-937d-1a755838b620 => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/283] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e?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: 160/284] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups?tenant_id=70ab94a8b91c410b85e1f21241767768&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/285] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e?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: 125/286] 10.0.0.165 () {38 vars in 981 bytes} [Fri Apr 17 01:35:56 2026] POST /v2.0/security-group-rules => generated 614 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/287] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups/fb9ea899-47e7-4f4e-937d-1a755838b620 => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/288] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:35:56 2026] DELETE /v2.0/security-groups/3c8a8adb-9e29-4852-bac4-53d8dcbeac47 => 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: 127/289] 10.0.0.165 () {38 vars in 981 bytes} [Fri Apr 17 01:35:56 2026] POST /v2.0/security-group-rules => generated 619 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:56.366 8 INFO neutron.services.segments.plugin [-] Segment ef48e831-9a52-4f92-a509-edc64b5dd401 resource provider aggregate not found 2026-04-17 01:35:56.389 8 INFO neutron.services.segments.plugin [-] Segment ef48e831-9a52-4f92-a509-edc64b5dd401 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef48e831-9a52-4f92-a509-edc64b5dd401 found for delete ", "request_id": "req-5cf55601-6932-41fd-bb6b-61c71c67827b"}]} 2026-04-17 01:35:56.423 8 INFO neutron.services.segments.plugin [-] Segment ef48e831-9a52-4f92-a509-edc64b5dd401 resource provider aggregate not found [pid: 7|app: 0|req: 163/290] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups/fb9ea899-47e7-4f4e-937d-1a755838b620 => generated 2939 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:35:56.464 8 INFO neutron.services.segments.plugin [-] Segment ef48e831-9a52-4f92-a509-edc64b5dd401 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef48e831-9a52-4f92-a509-edc64b5dd401 found for delete ", "request_id": "req-026f3037-cebb-4cee-9a56-172420f7f6dd"}]} [pid: 8|app: 0|req: 128/291] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 164/292] 10.0.0.165 () {34 vars in 1001 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-group-rules/675d2206-b5db-4db7-9884-519f7e405e58 => generated 616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/293] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => 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: 165/294] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups/fb9ea899-47e7-4f4e-937d-1a755838b620 => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/295] 10.0.0.165 () {36 vars in 1023 bytes} [Fri Apr 17 01:35:56 2026] DELETE /v2.0/security-group-rules/675d2206-b5db-4db7-9884-519f7e405e58 => 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: 166/296] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups/fb9ea899-47e7-4f4e-937d-1a755838b620 => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/297] 10.0.0.165 () {36 vars in 1013 bytes} [Fri Apr 17 01:35:56 2026] DELETE /v2.0/security-groups/fb9ea899-47e7-4f4e-937d-1a755838b620 => 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: 167/298] 10.0.0.165 () {34 vars in 991 bytes} [Fri Apr 17 01:35:56 2026] GET /v2.0/security-groups/5c3ee300-2d9c-4c94-a9a8-48d250522af4 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/299] 10.0.0.165 () {36 vars in 1013 bytes} [Fri Apr 17 01:35:56 2026] DELETE /v2.0/security-groups/5c3ee300-2d9c-4c94-a9a8-48d250522af4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:35:57.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-fab3b4d0-2c74-495e-bd8d-321c94ec2466 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: ef770d46-854b-4344-8bd4-5e7b6fde556d 2026-04-17 01:35:57.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab3b4d0-2c74-495e-bd8d-321c94ec2466 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: ef770d46-854b-4344-8bd4-5e7b6fde556d [pid: 8|app: 0|req: 133/300] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:35:57 2026] GET /v2.0/networks?id=87972a44-da7e-4b11-9ee2-b59135ee4270 => generated 675 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/301] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:57 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 135/302] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:57 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => 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: 136/303] 199.204.45.65 () {34 vars in 910 bytes} [Fri Apr 17 01:35:57 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/304] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:35:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e50596bc4ddc44208a31805e7815a310 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/305] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:35:56 2026] PUT /v2.0/routers/dd355c21-e85e-4f16-8e43-ad69eeb58ade/remove_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/306] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:35:57 2026] POST /v2.0/ports => generated 958 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:58.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-c150d31b-6d73-4437-a62d-5e8b20bfc610 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: b377fa6e-f077-4433-9d8b-1bd35bb78eb4 2026-04-17 01:35:58.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c150d31b-6d73-4437-a62d-5e8b20bfc610 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: b377fa6e-f077-4433-9d8b-1bd35bb78eb4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-17 01:35:58.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-c150d31b-6d73-4437-a62d-5e8b20bfc610 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 3af93ab8-8f63-46a6-bff4-4c3b992e9785 2026-04-17 01:35:58.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c150d31b-6d73-4437-a62d-5e8b20bfc610 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 3af93ab8-8f63-46a6-bff4-4c3b992e9785 2026-04-17 01:35:58.527 8 INFO neutron.db.segments_db [None req-4fa3767e-5106-489e-ba1f-7de4688759f1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 22c97057-5edc-4c10-8716-17fad1b64d6a of type vxlan for network 78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880 [pid: 8|app: 0|req: 139/307] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:35:58 2026] POST /v2.0/networks => generated 724 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:35:58.892 7 INFO neutron.services.segments.plugin [-] Segment ff99688d-f4cc-442b-83e3-935ce8b98728 resource provider aggregate not found 2026-04-17 01:35:58.901 7 INFO neutron.services.segments.plugin [-] Segment ff99688d-f4cc-442b-83e3-935ce8b98728 resource provider aggregate not found 2026-04-17 01:35:58.922 7 INFO neutron.services.segments.plugin [-] Segment ff99688d-f4cc-442b-83e3-935ce8b98728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff99688d-f4cc-442b-83e3-935ce8b98728 found for delete ", "request_id": "req-5e5bd4d0-10c5-4c49-ba6e-0b732b830646"}]} 2026-04-17 01:35:58.925 7 INFO neutron.services.segments.plugin [-] Segment ff99688d-f4cc-442b-83e3-935ce8b98728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff99688d-f4cc-442b-83e3-935ce8b98728 found for delete ", "request_id": "req-932e7ee2-0cf1-4d69-9241-fee1f970eea7"}]} 2026-04-17 01:35:58.940 7 INFO neutron.db.l3_hamode_db [None req-c150d31b-6d73-4437-a62d-5e8b20bfc610 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 0c740a69-4ae8-4ecd-8288-c4704b29436a was deleted as no HA routers are present in tenant f07db39c7a774ca2aed493be86a76ff4. [pid: 7|app: 0|req: 169/308] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:35:58 2026] DELETE /v2.0/routers/dd355c21-e85e-4f16-8e43-ad69eeb58ade => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/309] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:58 2026] POST /v2.0/subnets => generated 690 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/310] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:59 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 140/311] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:35:58 2026] PUT /v2.0/ports/1700f002-cd1e-45c2-9b0c-4b1ca9de3216 => generated 1239 bytes in 580 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: 172/312] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:35:59 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:35:59.381 7 INFO neutron.db.segments_db [None req-2f24e9ea-af62-4e53-b556-23fd4b4d0ef8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment a51c3200-0ce6-4086-9920-4129265ff367 of type vxlan for network 93749124-957e-4434-8b0e-71ee3d106beb [pid: 8|app: 0|req: 141/313] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:35:59 2026] DELETE /v2.0/subnets/10bd81e1-a698-4fce-8e42-a62b82731b00 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/314] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:35:59 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:35:59.582 8 INFO neutron.services.segments.plugin [-] Segment 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e resource provider aggregate not found 2026-04-17 01:35:59.586 8 INFO neutron.services.segments.plugin [-] Segment 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e resource provider aggregate not found 2026-04-17 01:35:59.604 8 INFO neutron.services.segments.plugin [-] Segment 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e found for delete ", "request_id": "req-bc64f43e-c2e0-4366-9cc4-e038daada73b"}]} 2026-04-17 01:35:59.605 8 INFO neutron.services.segments.plugin [-] Segment 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8071a3b3-3ac5-4f2f-b911-2c64cc8d672e found for delete ", "request_id": "req-da777812-1f4e-45e0-9d51-a4e6fae2c37b"}]} [pid: 8|app: 0|req: 143/315] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:35:59 2026] DELETE /v2.0/networks/b165563b-d3e6-4f41-b614-45cfb58c1773 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:35:59.657 7 INFO neutron.db.l3_hamode_db [None req-2f24e9ea-af62-4e53-b556-23fd4b4d0ef8 250b308a5060494f941b4d2f55ec4b08 b3caa16d039f4696a797e2032d106c4d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:35:59.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af84056d-757b-454f-bcf4-be62b4231f38'] response: {'name': 'network-changed', 'server_uuid': '3339ec3d-92bd-4265-8a3d-2cb59efb272f', 'tag': '1700f002-cd1e-45c2-9b0c-4b1ca9de3216', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 144/316] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:35:59 2026] GET /v2.0/security-groups?tenant_id=f07db39c7a774ca2aed493be86a76ff4&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/317] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:35:59 2026] DELETE /v2.0/security-groups/cd8bff9d-a382-4dd4-bbc9-946a2c0e0cec => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/318] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/ports?tenant_id=e50596bc4ddc44208a31805e7815a310&device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 1242 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/319] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 148/320] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1700f002-cd1e-45c2-9b0c-4b1ca9de3216 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/321] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/subnets?id=dd04afef-ddb5-4e37-aa7c-2a1da52ed46a => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/322] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/ports?network_id=87972a44-da7e-4b11-9ee2-b59135ee4270&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/323] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:00.619 7 INFO neutron.db.l3_hamode_db [None req-2f24e9ea-af62-4e53-b556-23fd4b4d0ef8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 152/324] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/325] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 154/326] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?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: 155/327] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/networks?id=7412d32d-d168-4d82-92c3-59844620332e => generated 679 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/328] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:36:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/329] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:36:00 2026] POST /v2.0/ports => generated 958 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 173/330] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:35:59 2026] POST /v2.0/routers => generated 730 bytes in 2116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/331] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:01 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 961 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/332] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:36:01 2026] PUT /v2.0/ports/1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 => generated 1239 bytes in 472 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: 159/333] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:01 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/334] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:01 2026] GET /v2.0/ports?tenant_id=e50596bc4ddc44208a31805e7815a310&device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/335] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:01 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:01.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8f7acdf-ad01-4ede-b2cd-d0c375510b04'] response: {'name': 'network-changed', 'server_uuid': 'f18e9470-840e-4ff9-a71b-d5511080270b', 'tag': '1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 162/336] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:01 2026] GET /v2.0/networks?id=87972a44-da7e-4b11-9ee2-b59135ee4270 => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:02.302 8 INFO neutron.db.segments_db [None req-a73edd32-1197-4f16-9091-0566ffbd0484 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment cdbfe28a-55ae-49a6-9668-14c35a2efdc9 of type vxlan for network 428748df-f131-4be2-b680-ffc2a50c9e6c [pid: 8|app: 0|req: 163/337] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:36:01 2026] POST /v2.0/networks => generated 733 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/338] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 165/339] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1700f002-cd1e-45c2-9b0c-4b1ca9de3216 => 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: 175/340] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:36:01 2026] PUT /v2.0/routers/d9403f9c-73bb-426a-bcdd-66318fb1f8cb/add_router_interface => generated 309 bytes in 1222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/341] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:02 2026] POST /v2.0/subnets => generated 699 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/342] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/subnets?id=dd04afef-ddb5-4e37-aa7c-2a1da52ed46a => 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: 176/343] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/ports?tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4&device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:02.851 8 INFO neutron.db.segments_db [None req-32e02d7c-dd13-455d-8ea7-01a3bba4e030 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment bcd1fd16-72d9-4463-9edc-cefda9bf8c5e of type vxlan for network aaf5e8bd-ff48-4c03-87df-2eaee4e34713 [pid: 7|app: 0|req: 177/344] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/ports?network_id=87972a44-da7e-4b11-9ee2-b59135ee4270&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/345] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/networks?tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4&shared=False => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/346] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?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: 180/347] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/348] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:36:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/349] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:03 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?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: 183/350] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:03 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:03.134 8 INFO neutron.db.l3_hamode_db [None req-32e02d7c-dd13-455d-8ea7-01a3bba4e030 250b308a5060494f941b4d2f55ec4b08 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 184/351] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:36:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/352] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:36:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/353] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:03 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/354] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:36:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/355] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:03 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:03.897 8 INFO neutron.db.l3_hamode_db [None req-32e02d7c-dd13-455d-8ea7-01a3bba4e030 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 189/356] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:36:03 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/357] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/ports?tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4&device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/358] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/359] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 => 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: 193/360] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/361] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/subnets?id=5f48048c-a079-47e5-ba8c-c991be661563 => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/362] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/ports?network_id=7412d32d-d168-4d82-92c3-59844620332e&device_owner=network%3Adhcp => generated 1244 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/363] 10.0.0.165 () {34 vars in 1098 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--970693798&fields=id&tenant_id=b3caa16d039f4696a797e2032d106c4d => generated 69 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/364] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/365] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/networks?id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/366] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/367] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:02 2026] POST /v2.0/routers => generated 739 bytes in 2130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/368] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/quotas/b3caa16d039f4696a797e2032d106c4d => 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: 200/369] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e?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: 170/370] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/371] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:36:04 2026] GET /v2.0/ports?tenant_id=b3caa16d039f4696a797e2032d106c4d&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/372] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:36:05 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/373] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:36:05 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?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: 174/374] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:05 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => 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: 175/375] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:05 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/376] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:05 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/379] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:36:04 2026] PUT /v2.0/routers/1b706d00-a21b-417a-8f3c-465644d23b8d/add_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/380] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:06 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/381] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:06 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 180/382] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:06 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/383] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:36:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/384] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:06 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/385] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:06 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/386] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:36:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/387] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:36:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/388] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/389] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 205/390] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:36:06 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/391] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => 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: 206/392] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/393] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1489260703&fields=id&tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/394] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/395] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:36:07 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 684 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/396] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/quotas/b85259ed5c314ed2846cbd8c53d2d5ff => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/397] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&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: 209/398] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 190/399] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/400] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 191/401] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/402] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 192/403] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:08 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => 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: 212/404] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/405] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&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: 213/406] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 194/407] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/networks?id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/408] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/409] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3caa16d039f4696a797e2032d106c4d => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/410] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => 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: 196/411] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:09 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/412] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:36:09 2026] POST /v2.0/ports => generated 958 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 217/413] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:10 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/414] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:10 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/415] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:10 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 220/416] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:10 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/417] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:10 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/418] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:10 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/419] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 197/420] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:36:10 2026] PUT /v2.0/ports/470ab34f-c541-4ffd-8549-52af0993a6c4 => generated 1239 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:11.121 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f27e69d-ac48-4f92-800e-d577fa2a4155'] response: {'name': 'network-changed', 'server_uuid': '6468cfd1-c008-4b93-8ae0-a44c435abf52', 'tag': '470ab34f-c541-4ffd-8549-52af0993a6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 224/421] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 44 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: 225/422] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/423] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/424] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/ports?tenant_id=b3caa16d039f4696a797e2032d106c4d&device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/425] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/networks?tenant_id=b3caa16d039f4696a797e2032d106c4d&shared=False => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/426] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 230/427] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:36:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:11.868 8 INFO neutron.db.l3_db [None req-7d9bb027-a42b-49e4-8ce5-5a6a596f66f8 b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] Floating IP aa56f7fe-3ac0-4056-a739-1a30231e05b6 associated. External IP: 10.96.250.215, port: 1700f002-cd1e-45c2-9b0c-4b1ca9de3216. [pid: 7|app: 0|req: 231/428] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/429] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/430] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:36:11 2026] PUT /v2.0/floatingips/aa56f7fe-3ac0-4056-a739-1a30231e05b6 => generated 856 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/431] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/432] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/433] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/434] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/435] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?tenant_id=b3caa16d039f4696a797e2032d106c4d&device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/436] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 237/437] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=470ab34f-c541-4ffd-8549-52af0993a6c4 => 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: 238/438] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/subnets?id=331f5917-d48c-4597-a4bc-ce0393e0c4aa => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/439] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/440] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?network_id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880&device_owner=network%3Adhcp => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/441] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&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: 202/442] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/443] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:12 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?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: 203/444] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/445] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 684 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:13.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7370c9e2-bc72-49fe-bb2c-85ddb30a9926'] response: {'name': 'network-changed', 'server_uuid': '3339ec3d-92bd-4265-8a3d-2cb59efb272f', 'tag': '1700f002-cd1e-45c2-9b0c-4b1ca9de3216', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 205/446] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:13.533 7 INFO neutron.db.l3_db [None req-fb662022-7107-4108-875b-c755899e9997 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] Floating IP 1e912c51-40fb-438a-92bd-2f1c3dc69dba associated. External IP: 10.96.250.210, port: 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2. [pid: 8|app: 0|req: 206/447] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:36:13 2026] POST /v2.0/ports => generated 954 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 207/448] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/449] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:36:13 2026] PUT /v2.0/floatingips/1e912c51-40fb-438a-92bd-2f1c3dc69dba => generated 856 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/450] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/ports?tenant_id=e50596bc4ddc44208a31805e7815a310&device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/451] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 245/452] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:13 2026] GET /v2.0/networks?id=87972a44-da7e-4b11-9ee2-b59135ee4270 => generated 771 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/453] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/454] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:36:13 2026] PUT /v2.0/ports/2074056e-f028-4184-bbd8-ee1946926f6b => generated 1235 bytes in 460 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: 247/455] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1700f002-cd1e-45c2-9b0c-4b1ca9de3216 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/456] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/457] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/458] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/subnets?id=dd04afef-ddb5-4e37-aa7c-2a1da52ed46a => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/459] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 211/460] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/ports?network_id=87972a44-da7e-4b11-9ee2-b59135ee4270&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: 250/461] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:14.350 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59266a3f-0fb5-48e2-af37-8089b03862e5'] response: {'name': 'network-changed', 'server_uuid': 'f18e9470-840e-4ff9-a71b-d5511080270b', 'tag': '1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 212/462] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?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: 251/463] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/464] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270?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: 252/465] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/466] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&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: 253/467] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/ports?tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4&device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/468] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/networks?id=7412d32d-d168-4d82-92c3-59844620332e => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/469] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/470] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/subnets?id=5f48048c-a079-47e5-ba8c-c991be661563 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/471] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/472] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?network_id=7412d32d-d168-4d82-92c3-59844620332e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/473] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/474] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e?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: 219/475] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1238 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/476] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:36:15.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-548dfaa6-5456-42b9-92a6-06129f13f101'] response: {'name': 'network-changed', 'server_uuid': '8e5b58e1-c146-40c7-a093-f8b1b5f1a71c', 'tag': '2074056e-f028-4184-bbd8-ee1946926f6b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 220/477] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/478] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/479] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&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: 8|app: 0|req: 222/480] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/481] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/482] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 260/483] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/484] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 261/485] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/486] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/security-groups?id=01a57e5b-5a3d-448f-990a-d1f1eb7c9938&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:15.745 7 INFO neutron_taas.services.taas.taas_plugin [req-f875c96f-ab17-4ab2-82d0-79df15c10088 req-199f6b42-4a77-4c18-9e72-eb3eb4f8d361 b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] TaaS: Handle Delete Port: 1700f002-cd1e-45c2-9b0c-4b1ca9de3216 2026-04-17 01:36:15.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f875c96f-ab17-4ab2-82d0-79df15c10088 req-199f6b42-4a77-4c18-9e72-eb3eb4f8d361 b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] Tap Mirror: Handle Delete Port: 1700f002-cd1e-45c2-9b0c-4b1ca9de3216 [pid: 8|app: 0|req: 226/487] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 227/488] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:15 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:15.953 7 INFO neutron.db.l3_db [req-f875c96f-ab17-4ab2-82d0-79df15c10088 req-199f6b42-4a77-4c18-9e72-eb3eb4f8d361 b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] Floating IP aa56f7fe-3ac0-4056-a739-1a30231e05b6 disassociated. External IP: 10.96.250.215, port: 1700f002-cd1e-45c2-9b0c-4b1ca9de3216. [pid: 8|app: 0|req: 228/489] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/490] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 262/491] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:36:15 2026] DELETE /v2.0/ports/1700f002-cd1e-45c2-9b0c-4b1ca9de3216 => generated 0 bytes in 756 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:16.413 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8054c74-83bc-444d-ac99-4a6c6bb74a84'] response: {'server_uuid': '3339ec3d-92bd-4265-8a3d-2cb59efb272f', 'name': 'network-vif-deleted', 'tag': '1700f002-cd1e-45c2-9b0c-4b1ca9de3216', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 230/492] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/493] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 780 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/494] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/495] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/496] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/497] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/498] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/499] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/500] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/501] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/502] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/503] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:16 2026] GET /v2.0/security-groups?id=002f8ecc-d94a-47b4-9adf-603d299ef8c9&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: 268/504] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:36:17 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:17.230 8 INFO neutron_taas.services.taas.taas_plugin [req-e890eecf-4ac3-488a-984d-a8708d2c9166 req-39a11c28-195f-4add-ab12-083763817134 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] TaaS: Handle Delete Port: 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 2026-04-17 01:36:17.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e890eecf-4ac3-488a-984d-a8708d2c9166 req-39a11c28-195f-4add-ab12-083763817134 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] Tap Mirror: Handle Delete Port: 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 2026-04-17 01:36:17.443 8 INFO neutron.db.l3_db [req-e890eecf-4ac3-488a-984d-a8708d2c9166 req-39a11c28-195f-4add-ab12-083763817134 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] Floating IP 1e912c51-40fb-438a-92bd-2f1c3dc69dba disassociated. External IP: 10.96.250.210, port: 1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2. [pid: 7|app: 0|req: 269/505] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:17 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/506] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:17 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 271/507] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:17 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => 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: 272/508] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:17 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/509] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:36:17 2026] DELETE /v2.0/ports/1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2 => generated 0 bytes in 786 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/510] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:17 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:17.904 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8753065a-df3a-4a45-83d4-926f64b040f7'] response: {'server_uuid': 'f18e9470-840e-4ff9-a71b-d5511080270b', 'name': 'network-vif-deleted', 'tag': '1f78a9ee-0e89-4e8e-9c62-b59a0a318dd2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 238/511] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:18 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 274/512] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:18 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/513] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:18 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/514] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:18 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/515] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:18 2026] GET /v2.0/ports?device_id=3339ec3d-92bd-4265-8a3d-2cb59efb272f => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/516] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:18 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 278/517] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:19 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 279/518] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:19 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:36:19.211 8 INFO neutron.db.l3_db [None req-5803fb85-c382-4110-8d9c-b372d35c5114 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] Floating IP 1cc436aa-f56d-4081-b7cc-9784e999f709 associated. External IP: 10.96.250.202, port: 470ab34f-c541-4ffd-8549-52af0993a6c4. [pid: 8|app: 0|req: 240/519] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:36:18 2026] PUT /v2.0/floatingips/1cc436aa-f56d-4081-b7cc-9784e999f709 => generated 856 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:19.949 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57b32d8a-b5cc-40f9-9f98-cfdcf9124970'] response: {'name': 'network-changed', 'server_uuid': '6468cfd1-c008-4b93-8ae0-a44c435abf52', 'tag': '470ab34f-c541-4ffd-8549-52af0993a6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 280/520] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:20 2026] DELETE /v2.0/security-groups/01a57e5b-5a3d-448f-990a-d1f1eb7c9938 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:36:20.147 7 INFO neutron.api.v2.resource [None req-bf7040b9-0ccf-479c-9a74-ed3f314b59f0 b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 281/521] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:36:20 2026] GET /v2.0/security-groups/01a57e5b-5a3d-448f-990a-d1f1eb7c9938 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/522] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:20 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 242/523] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:20 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:20.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d65fc90-d411-4d9e-9f61-d7fa2d72b70e b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] TaaS: Handle Delete Port: 1d52d6bb-14cb-4f5b-a245-af9e578e2f47 2026-04-17 01:36:20.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d65fc90-d411-4d9e-9f61-d7fa2d72b70e b17fbb820a104d0cbc8cb04a8dd50775 e50596bc4ddc44208a31805e7815a310 - - default default] Tap Mirror: Handle Delete Port: 1d52d6bb-14cb-4f5b-a245-af9e578e2f47 [pid: 8|app: 0|req: 243/524] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:20 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => 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: 244/525] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:20 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 282/526] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:36:20 2026] DELETE /v2.0/floatingips/aa56f7fe-3ac0-4056-a739-1a30231e05b6 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/527] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:20 2026] GET /v2.0/ports?tenant_id=b3caa16d039f4696a797e2032d106c4d&device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:20.741 8 INFO neutron.db.l3_db [None req-9c442bdf-37ad-4481-a701-0118625050c0 b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] Floating IP a05cf12a-675b-4841-9801-4d21ce68a699 associated. External IP: 10.96.250.206, port: 2074056e-f028-4184-bbd8-ee1946926f6b. 2026-04-17 01:36:20.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-44079231-bac7-4dc2-81cb-6148392853ce 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: ef690884-3e9c-47d9-aa50-1cac5aecf8bf 2026-04-17 01:36:20.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44079231-bac7-4dc2-81cb-6148392853ce 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: ef690884-3e9c-47d9-aa50-1cac5aecf8bf [pid: 8|app: 0|req: 245/528] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:36:20 2026] PUT /v2.0/floatingips/a05cf12a-675b-4841-9801-4d21ce68a699 => generated 855 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/529] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/networks?id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880 => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/532] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/533] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=470ab34f-c541-4ffd-8549-52af0993a6c4 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/534] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 252/535] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/subnets?id=331f5917-d48c-4597-a4bc-ce0393e0c4aa => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/536] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/ports?network_id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/537] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/ports?device_id=f18e9470-840e-4ff9-a71b-d5511080270b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/538] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:36:20 2026] PUT /v2.0/routers/e081fe87-ffb9-4171-9f2c-aece645249c4/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/539] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?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: 256/540] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:21 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?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) 2026-04-17 01:36:21.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-a346e9ce-388d-4ca3-898e-1ab272761c06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 94e0f0b1-5efc-4b1b-a172-e4405d5a1fea 2026-04-17 01:36:21.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a346e9ce-388d-4ca3-898e-1ab272761c06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 94e0f0b1-5efc-4b1b-a172-e4405d5a1fea 2026-04-17 01:36:21.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-a346e9ce-388d-4ca3-898e-1ab272761c06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: a9d2bcaf-4bf9-40bf-b13f-893691eb4266 2026-04-17 01:36:21.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a346e9ce-388d-4ca3-898e-1ab272761c06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: a9d2bcaf-4bf9-40bf-b13f-893691eb4266 2026-04-17 01:36:21.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c47d8fd2-5b6a-4975-8a3f-920d2d26c7c3'] response: {'name': 'network-changed', 'server_uuid': '8e5b58e1-c146-40c7-a093-f8b1b5f1a71c', 'tag': '2074056e-f028-4184-bbd8-ee1946926f6b', 'status': 'completed', 'code': 200} 2026-04-17 01:36:22.338 7 INFO neutron.services.segments.plugin [-] Segment 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 resource provider aggregate not found 2026-04-17 01:36:22.347 7 INFO neutron.services.segments.plugin [-] Segment 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 resource provider aggregate not found 2026-04-17 01:36:22.371 7 INFO neutron.services.segments.plugin [-] Segment 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 found for delete ", "request_id": "req-e08a2c71-d4b3-4bcc-85cf-5c1c5bf11a42"}]} 2026-04-17 01:36:22.375 7 INFO neutron.services.segments.plugin [-] Segment 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 278a1732-c5c4-4c4c-80d5-4b4e892f9d97 found for delete ", "request_id": "req-83335f6b-193b-42cb-a9fb-c13a79a8d71b"}]} 2026-04-17 01:36:22.391 7 INFO neutron.db.l3_hamode_db [None req-a346e9ce-388d-4ca3-898e-1ab272761c06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 22d384c7-a22a-419d-9429-2e0ef39a1c9e was deleted as no HA routers are present in tenant e50596bc4ddc44208a31805e7815a310. [pid: 7|app: 0|req: 285/541] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:21 2026] DELETE /v2.0/routers/e081fe87-ffb9-4171-9f2c-aece645249c4 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/542] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:22 2026] DELETE /v2.0/subnets/dd04afef-ddb5-4e37-aa7c-2a1da52ed46a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/543] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:22 2026] DELETE /v2.0/security-groups/002f8ecc-d94a-47b4-9adf-603d299ef8c9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/544] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:22 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:22.644 8 INFO neutron.api.v2.resource [None req-ac0d5c1b-8568-40ac-856d-a013a26d6ea6 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/545] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:36:22 2026] GET /v2.0/security-groups/002f8ecc-d94a-47b4-9adf-603d299ef8c9 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/546] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:22 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:22.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6d47b88-6181-4521-b8fe-87c954c6f729 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: f588dd9a-bf8f-40cd-8688-04d4f1828ee4 2026-04-17 01:36:22.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6d47b88-6181-4521-b8fe-87c954c6f729 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: f588dd9a-bf8f-40cd-8688-04d4f1828ee4 2026-04-17 01:36:22.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-70824943-8c6e-45dd-acd6-c95c93fd69f4 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] TaaS: Handle Delete Port: 81c82f13-14eb-4899-ba47-25f8e1524f3f 2026-04-17 01:36:22.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70824943-8c6e-45dd-acd6-c95c93fd69f4 1f5c9f65a073477f8cf0f920f46932cc e7ea0c5abe794e1a9295d20dd85ae2e4 - - default default] Tap Mirror: Handle Delete Port: 81c82f13-14eb-4899-ba47-25f8e1524f3f [pid: 7|app: 0|req: 287/547] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:22 2026] DELETE /v2.0/networks/87972a44-da7e-4b11-9ee2-b59135ee4270 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/548] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/549] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:36:22 2026] DELETE /v2.0/floatingips/1e912c51-40fb-438a-92bd-2f1c3dc69dba => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/550] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:22 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/551] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:23 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&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: 291/552] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:23 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/553] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:23 2026] GET /v2.0/security-groups?tenant_id=e50596bc4ddc44208a31805e7815a310&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/554] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:23 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/555] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:23 2026] DELETE /v2.0/security-groups/f2879e3b-aeb1-40af-a1ff-b5caca57a9e2 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:36:23.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-596522e5-5e82-4fd8-b5e2-41e173ab1e9a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 82d11ced-c05d-4dfb-aee7-73e8460fc790 2026-04-17 01:36:23.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-596522e5-5e82-4fd8-b5e2-41e173ab1e9a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 82d11ced-c05d-4dfb-aee7-73e8460fc790 [pid: 8|app: 0|req: 262/556] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:36:22 2026] PUT /v2.0/routers/831fcbe6-6112-4174-ad4b-2799055d2cc3/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:24.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc5c53fa-cb8c-4bc1-8439-5c8f03035a5a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: ed34c9bc-b344-488c-91aa-01ca1f5867ad 2026-04-17 01:36:24.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc5c53fa-cb8c-4bc1-8439-5c8f03035a5a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: ed34c9bc-b344-488c-91aa-01ca1f5867ad 2026-04-17 01:36:24.398 7 INFO neutron.services.segments.plugin [-] Segment bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 resource provider aggregate not found 2026-04-17 01:36:24.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc5c53fa-cb8c-4bc1-8439-5c8f03035a5a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: d3c65a6e-3f26-4b71-b73c-f3ec8dac1859 2026-04-17 01:36:24.408 7 INFO neutron.services.segments.plugin [-] Segment bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 resource provider aggregate not found 2026-04-17 01:36:24.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc5c53fa-cb8c-4bc1-8439-5c8f03035a5a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: d3c65a6e-3f26-4b71-b73c-f3ec8dac1859 2026-04-17 01:36:24.437 7 INFO neutron.services.segments.plugin [-] Segment bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 found for delete ", "request_id": "req-4653fec3-571c-494d-b242-a863f696e5a1"}]} 2026-04-17 01:36:24.443 7 INFO neutron.services.segments.plugin [-] Segment bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcb9c28d-0a51-4023-a9f8-1b9fd28ca753 found for delete ", "request_id": "req-73baa640-4122-4472-9b77-4c5878105f01"}]} 2026-04-17 01:36:25.139 7 INFO neutron.db.l3_hamode_db [None req-fc5c53fa-cb8c-4bc1-8439-5c8f03035a5a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 2ad3a099-d749-4263-b9e3-4ab75ffb709f was deleted as no HA routers are present in tenant e7ea0c5abe794e1a9295d20dd85ae2e4. [pid: 7|app: 0|req: 295/557] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:23 2026] DELETE /v2.0/routers/831fcbe6-6112-4174-ad4b-2799055d2cc3 => generated 0 bytes in 1179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/558] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:25 2026] DELETE /v2.0/subnets/5f48048c-a079-47e5-ba8c-c991be661563 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:25.459 8 INFO neutron.db.segments_db [None req-2dfec1dc-4ffd-429e-abe5-c47c3ea7e6fc 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef of type vxlan for network d96bf03e-193a-4d0e-98fc-0407174ac6d1 2026-04-17 01:36:25.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6463baf-1547-4a6e-b61d-1adcf78c5273 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: af5dc54c-89e1-48e8-95cd-aa1c68073232 2026-04-17 01:36:25.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6463baf-1547-4a6e-b61d-1adcf78c5273 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: af5dc54c-89e1-48e8-95cd-aa1c68073232 [pid: 8|app: 0|req: 263/559] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:36:25 2026] POST /v2.0/networks => generated 727 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/560] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:25 2026] DELETE /v2.0/networks/7412d32d-d168-4d82-92c3-59844620332e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/561] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:25 2026] POST /v2.0/subnets => generated 693 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:36:25.798 7 INFO neutron.db.segments_db [None req-7ea9c3d4-ce5f-4160-be16-fd403e5fcaca 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 of type vxlan for network fd066233-e165-4f0b-bd0e-d9e5791b1bd6 [pid: 8|app: 0|req: 265/562] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:25 2026] GET /v2.0/security-groups?tenant_id=e7ea0c5abe794e1a9295d20dd85ae2e4&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/563] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:25 2026] DELETE /v2.0/security-groups/eb8e9b72-8b9d-4228-99b4-09bdbde7e6c4 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:36:26.084 7 INFO neutron.db.l3_hamode_db [None req-7ea9c3d4-ce5f-4160-be16-fd403e5fcaca 250b308a5060494f941b4d2f55ec4b08 7740493b2ac84cac95cb9f01ff1b80c2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:36:26.461 7 INFO neutron.services.segments.plugin [-] Segment 2e01ad08-cee7-49cd-a109-300f5f7e49db resource provider aggregate not found 2026-04-17 01:36:26.466 7 INFO neutron.services.segments.plugin [-] Segment 2e01ad08-cee7-49cd-a109-300f5f7e49db resource provider aggregate not found 2026-04-17 01:36:26.483 7 INFO neutron.services.segments.plugin [-] Segment 2e01ad08-cee7-49cd-a109-300f5f7e49db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e01ad08-cee7-49cd-a109-300f5f7e49db found for delete ", "request_id": "req-2a044cb4-2718-4353-8927-0983c058d6a2"}]} 2026-04-17 01:36:26.493 7 INFO neutron.services.segments.plugin [-] Segment 2e01ad08-cee7-49cd-a109-300f5f7e49db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e01ad08-cee7-49cd-a109-300f5f7e49db found for delete ", "request_id": "req-ea3d69ad-9126-4266-ae78-b2daa5b3dfc1"}]} 2026-04-17 01:36:26.509 7 INFO neutron.services.segments.plugin [-] Segment aa99ce71-9cb8-4c7a-82fa-e2598200f41f resource provider aggregate not found 2026-04-17 01:36:26.525 7 INFO neutron.services.segments.plugin [-] Segment aa99ce71-9cb8-4c7a-82fa-e2598200f41f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa99ce71-9cb8-4c7a-82fa-e2598200f41f found for delete ", "request_id": "req-e06b75ca-82b1-41f5-94da-e57504a21a52"}]} 2026-04-17 01:36:26.525 7 INFO neutron.services.segments.plugin [-] Segment aa99ce71-9cb8-4c7a-82fa-e2598200f41f resource provider aggregate not found 2026-04-17 01:36:26.543 7 INFO neutron.services.segments.plugin [-] Segment aa99ce71-9cb8-4c7a-82fa-e2598200f41f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa99ce71-9cb8-4c7a-82fa-e2598200f41f found for delete ", "request_id": "req-7e8dae5b-7624-4122-a5ae-3cecd76bedf6"}]} 2026-04-17 01:36:26.897 7 INFO neutron.db.l3_hamode_db [None req-7ea9c3d4-ce5f-4160-be16-fd403e5fcaca 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 298/564] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:25 2026] POST /v2.0/routers => generated 733 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/565] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:28 2026] GET /v2.0/security-groups?tenant_id=dc2e244089a1453fa0d7de58d74b6452&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/566] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:29 2026] DELETE /v2.0/security-groups/c9c21d6a-a7ee-464b-941b-50dfc7ec08da => 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: 267/567] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:36:27 2026] PUT /v2.0/routers/04ac8601-6d22-46f1-a24d-eca1495f88d4/add_router_interface => generated 309 bytes in 1645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/568] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 1244 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/569] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/570] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/networks?id=d96bf03e-193a-4d0e-98fc-0407174ac6d1 => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/571] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/quotas/7740493b2ac84cac95cb9f01ff1b80c2 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/572] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/ports?tenant_id=7740493b2ac84cac95cb9f01ff1b80c2&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/573] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/networks/d96bf03e-193a-4d0e-98fc-0407174ac6d1?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: 304/574] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/networks/d96bf03e-193a-4d0e-98fc-0407174ac6d1?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: 271/575] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:30 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/576] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:31 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => 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: 272/577] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:36:32 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1240 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/578] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:32 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 273/579] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:32 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => 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: 307/580] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:34 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/581] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:35 2026] GET /v2.0/networks?id=d96bf03e-193a-4d0e-98fc-0407174ac6d1 => generated 678 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/582] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:35 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => 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: 308/583] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:36:35 2026] POST /v2.0/ports => generated 958 bytes in 415 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/584] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:35 2026] GET /v2.0/security-groups?tenant_id=d4e3650d096e47a8bb149ea226a9fccb&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/585] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:35 2026] DELETE /v2.0/security-groups/f59eb0cb-2dc5-41a6-aaa2-d364abe6b378 => 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: 309/588] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:36:35 2026] PUT /v2.0/ports/ece28761-ae82-428c-8e38-d6835363ce56 => generated 1239 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:36.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d34ddc9-66e4-4458-bab8-1614425e492c'] response: {'name': 'network-changed', 'server_uuid': '3061137e-f2d4-4cd5-97e8-4b94e5098074', 'tag': 'ece28761-ae82-428c-8e38-d6835363ce56', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 280/589] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:35 2026] GET /v2.0/security-groups?tenant_id=44c31a7310dc47a28fdd48fe8e80afeb&name=default => generated 2925 bytes in 137 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: 310/590] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:36 2026] DELETE /v2.0/security-groups/8eef5412-b598-4db1-86d5-6db7eb9f9f10 => 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: 281/591] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:36 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/592] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:36 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/593] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:36 2026] GET /v2.0/ports?tenant_id=7740493b2ac84cac95cb9f01ff1b80c2&device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/594] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:36:36 2026] GET /v2.0/networks?tenant_id=7740493b2ac84cac95cb9f01ff1b80c2&shared=False => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/595] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:36:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/596] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/597] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&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: 314/598] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/ports?tenant_id=7740493b2ac84cac95cb9f01ff1b80c2&device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/599] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ece28761-ae82-428c-8e38-d6835363ce56 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/600] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/subnets?id=0f954bf2-8d68-45ad-a581-9cb49d080ac6 => generated 696 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/601] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/ports?network_id=d96bf03e-193a-4d0e-98fc-0407174ac6d1&device_owner=network%3Adhcp => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/602] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/networks/d96bf03e-193a-4d0e-98fc-0407174ac6d1?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: 287/603] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:37 2026] GET /v2.0/networks/d96bf03e-193a-4d0e-98fc-0407174ac6d1?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: 288/604] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:38 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/605] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:38 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/606] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:38 2026] GET /v2.0/security-groups?tenant_id=1494f1e92ac34b09b4aef9a34713dc04&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/607] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:38 2026] DELETE /v2.0/security-groups/0d7f258b-b7e1-4468-97b0-ad75c2ebdbd2 => 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: 318/608] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:39 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/609] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:39 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/610] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/611] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 320/612] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/613] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 293/614] 10.0.0.159 () {32 vars in 653 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions => generated 21537 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/615] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/616] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/617] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/618] 10.0.0.159 () {32 vars in 665 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/619] 10.0.0.159 () {32 vars in 699 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/620] 10.0.0.159 () {32 vars in 697 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/621] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/622] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/623] 10.0.0.159 () {32 vars in 703 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/624] 10.0.0.159 () {32 vars in 693 bytes} [Fri Apr 17 01:36:40 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: 7|app: 0|req: 328/625] 10.0.0.159 () {32 vars in 695 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/626] 10.0.0.159 () {32 vars in 685 bytes} [Fri Apr 17 01:36:40 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: 330/627] 10.0.0.159 () {32 vars in 687 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/628] 10.0.0.159 () {32 vars in 661 bytes} [Fri Apr 17 01:36:40 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: 7|app: 0|req: 332/629] 10.0.0.159 () {32 vars in 699 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/630] 10.0.0.159 () {32 vars in 679 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/631] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/632] 10.0.0.159 () {32 vars in 683 bytes} [Fri Apr 17 01:36:40 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: 7|app: 0|req: 335/633] 10.0.0.159 () {32 vars in 675 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/634] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/635] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:36:40 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: 7|app: 0|req: 338/636] 10.0.0.159 () {32 vars in 687 bytes} [Fri Apr 17 01:36:40 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: 299/637] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:40 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/638] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:40 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: 300/639] 10.0.0.159 () {32 vars in 687 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/640] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/641] 10.0.0.159 () {32 vars in 699 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/642] 10.0.0.159 () {32 vars in 679 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/643] 10.0.0.159 () {32 vars in 667 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/644] 10.0.0.159 () {32 vars in 677 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/645] 10.0.0.159 () {32 vars in 665 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/646] 10.0.0.159 () {32 vars in 675 bytes} [Fri Apr 17 01:36:41 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: 306/647] 10.0.0.159 () {32 vars in 713 bytes} [Fri Apr 17 01:36:41 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: 307/648] 10.0.0.159 () {32 vars in 691 bytes} [Fri Apr 17 01:36:41 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: 308/649] 10.0.0.159 () {32 vars in 683 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/650] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/651] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/652] 10.0.0.159 () {32 vars in 687 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/653] 10.0.0.159 () {32 vars in 705 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/654] 10.0.0.159 () {32 vars in 675 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/655] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:41 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: 7|app: 0|req: 343/656] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 314/657] 10.0.0.159 () {32 vars in 675 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/658] 10.0.0.159 () {32 vars in 693 bytes} [Fri Apr 17 01:36:41 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: 315/659] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/660] 10.0.0.159 () {32 vars in 709 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/661] 10.0.0.159 () {32 vars in 705 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/662] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/663] 10.0.0.159 () {32 vars in 697 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/664] 10.0.0.159 () {32 vars in 711 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/665] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/666] 10.0.0.159 () {32 vars in 687 bytes} [Fri Apr 17 01:36:41 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: 319/667] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/668] 10.0.0.159 () {32 vars in 675 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/669] 10.0.0.159 () {32 vars in 671 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/670] 10.0.0.159 () {32 vars in 661 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/671] 10.0.0.159 () {32 vars in 699 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/672] 10.0.0.159 () {32 vars in 699 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/673] 10.0.0.159 () {32 vars in 677 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/674] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/675] 10.0.0.159 () {32 vars in 683 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/676] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/677] 10.0.0.159 () {32 vars in 685 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/678] 10.0.0.159 () {32 vars in 707 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/679] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/680] 10.0.0.159 () {32 vars in 697 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/681] 10.0.0.159 () {32 vars in 695 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/682] 10.0.0.159 () {32 vars in 685 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/683] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/684] 10.0.0.159 () {32 vars in 705 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/685] 10.0.0.159 () {32 vars in 667 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/686] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/687] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/688] 10.0.0.159 () {32 vars in 691 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/689] 10.0.0.159 () {32 vars in 691 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/690] 10.0.0.159 () {32 vars in 695 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/691] 10.0.0.159 () {32 vars in 685 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/692] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/693] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/694] 10.0.0.159 () {32 vars in 703 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/router_availability_zone => 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: 333/695] 10.0.0.159 () {32 vars in 713 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/696] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/697] 10.0.0.159 () {32 vars in 715 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/698] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/699] 10.0.0.159 () {32 vars in 741 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/700] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/701] 10.0.0.159 () {32 vars in 683 bytes} [Fri Apr 17 01:36:41 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: 366/702] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/703] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/704] 10.0.0.159 () {32 vars in 679 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/705] 10.0.0.159 () {32 vars in 669 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/706] 10.0.0.159 () {32 vars in 697 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/707] 10.0.0.159 () {32 vars in 705 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/708] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/709] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/710] 10.0.0.159 () {32 vars in 683 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/711] 10.0.0.159 () {32 vars in 705 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/712] 10.0.0.159 () {32 vars in 695 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/713] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/714] 10.0.0.159 () {32 vars in 697 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/715] 10.0.0.159 () {32 vars in 679 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/716] 10.0.0.159 () {32 vars in 689 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/717] 10.0.0.159 () {32 vars in 701 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/718] 10.0.0.159 () {32 vars in 665 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/719] 10.0.0.159 () {32 vars in 681 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/720] 10.0.0.159 () {32 vars in 677 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/721] 10.0.0.159 () {32 vars in 693 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/722] 10.0.0.159 () {32 vars in 677 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/723] 10.0.0.159 () {32 vars in 667 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/724] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/725] 10.0.0.159 () {32 vars in 675 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/726] 10.0.0.159 () {32 vars in 687 bytes} [Fri Apr 17 01:36:41 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/727] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/728] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/729] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/730] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 381/731] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/ports?tenant_id=b3caa16d039f4696a797e2032d106c4d&device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/732] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/networks?id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/733] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/security-groups?tenant_id=0b5991f5c6ec4a6482cd430cc76bfa01&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/734] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=470ab34f-c541-4ffd-8549-52af0993a6c4 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/735] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/subnets?id=331f5917-d48c-4597-a4bc-ce0393e0c4aa => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/736] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/ports?network_id=78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/737] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:42 2026] DELETE /v2.0/security-groups/f9f4a0eb-758c-4c6e-bdf9-58f2df0aafac => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/738] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/739] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:42 2026] GET /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/740] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:43 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/741] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:43 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/742] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:43 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/743] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:43 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 389/744] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:43 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/745] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:43 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&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: 7|app: 0|req: 390/746] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:44 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/747] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:44 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:44.994 8 INFO neutron.db.segments_db [None req-08fea18c-928f-4c97-a9fc-2f9278fc76a7 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Added segment ca875833-c269-449c-86f7-21d13b100963 of type vxlan for network 6f9a0d22-2f59-46e8-ba8f-1aebe35b59c3 [pid: 7|app: 0|req: 392/748] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:44 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/749] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:45 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&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: 357/750] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:36:44 2026] POST /v2.0/networks => generated 630 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/751] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:45 2026] POST /v2.0/ports => generated 778 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:36:45.499 8 INFO neutron.db.segments_db [None req-387cdff3-38c4-4f1b-98b2-af40dd9814d2 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Added segment 3cf6df5b-1c0d-4b57-9079-8132aeaed761 of type vxlan for network 50da702a-9eb3-4a16-95fc-3c956a0ca99c [pid: 8|app: 0|req: 358/752] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:36:45 2026] POST /v2.0/networks => generated 616 bytes in 146 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: 359/753] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:45 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/754] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:45 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/755] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:45 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/756] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:46 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/757] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:45 2026] POST /v2.0/ports => generated 960 bytes in 331 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: 362/758] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:46 2026] GET /v2.0/security-groups?id=cf94e09b-f7ee-4367-828c-7f338526a800&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: 363/759] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:36:46 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:46.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3d77706-81cf-4ebe-881a-1e7d3418b882 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] TaaS: Handle Delete Port: 5637968c-2c77-409e-817e-b6ddb9646c10 2026-04-17 01:36:46.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d77706-81cf-4ebe-881a-1e7d3418b882 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Tap Mirror: Handle Delete Port: 5637968c-2c77-409e-817e-b6ddb9646c10 2026-04-17 01:36:46.354 8 INFO neutron_taas.services.taas.taas_plugin [req-28064681-b1d3-4c16-a4f4-a9239f7dd4dc req-6e039fec-9ca6-4106-92e0-902548099063 7aabbab961d147a2be818f96b1636be3 7740493b2ac84cac95cb9f01ff1b80c2 - - default default] TaaS: Handle Delete Port: ece28761-ae82-428c-8e38-d6835363ce56 2026-04-17 01:36:46.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-28064681-b1d3-4c16-a4f4-a9239f7dd4dc req-6e039fec-9ca6-4106-92e0-902548099063 7aabbab961d147a2be818f96b1636be3 7740493b2ac84cac95cb9f01ff1b80c2 - - default default] Tap Mirror: Handle Delete Port: ece28761-ae82-428c-8e38-d6835363ce56 [pid: 7|app: 0|req: 397/760] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:46 2026] DELETE /v2.0/ports/5637968c-2c77-409e-817e-b6ddb9646c10 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:46.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ba34527-be53-4af4-92a0-74d7ed942e7b 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 398/761] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:46 2026] DELETE /v2.0/ports/5637968c-2c77-409e-817e-b6ddb9646c10 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:46.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52ea0047-c1d4-47e4-b71e-ad17bce7109e 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/762] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:46 2026] GET /v2.0/ports/5637968c-2c77-409e-817e-b6ddb9646c10 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/763] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:36:46 2026] DELETE /v2.0/ports/ece28761-ae82-428c-8e38-d6835363ce56 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:46.537 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89bc3af7-5035-4895-87e3-e851d1d1ae61'] response: {'server_uuid': '3061137e-f2d4-4cd5-97e8-4b94e5098074', 'name': 'network-vif-deleted', 'tag': 'ece28761-ae82-428c-8e38-d6835363ce56', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 400/764] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:46 2026] DELETE /v2.0/subnets/45f8d85a-2898-4acd-9ba7-e4f5fbe27785 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:46.680 8 INFO neutron.services.segments.plugin [-] Segment 3cf6df5b-1c0d-4b57-9079-8132aeaed761 resource provider aggregate not found 2026-04-17 01:36:46.688 8 INFO neutron.services.segments.plugin [-] Segment 3cf6df5b-1c0d-4b57-9079-8132aeaed761 resource provider aggregate not found 2026-04-17 01:36:46.702 8 INFO neutron.services.segments.plugin [-] Segment 3cf6df5b-1c0d-4b57-9079-8132aeaed761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cf6df5b-1c0d-4b57-9079-8132aeaed761 found for delete ", "request_id": "req-7437d508-160e-4f93-bbeb-33fafe5652a8"}]} 2026-04-17 01:36:46.706 8 INFO neutron.services.segments.plugin [-] Segment 3cf6df5b-1c0d-4b57-9079-8132aeaed761 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cf6df5b-1c0d-4b57-9079-8132aeaed761 found for delete ", "request_id": "req-1cfee0b9-2f86-4546-b3a1-48c13e3a1ce9"}]} [pid: 8|app: 0|req: 365/765] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:46 2026] DELETE /v2.0/networks/50da702a-9eb3-4a16-95fc-3c956a0ca99c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:46.773 7 INFO neutron.db.segments_db [None req-ed9ade2c-6ffe-4c68-abe5-618954cd4679 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Added segment 04115c9d-8486-42da-a6e5-68cd7d6e4b07 of type vxlan for network 5b13a936-0b3b-4981-9807-5368016f84c7 [pid: 7|app: 0|req: 401/766] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:36:46 2026] POST /v2.0/networks => generated 616 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/767] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:46 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/768] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:47 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/769] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:46 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/770] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:47 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => 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: 404/771] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:47 2026] POST /v2.0/ports => generated 928 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:36:47.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-df77e384-3f59-42da-bd36-7a0112b9c27c 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] TaaS: Handle Delete Port: 48bc06cf-b567-457c-99c0-ded2e2126c9b 2026-04-17 01:36:47.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df77e384-3f59-42da-bd36-7a0112b9c27c 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Tap Mirror: Handle Delete Port: 48bc06cf-b567-457c-99c0-ded2e2126c9b [pid: 8|app: 0|req: 368/772] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:47 2026] DELETE /v2.0/ports/48bc06cf-b567-457c-99c0-ded2e2126c9b => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:47.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11f69aaa-10e9-49c3-8b61-16dcee1df573 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/773] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:47 2026] GET /v2.0/ports/48bc06cf-b567-457c-99c0-ded2e2126c9b => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/774] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:47 2026] DELETE /v2.0/subnets/c96d16e4-8f40-4a5b-b546-34afa5f50428 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:47.949 7 INFO neutron.services.segments.plugin [-] Segment 04115c9d-8486-42da-a6e5-68cd7d6e4b07 resource provider aggregate not found 2026-04-17 01:36:47.952 7 INFO neutron.services.segments.plugin [-] Segment 04115c9d-8486-42da-a6e5-68cd7d6e4b07 resource provider aggregate not found [pid: 7|app: 0|req: 406/775] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:47 2026] DELETE /v2.0/networks/5b13a936-0b3b-4981-9807-5368016f84c7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:47.971 7 INFO neutron.services.segments.plugin [-] Segment 04115c9d-8486-42da-a6e5-68cd7d6e4b07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04115c9d-8486-42da-a6e5-68cd7d6e4b07 found for delete ", "request_id": "req-41cc4e2d-c296-49b5-a779-d4e5f56fbbc0"}]} 2026-04-17 01:36:47.973 7 INFO neutron.services.segments.plugin [-] Segment 04115c9d-8486-42da-a6e5-68cd7d6e4b07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04115c9d-8486-42da-a6e5-68cd7d6e4b07 found for delete ", "request_id": "req-e7f86b8b-5880-4b19-a1ba-70a56f9c1208"}]} [pid: 7|app: 0|req: 407/776] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/777] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/778] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:47 2026] POST /v2.0/ports => generated 779 bytes in 291 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: 371/779] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => 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: 409/780] 10.0.0.159 () {34 vars in 737 bytes} [Fri Apr 17 01:36:48 2026] PUT /v2.0/ports/fda7e358-1b27-4bdd-b0cc-df8c80eebe82 => generated 752 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:48.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-a661f343-ece8-490f-9457-21f50b3a1cec 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] TaaS: Handle Delete Port: fda7e358-1b27-4bdd-b0cc-df8c80eebe82 2026-04-17 01:36:48.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a661f343-ece8-490f-9457-21f50b3a1cec 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Tap Mirror: Handle Delete Port: fda7e358-1b27-4bdd-b0cc-df8c80eebe82 [pid: 8|app: 0|req: 372/781] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:48 2026] DELETE /v2.0/ports/fda7e358-1b27-4bdd-b0cc-df8c80eebe82 => generated 0 bytes in 222 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: 410/782] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/ports => generated 781 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:48.816 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73ba68c1-6a78-4d78-82a0-d9f5928e6067 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 373/783] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/ports/fda7e358-1b27-4bdd-b0cc-df8c80eebe82 => 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: 411/784] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/ports => generated 781 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/785] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:48 2026] GET /v2.0/ports/0c3e66f0-31ad-44a1-8fe1-593ee9a7b80d => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:48.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51f3abd1-688c-4154-a6be-1c2f8f7ddfd6 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/786] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:48 2026] DELETE /v2.0/ports/48bc06cf-b567-457c-99c0-ded2e2126c9b => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:48.966 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcce8af2-7614-4aee-8693-d1f19868fd56 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 375/787] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:48 2026] DELETE /v2.0/subnets/c96d16e4-8f40-4a5b-b546-34afa5f50428 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:48.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1697788-2d91-44a0-9410-73794f9f6391 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 413/788] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:48 2026] DELETE /v2.0/subnets/45f8d85a-2898-4acd-9ba7-e4f5fbe27785 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:49.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-baefd888-c720-4a15-a364-d2f43455c07f 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] TaaS: Handle Delete Port: 0c3e66f0-31ad-44a1-8fe1-593ee9a7b80d 2026-04-17 01:36:49.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baefd888-c720-4a15-a364-d2f43455c07f 379f2e3cbf50427bb95a96554ece67bf c74cca07a5d344bf808276aea50362b7 - - default default] Tap Mirror: Handle Delete Port: 0c3e66f0-31ad-44a1-8fe1-593ee9a7b80d [pid: 8|app: 0|req: 376/789] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:48 2026] DELETE /v2.0/ports/0c3e66f0-31ad-44a1-8fe1-593ee9a7b80d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/790] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:49 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/791] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:49 2026] DELETE /v2.0/networks/6f9a0d22-2f59-46e8-ba8f-1aebe35b59c3 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/792] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:49 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/793] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:49 2026] GET /v2.0/ports?device_id=3061137e-f2d4-4cd5-97e8-4b94e5098074 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/794] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:49 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 416/795] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:36:49 2026] GET /v2.0/ports/2074056e-f028-4184-bbd8-ee1946926f6b => generated 968 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:49.992 7 INFO neutron.services.segments.plugin [-] Segment ca875833-c269-449c-86f7-21d13b100963 resource provider aggregate not found 2026-04-17 01:36:49.998 7 INFO neutron.services.segments.plugin [-] Segment ca875833-c269-449c-86f7-21d13b100963 resource provider aggregate not found 2026-04-17 01:36:50.016 7 INFO neutron.services.segments.plugin [-] Segment ca875833-c269-449c-86f7-21d13b100963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca875833-c269-449c-86f7-21d13b100963 found for delete ", "request_id": "req-0d80546f-2f8e-4656-b8ef-cd7b0d8be16b"}]} 2026-04-17 01:36:50.026 7 INFO neutron.services.segments.plugin [-] Segment ca875833-c269-449c-86f7-21d13b100963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca875833-c269-449c-86f7-21d13b100963 found for delete ", "request_id": "req-af3d83d7-3f0d-4a26-97e2-91ec1e8c19ba"}]} [pid: 8|app: 0|req: 380/796] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:49 2026] GET /v2.0/security-groups?tenant_id=c74cca07a5d344bf808276aea50362b7&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: 417/797] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:50 2026] DELETE /v2.0/security-groups/930b38b3-7bdc-491c-bc7d-082adb5e87b4 => 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: 381/798] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:50 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/799] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:50 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/800] 199.204.45.65 () {34 vars in 999 bytes} [Fri Apr 17 01:36:50 2026] GET /v2.0/subnets?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/801] 199.204.45.65 () {34 vars in 1145 bytes} [Fri Apr 17 01:36:50 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c&device_owner=compute%3Anova&network_id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:50.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-45fbc13a-aaca-4744-a210-95894423c185 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 58a74826-058e-4e9f-843e-6ca4af4fcf1d 2026-04-17 01:36:50.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45fbc13a-aaca-4744-a210-95894423c185 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 58a74826-058e-4e9f-843e-6ca4af4fcf1d [pid: 7|app: 0|req: 420/802] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:36:50 2026] PUT /v2.0/ports/2074056e-f028-4184-bbd8-ee1946926f6b => generated 1145 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:51.145 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-913477fe-21b4-4edb-a303-6be7ec15d41c'] response: {'name': 'network-changed', 'server_uuid': '8e5b58e1-c146-40c7-a093-f8b1b5f1a71c', 'tag': '2074056e-f028-4184-bbd8-ee1946926f6b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 383/805] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:36:50 2026] PUT /v2.0/routers/04ac8601-6d22-46f1-a24d-eca1495f88d4/remove_router_interface => generated 309 bytes in 945 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: 384/806] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/807] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1417 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/808] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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-04-17 01:36:51.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e890ff6-2ff9-45b4-9003-58b1bca0f5e5 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: e34f77e3-e06c-41d7-92f7-ad64c7af06d1 [pid: 8|app: 0|req: 387/809] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:51.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e890ff6-2ff9-45b4-9003-58b1bca0f5e5 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: e34f77e3-e06c-41d7-92f7-ad64c7af06d1 [pid: 8|app: 0|req: 388/810] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => 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: 389/811] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/812] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/813] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:51 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:52.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e890ff6-2ff9-45b4-9003-58b1bca0f5e5 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 44792b83-8f7c-45bd-a512-e1a5a7429b0e 2026-04-17 01:36:52.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e890ff6-2ff9-45b4-9003-58b1bca0f5e5 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 44792b83-8f7c-45bd-a512-e1a5a7429b0e 2026-04-17 01:36:52.284 8 INFO neutron.db.segments_db [None req-7e728e37-efa4-4aa2-b04a-437e02fa5f9c 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Added segment d1597775-02a3-49d1-9848-fbd5c56d7ada of type vxlan for network 5c1c5775-9162-485c-8841-ebf27c83c8df [pid: 8|app: 0|req: 392/814] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:36:51 2026] POST /v2.0/networks => generated 626 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/815] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:52 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:36:52.482 7 INFO neutron.services.segments.plugin [-] Segment 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 resource provider aggregate not found 2026-04-17 01:36:52.494 7 INFO neutron.services.segments.plugin [-] Segment 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 resource provider aggregate not found 2026-04-17 01:36:52.513 7 INFO neutron.services.segments.plugin [-] Segment 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 found for delete ", "request_id": "req-bdc82c68-e959-4773-b725-55787499ff74"}]} 2026-04-17 01:36:52.514 7 INFO neutron.services.segments.plugin [-] Segment 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71bc0d7e-e6c9-4d61-a509-42a2f2f96330 found for delete ", "request_id": "req-e7863c60-148d-42cf-aecf-0618d2472297"}]} 2026-04-17 01:36:52.529 7 INFO neutron.db.l3_hamode_db [None req-3e890ff6-2ff9-45b4-9003-58b1bca0f5e5 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network fd066233-e165-4f0b-bd0e-d9e5791b1bd6 was deleted as no HA routers are present in tenant 7740493b2ac84cac95cb9f01ff1b80c2. [pid: 7|app: 0|req: 423/816] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:51 2026] DELETE /v2.0/routers/04ac8601-6d22-46f1-a24d-eca1495f88d4 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/817] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:52 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 425/818] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:52 2026] DELETE /v2.0/subnets/0f954bf2-8d68-45ad-a581-9cb49d080ac6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/819] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:52 2026] POST /v2.0/ports => generated 774 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:36:52.820 8 INFO neutron.db.segments_db [None req-264c7446-ab72-45cb-ba96-de89b3110696 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Added segment 79985740-eac6-48a4-9f7b-5f01de9a90f0 of type vxlan for network c8e0004b-6944-42b7-ba6c-d35dbcc10e82 2026-04-17 01:36:52.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbd1013b-d85e-49a6-b727-9e4cacdd84c8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 73ebfa65-157c-4f47-a731-ddc1a64f8f16 2026-04-17 01:36:52.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd1013b-d85e-49a6-b727-9e4cacdd84c8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 73ebfa65-157c-4f47-a731-ddc1a64f8f16 [pid: 8|app: 0|req: 395/820] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:36:52 2026] POST /v2.0/networks => generated 613 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/821] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:52 2026] DELETE /v2.0/networks/d96bf03e-193a-4d0e-98fc-0407174ac6d1 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/822] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:52 2026] POST /v2.0/subnets => generated 626 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/823] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1148 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/824] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/security-groups?tenant_id=7740493b2ac84cac95cb9f01ff1b80c2&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/825] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 400/826] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:53 2026] DELETE /v2.0/security-groups/cf94e09b-f7ee-4367-828c-7f338526a800 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/827] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1417 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/828] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:53 2026] POST /v2.0/ports => generated 949 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 402/829] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => 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: 403/830] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => 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: 404/831] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:53.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-0607e494-f021-4a5e-bfce-7ed9369b6548 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] TaaS: Handle Delete Port: 36618ea1-1945-44ea-be0a-9d7cfd5a39d0 [pid: 8|app: 0|req: 405/832] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:53.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0607e494-f021-4a5e-bfce-7ed9369b6548 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Tap Mirror: Handle Delete Port: 36618ea1-1945-44ea-be0a-9d7cfd5a39d0 [pid: 8|app: 0|req: 406/833] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/834] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 408/835] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:53 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 428/836] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:53 2026] DELETE /v2.0/ports/36618ea1-1945-44ea-be0a-9d7cfd5a39d0 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:54.092 8 INFO neutron.pecan_wsgi.hooks.translation [None req-297cc86c-3702-45c5-a3b4-c1a95598b689 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 409/837] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:54 2026] DELETE /v2.0/ports/36618ea1-1945-44ea-be0a-9d7cfd5a39d0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:54.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83ca5c4d-c6a7-4a12-af7f-d7ec5adf021f 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/838] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:54 2026] GET /v2.0/ports/36618ea1-1945-44ea-be0a-9d7cfd5a39d0 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/839] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:54 2026] DELETE /v2.0/subnets/4cfc913c-b953-476b-aca8-7db923ef8481 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/840] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:54 2026] DELETE /v2.0/networks/c8e0004b-6944-42b7-ba6c-d35dbcc10e82 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:54.479 8 INFO neutron.db.segments_db [None req-d28b5e02-6c57-423c-b8ad-4d0050241c66 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Added segment b1a21d65-e562-4e33-b8d8-813773d89156 of type vxlan for network c7b7a230-f3ac-4294-8bab-66793286ee30 2026-04-17 01:36:54.543 7 INFO neutron.services.segments.plugin [-] Segment 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef resource provider aggregate not found 2026-04-17 01:36:54.554 7 INFO neutron.services.segments.plugin [-] Segment 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef resource provider aggregate not found 2026-04-17 01:36:54.570 7 INFO neutron.services.segments.plugin [-] Segment 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef found for delete ", "request_id": "req-b876feb6-e4fd-4bfd-891a-1d12ef7813cd"}]} [pid: 8|app: 0|req: 411/841] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:36:54 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) 2026-04-17 01:36:54.595 7 INFO neutron.services.segments.plugin [-] Segment 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 750dbb88-c5e9-4224-8c8b-70cc9ee3e8ef found for delete ", "request_id": "req-86a5036a-054e-44b3-aa71-ed06be52a848"}]} 2026-04-17 01:36:54.615 7 INFO neutron.services.segments.plugin [-] Segment 79985740-eac6-48a4-9f7b-5f01de9a90f0 resource provider aggregate not found 2026-04-17 01:36:54.630 7 INFO neutron.services.segments.plugin [-] Segment 79985740-eac6-48a4-9f7b-5f01de9a90f0 resource provider aggregate not found 2026-04-17 01:36:54.644 7 INFO neutron.services.segments.plugin [-] Segment 79985740-eac6-48a4-9f7b-5f01de9a90f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79985740-eac6-48a4-9f7b-5f01de9a90f0 found for delete ", "request_id": "req-2b1e480a-7ce2-4823-8d37-97e781f6ad01"}]} 2026-04-17 01:36:54.652 7 INFO neutron.services.segments.plugin [-] Segment 79985740-eac6-48a4-9f7b-5f01de9a90f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79985740-eac6-48a4-9f7b-5f01de9a90f0 found for delete ", "request_id": "req-589ccea7-4fc2-4e6f-bf7f-2a0ead40e730"}]} [pid: 7|app: 0|req: 431/842] 199.204.45.65 () {34 vars in 1117 bytes} [Fri Apr 17 01:36:54 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/843] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:36:54 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/844] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:36:54 2026] PUT /v2.0/ports/2074056e-f028-4184-bbd8-ee1946926f6b => generated 968 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:55.128 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec04407c-c078-4248-a2ec-bc63a3fec476'] response: {'name': 'network-changed', 'server_uuid': '8e5b58e1-c146-40c7-a093-f8b1b5f1a71c', 'tag': '2074056e-f028-4184-bbd8-ee1946926f6b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 413/845] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:54 2026] POST /v2.0/ports => generated 912 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, ' 2026-04-17 01:36:55.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-9efdc052-081f-4702-a193-1f1a18c9c647 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] TaaS: Handle Delete Port: db58682a-8b19-4485-a890-92bfa07e796c 2026-04-17 01:36:55.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9efdc052-081f-4702-a193-1f1a18c9c647 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Tap Mirror: Handle Delete Port: db58682a-8b19-4485-a890-92bfa07e796c [pid: 7|app: 0|req: 433/846] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:55 2026] DELETE /v2.0/ports/db58682a-8b19-4485-a890-92bfa07e796c => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:36:55.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20f8f771-55c1-4af1-8aa2-9c2c20c2fca6 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 414/847] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/ports/db58682a-8b19-4485-a890-92bfa07e796c => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/848] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/849] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/850] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:55 2026] DELETE /v2.0/subnets/8b5222c8-f9df-4c54-8a7f-f9d4734c3c8d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/851] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/852] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/853] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:55 2026] DELETE /v2.0/networks/c7b7a230-f3ac-4294-8bab-66793286ee30 => 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: 419/854] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/855] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 437/856] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:55 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/857] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:36:55 2026] POST /v2.0/ports => generated 775 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/858] 10.0.0.159 () {34 vars in 737 bytes} [Fri Apr 17 01:36:56 2026] PUT /v2.0/ports/29879dc0-7d90-4839-862a-56f667803aed => generated 752 bytes in 238 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-04-17 01:36:56.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-46a08910-d33a-445f-b060-b1ed5737d25b 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] TaaS: Handle Delete Port: 29879dc0-7d90-4839-862a-56f667803aed 2026-04-17 01:36:56.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46a08910-d33a-445f-b060-b1ed5737d25b 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Tap Mirror: Handle Delete Port: 29879dc0-7d90-4839-862a-56f667803aed 2026-04-17 01:36:56.670 7 INFO neutron.services.segments.plugin [-] Segment b1a21d65-e562-4e33-b8d8-813773d89156 resource provider aggregate not found 2026-04-17 01:36:56.675 7 INFO neutron.services.segments.plugin [-] Segment b1a21d65-e562-4e33-b8d8-813773d89156 resource provider aggregate not found [pid: 8|app: 0|req: 421/859] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:56 2026] DELETE /v2.0/ports/29879dc0-7d90-4839-862a-56f667803aed => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:36:56.696 7 INFO neutron.services.segments.plugin [-] Segment b1a21d65-e562-4e33-b8d8-813773d89156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a21d65-e562-4e33-b8d8-813773d89156 found for delete ", "request_id": "req-46db313b-8ddd-4ab8-b8df-f6032e06054a"}]} 2026-04-17 01:36:56.697 7 INFO neutron.services.segments.plugin [-] Segment b1a21d65-e562-4e33-b8d8-813773d89156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a21d65-e562-4e33-b8d8-813773d89156 found for delete ", "request_id": "req-9057a1fb-93ae-4150-af44-2a06bba128fc"}]} [pid: 7|app: 0|req: 439/860] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:36:56 2026] GET /v2.0/ports => generated 777 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:56.759 8 INFO neutron.pecan_wsgi.hooks.translation [None req-480ee826-1826-4558-bb91-e79b017c7d6e 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 422/861] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:56 2026] GET /v2.0/ports/29879dc0-7d90-4839-862a-56f667803aed => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/862] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:36:56 2026] GET /v2.0/ports => generated 777 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/863] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:36:56 2026] GET /v2.0/ports/903bdaa0-4a7c-4b70-8d68-4261d77734b6 => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/864] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:56 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:56.891 8 INFO neutron.pecan_wsgi.hooks.translation [None req-750cebed-63c5-4e0f-bdf9-fa25ab6bf52f 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 424/865] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:56 2026] DELETE /v2.0/ports/db58682a-8b19-4485-a890-92bfa07e796c => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:56.912 8 INFO neutron.pecan_wsgi.hooks.translation [None req-308d4734-1293-4d93-a4e9-11e6fadfc191 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/866] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:56 2026] DELETE /v2.0/subnets/8b5222c8-f9df-4c54-8a7f-f9d4734c3c8d => 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: 442/867] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:56 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:56.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1a36371-f9c5-4cb3-8d40-2f4a772cab59 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/868] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:36:56 2026] DELETE /v2.0/subnets/4cfc913c-b953-476b-aca8-7db923ef8481 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:36:57.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1e6904a-5392-42c3-8c19-6614806fcba2 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] TaaS: Handle Delete Port: 903bdaa0-4a7c-4b70-8d68-4261d77734b6 2026-04-17 01:36:57.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1e6904a-5392-42c3-8c19-6614806fcba2 16252274e24a4f90b569701fb0621b91 5e299e36d94649dab19d2b34f794f8e2 - - default default] Tap Mirror: Handle Delete Port: 903bdaa0-4a7c-4b70-8d68-4261d77734b6 [pid: 8|app: 0|req: 427/869] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/ports?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/870] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/networks?id=428748df-f131-4be2-b680-ffc2a50c9e6c => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/871] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:36:56 2026] DELETE /v2.0/ports/903bdaa0-4a7c-4b70-8d68-4261d77734b6 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/872] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2074056e-f028-4184-bbd8-ee1946926f6b => 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: 430/873] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/subnets?id=5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/874] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/ports?network_id=428748df-f131-4be2-b680-ffc2a50c9e6c&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: 444/875] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:36:57 2026] DELETE /v2.0/networks/5c1c5775-9162-485c-8841-ebf27c83c8df => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/876] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 445/877] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c?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: 446/878] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/security-groups?tenant_id=5e299e36d94649dab19d2b34f794f8e2&name=default => generated 2925 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/879] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:57 2026] GET /v2.0/security-groups?tenant_id=ee4b5f94bd3f4b328a92873923bac761&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/880] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:57 2026] DELETE /v2.0/security-groups/f5f02b72-2a3a-47d4-ad0f-c2e641b55dd0 => 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: 447/881] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:57 2026] DELETE /v2.0/security-groups/130a70c6-886a-4cad-a513-2bbe1e53111a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/882] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:58 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/883] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:58 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&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: 436/884] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:36:58 2026] GET /v2.0/security-groups?tenant_id=dc8f5be6728e4ede91883abaec6dbc62&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/885] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:36:58 2026] DELETE /v2.0/security-groups/c3833054-fdc0-449a-b4e9-1a2018567b9f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:36:58.719 7 INFO neutron.services.segments.plugin [-] Segment d1597775-02a3-49d1-9848-fbd5c56d7ada resource provider aggregate not found 2026-04-17 01:36:58.723 7 INFO neutron.services.segments.plugin [-] Segment d1597775-02a3-49d1-9848-fbd5c56d7ada resource provider aggregate not found 2026-04-17 01:36:58.738 7 INFO neutron.services.segments.plugin [-] Segment d1597775-02a3-49d1-9848-fbd5c56d7ada resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1597775-02a3-49d1-9848-fbd5c56d7ada found for delete ", "request_id": "req-d1bc8f61-a99d-4202-9589-4bfa1cc1997e"}]} 2026-04-17 01:36:58.755 7 INFO neutron.services.segments.plugin [-] Segment d1597775-02a3-49d1-9848-fbd5c56d7ada resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1597775-02a3-49d1-9848-fbd5c56d7ada found for delete ", "request_id": "req-08dc3c69-dcc2-4999-9801-f0c4ae05e4c5"}]} [pid: 8|app: 0|req: 437/886] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:36:59 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 450/887] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:59 2026] GET /v2.0/security-groups?id=8ad4caab-ccc7-44a0-b5be-05700c9e837c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/888] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:36:59 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:36:59.657 7 INFO neutron_taas.services.taas.taas_plugin [req-b3984705-e47b-47c7-be93-c2f561dd9680 req-1eef4ec9-8fcf-4dc6-bd0c-a50f6a4fb8d3 b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] TaaS: Handle Delete Port: 2074056e-f028-4184-bbd8-ee1946926f6b 2026-04-17 01:36:59.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b3984705-e47b-47c7-be93-c2f561dd9680 req-1eef4ec9-8fcf-4dc6-bd0c-a50f6a4fb8d3 b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] Tap Mirror: Handle Delete Port: 2074056e-f028-4184-bbd8-ee1946926f6b [pid: 8|app: 0|req: 439/889] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:36:59 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:36:59.794 7 INFO neutron.db.l3_db [req-b3984705-e47b-47c7-be93-c2f561dd9680 req-1eef4ec9-8fcf-4dc6-bd0c-a50f6a4fb8d3 b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] Floating IP a05cf12a-675b-4841-9801-4d21ce68a699 disassociated. External IP: 10.96.250.206, port: 2074056e-f028-4184-bbd8-ee1946926f6b. [pid: 8|app: 0|req: 440/890] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:36:59 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 451/891] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:36:59 2026] DELETE /v2.0/ports/2074056e-f028-4184-bbd8-ee1946926f6b => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:00.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a4af4a6-fd57-40a3-867f-5eb7d30a4b29'] response: {'server_uuid': '8e5b58e1-c146-40c7-a093-f8b1b5f1a71c', 'name': 'network-vif-deleted', 'tag': '2074056e-f028-4184-bbd8-ee1946926f6b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 441/892] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:36:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/893] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:37:00 2026] GET /v2.0/security-groups => generated 4530 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/894] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:00 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/895] 10.0.0.159 () {34 vars in 758 bytes} [Fri Apr 17 01:37:00 2026] PUT /v2.0/security-groups/12889d2a-ac64-4969-895e-4044e4b81f43 => generated 1663 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/896] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:37:00 2026] GET /v2.0/security-groups/12889d2a-ac64-4969-895e-4044e4b81f43 => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/897] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:00 2026] DELETE /v2.0/security-groups/12889d2a-ac64-4969-895e-4044e4b81f43 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/898] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:37:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:00.601 8 INFO neutron.api.v2.resource [None req-cd0f0535-e542-40e8-9f72-e775bf604446 7f94dd3c00aa4380b0eed88146bf7a1b 2846e674956b473a8c51bcc0dd9610f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 444/899] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:00 2026] DELETE /v2.0/security-groups/12889d2a-ac64-4969-895e-4044e4b81f43 => 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: 456/900] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:37:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/901] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:37:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/902] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:37:00 2026] GET /v2.0/security-group-rules/5b18b41e-0192-47dc-ba91-99359687c175 => generated 601 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/903] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:37:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/904] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:37:01 2026] DELETE /v2.0/security-group-rules/5b18b41e-0192-47dc-ba91-99359687c175 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/905] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/906] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:37:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/907] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules/1d02b520-bcae-4e03-9a1c-097b3e9429c0 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/908] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/909] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:37:01 2026] DELETE /v2.0/security-group-rules/1d02b520-bcae-4e03-9a1c-097b3e9429c0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/910] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/911] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 462/912] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:37:01 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: 451/913] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules/4aa89357-effc-4041-86db-f6111d7cdc09 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/914] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/915] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:37:01 2026] DELETE /v2.0/security-group-rules/4aa89357-effc-4041-86db-f6111d7cdc09 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/916] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/917] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:01 2026] DELETE /v2.0/security-groups/cda93290-80ca-438b-a826-6e0a4509023e => 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: 465/918] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:37:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/919] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:37:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/920] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:02 2026] GET /v2.0/security-groups?tenant_id=2846e674956b473a8c51bcc0dd9610f5&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/921] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:02 2026] GET /v2.0/ports?device_id=8e5b58e1-c146-40c7-a093-f8b1b5f1a71c => 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: 466/922] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:02 2026] GET /v2.0/security-groups?tenant_id=ee7f9fceb6794c16b9490f05d3640cb9&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/923] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:02 2026] DELETE /v2.0/security-groups/dac9de8f-9df9-4608-911d-19d44fc0da09 => 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: 467/924] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:02 2026] DELETE /v2.0/security-groups/971e84b7-8a61-4644-bb33-339210bbdbd7 => 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: 458/925] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:03 2026] GET /v2.0/security-groups?tenant_id=2c6e2d9739e34eb99e40ce31727b4bff&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/926] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:03 2026] DELETE /v2.0/security-groups/627dba32-87fd-4f6f-a00d-5a510f45eb2c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/927] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:03 2026] DELETE /v2.0/security-groups/8ad4caab-ccc7-44a0-b5be-05700c9e837c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:03.883 7 INFO neutron.api.v2.resource [None req-d20d64a2-21e4-4547-9b36-b3bc9dee6a61 b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/928] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:37:03 2026] GET /v2.0/security-groups/8ad4caab-ccc7-44a0-b5be-05700c9e837c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:37:04.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0db460a-0dfd-4cf3-84d2-a2175e0160ce b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] TaaS: Handle Delete Port: 40b415f0-d22a-4dcf-9807-bfe9a8adb611 2026-04-17 01:37:04.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0db460a-0dfd-4cf3-84d2-a2175e0160ce b0dc5f2bbc264a59a2933d8784ee29d0 b85259ed5c314ed2846cbd8c53d2d5ff - - default default] Tap Mirror: Handle Delete Port: 40b415f0-d22a-4dcf-9807-bfe9a8adb611 [pid: 8|app: 0|req: 460/929] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:37:03 2026] DELETE /v2.0/floatingips/a05cf12a-675b-4841-9801-4d21ce68a699 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:04.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb57c449-a4cc-487e-9898-c1e97aca0244 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 2026-04-17 01:37:04.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb57c449-a4cc-487e-9898-c1e97aca0244 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 53cee91d-8cc2-4e81-8b2b-6aed4a5cf8e6 [pid: 8|app: 0|req: 461/930] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:37:04 2026] POST /v2.0/subnetpools => generated 548 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/931] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:37:04 2026] GET /v2.0/subnetpools/e82c4ab8-53fa-4e03-be54-af2f291b4add => generated 548 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/932] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:37:04 2026] PUT /v2.0/subnetpools/e82c4ab8-53fa-4e03-be54-af2f291b4add => generated 500 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (2 switches on core 0) [pid: 8|app: 0|req: 464/933] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:37:05 2026] DELETE /v2.0/subnetpools/e82c4ab8-53fa-4e03-be54-af2f291b4add => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:05.098 8 INFO neutron.api.v2.resource [None req-0e29d2fe-acfe-4ae7-af31-9c247a4db3a4 d2732def3bcb4580bfb650a1a562656c 2fdbc77111fd42898c5e6820be6d56aa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 465/934] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:37:05 2026] GET /v2.0/subnetpools/e82c4ab8-53fa-4e03-be54-af2f291b4add => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:37:05.110 8 INFO neutron.api.v2.resource [None req-15168963-8605-4037-835c-8d9f7cfcc518 d2732def3bcb4580bfb650a1a562656c 2fdbc77111fd42898c5e6820be6d56aa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 466/935] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:37:05 2026] DELETE /v2.0/subnetpools/e82c4ab8-53fa-4e03-be54-af2f291b4add => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/936] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:37:04 2026] PUT /v2.0/routers/1b706d00-a21b-417a-8f3c-465644d23b8d/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:05.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-935c054f-0340-4385-911e-00647fc6789e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: d4d11d56-7bfa-4eb3-88a4-91616a12da2c 2026-04-17 01:37:05.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-935c054f-0340-4385-911e-00647fc6789e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: d4d11d56-7bfa-4eb3-88a4-91616a12da2c [pid: 7|app: 0|req: 471/937] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:05 2026] GET /v2.0/security-groups?tenant_id=2fdbc77111fd42898c5e6820be6d56aa&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:05.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-935c054f-0340-4385-911e-00647fc6789e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: bde66e5d-bbb4-4786-a7de-c8c20b651558 2026-04-17 01:37:05.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-935c054f-0340-4385-911e-00647fc6789e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: bde66e5d-bbb4-4786-a7de-c8c20b651558 [pid: 7|app: 0|req: 474/940] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:05 2026] DELETE /v2.0/security-groups/d821c6d6-a064-4527-a76d-d68619f6acfa => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:06.015 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-935c054f-0340-4385-911e-00647fc6789e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - 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-04-17 01:37:06.366 8 INFO neutron.services.segments.plugin [-] Segment bcd1fd16-72d9-4463-9edc-cefda9bf8c5e resource provider aggregate not found 2026-04-17 01:37:06.379 8 INFO neutron.services.segments.plugin [-] Segment bcd1fd16-72d9-4463-9edc-cefda9bf8c5e resource provider aggregate not found 2026-04-17 01:37:06.389 8 INFO neutron.services.segments.plugin [-] Segment bcd1fd16-72d9-4463-9edc-cefda9bf8c5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd1fd16-72d9-4463-9edc-cefda9bf8c5e found for delete ", "request_id": "req-a8dea504-392b-41be-ae63-977a625e7cb0"}]} 2026-04-17 01:37:06.404 8 INFO neutron.services.segments.plugin [-] Segment bcd1fd16-72d9-4463-9edc-cefda9bf8c5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd1fd16-72d9-4463-9edc-cefda9bf8c5e found for delete ", "request_id": "req-de519887-a43f-4139-a2ea-afd1835a18ed"}]} 2026-04-17 01:37:06.405 8 INFO neutron.db.l3_hamode_db [None req-935c054f-0340-4385-911e-00647fc6789e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network aaf5e8bd-ff48-4c03-87df-2eaee4e34713 was deleted as no HA routers are present in tenant b85259ed5c314ed2846cbd8c53d2d5ff. [pid: 8|app: 0|req: 467/941] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:05 2026] DELETE /v2.0/routers/1b706d00-a21b-417a-8f3c-465644d23b8d => generated 0 bytes in 1083 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/942] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:06 2026] DELETE /v2.0/subnets/5b88c537-d851-4eb1-b80f-c33e838b36fa => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:06.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8b2b114-671e-49b0-b700-26b8633194dd 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 95ff584b-6f00-4553-9194-76e9c774f1d5 2026-04-17 01:37:06.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8b2b114-671e-49b0-b700-26b8633194dd 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 95ff584b-6f00-4553-9194-76e9c774f1d5 [pid: 8|app: 0|req: 468/943] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:06 2026] DELETE /v2.0/networks/428748df-f131-4be2-b680-ffc2a50c9e6c => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/944] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:07 2026] GET /v2.0/security-groups?tenant_id=b85259ed5c314ed2846cbd8c53d2d5ff&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/945] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:07 2026] DELETE /v2.0/security-groups/335a81a6-0226-411a-82a6-be4f136d1b88 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:08.438 8 INFO neutron.services.segments.plugin [-] Segment cdbfe28a-55ae-49a6-9668-14c35a2efdc9 resource provider aggregate not found 2026-04-17 01:37:08.441 8 INFO neutron.services.segments.plugin [-] Segment cdbfe28a-55ae-49a6-9668-14c35a2efdc9 resource provider aggregate not found 2026-04-17 01:37:08.453 8 INFO neutron.services.segments.plugin [-] Segment cdbfe28a-55ae-49a6-9668-14c35a2efdc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbfe28a-55ae-49a6-9668-14c35a2efdc9 found for delete ", "request_id": "req-f1f504c5-0c91-4708-815c-fa7e304d5b63"}]} 2026-04-17 01:37:08.487 8 INFO neutron.services.segments.plugin [-] Segment cdbfe28a-55ae-49a6-9668-14c35a2efdc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbfe28a-55ae-49a6-9668-14c35a2efdc9 found for delete ", "request_id": "req-af8ec791-82b9-4bd8-ae43-b96371472010"}]} [pid: 7|app: 0|req: 477/946] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:08 2026] GET /v2.0/security-groups?tenant_id=1bb454948c97448c99f6613dde2747f6&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/947] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:08 2026] DELETE /v2.0/security-groups/16ee030f-b1c8-48f3-8583-70b2bbb111c7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:09.330 7 INFO neutron.db.segments_db [None req-9b78fa2c-2609-40b4-81ad-440ebbf0d4a1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment ce287545-95c8-44bf-a4e1-5a483568c4a6 of type vxlan for network 3fff4506-9c1d-48a4-851b-50992b517294 [pid: 7|app: 0|req: 478/948] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:37:09 2026] POST /v2.0/networks => generated 719 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/949] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:09 2026] POST /v2.0/subnets => generated 685 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/950] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:09 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:09.761 8 INFO neutron.db.segments_db [None req-f0b8ee77-e1ab-45de-a189-c4e7c4fd40db 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment cc582699-b347-45e3-bcbd-21f1becfebc1 of type vxlan for network 09c708d1-0d52-42e4-86a2-71d490657865 [pid: 7|app: 0|req: 480/951] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:09 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 481/952] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:10 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:10.061 8 INFO neutron.db.l3_hamode_db [None req-f0b8ee77-e1ab-45de-a189-c4e7c4fd40db 250b308a5060494f941b4d2f55ec4b08 4883136e76d04b648e30c61a0577a5e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 482/953] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:10 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:10.961 8 INFO neutron.db.l3_hamode_db [None req-f0b8ee77-e1ab-45de-a189-c4e7c4fd40db 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:37:11.237 7 INFO neutron.db.segments_db [None req-d208aaa0-21ae-4234-b681-a94dc585c10a 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Added segment 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 of type vxlan for network dc0301b4-02b3-440f-ad8c-38af496f36f0 2026-04-17 01:37:11.366 7 INFO neutron.db.segments_db [None req-d208aaa0-21ae-4234-b681-a94dc585c10a 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Added segment 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 of type vxlan for network 826e5513-aff2-4dbb-b4c0-1569a4e83d58 [pid: 7|app: 0|req: 483/954] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:10 2026] POST /v2.0/networks => generated 1207 bytes in 792 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/955] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:11 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/956] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:11 2026] GET /v2.0/security-groups?tenant_id=27f4fd6d2d834b90a31e3881fb6db7bd&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/957] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:09 2026] POST /v2.0/routers => generated 725 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/958] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:11 2026] GET /v2.0/security-groups?id=90a56bd4-ec7d-4edf-9fd6-ff10116644f6&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: 486/959] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:37:11 2026] GET /v2.0/networks => generated 1844 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/960] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:11 2026] DELETE /v2.0/security-groups/ec42286f-6713-4fe8-a995-382435fee0b2 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:12.163 8 INFO neutron.services.segments.plugin [-] Segment 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 resource provider aggregate not found 2026-04-17 01:37:12.171 8 INFO neutron.services.segments.plugin [-] Segment 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 resource provider aggregate not found 2026-04-17 01:37:12.187 8 INFO neutron.services.segments.plugin [-] Segment 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 found for delete ", "request_id": "req-2883e3ed-e8da-44b8-b9ac-6591b6e12bc2"}]} [pid: 8|app: 0|req: 475/961] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:12 2026] DELETE /v2.0/networks/dc0301b4-02b3-440f-ad8c-38af496f36f0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:12.198 8 INFO neutron.services.segments.plugin [-] Segment 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a46b1e3-2fbb-47ed-a60e-a20294edb2b1 found for delete ", "request_id": "req-650ff65d-61e0-435b-b85b-ab6d3af12d3a"}]} [pid: 8|app: 0|req: 476/962] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:12 2026] DELETE /v2.0/networks/826e5513-aff2-4dbb-b4c0-1569a4e83d58 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/963] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:12 2026] GET /v2.0/security-groups?tenant_id=07e3874b76b24600af90d9577a8a9aab&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/964] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:37:12 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/965] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:12 2026] DELETE /v2.0/security-groups/dd6a3065-7c58-48ef-9dac-3df00a427a27 => 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: 480/966] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:37:12 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:12.707 8 INFO neutron.db.segments_db [None req-90344620-6855-490b-b0bb-8adb3be9d225 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Added segment c99c4314-7daa-47d2-b96f-254599319cb4 of type vxlan for network 19934a2c-7625-4e83-9c9b-5d1825e7f734 [pid: 8|app: 0|req: 481/967] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:12 2026] POST /v2.0/networks => generated 635 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:12.908 8 INFO neutron_taas.services.taas.taas_plugin [req-49df66f9-b530-4871-bbad-cc49b497f4b3 req-bcb45d82-bfcb-46bc-8ee5-0a8ec167003f 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] TaaS: Handle Delete Port: 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:37:12.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-49df66f9-b530-4871-bbad-cc49b497f4b3 req-bcb45d82-bfcb-46bc-8ee5-0a8ec167003f 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] Tap Mirror: Handle Delete Port: 470ab34f-c541-4ffd-8549-52af0993a6c4 2026-04-17 01:37:13.048 8 INFO neutron.db.l3_db [req-49df66f9-b530-4871-bbad-cc49b497f4b3 req-bcb45d82-bfcb-46bc-8ee5-0a8ec167003f 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] Floating IP 1cc436aa-f56d-4081-b7cc-9784e999f709 disassociated. External IP: 10.96.250.202, port: 470ab34f-c541-4ffd-8549-52af0993a6c4. [pid: 7|app: 0|req: 487/968] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:37:11 2026] PUT /v2.0/routers/634076e8-d0da-4c94-90e1-795bdddb58b6/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:13.189 7 INFO neutron.db.segments_db [None req-8ce472ed-0d78-4402-a52d-6150fc123995 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Added segment 79bc2377-9e94-48d5-a706-9704da3760a9 of type vxlan for network ab7a7cf1-4c63-48bb-b100-3ca35a1c18cd [pid: 7|app: 0|req: 488/969] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:13 2026] POST /v2.0/networks => generated 634 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/970] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:13 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/971] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:37:12 2026] DELETE /v2.0/ports/470ab34f-c541-4ffd-8549-52af0993a6c4 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:13.674 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5169ca55-2496-4a68-8536-d845abcda8e3'] response: {'server_uuid': '6468cfd1-c008-4b93-8ae0-a44c435abf52', 'name': 'network-vif-deleted', 'tag': '470ab34f-c541-4ffd-8549-52af0993a6c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 490/972] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:37:13 2026] POST /v2.0/ports => generated 1506 bytes in 681 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: 491/973] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:37:13 2026] GET /v2.0/ports => generated 1506 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/974] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:37:13 2026] POST /v2.0/security-groups => generated 1661 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:37:14.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb14a852-5d86-45a1-a578-763c3c8c5019 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] TaaS: Handle Delete Port: 9f34568d-3ba9-493f-bc0e-efebc14a5c89 2026-04-17 01:37:14.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb14a852-5d86-45a1-a578-763c3c8c5019 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Tap Mirror: Handle Delete Port: 9f34568d-3ba9-493f-bc0e-efebc14a5c89 [pid: 8|app: 0|req: 484/975] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:37:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/976] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:37:14 2026] DELETE /v2.0/ports/9f34568d-3ba9-493f-bc0e-efebc14a5c89 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:14.215 8 INFO neutron.services.segments.plugin [-] Segment 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 resource provider aggregate not found 2026-04-17 01:37:14.224 8 INFO neutron.services.segments.plugin [-] Segment 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 resource provider aggregate not found 2026-04-17 01:37:14.241 8 INFO neutron.services.segments.plugin [-] Segment 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 found for delete ", "request_id": "req-73c19a1b-c6c7-4895-b85e-7fb0b11a8236"}]} 2026-04-17 01:37:14.247 8 INFO neutron.services.segments.plugin [-] Segment 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ba4af6-7b7d-40ee-ba31-9ea13b72c8e7 found for delete ", "request_id": "req-be1b125e-5d8b-4309-8984-436b8af64745"}]} 2026-04-17 01:37:14.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-155872ee-03e6-4841-9ba3-78ed26781f95 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] TaaS: Handle Delete Port: de424f1c-7b01-4fea-b69c-528a4c05e3d2 2026-04-17 01:37:14.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155872ee-03e6-4841-9ba3-78ed26781f95 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Tap Mirror: Handle Delete Port: de424f1c-7b01-4fea-b69c-528a4c05e3d2 [pid: 8|app: 0|req: 485/977] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:37:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/978] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:37:14 2026] DELETE /v2.0/ports/de424f1c-7b01-4fea-b69c-528a4c05e3d2 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/979] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:37:14 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/980] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:14 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:14.489 7 INFO neutron.db.segments_db [None req-c6b2a376-937d-4a13-ab88-8b726bef162e 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Added segment 3df46eb5-3fb3-4e11-b918-d93bb80e81dd of type vxlan for network cc74fdd0-5277-4f1c-9c1b-739cabb9a594 [pid: 7|app: 0|req: 496/981] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:14 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:14.660 7 INFO neutron.db.segments_db [None req-711d9875-7251-4ad2-a7d7-4e7486212370 94aeb6dd1c6e48d59486c06394a2c6fa 32423cc56aaf492fb1c8e28e6c081c52 - - default default] Added segment be329c5d-63c0-4832-8dd6-299a2dc551bf of type vxlan for network 4e634aa2-69fe-4457-99f9-ecc42d6f2fdc [pid: 7|app: 0|req: 497/982] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:14 2026] POST /v2.0/networks => generated 635 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/983] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:37:14 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/984] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1667744886&fields=id&tenant_id=4883136e76d04b648e30c61a0577a5e0 => 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: 488/985] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => 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: 489/986] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/networks?id=3fff4506-9c1d-48a4-851b-50992b517294 => 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: 490/987] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/quotas/4883136e76d04b648e30c61a0577a5e0 => 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: 491/988] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/ports?tenant_id=4883136e76d04b648e30c61a0577a5e0&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/989] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:15 2026] POST /v2.0/subnets => generated 1323 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/990] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294?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: 492/991] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/subnets => generated 1959 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/992] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294?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: 493/993] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:15 2026] DELETE /v2.0/subnets/d51e70bf-b671-4f6f-8650-9ce97fa54895 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/994] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:15 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => 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: 501/995] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:15 2026] DELETE /v2.0/subnets/092e9d41-6fca-4933-9fe1-1e5f90d05ec3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/996] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:37:16 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:16.241 7 INFO neutron.services.segments.plugin [-] Segment be329c5d-63c0-4832-8dd6-299a2dc551bf resource provider aggregate not found 2026-04-17 01:37:16.255 7 INFO neutron.services.segments.plugin [-] Segment be329c5d-63c0-4832-8dd6-299a2dc551bf resource provider aggregate not found 2026-04-17 01:37:16.261 7 INFO neutron.services.segments.plugin [-] Segment be329c5d-63c0-4832-8dd6-299a2dc551bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be329c5d-63c0-4832-8dd6-299a2dc551bf found for delete ", "request_id": "req-553af6fa-0e8d-4fb3-9298-40a3ff563c1b"}]} 2026-04-17 01:37:16.271 7 INFO neutron.services.segments.plugin [-] Segment be329c5d-63c0-4832-8dd6-299a2dc551bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be329c5d-63c0-4832-8dd6-299a2dc551bf found for delete ", "request_id": "req-e4f5112c-d548-4fe1-8062-76f918552dc0"}]} [pid: 7|app: 0|req: 502/997] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:16 2026] DELETE /v2.0/networks/4e634aa2-69fe-4457-99f9-ecc42d6f2fdc => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:16.439 8 INFO neutron.services.segments.plugin [-] Segment 3df46eb5-3fb3-4e11-b918-d93bb80e81dd resource provider aggregate not found 2026-04-17 01:37:16.445 8 INFO neutron.services.segments.plugin [-] Segment 3df46eb5-3fb3-4e11-b918-d93bb80e81dd resource provider aggregate not found 2026-04-17 01:37:16.452 8 INFO neutron.services.segments.plugin [-] Segment 3df46eb5-3fb3-4e11-b918-d93bb80e81dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3df46eb5-3fb3-4e11-b918-d93bb80e81dd found for delete ", "request_id": "req-fb6f309b-e048-4793-a990-46fff99f2415"}]} 2026-04-17 01:37:16.485 8 INFO neutron.services.segments.plugin [-] Segment 3df46eb5-3fb3-4e11-b918-d93bb80e81dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3df46eb5-3fb3-4e11-b918-d93bb80e81dd found for delete ", "request_id": "req-79907165-23b6-46d4-aab9-2215e7e6b712"}]} [pid: 8|app: 0|req: 496/998] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:16 2026] DELETE /v2.0/networks/cc74fdd0-5277-4f1c-9c1b-739cabb9a594 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/999] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:16 2026] DELETE /v2.0/networks/ab7a7cf1-4c63-48bb-b100-3ca35a1c18cd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1000] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:16 2026] GET /v2.0/ports?device_id=6468cfd1-c008-4b93-8ae0-a44c435abf52 => 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: 505/1001] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:16 2026] DELETE /v2.0/networks/19934a2c-7625-4e83-9c9b-5d1825e7f734 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1002] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:16 2026] GET /v2.0/security-groups?tenant_id=3234cef734554df3974703e94d50a924&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1003] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:16 2026] DELETE /v2.0/security-groups/e170e851-1ca8-4cd7-8f64-c033291d5deb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1004] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:17 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => 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: 507/1005] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:17 2026] GET /v2.0/security-groups?tenant_id=32423cc56aaf492fb1c8e28e6c081c52&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1006] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:17 2026] DELETE /v2.0/security-groups/f68236d2-e9b3-4e4c-ab1b-93ab756fda61 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1007] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:17 2026] DELETE /v2.0/security-groups/90a56bd4-ec7d-4edf-9fd6-ff10116644f6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:17.859 8 INFO neutron.api.v2.resource [None req-9e740976-da46-45a4-8a38-426c82fef8b1 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/1008] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:37:17 2026] GET /v2.0/security-groups/90a56bd4-ec7d-4edf-9fd6-ff10116644f6 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:37:17.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a832a7b-fea5-45a6-8ba3-97a2bcbec01e 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] TaaS: Handle Delete Port: fbe19089-4202-419d-9c43-3a3487c7b1bd 2026-04-17 01:37:17.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a832a7b-fea5-45a6-8ba3-97a2bcbec01e 1df890e0f5b04bb68aab310daba30c3e b3caa16d039f4696a797e2032d106c4d - - default default] Tap Mirror: Handle Delete Port: fbe19089-4202-419d-9c43-3a3487c7b1bd [pid: 7|app: 0|req: 509/1009] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:37:17 2026] DELETE /v2.0/floatingips/1cc436aa-f56d-4081-b7cc-9784e999f709 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1010] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:18 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:18.287 7 INFO neutron.services.segments.plugin [-] Segment 79bc2377-9e94-48d5-a706-9704da3760a9 resource provider aggregate not found 2026-04-17 01:37:18.292 7 INFO neutron.services.segments.plugin [-] Segment 79bc2377-9e94-48d5-a706-9704da3760a9 resource provider aggregate not found 2026-04-17 01:37:18.310 7 INFO neutron.services.segments.plugin [-] Segment 79bc2377-9e94-48d5-a706-9704da3760a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bc2377-9e94-48d5-a706-9704da3760a9 found for delete ", "request_id": "req-951a56ad-3afc-4437-a4bc-e8a0ec200dd9"}]} 2026-04-17 01:37:18.315 7 INFO neutron.services.segments.plugin [-] Segment 79bc2377-9e94-48d5-a706-9704da3760a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bc2377-9e94-48d5-a706-9704da3760a9 found for delete ", "request_id": "req-ddf8be71-9ee5-4332-98c7-f1ac2c7dcff2"}]} 2026-04-17 01:37:18.327 7 INFO neutron.services.segments.plugin [-] Segment c99c4314-7daa-47d2-b96f-254599319cb4 resource provider aggregate not found 2026-04-17 01:37:18.334 7 INFO neutron.services.segments.plugin [-] Segment c99c4314-7daa-47d2-b96f-254599319cb4 resource provider aggregate not found 2026-04-17 01:37:18.342 7 INFO neutron.services.segments.plugin [-] Segment c99c4314-7daa-47d2-b96f-254599319cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c99c4314-7daa-47d2-b96f-254599319cb4 found for delete ", "request_id": "req-980ecbd6-6c1b-4fc1-bc38-48e05771b0c1"}]} 2026-04-17 01:37:18.349 7 INFO neutron.services.segments.plugin [-] Segment c99c4314-7daa-47d2-b96f-254599319cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c99c4314-7daa-47d2-b96f-254599319cb4 found for delete ", "request_id": "req-8004ab07-1d6b-4dfe-ad96-8fe9d7bde237"}]} 2026-04-17 01:37:18.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-215e617b-e81a-45ab-a6e1-374efa8b6e1a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: ae79510b-c9be-4633-a393-f1b69efd925f 2026-04-17 01:37:18.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-215e617b-e81a-45ab-a6e1-374efa8b6e1a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: ae79510b-c9be-4633-a393-f1b69efd925f [pid: 8|app: 0|req: 501/1011] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:37:18 2026] PUT /v2.0/routers/d9403f9c-73bb-426a-bcdd-66318fb1f8cb/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:19.046 7 INFO neutron.db.segments_db [None req-4adb47c0-8e6c-4527-8512-fdc41ad98d1a 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 49d4993a-a8aa-49f4-8139-c6e4854c6603 of type vxlan for network e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc [pid: 7|app: 0|req: 511/1012] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:37:18 2026] POST /v2.0/networks => generated 721 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:19.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed0c4858-0645-4caf-91c8-57e78a118baf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 40c361b0-f446-473b-b38c-18f9e053de43 2026-04-17 01:37:19.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0c4858-0645-4caf-91c8-57e78a118baf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 40c361b0-f446-473b-b38c-18f9e053de43 [pid: 7|app: 0|req: 512/1013] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:19 2026] POST /v2.0/subnets => generated 687 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:19.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed0c4858-0645-4caf-91c8-57e78a118baf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 176ca7c7-85d2-46bb-b1fe-473fcd5ce608 2026-04-17 01:37:19.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0c4858-0645-4caf-91c8-57e78a118baf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 176ca7c7-85d2-46bb-b1fe-473fcd5ce608 2026-04-17 01:37:19.593 7 INFO neutron.db.segments_db [None req-3807ecaa-07f8-4e1d-a443-7a1550818ac1 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Added segment 3284271e-8e67-4ed2-be42-270c35e387cc of type vxlan for network b7b97c28-e3b3-4ece-b135-703f6e87d2e6 2026-04-17 01:37:19.652 7 INFO neutron.db.segments_db [None req-3807ecaa-07f8-4e1d-a443-7a1550818ac1 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Added segment c23a0984-98bf-4615-a2e5-bbc0a1de8507 of type vxlan for network 3484340e-fd46-4cb1-ab6e-9ee99c052c7b [pid: 7|app: 0|req: 513/1014] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:19 2026] POST /v2.0/networks => generated 1208 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1015] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:19 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:19.848 7 INFO neutron.db.segments_db [None req-9a4f405e-233e-46e9-b567-a85149c556f2 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment ece1140d-cce2-4769-b73e-e7034f2a4b98 of type vxlan for network be3b721e-69f7-40c7-a233-64b61c86a2bd 2026-04-17 01:37:19.899 8 INFO neutron.services.segments.plugin [-] Segment a51c3200-0ce6-4086-9920-4129265ff367 resource provider aggregate not found 2026-04-17 01:37:19.904 8 INFO neutron.services.segments.plugin [-] Segment a51c3200-0ce6-4086-9920-4129265ff367 resource provider aggregate not found 2026-04-17 01:37:19.919 8 INFO neutron.services.segments.plugin [-] Segment a51c3200-0ce6-4086-9920-4129265ff367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a51c3200-0ce6-4086-9920-4129265ff367 found for delete ", "request_id": "req-2cb56641-8e69-449a-bab7-1fbba5fd422a"}]} 2026-04-17 01:37:19.923 8 INFO neutron.services.segments.plugin [-] Segment a51c3200-0ce6-4086-9920-4129265ff367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a51c3200-0ce6-4086-9920-4129265ff367 found for delete ", "request_id": "req-70091b7c-2d86-4814-9430-79e1b8135300"}]} 2026-04-17 01:37:19.926 8 INFO neutron.db.l3_hamode_db [None req-ed0c4858-0645-4caf-91c8-57e78a118baf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 93749124-957e-4434-8b0e-71ee3d106beb was deleted as no HA routers are present in tenant b3caa16d039f4696a797e2032d106c4d. [pid: 8|app: 0|req: 502/1016] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:19 2026] DELETE /v2.0/routers/d9403f9c-73bb-426a-bcdd-66318fb1f8cb => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1017] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:37:19 2026] GET /v2.0/networks => generated 1845 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:20.108 7 INFO neutron.db.l3_hamode_db [None req-9a4f405e-233e-46e9-b567-a85149c556f2 250b308a5060494f941b4d2f55ec4b08 79039cc330c14f6abdf895a200302ea0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 504/1018] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:19 2026] DELETE /v2.0/subnets/331f5917-d48c-4597-a4bc-ce0393e0c4aa => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1019] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:20 2026] DELETE /v2.0/networks/b7b97c28-e3b3-4ece-b135-703f6e87d2e6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:20.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-1057e1c7-6c39-4950-b86b-65a8321d9d30 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 7d2e31c7-ccbb-43c6-a9d8-08e72def9e89 2026-04-17 01:37:20.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1057e1c7-6c39-4950-b86b-65a8321d9d30 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 7d2e31c7-ccbb-43c6-a9d8-08e72def9e89 [pid: 8|app: 0|req: 506/1020] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:20 2026] DELETE /v2.0/networks/78c4b9fc-e7c2-4ae6-b0e6-ce0b888b3880 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1021] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:20 2026] DELETE /v2.0/networks/3484340e-fd46-4cb1-ab6e-9ee99c052c7b => 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: 508/1022] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:37:20 2026] GET /v2.0/networks?id=3fff4506-9c1d-48a4-851b-50992b517294 => 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: 509/1023] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:37:20 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1026] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:37:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4883136e76d04b648e30c61a0577a5e0 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1027] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:20 2026] GET /v2.0/security-groups?tenant_id=b3caa16d039f4696a797e2032d106c4d&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:20.929 8 INFO neutron.db.segments_db [None req-bd2db90e-7d26-46d7-8d00-1167ec3b7a88 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Added segment 2f8cdada-d096-411f-b33b-c14c5239fa4d of type vxlan for network 050b2d7f-4158-4d4a-b074-cca70e3204bb [pid: 8|app: 0|req: 514/1028] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:20 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:21.392 7 INFO neutron.db.l3_hamode_db [None req-9a4f405e-233e-46e9-b567-a85149c556f2 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 515/1029] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:37:21 2026] POST /v2.0/ports => generated 958 bytes in 815 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: 516/1030] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:21 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 961 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:21.949 8 INFO neutron.services.segments.plugin [-] Segment 3284271e-8e67-4ed2-be42-270c35e387cc resource provider aggregate not found 2026-04-17 01:37:21.953 8 INFO neutron.services.segments.plugin [-] Segment 3284271e-8e67-4ed2-be42-270c35e387cc resource provider aggregate not found 2026-04-17 01:37:21.976 8 INFO neutron.services.segments.plugin [-] Segment 3284271e-8e67-4ed2-be42-270c35e387cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3284271e-8e67-4ed2-be42-270c35e387cc found for delete ", "request_id": "req-76114c44-a42e-49ec-bb59-abd3d56bc8b3"}]} 2026-04-17 01:37:21.983 8 INFO neutron.services.segments.plugin [-] Segment 3284271e-8e67-4ed2-be42-270c35e387cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3284271e-8e67-4ed2-be42-270c35e387cc found for delete ", "request_id": "req-dbd571b6-0cc6-4961-8be2-51c6614f36b3"}]} 2026-04-17 01:37:22.004 8 INFO neutron.services.segments.plugin [-] Segment 22c97057-5edc-4c10-8716-17fad1b64d6a resource provider aggregate not found 2026-04-17 01:37:22.009 8 INFO neutron.services.segments.plugin [-] Segment 22c97057-5edc-4c10-8716-17fad1b64d6a resource provider aggregate not found 2026-04-17 01:37:22.015 8 INFO neutron.services.segments.plugin [-] Segment 22c97057-5edc-4c10-8716-17fad1b64d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c97057-5edc-4c10-8716-17fad1b64d6a found for delete ", "request_id": "req-e45639c7-603c-4e57-9cc2-c76bf7a2283b"}]} 2026-04-17 01:37:22.037 8 INFO neutron.services.segments.plugin [-] Segment 22c97057-5edc-4c10-8716-17fad1b64d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c97057-5edc-4c10-8716-17fad1b64d6a found for delete ", "request_id": "req-14581ca2-b375-4587-89fd-85ab12243a4a"}]} 2026-04-17 01:37:22.040 8 INFO neutron.services.segments.plugin [-] Segment c23a0984-98bf-4615-a2e5-bbc0a1de8507 resource provider aggregate not found [pid: 8|app: 0|req: 517/1031] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:21 2026] DELETE /v2.0/security-groups/d9c1c415-7acc-49d9-9bb5-f05c8910d97d => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:22.064 8 INFO neutron.services.segments.plugin [-] Segment c23a0984-98bf-4615-a2e5-bbc0a1de8507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c23a0984-98bf-4615-a2e5-bbc0a1de8507 found for delete ", "request_id": "req-6df36bff-c9e1-4621-be3d-1257d780b348"}]} 2026-04-17 01:37:22.066 8 INFO neutron.services.segments.plugin [-] Segment c23a0984-98bf-4615-a2e5-bbc0a1de8507 resource provider aggregate not found 2026-04-17 01:37:22.086 8 INFO neutron.services.segments.plugin [-] Segment c23a0984-98bf-4615-a2e5-bbc0a1de8507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c23a0984-98bf-4615-a2e5-bbc0a1de8507 found for delete ", "request_id": "req-cfae18b3-b1fa-4740-b6ce-8f2e2d854f8a"}]} 2026-04-17 01:37:22.128 8 INFO neutron.db.segments_db [None req-92dfe888-6194-498f-b9d7-eb725e94c821 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Added segment 3ed83b15-f5a7-41cc-9918-bed1e0422693 of type vxlan for network 944858d4-d873-41a4-8836-219e3bd15e21 [pid: 8|app: 0|req: 518/1032] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:22 2026] POST /v2.0/networks => generated 630 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1033] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:19 2026] POST /v2.0/routers => generated 727 bytes in 2641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1034] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:22 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1035] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:37:22 2026] PUT /v2.0/ports/9c0c2408-29f7-48e4-9ee0-90b9886092d6 => generated 1239 bytes in 441 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-04-17 01:37:22.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89e4180f-5806-4216-ae21-c1335fc6642c'] response: {'name': 'network-changed', 'server_uuid': '611c1833-3e31-491c-a21f-b3bdc17fed43', 'tag': '9c0c2408-29f7-48e4-9ee0-90b9886092d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 517/1036] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:37:22 2026] POST /v2.0/ports => generated 1506 bytes in 705 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: 518/1037] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/ports => generated 1506 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1038] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/ports?tenant_id=4883136e76d04b648e30c61a0577a5e0&device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:23.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-00d394f2-77be-4cf1-9678-6623f694c36c 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] TaaS: Handle Delete Port: e19e3244-3080-4ede-a57c-fb6217f92ac9 2026-04-17 01:37:23.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00d394f2-77be-4cf1-9678-6623f694c36c 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Tap Mirror: Handle Delete Port: e19e3244-3080-4ede-a57c-fb6217f92ac9 [pid: 7|app: 0|req: 520/1039] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:37:23 2026] DELETE /v2.0/ports/e19e3244-3080-4ede-a57c-fb6217f92ac9 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1040] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/networks?tenant_id=4883136e76d04b648e30c61a0577a5e0&shared=False => generated 766 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:23.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-03933055-5bea-4b1b-804b-935bce92663e 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] TaaS: Handle Delete Port: 317f8861-2da5-4b87-95f4-78e01d8fbc62 2026-04-17 01:37:23.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03933055-5bea-4b1b-804b-935bce92663e 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Tap Mirror: Handle Delete Port: 317f8861-2da5-4b87-95f4-78e01d8fbc62 [pid: 7|app: 0|req: 522/1041] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:37:23 2026] DELETE /v2.0/ports/317f8861-2da5-4b87-95f4-78e01d8fbc62 => 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: 523/1042] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1043] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1044] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/ports => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1045] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:23 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:23.894 7 INFO neutron.db.segments_db [None req-ab32ccb9-3cd8-421d-b0d9-9f05a11fdd99 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Added segment 0e922d98-a32a-4744-b81e-37c3c7bff529 of type vxlan for network f0d07699-bea7-48f5-8b09-9dd4a7784caf [pid: 7|app: 0|req: 527/1046] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:23 2026] POST /v2.0/networks => generated 630 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1047] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:37:22 2026] PUT /v2.0/routers/2278cd71-4005-44bb-8ff9-db4bfcd7a2a9/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:24.020 7 INFO neutron.db.segments_db [None req-999835f8-8df4-4006-886e-15f397eb39be 672c23229810435592ea7693937da28a d265a533b6b642af972e3b8695c62c89 - - default default] Added segment 4aa3bce9-e388-4530-a2a1-2b7590312986 of type vxlan for network 1178d34a-fc6d-4820-a5ad-d6d66a9ca0d4 [pid: 7|app: 0|req: 528/1048] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:23 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1049] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:24 2026] POST /v2.0/subnets => generated 1274 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1050] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/subnets => generated 1910 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1051] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:24 2026] DELETE /v2.0/subnets/825d9a11-7a54-4bec-934a-40346b0a4c69 => 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: 530/1052] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:24 2026] DELETE /v2.0/subnets/9998d7df-c109-43b5-9c5a-8045899993a1 => 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: 523/1053] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/ports?tenant_id=4883136e76d04b648e30c61a0577a5e0&device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1054] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9c0c2408-29f7-48e4-9ee0-90b9886092d6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1055] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1056] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/subnets?id=b25a6ce2-e361-4338-81e9-9f7f7a04f60a => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1057] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/ports?network_id=3fff4506-9c1d-48a4-851b-50992b517294&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: 527/1058] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:25.020 7 INFO neutron.services.segments.plugin [-] Segment 4aa3bce9-e388-4530-a2a1-2b7590312986 resource provider aggregate not found 2026-04-17 01:37:25.026 7 INFO neutron.services.segments.plugin [-] Segment 4aa3bce9-e388-4530-a2a1-2b7590312986 resource provider aggregate not found [pid: 8|app: 0|req: 528/1059] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:37:24 2026] GET /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:25.044 7 INFO neutron.services.segments.plugin [-] Segment 4aa3bce9-e388-4530-a2a1-2b7590312986 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa3bce9-e388-4530-a2a1-2b7590312986 found for delete ", "request_id": "req-7536c3e4-b7ef-47f2-9448-6d75f59f77cf"}]} 2026-04-17 01:37:25.049 7 INFO neutron.services.segments.plugin [-] Segment 4aa3bce9-e388-4530-a2a1-2b7590312986 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa3bce9-e388-4530-a2a1-2b7590312986 found for delete ", "request_id": "req-b038af1c-fc3f-4e2a-a898-57ec29361bf2"}]} [pid: 7|app: 0|req: 532/1060] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:24 2026] DELETE /v2.0/networks/1178d34a-fc6d-4820-a5ad-d6d66a9ca0d4 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1061] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:25 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1062] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:37:25 2026] GET /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:25.202 8 INFO neutron.services.segments.plugin [-] Segment 0e922d98-a32a-4744-b81e-37c3c7bff529 resource provider aggregate not found 2026-04-17 01:37:25.211 8 INFO neutron.services.segments.plugin [-] Segment 0e922d98-a32a-4744-b81e-37c3c7bff529 resource provider aggregate not found 2026-04-17 01:37:25.224 8 INFO neutron.services.segments.plugin [-] Segment 0e922d98-a32a-4744-b81e-37c3c7bff529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e922d98-a32a-4744-b81e-37c3c7bff529 found for delete ", "request_id": "req-0a639873-e5f4-4d34-83a6-01f4cce3631b"}]} 2026-04-17 01:37:25.230 8 INFO neutron.services.segments.plugin [-] Segment 0e922d98-a32a-4744-b81e-37c3c7bff529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e922d98-a32a-4744-b81e-37c3c7bff529 found for delete ", "request_id": "req-c09460a4-d81e-478a-9300-09388727bdfb"}]} [pid: 8|app: 0|req: 530/1063] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:25 2026] DELETE /v2.0/networks/f0d07699-bea7-48f5-8b09-9dd4a7784caf => 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: 534/1064] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:25 2026] DELETE /v2.0/networks/944858d4-d873-41a4-8836-219e3bd15e21 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1065] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:25 2026] DELETE /v2.0/networks/050b2d7f-4158-4d4a-b074-cca70e3204bb => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1066] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:26 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1067] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:26 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1068] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:26 2026] GET /v2.0/security-groups?tenant_id=d265a533b6b642af972e3b8695c62c89&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1069] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:26 2026] DELETE /v2.0/security-groups/9c27a2af-c140-4b1f-9bfc-3cb8982eb073 => 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: 536/1070] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:37:26 2026] GET /v2.0/networks?id=e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1071] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:37:26 2026] GET /v2.0/quotas/79039cc330c14f6abdf895a200302ea0 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1072] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:37:26 2026] GET /v2.0/ports?tenant_id=79039cc330c14f6abdf895a200302ea0&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:27.067 7 INFO neutron.services.segments.plugin [-] Segment 3ed83b15-f5a7-41cc-9918-bed1e0422693 resource provider aggregate not found 2026-04-17 01:37:27.081 7 INFO neutron.services.segments.plugin [-] Segment 3ed83b15-f5a7-41cc-9918-bed1e0422693 resource provider aggregate not found 2026-04-17 01:37:27.084 7 INFO neutron.services.segments.plugin [-] Segment 3ed83b15-f5a7-41cc-9918-bed1e0422693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed83b15-f5a7-41cc-9918-bed1e0422693 found for delete ", "request_id": "req-1c0e4520-78c2-4bf9-8e1b-340a80655fa5"}]} 2026-04-17 01:37:27.101 7 INFO neutron.services.segments.plugin [-] Segment 3ed83b15-f5a7-41cc-9918-bed1e0422693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed83b15-f5a7-41cc-9918-bed1e0422693 found for delete ", "request_id": "req-0ebb66e1-99b0-4af7-b718-0d11f7e30ef1"}]} [pid: 8|app: 0|req: 536/1073] 10.0.0.165 () {34 vars in 907 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/extensions => generated 21537 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1074] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:27.246 8 INFO neutron.services.segments.plugin [-] Segment 2f8cdada-d096-411f-b33b-c14c5239fa4d resource provider aggregate not found 2026-04-17 01:37:27.259 8 INFO neutron.services.segments.plugin [-] Segment 2f8cdada-d096-411f-b33b-c14c5239fa4d resource provider aggregate not found 2026-04-17 01:37:27.279 8 INFO neutron.services.segments.plugin [-] Segment 2f8cdada-d096-411f-b33b-c14c5239fa4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8cdada-d096-411f-b33b-c14c5239fa4d found for delete ", "request_id": "req-c5fb563a-2148-4385-86d8-f10d321f29fe"}]} 2026-04-17 01:37:27.282 8 INFO neutron.services.segments.plugin [-] Segment 2f8cdada-d096-411f-b33b-c14c5239fa4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8cdada-d096-411f-b33b-c14c5239fa4d found for delete ", "request_id": "req-41dfba7e-c07e-4ab0-aa08-f6c49a0f1ee6"}]} [pid: 8|app: 0|req: 537/1075] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1076] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1077] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&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: 540/1078] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 539/1079] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:27 2026] GET /v2.0/security-groups?tenant_id=23944bb3ce52483db876765f2f644243&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1080] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:27 2026] DELETE /v2.0/security-groups/5b2b2f9d-7f94-49da-94ca-67e9e359471e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1081] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:28 2026] GET /v2.0/security-groups?tenant_id=1cbee75bba8e45899238054748339520&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1082] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:28 2026] DELETE /v2.0/security-groups/5ab1a9ef-e23f-4cd5-893d-45893c489122 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1083] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:28 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1084] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:28 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1085] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:28 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:28.783 8 INFO neutron.db.segments_db [None req-1fb98551-f55d-43da-b1ea-6199a5846440 0e600528deaf4120848b06a36a487e1f e2e48253ee9540968a059e335c1398d8 - - default default] Added segment d450f2e4-e7a1-4911-b168-cd6a6ac865f8 of type vxlan for network 84a0876a-59d4-4e77-8d86-d0f676f12c12 [pid: 8|app: 0|req: 541/1086] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:28 2026] POST /v2.0/networks => generated 625 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1087] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:28 2026] POST /v2.0/subnets => generated 641 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:29.272 8 INFO neutron.db.segments_db [None req-5ae6d57e-f455-4fba-a60b-fa9608ded7ac 0e600528deaf4120848b06a36a487e1f e2e48253ee9540968a059e335c1398d8 - - default default] Added segment 38f87508-89e6-4b7c-aaa5-590bcb13626b of type vxlan for network 4c125c06-fb36-4500-a3ab-a7d23cc77330 [pid: 8|app: 0|req: 542/1088] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:29 2026] POST /v2.0/networks => generated 624 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1089] 10.0.0.159 () {34 vars in 743 bytes} [Fri Apr 17 01:37:29 2026] PUT /v2.0/networks/4c125c06-fb36-4500-a3ab-a7d23cc77330 => generated 592 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1090] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:29 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1091] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:29 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1092] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:29 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1093] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:29 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&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: 549/1094] 10.0.0.159 () {34 vars in 741 bytes} [Fri Apr 17 01:37:29 2026] PUT /v2.0/subnets/2b3d69f2-c619-49e4-9d55-498bfe1c0c7e => generated 636 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:30.142 8 INFO neutron.services.segments.plugin [-] Segment 38f87508-89e6-4b7c-aaa5-590bcb13626b resource provider aggregate not found 2026-04-17 01:37:30.153 8 INFO neutron.services.segments.plugin [-] Segment 38f87508-89e6-4b7c-aaa5-590bcb13626b resource provider aggregate not found [pid: 8|app: 0|req: 546/1095] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:29 2026] DELETE /v2.0/networks/4c125c06-fb36-4500-a3ab-a7d23cc77330 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:30.183 8 INFO neutron.services.segments.plugin [-] Segment 38f87508-89e6-4b7c-aaa5-590bcb13626b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38f87508-89e6-4b7c-aaa5-590bcb13626b found for delete ", "request_id": "req-054693f6-9a82-4be2-bd82-b6dc1c317949"}]} 2026-04-17 01:37:30.188 8 INFO neutron.services.segments.plugin [-] Segment 38f87508-89e6-4b7c-aaa5-590bcb13626b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38f87508-89e6-4b7c-aaa5-590bcb13626b found for delete ", "request_id": "req-1677d10b-b909-48cd-b534-f8e94ad54720"}]} 2026-04-17 01:37:30.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afbb5cf8-6cfc-422d-aee0-83651508cb9b 0e600528deaf4120848b06a36a487e1f e2e48253ee9540968a059e335c1398d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1096] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:30 2026] DELETE /v2.0/networks/4c125c06-fb36-4500-a3ab-a7d23cc77330 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1097] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1098] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/subnets?network_id=583b3af0-3fae-48a1-b909-80e123cee1ae => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1099] 10.0.0.159 () {32 vars in 653 bytes} [Fri Apr 17 01:37:30 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: 552/1100] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/networks => generated 1309 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1101] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1102] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/networks/84a0876a-59d4-4e77-8d86-d0f676f12c12 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1103] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/subnets/a5e2f392-b6fb-4e2d-a570-b099645d3d19 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:30.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96791cdb-0abf-48ba-a42a-55203582b002 0e600528deaf4120848b06a36a487e1f e2e48253ee9540968a059e335c1398d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 554/1104] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:30 2026] DELETE /v2.0/subnets/2b3d69f2-c619-49e4-9d55-498bfe1c0c7e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:37:30.630 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4305f285-efd0-4574-8ecf-e48386548afa 0e600528deaf4120848b06a36a487e1f e2e48253ee9540968a059e335c1398d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1105] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:30 2026] DELETE /v2.0/networks/4c125c06-fb36-4500-a3ab-a7d23cc77330 => 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: 555/1106] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:30 2026] DELETE /v2.0/subnets/a5e2f392-b6fb-4e2d-a570-b099645d3d19 => 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: 556/1107] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 552/1108] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:30 2026] DELETE /v2.0/networks/84a0876a-59d4-4e77-8d86-d0f676f12c12 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1109] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:30 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1110] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:31 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1111] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:31 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:31.557 8 INFO neutron.db.l3_db [None req-a37d9cdc-2c12-44d2-b7cc-521ef7c05c3e b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] Floating IP edace185-83ad-4dd3-a234-4d776d2bb700 associated. External IP: 10.96.250.208, port: 9c0c2408-29f7-48e4-9ee0-90b9886092d6. [pid: 7|app: 0|req: 559/1112] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:31 2026] GET /v2.0/security-groups?tenant_id=e2e48253ee9540968a059e335c1398d8&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1113] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:31 2026] DELETE /v2.0/security-groups/b361e0e7-e997-4c1b-bbc4-e6ac98dce85e => 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: 561/1114] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:37:31 2026] GET /v2.0/networks?id=e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1115] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:37:31 2026] PUT /v2.0/floatingips/edace185-83ad-4dd3-a234-4d776d2bb700 => generated 856 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:31.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fbd9f48-3e61-4175-a0b0-7970f35d2c9f'] response: {'name': 'network-changed', 'server_uuid': '611c1833-3e31-491c-a21f-b3bdc17fed43', 'tag': '9c0c2408-29f7-48e4-9ee0-90b9886092d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 555/1116] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:31 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1117] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 557/1118] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:32.208 8 INFO neutron.services.segments.plugin [-] Segment d450f2e4-e7a1-4911-b168-cd6a6ac865f8 resource provider aggregate not found 2026-04-17 01:37:32.211 8 INFO neutron.services.segments.plugin [-] Segment d450f2e4-e7a1-4911-b168-cd6a6ac865f8 resource provider aggregate not found 2026-04-17 01:37:32.229 8 INFO neutron.services.segments.plugin [-] Segment d450f2e4-e7a1-4911-b168-cd6a6ac865f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d450f2e4-e7a1-4911-b168-cd6a6ac865f8 found for delete ", "request_id": "req-a5af8b38-93b0-4070-965a-8d52aafa8f36"}]} 2026-04-17 01:37:32.235 8 INFO neutron.services.segments.plugin [-] Segment d450f2e4-e7a1-4911-b168-cd6a6ac865f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d450f2e4-e7a1-4911-b168-cd6a6ac865f8 found for delete ", "request_id": "req-a81e1a8c-4c38-4b26-b508-86aabe5a93aa"}]} [pid: 7|app: 0|req: 562/1119] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:37:31 2026] POST /v2.0/ports => generated 954 bytes in 461 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: 563/1120] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1121] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1122] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/ports?tenant_id=4883136e76d04b648e30c61a0577a5e0&device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1123] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/networks?id=3fff4506-9c1d-48a4-851b-50992b517294 => generated 766 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1124] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9c0c2408-29f7-48e4-9ee0-90b9886092d6 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1125] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/subnets?id=b25a6ce2-e361-4338-81e9-9f7f7a04f60a => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1126] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/ports?network_id=3fff4506-9c1d-48a4-851b-50992b517294&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1127] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:37:32 2026] PUT /v2.0/ports/98ab0150-a6a9-4f73-a5dd-7417a77e1b8a => generated 1235 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1128] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 559/1129] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:37:32 2026] GET /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294?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: 571/1130] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 560/1131] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1132] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1133] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1134] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/ports?tenant_id=79039cc330c14f6abdf895a200302ea0&device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1135] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=98ab0150-a6a9-4f73-a5dd-7417a77e1b8a => 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: 575/1136] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/subnets?id=4e14a15a-7cd7-4f39-b629-072a7103c9ce => generated 690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1137] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/ports?network_id=e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:34.012 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99a578e5-afb4-46c8-8e8a-07587c65f1c2'] response: {'name': 'network-changed', 'server_uuid': '4bdabb64-c9ab-457f-a129-54c6fd5f4c02', 'tag': '98ab0150-a6a9-4f73-a5dd-7417a77e1b8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 577/1138] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1139] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1140] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:33 2026] GET /v2.0/security-groups?tenant_id=05d65e0898044a9abeb067551c883e29&name=default => generated 2925 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1141] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:34 2026] DELETE /v2.0/security-groups/baabf3df-0ec7-4cc2-aaf5-715e63abdf4f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1142] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 564/1143] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1144] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/security-groups?tenant_id=5e0390e7c6564762872d60a4abc722db&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: 566/1145] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:34 2026] DELETE /v2.0/security-groups/f297fa03-d956-473c-b59e-3c3998fc0475 => 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: 580/1146] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/security-groups?tenant_id=e0d0d915a19b4bae889960431e474e5b&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1147] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:34 2026] DELETE /v2.0/security-groups/938e3789-80ef-4ef0-8d4b-9ef42d6607e1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1148] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1149] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1150] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:34 2026] GET /v2.0/security-groups?id=460b3971-4fe7-4478-84a1-7e0924786325&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:35.003 8 INFO neutron_taas.services.taas.taas_plugin [req-e389fc2d-ad9b-4d68-bffb-acc29d99d580 req-8ab9ad73-ca64-4f73-825a-83ae191f6244 b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] TaaS: Handle Delete Port: 9c0c2408-29f7-48e4-9ee0-90b9886092d6 2026-04-17 01:37:35.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e389fc2d-ad9b-4d68-bffb-acc29d99d580 req-8ab9ad73-ca64-4f73-825a-83ae191f6244 b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] Tap Mirror: Handle Delete Port: 9c0c2408-29f7-48e4-9ee0-90b9886092d6 2026-04-17 01:37:35.102 8 INFO neutron.db.l3_db [req-e389fc2d-ad9b-4d68-bffb-acc29d99d580 req-8ab9ad73-ca64-4f73-825a-83ae191f6244 b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] Floating IP edace185-83ad-4dd3-a234-4d776d2bb700 disassociated. External IP: 10.96.250.208, port: 9c0c2408-29f7-48e4-9ee0-90b9886092d6. [pid: 7|app: 0|req: 583/1151] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/ports?tenant_id=79039cc330c14f6abdf895a200302ea0&device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1152] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/networks?id=e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1153] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=98ab0150-a6a9-4f73-a5dd-7417a77e1b8a => 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: 586/1154] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/subnets?id=4e14a15a-7cd7-4f39-b629-072a7103c9ce => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1155] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/ports?network_id=e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1156] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc?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: 589/1157] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1158] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:37:34 2026] DELETE /v2.0/ports/9c0c2408-29f7-48e4-9ee0-90b9886092d6 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1159] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1160] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1163] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:35 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:37:36.058 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ebad916-57e8-4821-a0ad-844549d931a8'] response: {'server_uuid': '611c1833-3e31-491c-a21f-b3bdc17fed43', 'name': 'network-vif-deleted', 'tag': '9c0c2408-29f7-48e4-9ee0-90b9886092d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 592/1164] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:36 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1165] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:36 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1166] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:37 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1167] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:37 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1168] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:37 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&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: 575/1169] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:38 2026] GET /v2.0/ports?device_id=611c1833-3e31-491c-a21f-b3bdc17fed43 => 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: 595/1170] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:39 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1171] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:39 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1172] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:39 2026] DELETE /v2.0/security-groups/460b3971-4fe7-4478-84a1-7e0924786325 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:39.499 8 INFO neutron.api.v2.resource [None req-df31861f-a0e3-4712-9224-97a819c48096 b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1173] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:37:39 2026] GET /v2.0/security-groups/460b3971-4fe7-4478-84a1-7e0924786325 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:37:39.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-e54e8982-100f-474e-8357-7eaff1eb2a25 b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] TaaS: Handle Delete Port: 70f7e179-28f6-49e4-b61a-42950ac271be 2026-04-17 01:37:39.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e54e8982-100f-474e-8357-7eaff1eb2a25 b36f7b9117b74efa8b2d4bd3e2d98044 4883136e76d04b648e30c61a0577a5e0 - - default default] Tap Mirror: Handle Delete Port: 70f7e179-28f6-49e4-b61a-42950ac271be [pid: 7|app: 0|req: 597/1174] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:37:39 2026] DELETE /v2.0/floatingips/edace185-83ad-4dd3-a234-4d776d2bb700 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:40.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-56659e8b-88f8-4152-98c2-828b419d20d6 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: bbb8a788-797f-44f6-8de0-bf7236597696 2026-04-17 01:37:40.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56659e8b-88f8-4152-98c2-828b419d20d6 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: bbb8a788-797f-44f6-8de0-bf7236597696 [pid: 7|app: 0|req: 598/1175] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:40 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 599/1176] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:40 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1177] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:37:39 2026] PUT /v2.0/routers/634076e8-d0da-4c94-90e1-795bdddb58b6/remove_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:41.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-51552ab7-40b1-4c5d-b6b1-45c8d235b67e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 3563992b-7a0d-45f0-807b-5cd47adf8ceb 2026-04-17 01:37:41.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51552ab7-40b1-4c5d-b6b1-45c8d235b67e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 3563992b-7a0d-45f0-807b-5cd47adf8ceb 2026-04-17 01:37:41.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-51552ab7-40b1-4c5d-b6b1-45c8d235b67e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 8f9ac876-0652-4105-8cda-beb1ece846f5 2026-04-17 01:37:41.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51552ab7-40b1-4c5d-b6b1-45c8d235b67e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 8f9ac876-0652-4105-8cda-beb1ece846f5 2026-04-17 01:37:41.876 7 INFO neutron.services.segments.plugin [-] Segment cc582699-b347-45e3-bcbd-21f1becfebc1 resource provider aggregate not found 2026-04-17 01:37:41.881 7 INFO neutron.services.segments.plugin [-] Segment cc582699-b347-45e3-bcbd-21f1becfebc1 resource provider aggregate not found 2026-04-17 01:37:41.903 7 INFO neutron.services.segments.plugin [-] Segment cc582699-b347-45e3-bcbd-21f1becfebc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc582699-b347-45e3-bcbd-21f1becfebc1 found for delete ", "request_id": "req-dd30b9db-a3c4-45ec-95f0-3a63d367dc8a"}]} 2026-04-17 01:37:41.904 7 INFO neutron.services.segments.plugin [-] Segment cc582699-b347-45e3-bcbd-21f1becfebc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc582699-b347-45e3-bcbd-21f1becfebc1 found for delete ", "request_id": "req-c03fb1a3-2aac-4891-a53a-6f2312ea3601"}]} 2026-04-17 01:37:41.911 7 INFO neutron.db.l3_hamode_db [None req-51552ab7-40b1-4c5d-b6b1-45c8d235b67e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 09c708d1-0d52-42e4-86a2-71d490657865 was deleted as no HA routers are present in tenant 4883136e76d04b648e30c61a0577a5e0. [pid: 7|app: 0|req: 600/1178] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:40 2026] DELETE /v2.0/routers/634076e8-d0da-4c94-90e1-795bdddb58b6 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1179] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:41 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1180] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:41 2026] GET /v2.0/security-groups?tenant_id=a72ae92e46f74a549485f5052a3e6f94&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1181] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:41 2026] DELETE /v2.0/subnets/b25a6ce2-e361-4338-81e9-9f7f7a04f60a => 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: 580/1182] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:42 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&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-04-17 01:37:42.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a4dddf9-cb78-4604-a930-09d82afcb1d8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 13452034-0830-4e7a-ab63-8bf26f7855fc [pid: 7|app: 0|req: 603/1183] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:42 2026] DELETE /v2.0/security-groups/49e98959-1971-4bd4-80c0-a9b12cffc43e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:42.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a4dddf9-cb78-4604-a930-09d82afcb1d8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 13452034-0830-4e7a-ab63-8bf26f7855fc 2026-04-17 01:37:42.340 8 INFO neutron.services.segments.plugin [-] Segment ce287545-95c8-44bf-a4e1-5a483568c4a6 resource provider aggregate not found 2026-04-17 01:37:42.351 8 INFO neutron.services.segments.plugin [-] Segment ce287545-95c8-44bf-a4e1-5a483568c4a6 resource provider aggregate not found 2026-04-17 01:37:42.359 8 INFO neutron.services.segments.plugin [-] Segment ce287545-95c8-44bf-a4e1-5a483568c4a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce287545-95c8-44bf-a4e1-5a483568c4a6 found for delete ", "request_id": "req-54b52fac-067f-408c-9c4c-c08fc1ae1ffe"}]} 2026-04-17 01:37:42.372 8 INFO neutron.services.segments.plugin [-] Segment ce287545-95c8-44bf-a4e1-5a483568c4a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce287545-95c8-44bf-a4e1-5a483568c4a6 found for delete ", "request_id": "req-73244444-0e21-496c-b7b6-e9b1dbaeca58"}]} [pid: 8|app: 0|req: 581/1184] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:42 2026] DELETE /v2.0/networks/3fff4506-9c1d-48a4-851b-50992b517294 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1185] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:42 2026] GET /v2.0/security-groups?tenant_id=cf574fa5e3a2497bb6f524e39201d80a&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1186] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:42 2026] DELETE /v2.0/security-groups/e8d93c2e-160d-4f65-9670-0c0128c01a64 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1187] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:42 2026] GET /v2.0/security-groups?tenant_id=4883136e76d04b648e30c61a0577a5e0&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1188] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:42 2026] DELETE /v2.0/security-groups/ff2d1b33-5a78-41a1-877a-73e6dbd721eb => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1189] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:37:42 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:43.192 8 INFO neutron_taas.services.taas.taas_plugin [req-85a1b5ee-7ea5-484a-9ee9-36748cb834bb req-8ac567d5-1f32-4a5c-8410-49e470bfc440 13fb18ff97d641ba874fe4d64c531e89 79039cc330c14f6abdf895a200302ea0 - - default default] TaaS: Handle Delete Port: 98ab0150-a6a9-4f73-a5dd-7417a77e1b8a 2026-04-17 01:37:43.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-85a1b5ee-7ea5-484a-9ee9-36748cb834bb req-8ac567d5-1f32-4a5c-8410-49e470bfc440 13fb18ff97d641ba874fe4d64c531e89 79039cc330c14f6abdf895a200302ea0 - - default default] Tap Mirror: Handle Delete Port: 98ab0150-a6a9-4f73-a5dd-7417a77e1b8a [pid: 7|app: 0|req: 607/1190] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:43 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1191] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:37:43 2026] GET /v2.0/security-groups?id=b9c08361-a1d4-4798-b109-73a8c41bf286&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1192] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:37:43 2026] DELETE /v2.0/ports/98ab0150-a6a9-4f73-a5dd-7417a77e1b8a => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:43.387 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f2f7b3b-f3f4-4819-b935-a982f7637e76'] response: {'server_uuid': '4bdabb64-c9ab-457f-a129-54c6fd5f4c02', 'name': 'network-vif-deleted', 'tag': '98ab0150-a6a9-4f73-a5dd-7417a77e1b8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 609/1193] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:44 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 610/1194] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:37:45 2026] GET /v2.0/ports?device_id=4bdabb64-c9ab-457f-a129-54c6fd5f4c02 => 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: 585/1195] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:45 2026] GET /v2.0/security-groups?tenant_id=50ad5e06a9cb4b378faf62e6f4efaac9&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1196] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:45 2026] DELETE /v2.0/security-groups/260a3275-e4fb-44cf-8a36-9874b6aaf71b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1197] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:47 2026] GET /v2.0/security-groups?tenant_id=be947b94719e43299de17732c6e5ed7c&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1198] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:47 2026] DELETE /v2.0/security-groups/c7837fce-f951-4370-8585-b70ce93ad235 => 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: 613/1199] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:47 2026] GET /v2.0/security-groups?tenant_id=b1fded3413814c86a8d9dc78706d4712&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1200] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:47 2026] DELETE /v2.0/security-groups/fba7c13f-c516-4cba-8d16-f0a16d9f85de => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:47.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-99d6a441-4a9d-4669-992d-0edb1eeeb58d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 874b9af6-ace4-4bb4-a677-1a66ff7014ac 2026-04-17 01:37:47.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99d6a441-4a9d-4669-992d-0edb1eeeb58d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 874b9af6-ace4-4bb4-a677-1a66ff7014ac [pid: 8|app: 0|req: 587/1201] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:37:47 2026] PUT /v2.0/routers/2278cd71-4005-44bb-8ff9-db4bfcd7a2a9/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:48.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5d7d5b2-55ef-4549-badd-60d46f4a0785 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 5b84be2a-94d4-43f0-98ad-c4d34ba50d80 2026-04-17 01:37:48.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d7d5b2-55ef-4549-badd-60d46f4a0785 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 5b84be2a-94d4-43f0-98ad-c4d34ba50d80 2026-04-17 01:37:49.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5d7d5b2-55ef-4549-badd-60d46f4a0785 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 442effd9-8550-4c6a-8911-134a8dcba71b 2026-04-17 01:37:49.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d7d5b2-55ef-4549-badd-60d46f4a0785 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 442effd9-8550-4c6a-8911-134a8dcba71b 2026-04-17 01:37:49.374 7 INFO neutron.services.segments.plugin [-] Segment ece1140d-cce2-4769-b73e-e7034f2a4b98 resource provider aggregate not found [pid: 8|app: 0|req: 588/1202] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:49 2026] GET /v2.0/security-groups?tenant_id=6bfe0681f1614ac08ad9ecda7442a879&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:49.383 7 INFO neutron.services.segments.plugin [-] Segment ece1140d-cce2-4769-b73e-e7034f2a4b98 resource provider aggregate not found 2026-04-17 01:37:49.396 7 INFO neutron.services.segments.plugin [-] Segment ece1140d-cce2-4769-b73e-e7034f2a4b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ece1140d-cce2-4769-b73e-e7034f2a4b98 found for delete ", "request_id": "req-6dc8490e-1d69-409c-98b1-6c5b584ebb98"}]} 2026-04-17 01:37:49.398 7 INFO neutron.services.segments.plugin [-] Segment ece1140d-cce2-4769-b73e-e7034f2a4b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ece1140d-cce2-4769-b73e-e7034f2a4b98 found for delete ", "request_id": "req-23860e5f-f9b1-4a22-897d-1971b550a90d"}]} [pid: 8|app: 0|req: 589/1203] 10.0.0.203 () {32 vars in 802 bytes} [Fri Apr 17 01:37:49 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-17 01:37:49.409 7 INFO neutron.db.l3_hamode_db [None req-c5d7d5b2-55ef-4549-badd-60d46f4a0785 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network be3b721e-69f7-40c7-a233-64b61c86a2bd was deleted as no HA routers are present in tenant 79039cc330c14f6abdf895a200302ea0. [pid: 7|app: 0|req: 615/1204] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:48 2026] DELETE /v2.0/routers/2278cd71-4005-44bb-8ff9-db4bfcd7a2a9 => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1205] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:49 2026] DELETE /v2.0/security-groups/932deebe-c14c-4d7f-a412-0f4d3759e5ef => 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: 616/1206] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:49 2026] DELETE /v2.0/subnets/4e14a15a-7cd7-4f39-b629-072a7103c9ce => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:49.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-d48afb00-3668-4376-a034-540670453edd 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 95df1472-c965-43df-bc26-afe7b48ef28a 2026-04-17 01:37:49.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d48afb00-3668-4376-a034-540670453edd 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 95df1472-c965-43df-bc26-afe7b48ef28a [pid: 7|app: 0|req: 617/1207] 10.0.0.203 () {30 vars in 724 bytes} [Fri Apr 17 01:37:49 2026] GET /v2.0/quotas/b358888d74fd46059439acf4269f53bc/details => generated 847 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1208] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:49 2026] GET /v2.0/security-groups?tenant_id=5e0f9451de3147ecbe8010626de5cd8e&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:49.875 8 INFO neutron.services.segments.plugin [-] Segment 49d4993a-a8aa-49f4-8139-c6e4854c6603 resource provider aggregate not found 2026-04-17 01:37:49.882 8 INFO neutron.services.segments.plugin [-] Segment 49d4993a-a8aa-49f4-8139-c6e4854c6603 resource provider aggregate not found 2026-04-17 01:37:49.895 8 INFO neutron.services.segments.plugin [-] Segment 49d4993a-a8aa-49f4-8139-c6e4854c6603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d4993a-a8aa-49f4-8139-c6e4854c6603 found for delete ", "request_id": "req-b9b83944-e9eb-4f1d-867a-b0ee93dced8f"}]} 2026-04-17 01:37:49.897 8 INFO neutron.services.segments.plugin [-] Segment 49d4993a-a8aa-49f4-8139-c6e4854c6603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d4993a-a8aa-49f4-8139-c6e4854c6603 found for delete ", "request_id": "req-aae7efcd-533a-4ced-b483-1643ee16392b"}]} [pid: 8|app: 0|req: 591/1209] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:49 2026] DELETE /v2.0/networks/e8f437c7-dde6-49a9-bdd4-9fa1af26e0cc => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1210] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:49 2026] DELETE /v2.0/security-groups/1efc4b71-3255-4b82-a778-f87f6e9038fb => 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: 592/1211] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:50 2026] GET /v2.0/security-groups?tenant_id=79039cc330c14f6abdf895a200302ea0&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1212] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:50 2026] DELETE /v2.0/security-groups/b9c08361-a1d4-4798-b109-73a8c41bf286 => 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: 622/1215] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:51 2026] GET /v2.0/security-groups?tenant_id=8be544befb704d5fa50e69dc022feb3e&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1216] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:52 2026] DELETE /v2.0/security-groups/5ddd7cd0-9715-4d21-8851-f86ccce35f27 => 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: 623/1217] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:52 2026] GET /v2.0/security-groups?tenant_id=95140a93b67744419d2e5532d678c53b&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1218] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:52 2026] DELETE /v2.0/security-groups/d65a7d45-292a-4e54-9102-2fd73f98fae1 => 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: 595/1219] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:52 2026] GET /v2.0/security-groups?tenant_id=a1979683e6f240c393a4bc6ae70211de&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: 625/1220] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:52 2026] DELETE /v2.0/security-groups/c66e2652-e04d-4227-91a6-6f49b7ad9f51 => 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: 596/1221] 10.0.0.203 () {32 vars in 802 bytes} [Fri Apr 17 01:37:53 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: 626/1222] 10.0.0.203 () {30 vars in 724 bytes} [Fri Apr 17 01:37:53 2026] GET /v2.0/quotas/b358888d74fd46059439acf4269f53bc/details => generated 847 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:54.806 7 INFO neutron.db.segments_db [None req-847154d6-485a-4f60-8719-e6eb05ddfcef 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] Added segment 03d0af9e-02ca-42bf-bbd3-fbff838109c7 of type vxlan for network 9db67925-07bd-4f0e-81fc-8a472535e5cb 2026-04-17 01:37:54.833 8 INFO neutron.db.segments_db [None req-6021d859-e2a3-4ba0-84e3-a2633774e6f0 4c4761b3626f4c18b0906bfeeeedddb6 6868443e6acf4c07b431f6ccbdfe7e40 - - default default] Added segment 882635d4-9489-4e99-8b74-4ad0ecafd84b of type vxlan for network f844844a-6628-4027-96c5-a2029412aa7b [pid: 7|app: 0|req: 627/1223] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:54 2026] POST /v2.0/networks => generated 629 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1224] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:54 2026] POST /v2.0/networks => generated 613 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:54.990 8 INFO neutron.db.segments_db [None req-5446a1d0-cc33-4725-b9b5-202f5ca2c85a 4c4761b3626f4c18b0906bfeeeedddb6 6868443e6acf4c07b431f6ccbdfe7e40 - - default default] Added segment 24f48727-abc9-45ca-8449-17852033a8b4 of type vxlan for network 9935e900-a249-4010-90f0-17140ee2bb9f [pid: 7|app: 0|req: 628/1225] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:54 2026] GET /v2.0/security-groups?tenant_id=b1b7c440dfcb42af91f1a0c037b5ad10&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1226] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:54 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:55.121 8 INFO neutron.db.segments_db [None req-6c0c1a0d-c477-4bf1-a3c3-86cfc4f8a85e 4c4761b3626f4c18b0906bfeeeedddb6 6868443e6acf4c07b431f6ccbdfe7e40 - - default default] Added segment 81b3cf36-1781-4126-a6c0-9e82344b5422 of type vxlan for network f0d514d5-9075-4146-ba70-071270d92bb3 [pid: 7|app: 0|req: 629/1227] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:55 2026] DELETE /v2.0/security-groups/95abb6ab-a67c-49db-a0df-fa58fa5f9a66 => 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: 599/1228] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:55 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:55.259 7 INFO neutron.db.segments_db [None req-a52bd4b6-67c2-4497-b38d-6bd208278bd3 4c4761b3626f4c18b0906bfeeeedddb6 6868443e6acf4c07b431f6ccbdfe7e40 - - default default] Added segment 474b572a-3b98-43cd-9f33-94330098acac of type vxlan for network 4768cb31-9cfc-4914-80aa-52b04c772665 [pid: 7|app: 0|req: 630/1229] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:55 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:55.394 8 INFO neutron.db.segments_db [None req-0026c353-e54a-4e02-a816-238e9de4a312 4c4761b3626f4c18b0906bfeeeedddb6 6868443e6acf4c07b431f6ccbdfe7e40 - - default default] Added segment f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d of type vxlan for network 3ec779e2-2416-4252-ad11-fc63e237f533 [pid: 8|app: 0|req: 600/1230] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:55 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1231] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:37:55 2026] PUT /v2.0/networks/f844844a-6628-4027-96c5-a2029412aa7b/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1232] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:37:55 2026] PUT /v2.0/networks/9935e900-a249-4010-90f0-17140ee2bb9f/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1233] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:37:55 2026] PUT /v2.0/networks/f0d514d5-9075-4146-ba70-071270d92bb3/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1234] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:55 2026] POST /v2.0/subnets => generated 673 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:55.677 7 INFO neutron.db.segments_db [None req-b7e2fd1d-e12b-4f1f-a0d0-93a8532bf750 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] Added segment 66ef7826-ee14-4862-9432-9ff20604a74e of type vxlan for network 7f63af1f-ee0e-43a4-bfc3-ec918a0bf9e4 [pid: 8|app: 0|req: 604/1235] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:37:55 2026] PUT /v2.0/networks/4768cb31-9cfc-4914-80aa-52b04c772665/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1236] 10.0.0.159 () {32 vars in 666 bytes} [Fri Apr 17 01:37:55 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1237] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:55 2026] POST /v2.0/networks => generated 628 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1238] 10.0.0.159 () {32 vars in 680 bytes} [Fri Apr 17 01:37:55 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1239] 10.0.0.159 () {32 vars in 676 bytes} [Fri Apr 17 01:37:55 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1240] 10.0.0.159 () {32 vars in 688 bytes} [Fri Apr 17 01:37:55 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1241] 10.0.0.159 () {34 vars in 743 bytes} [Fri Apr 17 01:37:55 2026] PUT /v2.0/networks/7f63af1f-ee0e-43a4-bfc3-ec918a0bf9e4 => generated 592 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1242] 10.0.0.159 () {32 vars in 674 bytes} [Fri Apr 17 01:37:55 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1243] 10.0.0.159 () {32 vars in 688 bytes} [Fri Apr 17 01:37:55 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1244] 10.0.0.159 () {32 vars in 684 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1245] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:55 2026] POST /v2.0/subnets => generated 646 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1246] 10.0.0.159 () {32 vars in 696 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1247] 10.0.0.159 () {34 vars in 741 bytes} [Fri Apr 17 01:37:56 2026] PUT /v2.0/subnets/66ef6579-b77e-4882-86b1-b05a3ecc5d1d => generated 656 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:37:56.298 8 INFO neutron.services.segments.plugin [-] Segment 882635d4-9489-4e99-8b74-4ad0ecafd84b resource provider aggregate not found 2026-04-17 01:37:56.306 8 INFO neutron.services.segments.plugin [-] Segment 882635d4-9489-4e99-8b74-4ad0ecafd84b resource provider aggregate not found 2026-04-17 01:37:56.318 8 INFO neutron.services.segments.plugin [-] Segment 882635d4-9489-4e99-8b74-4ad0ecafd84b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882635d4-9489-4e99-8b74-4ad0ecafd84b found for delete ", "request_id": "req-73796532-36e6-4202-8c99-3aef9c4b8a64"}]} 2026-04-17 01:37:56.327 8 INFO neutron.services.segments.plugin [-] Segment 882635d4-9489-4e99-8b74-4ad0ecafd84b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882635d4-9489-4e99-8b74-4ad0ecafd84b found for delete ", "request_id": "req-235b40a2-0e98-4644-821d-cc6b69e593b1"}]} [pid: 8|app: 0|req: 613/1248] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/f844844a-6628-4027-96c5-a2029412aa7b => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:56.415 7 INFO neutron.services.segments.plugin [-] Segment 66ef7826-ee14-4862-9432-9ff20604a74e resource provider aggregate not found 2026-04-17 01:37:56.422 7 INFO neutron.services.segments.plugin [-] Segment 66ef7826-ee14-4862-9432-9ff20604a74e resource provider aggregate not found 2026-04-17 01:37:56.440 7 INFO neutron.services.segments.plugin [-] Segment 66ef7826-ee14-4862-9432-9ff20604a74e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ef7826-ee14-4862-9432-9ff20604a74e found for delete ", "request_id": "req-224218bf-96ce-4d5e-84cd-ed51597a7817"}]} 2026-04-17 01:37:56.445 7 INFO neutron.services.segments.plugin [-] Segment 66ef7826-ee14-4862-9432-9ff20604a74e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ef7826-ee14-4862-9432-9ff20604a74e found for delete ", "request_id": "req-0d494580-5d5c-4edc-909c-15f412dd99e9"}]} [pid: 7|app: 0|req: 636/1249] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/7f63af1f-ee0e-43a4-bfc3-ec918a0bf9e4 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1250] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/9935e900-a249-4010-90f0-17140ee2bb9f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:56.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f142397e-ce8b-4c9d-9647-18c200befec2 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1251] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/7f63af1f-ee0e-43a4-bfc3-ec918a0bf9e4 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1252] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/security-groups?tenant_id=b358888d74fd46059439acf4269f53bc&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1253] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1254] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/f0d514d5-9075-4146-ba70-071270d92bb3 => 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: 640/1255] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/subnets?network_id=583b3af0-3fae-48a1-b909-80e123cee1ae => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1256] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/security-groups/562d4c52-fd3c-47d7-9d6f-c12a43a917ae => 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: 617/1257] 10.0.0.159 () {32 vars in 653 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1258] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/networks => generated 1313 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1259] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/4768cb31-9cfc-4914-80aa-52b04c772665 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1260] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/subnets => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1261] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/networks/9db67925-07bd-4f0e-81fc-8a472535e5cb => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1262] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:37:56 2026] GET /v2.0/subnets/183ce83f-260f-4bb7-8ea2-a963038a53bb => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1263] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/3ec779e2-2416-4252-ad11-fc63e237f533 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:56.983 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d4c99a3-7518-432a-a660-657e0c074085 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1264] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/subnets/66ef6579-b77e-4882-86b1-b05a3ecc5d1d => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:37:57.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19d30a93-285c-482e-9c37-951a121684d6 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1265] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:56 2026] DELETE /v2.0/networks/7f63af1f-ee0e-43a4-bfc3-ec918a0bf9e4 => 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: 644/1266] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:37:57 2026] DELETE /v2.0/subnets/183ce83f-260f-4bb7-8ea2-a963038a53bb => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:37:57.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-d961b946-2f46-4674-b6fe-c8a9f1a66987 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] TaaS: Handle Delete Port: a930dce3-ff6d-45d1-9318-71ab61b1acd1 2026-04-17 01:37:57.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d961b946-2f46-4674-b6fe-c8a9f1a66987 02c0843ed2be4310ab529858ce00dcdc 2aa6e4d56dcd43ada469787dbf4585fb - - default default] Tap Mirror: Handle Delete Port: a930dce3-ff6d-45d1-9318-71ab61b1acd1 2026-04-17 01:37:57.377 8 INFO neutron.db.segments_db [None req-133149e8-5240-46e2-a804-d95925380a64 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Added segment b2b3a92c-58c5-4c86-a519-5cdf922b3ffa of type vxlan for network 0d9977f7-1a85-4446-937a-6134f79b1e2b [pid: 7|app: 0|req: 645/1267] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:37:57 2026] DELETE /v2.0/networks/9db67925-07bd-4f0e-81fc-8a472535e5cb => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1268] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:37:57 2026] POST /v2.0/networks => generated 631 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1269] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:57 2026] POST /v2.0/subnets => generated 627 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:37:57.760 8 INFO neutron.db.segments_db [None req-d0e044b8-efcb-42d2-a67c-cdc29d36c9a3 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Added segment 15a0d251-3610-4655-a59d-4fef2209436a of type vxlan for network 8b5e4d79-1260-4cde-9a7a-5256b2d683ab 2026-04-17 01:37:57.982 8 INFO neutron.db.l3_hamode_db [None req-d0e044b8-efcb-42d2-a67c-cdc29d36c9a3 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 647/1270] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:57 2026] GET /v2.0/security-groups?tenant_id=6868443e6acf4c07b431f6ccbdfe7e40&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1271] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:57 2026] GET /v2.0/security-groups?tenant_id=2aa6e4d56dcd43ada469787dbf4585fb&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1272] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:58 2026] DELETE /v2.0/security-groups/e36d5d80-9831-40f4-9397-ff6766ea4b2e => 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: 650/1273] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:58 2026] DELETE /v2.0/security-groups/6ee87523-42f4-4b3c-95e1-0cdffed0fa0d => 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: 651/1274] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:58 2026] GET /v2.0/security-groups?tenant_id=4309f83f2eda4408bc1e19ffd0e0910a&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:37:58.479 7 INFO neutron.services.segments.plugin [-] Segment 24f48727-abc9-45ca-8449-17852033a8b4 resource provider aggregate not found [pid: 7|app: 0|req: 652/1275] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:58 2026] DELETE /v2.0/security-groups/85babf76-f969-407b-97d0-3f6abcc1213f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:37:58.487 7 INFO neutron.services.segments.plugin [-] Segment 24f48727-abc9-45ca-8449-17852033a8b4 resource provider aggregate not found 2026-04-17 01:37:58.501 7 INFO neutron.services.segments.plugin [-] Segment 24f48727-abc9-45ca-8449-17852033a8b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f48727-abc9-45ca-8449-17852033a8b4 found for delete ", "request_id": "req-0e5d97d7-a3e2-428e-92f8-296ed0c1bef9"}]} 2026-04-17 01:37:58.504 7 INFO neutron.services.segments.plugin [-] Segment 24f48727-abc9-45ca-8449-17852033a8b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f48727-abc9-45ca-8449-17852033a8b4 found for delete ", "request_id": "req-21d4364a-e255-4a10-96ca-a7ad7ac41552"}]} 2026-04-17 01:37:58.519 7 INFO neutron.services.segments.plugin [-] Segment 81b3cf36-1781-4126-a6c0-9e82344b5422 resource provider aggregate not found 2026-04-17 01:37:58.525 7 INFO neutron.services.segments.plugin [-] Segment 81b3cf36-1781-4126-a6c0-9e82344b5422 resource provider aggregate not found 2026-04-17 01:37:58.542 7 INFO neutron.services.segments.plugin [-] Segment 81b3cf36-1781-4126-a6c0-9e82344b5422 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81b3cf36-1781-4126-a6c0-9e82344b5422 found for delete ", "request_id": "req-73694392-1506-4190-9778-85e888fa3343"}]} 2026-04-17 01:37:58.546 7 INFO neutron.services.segments.plugin [-] Segment 81b3cf36-1781-4126-a6c0-9e82344b5422 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81b3cf36-1781-4126-a6c0-9e82344b5422 found for delete ", "request_id": "req-0ae40d5e-673e-4aa6-8817-7e75ec556309"}]} 2026-04-17 01:37:58.562 7 INFO neutron.services.segments.plugin [-] Segment 474b572a-3b98-43cd-9f33-94330098acac resource provider aggregate not found 2026-04-17 01:37:58.565 7 INFO neutron.services.segments.plugin [-] Segment 474b572a-3b98-43cd-9f33-94330098acac resource provider aggregate not found 2026-04-17 01:37:58.580 7 INFO neutron.services.segments.plugin [-] Segment 474b572a-3b98-43cd-9f33-94330098acac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474b572a-3b98-43cd-9f33-94330098acac found for delete ", "request_id": "req-2ca40825-e6ea-4877-a043-c4a46543885c"}]} 2026-04-17 01:37:58.584 7 INFO neutron.services.segments.plugin [-] Segment 474b572a-3b98-43cd-9f33-94330098acac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474b572a-3b98-43cd-9f33-94330098acac found for delete ", "request_id": "req-11e7fd7d-15f1-40fa-b996-691139647405"}]} 2026-04-17 01:37:58.596 7 INFO neutron.services.segments.plugin [-] Segment f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d resource provider aggregate not found 2026-04-17 01:37:58.605 7 INFO neutron.services.segments.plugin [-] Segment f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d resource provider aggregate not found 2026-04-17 01:37:58.613 7 INFO neutron.services.segments.plugin [-] Segment f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d found for delete ", "request_id": "req-2440d160-a652-4969-9f69-916cc99d737a"}]} 2026-04-17 01:37:58.632 7 INFO neutron.services.segments.plugin [-] Segment 03d0af9e-02ca-42bf-bbd3-fbff838109c7 resource provider aggregate not found 2026-04-17 01:37:58.632 7 INFO neutron.services.segments.plugin [-] Segment f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87f0083-d7fd-4aae-bbd4-fb9c3df4a70d found for delete ", "request_id": "req-a4e5d550-d71c-4f48-84b1-9f20e21c8f3c"}]} 2026-04-17 01:37:58.655 7 INFO neutron.services.segments.plugin [-] Segment 03d0af9e-02ca-42bf-bbd3-fbff838109c7 resource provider aggregate not found 2026-04-17 01:37:58.665 7 INFO neutron.services.segments.plugin [-] Segment 03d0af9e-02ca-42bf-bbd3-fbff838109c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03d0af9e-02ca-42bf-bbd3-fbff838109c7 found for delete ", "request_id": "req-a8b1db3b-c8d6-429f-b29e-50f5cf090521"}]} 2026-04-17 01:37:58.676 7 INFO neutron.services.segments.plugin [-] Segment 03d0af9e-02ca-42bf-bbd3-fbff838109c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03d0af9e-02ca-42bf-bbd3-fbff838109c7 found for delete ", "request_id": "req-0056b2bb-c40e-4219-a4ec-cc08318475ed"}]} 2026-04-17 01:37:58.801 8 INFO neutron.db.l3_hamode_db [None req-d0e044b8-efcb-42d2-a67c-cdc29d36c9a3 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 653/1276] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:37:58 2026] GET /v2.0/security-groups?tenant_id=7f0fd6f54a22453cb6892b718e8ad6f9&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1277] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:37:58 2026] DELETE /v2.0/security-groups/cd867c41-e0ad-49c7-862a-a7c580b73068 => 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: 624/1278] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:37:57 2026] POST /v2.0/routers => generated 694 bytes in 1961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:00.085 8 INFO neutron.db.segments_db [None req-8ffa63a4-2b35-445a-ad45-1210ac695422 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Added segment 652a63d0-8af4-4a06-a039-24447a1c1c27 of type vxlan for network dad23d30-1750-4b58-8581-f94e0020e27b [pid: 8|app: 0|req: 625/1279] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:37:59 2026] POST /v2.0/networks => generated 614 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:00.353 8 INFO neutron.db.segments_db [None req-a35b84d1-0144-42f1-8b19-209f84ab8642 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment 61c218c9-c06d-4f09-af07-75ad6ed47c7e of type vxlan for network f5bb2607-35af-4602-8d33-cb80117688b3 [pid: 8|app: 0|req: 626/1280] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:00 2026] POST /v2.0/networks => generated 610 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:00.483 8 INFO neutron.db.segments_db [None req-52167384-53e3-49e5-a784-86820283833a c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Added segment 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 of type vxlan for network 20f5f9eb-9e15-4b26-b651-5bb0451dbf46 2026-04-17 01:38:00.734 8 INFO neutron.db.l3_hamode_db [None req-52167384-53e3-49e5-a784-86820283833a c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 655/1281] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:37:59 2026] PUT /v2.0/routers/08674603-8912-4e54-9160-f8d42928c848/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:01.078 7 INFO neutron.db.segments_db [None req-18d47e3c-74c8-47a8-8baa-56c477285fec e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment c17f1e33-072b-4552-bc43-a503fc810142 of type vxlan for network 1e432212-fb9c-4644-b9fa-a5102d6d504b [pid: 7|app: 0|req: 656/1282] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:01 2026] POST /v2.0/networks => generated 611 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:01.470 8 INFO neutron.db.l3_hamode_db [None req-52167384-53e3-49e5-a784-86820283833a c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 657/1283] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:38:01 2026] POST /v2.0/ports => generated 959 bytes in 327 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: 658/1284] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:01 2026] POST /v2.0/subnets => generated 626 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1285] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:38:01 2026] POST /v2.0/ports => generated 955 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 660/1286] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:01 2026] POST /v2.0/subnets => generated 626 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1287] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:00 2026] POST /v2.0/routers => generated 694 bytes in 1857 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:02.340 8 INFO neutron.db.segments_db [None req-0df55bad-9277-43b6-869c-b6030fd92aea e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment a825531c-0ac7-45a1-8937-62f427f37728 of type vxlan for network 58d5630e-34ab-4f82-a8e7-4bcc6c614cc1 2026-04-17 01:38:02.605 8 INFO neutron.db.l3_hamode_db [None req-0df55bad-9277-43b6-869c-b6030fd92aea e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:02.729 8 INFO neutron.db.l3_hamode_db [None req-0df55bad-9277-43b6-869c-b6030fd92aea e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:02.884 7 INFO neutron.db.l3_db [None req-b8ea5690-2e58-4350-9b7c-2837f13eb7f8 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Floating IP 9cce2436-1d5d-4119-bbad-e140ea6cfcfc associated. External IP: 10.96.250.210, port: 988f53b1-e05c-4fae-ae6e-d33c447c836f. [pid: 7|app: 0|req: 661/1288] 10.0.0.159 () {34 vars in 677 bytes} [Fri Apr 17 01:38:02 2026] POST /v2.0/floatingips => generated 842 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1289] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:02 2026] POST /v2.0/routers => generated 506 bytes in 977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1290] 10.0.0.159 () {32 vars in 776 bytes} [Fri Apr 17 01:38:03 2026] GET /v2.0/subnets?project_id=6060edd811cc454fa30362fd8371bc1a&cidr=10.100.0.0%2F28 => generated 14 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:03.527 7 INFO neutron.db.l3_db [None req-f0201d3b-8de4-42f4-8a19-38f117f539fc adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Floating IP 9cce2436-1d5d-4119-bbad-e140ea6cfcfc disassociated. External IP: 10.96.250.210, port: 988f53b1-e05c-4fae-ae6e-d33c447c836f. [pid: 8|app: 0|req: 629/1291] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1292] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:03 2026] PUT /v2.0/floatingips/9cce2436-1d5d-4119-bbad-e140ea6cfcfc => generated 552 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1293] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:38:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1294] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:38:04.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e7aa2eb-0704-4393-92e5-89f1adb6726c adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: fbb492b2-c0f4-4836-9a30-38209b6c0b9a 2026-04-17 01:38:04.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e7aa2eb-0704-4393-92e5-89f1adb6726c adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: fbb492b2-c0f4-4836-9a30-38209b6c0b9a [pid: 7|app: 0|req: 666/1295] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:03 2026] DELETE /v2.0/floatingips/9cce2436-1d5d-4119-bbad-e140ea6cfcfc => 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: 667/1296] 10.0.0.159 () {32 vars in 784 bytes} [Fri Apr 17 01:38:04 2026] GET /v2.0/subnets?network_id=583b3af0-3fae-48a1-b909-80e123cee1ae&cidr=10.100.0.0%2F28 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1297] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1298] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:03 2026] PUT /v2.0/routers/895d9b08-54a3-47f3-ae8b-141f4aa1b35d/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1299] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:04 2026] POST /v2.0/subnets => generated 657 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1300] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1301] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:05 2026] GET /v2.0/ports/8e87addd-9b66-4ea4-b421-e52f7d316a9b => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:05.173 7 INFO neutron.db.l3_db [None req-23eca4c8-0506-422b-8b37-59f7cc589bd4 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Floating IP fb31f8ec-281d-4deb-959f-4fa538016f79 associated. External IP: 10.96.250.211, port: 21d6767c-b761-45c0-8e91-144916ab919a. [pid: 7|app: 0|req: 669/1302] 10.0.0.159 () {34 vars in 677 bytes} [Fri Apr 17 01:38:04 2026] POST /v2.0/floatingips => generated 843 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1303] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1304] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:05 2026] PUT /v2.0/routers/895d9b08-54a3-47f3-ae8b-141f4aa1b35d/add_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1305] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:38:06 2026] GET /v2.0/floatingips/fb31f8ec-281d-4deb-959f-4fa538016f79 => generated 843 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1306] 10.0.0.159 () {34 vars in 767 bytes} [Fri Apr 17 01:38:06 2026] PUT /v2.0/security-groups/9eb598a8-c74a-41cb-96d5-e6c880576f85/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: 676/1309] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:06 2026] GET /v2.0/ports/70f8b860-0d9a-4747-bb76-8118a9719302 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1310] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:05 2026] PUT /v2.0/routers/47ae6fce-b372-4ab4-bc9f-0f04e34480b8/add_router_interface => generated 309 bytes in 1678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1311] 10.0.0.159 () {34 vars in 767 bytes} [Fri Apr 17 01:38:06 2026] PUT /v2.0/security-groups/1fd72e5b-1b0f-4a0e-ad31-4abd73808ba7/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: 677/1312] 10.0.0.159 () {32 vars in 655 bytes} [Fri Apr 17 01:38:06 2026] GET /v2.0/floatingips => generated 846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1313] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:38:06 2026] GET /v2.0/networks => generated 7238 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1314] 10.0.0.159 () {34 vars in 767 bytes} [Fri Apr 17 01:38:06 2026] PUT /v2.0/security-groups/c452f499-26bc-4e04-84f8-cf1dc250f664/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:07.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-155b0e9c-eb34-404d-ab5d-ae928dae07cc e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 70f8b860-0d9a-4747-bb76-8118a9719302 2026-04-17 01:38:07.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155b0e9c-eb34-404d-ab5d-ae928dae07cc e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 70f8b860-0d9a-4747-bb76-8118a9719302 2026-04-17 01:38:07.305 8 INFO neutron.db.l3_db [None req-93a98fa6-1a18-4dea-a0dd-2b8ea043aa4f adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Floating IP fb31f8ec-281d-4deb-959f-4fa538016f79 associated. External IP: 10.96.250.211, port: 21d6767c-b761-45c0-8e91-144916ab919a. [pid: 7|app: 0|req: 678/1315] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:06 2026] PUT /v2.0/routers/895d9b08-54a3-47f3-ae8b-141f4aa1b35d/remove_router_interface => generated 309 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1316] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:06 2026] PUT /v2.0/floatingips/fb31f8ec-281d-4deb-959f-4fa538016f79 => generated 842 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1317] 10.0.0.159 () {34 vars in 767 bytes} [Fri Apr 17 01:38:07 2026] PUT /v2.0/security-groups/d2dd7365-cf3e-4be1-9d6b-25be608782f9/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1318] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:38:07 2026] GET /v2.0/subnets => generated 5742 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:08.221 7 INFO neutron.db.l3_db [None req-7db38863-9c2a-4340-82fd-d0666b5e2fba adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Floating IP fb31f8ec-281d-4deb-959f-4fa538016f79 disassociated. External IP: 10.96.250.211, port: 988f53b1-e05c-4fae-ae6e-d33c447c836f. 2026-04-17 01:38:08.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-94a8f86c-dd07-450e-b7ec-4bd4fe0098a7 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 8e87addd-9b66-4ea4-b421-e52f7d316a9b 2026-04-17 01:38:08.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94a8f86c-dd07-450e-b7ec-4bd4fe0098a7 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 8e87addd-9b66-4ea4-b421-e52f7d316a9b [pid: 7|app: 0|req: 680/1319] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:08 2026] PUT /v2.0/floatingips/fb31f8ec-281d-4deb-959f-4fa538016f79 => generated 552 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1320] 10.0.0.159 () {32 vars in 680 bytes} [Fri Apr 17 01:38:08 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1321] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:38:08 2026] GET /v2.0/routers => generated 1997 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:08.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f3e35d4-c4f2-4728-bc7f-5e2ddd44146e adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: 05b00f16-865a-4f1c-a230-fc6d7250571f 2026-04-17 01:38:08.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f3e35d4-c4f2-4728-bc7f-5e2ddd44146e adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: 05b00f16-865a-4f1c-a230-fc6d7250571f [pid: 8|app: 0|req: 640/1322] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:07 2026] PUT /v2.0/routers/895d9b08-54a3-47f3-ae8b-141f4aa1b35d/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1323] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:38:08 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1324] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:38:08 2026] POST /v2.0/security-groups => generated 1673 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1325] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:08 2026] GET /v2.0/ports?device_id=895d9b08-54a3-47f3-ae8b-141f4aa1b35d => 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: 683/1326] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:08 2026] DELETE /v2.0/floatingips/fb31f8ec-281d-4deb-959f-4fa538016f79 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1327] 10.0.0.159 () {32 vars in 690 bytes} [Fri Apr 17 01:38:08 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1328] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:09.195 7 INFO neutron.api.v2.resource [None req-2135b9e8-8d63-4da8-90d5-e3eb19dab1e7 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1329] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:09 2026] DELETE /v2.0/floatingips/fb31f8ec-281d-4deb-959f-4fa538016f79 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:09.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-768fb82f-04e9-48f3-a8ee-e67f7fb41af2 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: b3bff54a-564b-49b3-b21e-b3a92e386c6d 2026-04-17 01:38:09.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-768fb82f-04e9-48f3-a8ee-e67f7fb41af2 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: b3bff54a-564b-49b3-b21e-b3a92e386c6d [pid: 7|app: 0|req: 686/1330] 10.0.0.159 () {32 vars in 702 bytes} [Fri Apr 17 01:38:09 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1331] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:09.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4f05f5c-7f89-4f21-ad90-1ffca3f71603 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: 988f53b1-e05c-4fae-ae6e-d33c447c836f 2026-04-17 01:38:09.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4f05f5c-7f89-4f21-ad90-1ffca3f71603 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: 988f53b1-e05c-4fae-ae6e-d33c447c836f 2026-04-17 01:38:09.571 8 INFO neutron.services.segments.plugin [-] Segment a825531c-0ac7-45a1-8937-62f427f37728 resource provider aggregate not found 2026-04-17 01:38:09.575 8 INFO neutron.services.segments.plugin [-] Segment a825531c-0ac7-45a1-8937-62f427f37728 resource provider aggregate not found 2026-04-17 01:38:09.601 8 INFO neutron.services.segments.plugin [-] Segment a825531c-0ac7-45a1-8937-62f427f37728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a825531c-0ac7-45a1-8937-62f427f37728 found for delete ", "request_id": "req-301d9996-6713-41f7-908f-64d3bb614dac"}]} 2026-04-17 01:38:09.603 8 INFO neutron.services.segments.plugin [-] Segment a825531c-0ac7-45a1-8937-62f427f37728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a825531c-0ac7-45a1-8937-62f427f37728 found for delete ", "request_id": "req-23569158-2dbf-469f-9b1c-880235800118"}]} 2026-04-17 01:38:09.617 8 INFO neutron.db.l3_hamode_db [None req-768fb82f-04e9-48f3-a8ee-e67f7fb41af2 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] HA network 58d5630e-34ab-4f82-a8e7-4bcc6c614cc1 was deleted as no HA routers are present in tenant 4b3e001cc00d4583814f9a35812d821e. [pid: 7|app: 0|req: 688/1332] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:09 2026] DELETE /v2.0/ports/988f53b1-e05c-4fae-ae6e-d33c447c836f => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1333] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:09 2026] DELETE /v2.0/routers/895d9b08-54a3-47f3-ae8b-141f4aa1b35d => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1334] 10.0.0.159 () {32 vars in 688 bytes} [Fri Apr 17 01:38:09 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1335] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:09.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b803627-0b2d-4d61-813a-f16d3fa07d0e adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: 21d6767c-b761-45c0-8e91-144916ab919a 2026-04-17 01:38:09.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b803627-0b2d-4d61-813a-f16d3fa07d0e adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: 21d6767c-b761-45c0-8e91-144916ab919a [pid: 8|app: 0|req: 647/1336] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:09 2026] DELETE /v2.0/subnets/6772a2ca-d784-47db-9baa-2fe148008528 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1337] 10.0.0.159 () {32 vars in 702 bytes} [Fri Apr 17 01:38:09 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1338] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:09 2026] DELETE /v2.0/ports/21d6767c-b761-45c0-8e91-144916ab919a => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1339] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1340] 10.0.0.159 () {32 vars in 698 bytes} [Fri Apr 17 01:38:09 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1341] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:09 2026] DELETE /v2.0/subnets/e5c6b294-d073-4dd2-8624-88cd44aef6a1 => 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: 651/1342] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:10 2026] GET /v2.0/ports?device_id=08674603-8912-4e54-9160-f8d42928c848 => generated 958 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:10.108 7 INFO neutron.db.securitygroups_db [None req-5460b1e0-54fe-424b-863f-5633e3e38ab2 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Project 6060edd811cc454fa30362fd8371bc1a 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: 652/1343] 10.0.0.159 () {32 vars in 710 bytes} [Fri Apr 17 01:38:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1344] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:10.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-eacca53f-34fb-4b48-86b1-0ab96e0db586 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: c604e5ef-4e62-494b-a1e3-3a44cfad1366 2026-04-17 01:38:10.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eacca53f-34fb-4b48-86b1-0ab96e0db586 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: c604e5ef-4e62-494b-a1e3-3a44cfad1366 [pid: 8|app: 0|req: 653/1345] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:10 2026] DELETE /v2.0/networks/1e432212-fb9c-4644-b9fa-a5102d6d504b => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1346] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:10 2026] DELETE /v2.0/security-groups/9eb598a8-c74a-41cb-96d5-e6c880576f85 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:10.514 8 INFO neutron.db.securitygroups_db [None req-51506daf-3055-4823-8042-842da4fbd550 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Project 6060edd811cc454fa30362fd8371bc1a 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: 655/1347] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:10.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c587a7c-3a6b-481d-a25e-437256e700b6 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: 70684750-bdc6-412c-a1dc-c635d3e59c5d 2026-04-17 01:38:10.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c587a7c-3a6b-481d-a25e-437256e700b6 adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: 70684750-bdc6-412c-a1dc-c635d3e59c5d 2026-04-17 01:38:10.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-65f430be-ea07-4948-bbac-f481885a459c e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 02552bc6-1748-4fff-9798-9f838094301f 2026-04-17 01:38:10.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f430be-ea07-4948-bbac-f481885a459c e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 02552bc6-1748-4fff-9798-9f838094301f [pid: 8|app: 0|req: 656/1348] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:10 2026] DELETE /v2.0/networks/f5bb2607-35af-4602-8d33-cb80117688b3 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1349] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:10 2026] DELETE /v2.0/security-groups/1fd72e5b-1b0f-4a0e-ad31-4abd73808ba7 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:11.018 8 INFO neutron.db.segments_db [None req-f3c2f65e-638b-402c-bbe2-83a6518d8108 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 of type vxlan for network 9f15708b-bb73-4851-a4da-5765a18fd04a [pid: 8|app: 0|req: 658/1350] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:10 2026] POST /v2.0/networks => generated 611 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1351] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:10 2026] PUT /v2.0/routers/08674603-8912-4e54-9160-f8d42928c848/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1352] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:11 2026] DELETE /v2.0/security-groups/c452f499-26bc-4e04-84f8-cf1dc250f664 => 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: 694/1353] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:38:11 2026] GET /v2.0/networks => generated 1298 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1354] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:11 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:11.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e321462-c548-42e3-9505-e3a6204047ea adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: 150214c8-7d0e-40f8-ab65-87971b16daf8 2026-04-17 01:38:11.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e321462-c548-42e3-9505-e3a6204047ea adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: 150214c8-7d0e-40f8-ab65-87971b16daf8 [pid: 8|app: 0|req: 661/1355] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:11 2026] DELETE /v2.0/security-groups/d2dd7365-cf3e-4be1-9d6b-25be608782f9 => 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: 662/1356] 10.0.0.165 () {34 vars in 1098 bytes} [Fri Apr 17 01:38:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-953172122&fields=id&tenant_id=6060edd811cc454fa30362fd8371bc1a => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:11.535 8 INFO neutron.db.segments_db [None req-e213bee4-b94b-49da-a57e-561b388464ec e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment 6d0bc15d-2e20-456a-9457-12e63d7f4224 of type vxlan for network 4e616e82-85ef-4872-8491-6376f912fd6b 2026-04-17 01:38:11.631 8 INFO neutron.services.segments.plugin [-] Segment c17f1e33-072b-4552-bc43-a503fc810142 resource provider aggregate not found 2026-04-17 01:38:11.638 8 INFO neutron.services.segments.plugin [-] Segment c17f1e33-072b-4552-bc43-a503fc810142 resource provider aggregate not found 2026-04-17 01:38:11.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e321462-c548-42e3-9505-e3a6204047ea adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] TaaS: Handle Delete Port: b2764eeb-1030-4bde-b383-ba2cd5c3e5d6 2026-04-17 01:38:11.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e321462-c548-42e3-9505-e3a6204047ea adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] Tap Mirror: Handle Delete Port: b2764eeb-1030-4bde-b383-ba2cd5c3e5d6 2026-04-17 01:38:11.654 8 INFO neutron.services.segments.plugin [-] Segment c17f1e33-072b-4552-bc43-a503fc810142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c17f1e33-072b-4552-bc43-a503fc810142 found for delete ", "request_id": "req-76d58ebb-d298-4b48-a1d1-2ea2da3ced20"}]} 2026-04-17 01:38:11.659 8 INFO neutron.services.segments.plugin [-] Segment c17f1e33-072b-4552-bc43-a503fc810142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c17f1e33-072b-4552-bc43-a503fc810142 found for delete ", "request_id": "req-0ba860ab-d1a2-4a5a-98cb-296d340d3c7f"}]} 2026-04-17 01:38:11.684 8 INFO neutron.services.segments.plugin [-] Segment 61c218c9-c06d-4f09-af07-75ad6ed47c7e resource provider aggregate not found 2026-04-17 01:38:11.689 8 INFO neutron.services.segments.plugin [-] Segment 61c218c9-c06d-4f09-af07-75ad6ed47c7e resource provider aggregate not found 2026-04-17 01:38:11.706 8 INFO neutron.services.segments.plugin [-] Segment 61c218c9-c06d-4f09-af07-75ad6ed47c7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c218c9-c06d-4f09-af07-75ad6ed47c7e found for delete ", "request_id": "req-b9fc9e96-1d87-4f80-8e87-0663f2f50376"}]} 2026-04-17 01:38:11.710 8 INFO neutron.services.segments.plugin [-] Segment 61c218c9-c06d-4f09-af07-75ad6ed47c7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c218c9-c06d-4f09-af07-75ad6ed47c7e found for delete ", "request_id": "req-3e76feea-2960-4724-b607-501a9543ed21"}]} 2026-04-17 01:38:11.847 8 INFO neutron.db.l3_hamode_db [None req-e213bee4-b94b-49da-a57e-561b388464ec e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:11.926 7 INFO neutron.services.segments.plugin [-] Segment 15a0d251-3610-4655-a59d-4fef2209436a resource provider aggregate not found 2026-04-17 01:38:11.932 7 INFO neutron.services.segments.plugin [-] Segment 15a0d251-3610-4655-a59d-4fef2209436a resource provider aggregate not found 2026-04-17 01:38:11.950 7 INFO neutron.services.segments.plugin [-] Segment 15a0d251-3610-4655-a59d-4fef2209436a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a0d251-3610-4655-a59d-4fef2209436a found for delete ", "request_id": "req-63295079-84e0-4605-a229-f0f3465363e8"}]} 2026-04-17 01:38:11.952 7 INFO neutron.services.segments.plugin [-] Segment 15a0d251-3610-4655-a59d-4fef2209436a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a0d251-3610-4655-a59d-4fef2209436a found for delete ", "request_id": "req-215cb38c-2632-4d31-a441-252abedd7d8f"}]} 2026-04-17 01:38:11.956 7 INFO neutron.db.l3_hamode_db [None req-4e321462-c548-42e3-9505-e3a6204047ea adda12700e604af1832b3589c2f2dfcd c171095a35d143bc8289252313ad7581 - - default default] HA network 8b5e4d79-1260-4cde-9a7a-5256b2d683ab was deleted as no HA routers are present in tenant c171095a35d143bc8289252313ad7581. [pid: 7|app: 0|req: 695/1357] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:11 2026] DELETE /v2.0/routers/08674603-8912-4e54-9160-f8d42928c848 => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:11.994 8 INFO neutron.db.l3_hamode_db [None req-e213bee4-b94b-49da-a57e-561b388464ec e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 696/1358] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:11 2026] DELETE /v2.0/security-groups/95f8a87e-86fb-4d98-b5e1-eead1e34ecd2 => 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: 697/1359] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1360] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:12 2026] DELETE /v2.0/subnets/14f3bd82-6a6d-4616-86a8-78232825b054 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1361] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/quotas/6060edd811cc454fa30362fd8371bc1a => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1362] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:12 2026] DELETE /v2.0/networks/0d9977f7-1a85-4446-937a-6134f79b1e2b => 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: 701/1363] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1364] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 703/1365] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 663/1366] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:11 2026] POST /v2.0/routers => generated 506 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1367] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => 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: 704/1368] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:38:12 2026] POST /v2.0/ports => generated 952 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1369] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/security-groups?tenant_id=a0b6b14adcf1490ebf5ddcd9ba0363f0&name=default => generated 2925 bytes in 178 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: 705/1370] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:12 2026] GET /v2.0/security-groups?tenant_id=c171095a35d143bc8289252313ad7581&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1371] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:13 2026] DELETE /v2.0/security-groups/27c232e0-7055-4d84-bf76-7c864ae174c1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1372] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:13 2026] DELETE /v2.0/security-groups/ad45ae9f-a342-486c-a349-eb633f4c2a89 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1373] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:13 2026] GET /v2.0/security-groups?tenant_id=b6ac2be55bd245338695fbaed817d800&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1374] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:13 2026] DELETE /v2.0/security-groups/c3cc3f67-6dbe-4346-ade9-6b5080fd5ba4 => 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: 710/1375] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:13 2026] GET /v2.0/security-groups?tenant_id=c1e67bdabd8045458c4b6210b94cf226&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: 711/1376] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:13 2026] DELETE /v2.0/security-groups/7c5577a6-bc70-4f4e-a542-34a0cc40ca72 => 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: 712/1377] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:13 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:13.978 7 INFO neutron.services.segments.plugin [-] Segment b2b3a92c-58c5-4c86-a519-5cdf922b3ffa resource provider aggregate not found 2026-04-17 01:38:13.996 7 INFO neutron.services.segments.plugin [-] Segment b2b3a92c-58c5-4c86-a519-5cdf922b3ffa resource provider aggregate not found 2026-04-17 01:38:14.001 7 INFO neutron.services.segments.plugin [-] Segment b2b3a92c-58c5-4c86-a519-5cdf922b3ffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b3a92c-58c5-4c86-a519-5cdf922b3ffa found for delete ", "request_id": "req-dbc4f1f4-f83e-4405-b0cd-886aadd6c31a"}]} 2026-04-17 01:38:14.014 7 INFO neutron.services.segments.plugin [-] Segment b2b3a92c-58c5-4c86-a519-5cdf922b3ffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2b3a92c-58c5-4c86-a519-5cdf922b3ffa found for delete ", "request_id": "req-333922db-ddc7-4ecc-bac5-675e70f01538"}]} [pid: 8|app: 0|req: 666/1378] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:13 2026] PUT /v2.0/routers/c0263d65-cc9c-4d0c-8662-19c35f125fae/add_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1379] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:14 2026] GET /v2.0/ports/8a8fbcdb-e78f-4757-8f43-3249dd553d62 => generated 1026 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:38:14.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-88c4822c-2447-4d03-9088-778d258e4258 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 8a8fbcdb-e78f-4757-8f43-3249dd553d62 2026-04-17 01:38:14.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88c4822c-2447-4d03-9088-778d258e4258 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 8a8fbcdb-e78f-4757-8f43-3249dd553d62 [pid: 8|app: 0|req: 667/1380] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:14 2026] PUT /v2.0/routers/c0263d65-cc9c-4d0c-8662-19c35f125fae/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1381] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:14 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:38:15.112 8 INFO neutron.api.v2.resource [None req-a8d72b1d-8fda-4753-9db2-7fac1745ec41 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1382] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:15 2026] PUT /v2.0/routers/c0263d65-cc9c-4d0c-8662-19c35f125fae/remove_router_interface => generated 197 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1383] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:15 2026] GET /v2.0/ports?device_id=c0263d65-cc9c-4d0c-8662-19c35f125fae => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:15.294 7 INFO neutron.db.segments_db [None req-2e97c456-d838-4570-965b-c5ab1b12318f 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment 2452a486-1c4f-4a52-9d03-88971ce5ac03 of type vxlan for network b4c14fec-1815-4793-aa17-f4e60d97aea6 2026-04-17 01:38:15.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-2811b690-11ed-43c5-821d-35cd754cc33e e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 53fd5e8f-664d-44b8-9c0b-3f4fffb856cc 2026-04-17 01:38:15.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2811b690-11ed-43c5-821d-35cd754cc33e e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 53fd5e8f-664d-44b8-9c0b-3f4fffb856cc [pid: 7|app: 0|req: 715/1384] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:15 2026] POST /v2.0/networks => generated 615 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:15.451 7 INFO neutron.db.segments_db [None req-0a50a8f2-1cd1-48c6-8a5b-35b58c36fa6c 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e of type vxlan for network 29b1e7f8-3d7d-407c-9caf-d30320ba75dd [pid: 7|app: 0|req: 716/1385] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:15 2026] POST /v2.0/networks => generated 615 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:15.662 8 INFO neutron.services.segments.plugin [-] Segment 6d0bc15d-2e20-456a-9457-12e63d7f4224 resource provider aggregate not found 2026-04-17 01:38:15.670 8 INFO neutron.services.segments.plugin [-] Segment 6d0bc15d-2e20-456a-9457-12e63d7f4224 resource provider aggregate not found 2026-04-17 01:38:15.685 8 INFO neutron.services.segments.plugin [-] Segment 6d0bc15d-2e20-456a-9457-12e63d7f4224 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0bc15d-2e20-456a-9457-12e63d7f4224 found for delete ", "request_id": "req-7e6c603f-e3f7-40a6-a605-bc1dec37a1ed"}]} 2026-04-17 01:38:15.688 8 INFO neutron.services.segments.plugin [-] Segment 6d0bc15d-2e20-456a-9457-12e63d7f4224 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0bc15d-2e20-456a-9457-12e63d7f4224 found for delete ", "request_id": "req-d84d08b0-9f76-4469-8f09-fba9ebf55f2b"}]} 2026-04-17 01:38:15.691 8 INFO neutron.db.l3_hamode_db [None req-2811b690-11ed-43c5-821d-35cd754cc33e e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] HA network 4e616e82-85ef-4872-8491-6376f912fd6b was deleted as no HA routers are present in tenant 4b3e001cc00d4583814f9a35812d821e. [pid: 8|app: 0|req: 670/1386] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:15 2026] DELETE /v2.0/routers/c0263d65-cc9c-4d0c-8662-19c35f125fae => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1387] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:15 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1388] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:15 2026] DELETE /v2.0/subnets/bb171662-96a4-420b-983f-5a99786fb7c0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1389] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:15 2026] DELETE /v2.0/networks/9f15708b-bb73-4851-a4da-5765a18fd04a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1390] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:15 2026] POST /v2.0/subnets => generated 655 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:16.023 8 INFO neutron.db.segments_db [None req-c9dc88d3-eb61-4ce8-8038-4f50e5e1e189 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment 5a0f74f7-2380-415d-982e-37109e3863d2 of type vxlan for network c11b009a-f55d-45e7-bcb4-a2d3e7690ad8 2026-04-17 01:38:16.071 7 INFO neutron.db.segments_db [None req-5851c736-c004-4675-bdad-cf499fa61a58 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f of type vxlan for network 907e0698-0593-4aaa-8044-23ba78d67781 [pid: 8|app: 0|req: 673/1391] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:15 2026] POST /v2.0/networks => generated 611 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1392] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:16 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:16.310 7 INFO neutron.db.l3_hamode_db [None req-5851c736-c004-4675-bdad-cf499fa61a58 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 675/1393] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:16 2026] POST /v2.0/subnets => generated 626 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:16.391 8 INFO neutron.db.segments_db [None req-b6482695-4f15-442a-b86d-19989f4e4919 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment 715ce75a-ae7e-4c26-8397-1a2440f30735 of type vxlan for network d940808f-6ab4-4583-970a-62c91fd3e2c0 2026-04-17 01:38:16.434 7 INFO neutron.db.l3_hamode_db [None req-5851c736-c004-4675-bdad-cf499fa61a58 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:16.636 8 INFO neutron.db.l3_hamode_db [None req-b6482695-4f15-442a-b86d-19989f4e4919 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:16.740 8 INFO neutron.db.l3_hamode_db [None req-b6482695-4f15-442a-b86d-19989f4e4919 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 719/1394] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:16 2026] POST /v2.0/routers => generated 511 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1395] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:38:17 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1396] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:16 2026] POST /v2.0/routers => generated 507 bytes in 988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1397] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:38:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6060edd811cc454fa30362fd8371bc1a => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1398] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:17 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:17.712 8 INFO neutron.services.segments.plugin [-] Segment 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 resource provider aggregate not found 2026-04-17 01:38:17.721 8 INFO neutron.services.segments.plugin [-] Segment 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 resource provider aggregate not found 2026-04-17 01:38:17.733 8 INFO neutron.services.segments.plugin [-] Segment 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 found for delete ", "request_id": "req-b5ffbcdc-7321-468e-81a1-1f7b9faabde0"}]} 2026-04-17 01:38:17.742 8 INFO neutron.services.segments.plugin [-] Segment 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394f3a38-2ab3-4d0c-ba13-50df78ef4d58 found for delete ", "request_id": "req-fbfecf7c-142b-4229-9059-8abf4a786484"}]} [pid: 7|app: 0|req: 721/1399] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:17 2026] PUT /v2.0/routers/2864d5f7-a43e-431d-b39d-395e722f3413/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1400] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:38:18 2026] POST /v2.0/ports => generated 958 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1401] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:17 2026] PUT /v2.0/routers/f7b55365-20c5-4374-a3e4-b318fd02c7ac/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1402] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:18 2026] GET /v2.0/ports/d42981af-e395-407e-a53a-644658df2ab1 => generated 959 bytes in 60 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: 681/1403] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:18 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 961 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1404] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:38:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1405] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:18 2026] GET /v2.0/ports/31da2cf8-8827-49f9-9c3b-3a1fb6871f4d => generated 955 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1406] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:38:18 2026] PUT /v2.0/ports/fbf74f94-a155-4374-9888-c5fd49208a95 => generated 1239 bytes in 415 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-04-17 01:38:19.118 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8db8e563-7d53-4e2c-94e7-23121e50b38a'] response: {'name': 'network-changed', 'server_uuid': 'a69f7902-836b-48f0-b235-b5118a0ffe47', 'tag': 'fbf74f94-a155-4374-9888-c5fd49208a95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 683/1407] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:19 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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: 684/1408] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:38:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:19.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-c479076e-bdf0-4beb-a825-3f339e07dbc6 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 31da2cf8-8827-49f9-9c3b-3a1fb6871f4d 2026-04-17 01:38:19.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c479076e-bdf0-4beb-a825-3f339e07dbc6 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 31da2cf8-8827-49f9-9c3b-3a1fb6871f4d [pid: 7|app: 0|req: 725/1409] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:18 2026] PUT /v2.0/routers/2864d5f7-a43e-431d-b39d-395e722f3413/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1410] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:38:19 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: 7|app: 0|req: 727/1411] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:38:19 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1412] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:19 2026] PUT /v2.0/routers/f7b55365-20c5-4374-a3e4-b318fd02c7ac/remove_router_interface => generated 309 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1413] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:19 2026] GET /v2.0/ports/ea9a315d-07ff-4f8d-8cf4-d1c6ff5cbbaf => generated 967 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1414] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:20 2026] GET /v2.0/ports?device_id=f7b55365-20c5-4374-a3e4-b318fd02c7ac => 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: 686/1415] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:38:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1416] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:38:20 2026] GET /v2.0/networks?tenant_id=6060edd811cc454fa30362fd8371bc1a&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:20.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1802b85-0a74-4a47-b525-407755f25151 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: a48f1a8a-fbd8-44ef-bc90-f492b9196754 2026-04-17 01:38:20.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1802b85-0a74-4a47-b525-407755f25151 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: a48f1a8a-fbd8-44ef-bc90-f492b9196754 2026-04-17 01:38:20.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-23d9438e-8497-47da-8c6c-970e497d1469 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: ea9a315d-07ff-4f8d-8cf4-d1c6ff5cbbaf 2026-04-17 01:38:20.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23d9438e-8497-47da-8c6c-970e497d1469 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: ea9a315d-07ff-4f8d-8cf4-d1c6ff5cbbaf 2026-04-17 01:38:20.565 7 INFO neutron.services.segments.plugin [-] Segment 715ce75a-ae7e-4c26-8397-1a2440f30735 resource provider aggregate not found 2026-04-17 01:38:20.570 7 INFO neutron.services.segments.plugin [-] Segment 715ce75a-ae7e-4c26-8397-1a2440f30735 resource provider aggregate not found 2026-04-17 01:38:20.584 7 INFO neutron.services.segments.plugin [-] Segment 715ce75a-ae7e-4c26-8397-1a2440f30735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 715ce75a-ae7e-4c26-8397-1a2440f30735 found for delete ", "request_id": "req-a7d4fa83-77da-4c57-a873-4ce13a7648a9"}]} 2026-04-17 01:38:20.589 7 INFO neutron.services.segments.plugin [-] Segment 715ce75a-ae7e-4c26-8397-1a2440f30735 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 715ce75a-ae7e-4c26-8397-1a2440f30735 found for delete ", "request_id": "req-0097d75a-0df8-437f-a082-0e440a2e9b0d"}]} 2026-04-17 01:38:20.602 7 INFO neutron.db.l3_hamode_db [None req-c1802b85-0a74-4a47-b525-407755f25151 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] HA network d940808f-6ab4-4583-970a-62c91fd3e2c0 was deleted as no HA routers are present in tenant 4b3e001cc00d4583814f9a35812d821e. [pid: 7|app: 0|req: 731/1417] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:20 2026] DELETE /v2.0/routers/f7b55365-20c5-4374-a3e4-b318fd02c7ac => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1418] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:38:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1419] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:38:20 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: 734/1420] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:20 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1421] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:20 2026] PUT /v2.0/routers/2864d5f7-a43e-431d-b39d-395e722f3413/remove_router_interface => generated 309 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1422] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:38:20 2026] PUT /v2.0/subnetpools/fabe2598-4c04-487f-935c-ec4a7aaf4ca6/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1423] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:20 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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: 735/1426] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:20 2026] DELETE /v2.0/subnets/9ab4c7fb-67c5-461a-bbee-6d9b3471d820 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1427] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:38:20 2026] PUT /v2.0/subnetpools/6a7cbc90-891d-41a2-9643-70acc6547541/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1428] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:20 2026] DELETE /v2.0/networks/c11b009a-f55d-45e7-bcb4-a2d3e7690ad8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1429] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:38:21 2026] PUT /v2.0/subnetpools/d13f1158-53f5-4234-b1f5-cacc35c21864/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:21.163 7 INFO neutron.db.segments_db [None req-ceb04035-357c-496b-963f-0e93c3723d29 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Added segment 976874e9-578d-4f1a-9869-b01104bdcc69 of type vxlan for network aaf0b912-d561-4af0-a17c-979812cc4f96 2026-04-17 01:38:21.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd6411a6-3d61-4bce-bf1c-a8b1f3155a1c 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: d42981af-e395-407e-a53a-644658df2ab1 2026-04-17 01:38:21.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd6411a6-3d61-4bce-bf1c-a8b1f3155a1c 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: d42981af-e395-407e-a53a-644658df2ab1 2026-04-17 01:38:21.406 7 INFO neutron.db.l3_hamode_db [None req-ceb04035-357c-496b-963f-0e93c3723d29 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 692/1430] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:20 2026] PUT /v2.0/routers/2864d5f7-a43e-431d-b39d-395e722f3413/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1431] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:38:21 2026] PUT /v2.0/subnetpools/e1f78ef2-5858-4f4f-9492-834053fe102e/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1432] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:21 2026] GET /v2.0/ports?device_id=2864d5f7-a43e-431d-b39d-395e722f3413 => 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: 695/1433] 10.0.0.159 () {32 vars in 672 bytes} [Fri Apr 17 01:38:21 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1434] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:38:21 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:21.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-e53749da-1f67-4f82-aff8-927df965ed7d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: cdb90899-c9b7-428b-aefa-488bd2ab2410 2026-04-17 01:38:21.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e53749da-1f67-4f82-aff8-927df965ed7d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: cdb90899-c9b7-428b-aefa-488bd2ab2410 2026-04-17 01:38:22.139 7 INFO neutron.db.l3_hamode_db [None req-ceb04035-357c-496b-963f-0e93c3723d29 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:22.619 7 INFO neutron.services.segments.plugin [-] Segment 5a0f74f7-2380-415d-982e-37109e3863d2 resource provider aggregate not found 2026-04-17 01:38:22.621 7 INFO neutron.services.segments.plugin [-] Segment 5a0f74f7-2380-415d-982e-37109e3863d2 resource provider aggregate not found 2026-04-17 01:38:22.640 7 INFO neutron.services.segments.plugin [-] Segment 5a0f74f7-2380-415d-982e-37109e3863d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0f74f7-2380-415d-982e-37109e3863d2 found for delete ", "request_id": "req-288b2d6a-e49e-459d-85d7-cd80415c656c"}]} 2026-04-17 01:38:22.645 7 INFO neutron.services.segments.plugin [-] Segment 5a0f74f7-2380-415d-982e-37109e3863d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0f74f7-2380-415d-982e-37109e3863d2 found for delete ", "request_id": "req-49ee4e45-f882-4932-9490-0ddd1afcf17a"}]} 2026-04-17 01:38:22.756 8 INFO neutron.services.segments.plugin [-] Segment a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f resource provider aggregate not found 2026-04-17 01:38:22.767 8 INFO neutron.services.segments.plugin [-] Segment a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f resource provider aggregate not found 2026-04-17 01:38:22.782 8 INFO neutron.services.segments.plugin [-] Segment a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f found for delete ", "request_id": "req-9ed58e73-59c2-486f-a804-25382d3a4104"}]} 2026-04-17 01:38:22.787 8 INFO neutron.db.l3_hamode_db [None req-e53749da-1f67-4f82-aff8-927df965ed7d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] HA network 907e0698-0593-4aaa-8044-23ba78d67781 was deleted as no HA routers are present in tenant 8cf7fc061dd2406b99f2dc5bb1007fcb. 2026-04-17 01:38:22.788 8 INFO neutron.services.segments.plugin [-] Segment a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3dc6eb3-80b7-4a9e-b14e-f39b26ef425f found for delete ", "request_id": "req-49effb45-1bd5-4634-8516-adfc72250e15"}]} [pid: 8|app: 0|req: 697/1435] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:21 2026] DELETE /v2.0/routers/2864d5f7-a43e-431d-b39d-395e722f3413 => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1436] 10.0.0.159 () {32 vars in 686 bytes} [Fri Apr 17 01:38:22 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1437] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fbf74f94-a155-4374-9888-c5fd49208a95 => 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: 700/1438] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:22 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1439] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:22 2026] DELETE /v2.0/subnets/77bbe92b-ffe8-4ec3-b6f7-04ba7d6d6682 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1440] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:38:22 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1441] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:21 2026] POST /v2.0/routers => generated 687 bytes in 1894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1442] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/subnets?id=304bd471-975c-40ba-9b88-91a104369ded => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1443] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1444] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1445] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/routers/f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1446] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/ports?network_id=dad23d30-1750-4b58-8581-f94e0020e27b&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: 704/1447] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/subnets/95043e3c-0e24-4a87-ae41-f944c965a46c => 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: 744/1448] 10.0.0.159 () {32 vars in 680 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1449] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 705/1450] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/routers => generated 696 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1451] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1452] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 746/1453] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/networks/29b1e7f8-3d7d-407c-9caf-d30320ba75dd => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1454] 10.0.0.159 () {32 vars in 690 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:23.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-082db125-6275-4393-922a-a245418041b8 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: dc812b19-9249-4169-af1a-d6e0602eee38 2026-04-17 01:38:23.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082db125-6275-4393-922a-a245418041b8 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: dc812b19-9249-4169-af1a-d6e0602eee38 [pid: 7|app: 0|req: 748/1455] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/networks/b4c14fec-1815-4793-aa17-f4e60d97aea6 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1456] 10.0.0.159 () {32 vars in 702 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:23.758 7 INFO neutron.db.segments_db [None req-8a219c68-e66d-4650-9bb1-03b97be90142 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment 1752afe9-8985-4b63-bcf3-06d819c038d7 of type vxlan for network 9ac3fab9-8489-4748-a860-f3bd93dec3dd [pid: 8|app: 0|req: 708/1457] 10.0.0.159 () {34 vars in 741 bytes} [Fri Apr 17 01:38:23 2026] PUT /v2.0/routers/f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 700 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1458] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/subnetpools/fabe2598-4c04-487f-935c-ec4a7aaf4ca6 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1459] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:23 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1460] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/routers/f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 700 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1461] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/subnetpools/6a7cbc90-891d-41a2-9643-70acc6547541 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1462] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/subnetpools/d13f1158-53f5-4234-b1f5-cacc35c21864 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1463] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:23 2026] GET /v2.0/ports?device_id=f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1464] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/subnetpools/e1f78ef2-5858-4f4f-9492-834053fe102e => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1465] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:23 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1466] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:24 2026] DELETE /v2.0/subnetpools/6d69efd8-8513-4beb-aa71-798c136e36c4 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:24.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-f420ad14-2c1f-4ef9-9acb-30156c05e58a e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: 2c93b012-a5a8-4c5c-b28a-37767f7d2044 2026-04-17 01:38:24.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f420ad14-2c1f-4ef9-9acb-30156c05e58a e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: 2c93b012-a5a8-4c5c-b28a-37767f7d2044 [pid: 8|app: 0|req: 713/1467] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:24 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:24.291 8 INFO neutron.db.segments_db [None req-21defdbb-f92a-45f1-9751-c51302571d2c 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment 60fe3517-d2d9-4542-be30-3a9f3a315bb2 of type vxlan for network 70bbbaa8-dfef-4d95-91b4-d3687282f724 2026-04-17 01:38:24.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-f420ad14-2c1f-4ef9-9acb-30156c05e58a e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] TaaS: Handle Delete Port: a457cc21-13a6-437c-b4ba-ec9e8d2f1fb2 2026-04-17 01:38:24.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f420ad14-2c1f-4ef9-9acb-30156c05e58a e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] Tap Mirror: Handle Delete Port: a457cc21-13a6-437c-b4ba-ec9e8d2f1fb2 2026-04-17 01:38:24.657 7 INFO neutron.services.segments.plugin [-] Segment 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e resource provider aggregate not found 2026-04-17 01:38:24.659 7 INFO neutron.services.segments.plugin [-] Segment 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e resource provider aggregate not found 2026-04-17 01:38:24.664 8 INFO neutron.db.l3_hamode_db [None req-21defdbb-f92a-45f1-9751-c51302571d2c 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:24.676 7 INFO neutron.services.segments.plugin [-] Segment 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e found for delete ", "request_id": "req-6c089d4e-e950-4881-b1c2-75a2ece34498"}]} 2026-04-17 01:38:24.680 7 INFO neutron.services.segments.plugin [-] Segment 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b3effe3-7b52-4d95-8d70-3dda6c8b1e3e found for delete ", "request_id": "req-1b14f75c-8537-4dfc-9961-2c4f74e9f96f"}]} 2026-04-17 01:38:24.698 7 INFO neutron.services.segments.plugin [-] Segment 2452a486-1c4f-4a52-9d03-88971ce5ac03 resource provider aggregate not found 2026-04-17 01:38:24.712 7 INFO neutron.services.segments.plugin [-] Segment 2452a486-1c4f-4a52-9d03-88971ce5ac03 resource provider aggregate not found 2026-04-17 01:38:24.719 7 INFO neutron.services.segments.plugin [-] Segment 2452a486-1c4f-4a52-9d03-88971ce5ac03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2452a486-1c4f-4a52-9d03-88971ce5ac03 found for delete ", "request_id": "req-87a95185-b28f-4060-85ec-3540c7e49622"}]} 2026-04-17 01:38:24.728 7 INFO neutron.services.segments.plugin [-] Segment 2452a486-1c4f-4a52-9d03-88971ce5ac03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2452a486-1c4f-4a52-9d03-88971ce5ac03 found for delete ", "request_id": "req-eeda19e5-d0ec-4805-b9bf-9b1f9b61ee66"}]} 2026-04-17 01:38:24.817 8 INFO neutron.db.l3_hamode_db [None req-21defdbb-f92a-45f1-9751-c51302571d2c 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:24.865 7 INFO neutron.db.l3_hamode_db [None req-f420ad14-2c1f-4ef9-9acb-30156c05e58a e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] HA network aaf0b912-d561-4af0-a17c-979812cc4f96 was deleted as no HA routers are present in tenant 4b3e001cc00d4583814f9a35812d821e. [pid: 7|app: 0|req: 755/1468] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:23 2026] DELETE /v2.0/routers/f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1469] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:24 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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: 757/1470] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:24 2026] GET /v2.0/ports?device_id=f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:24.936 7 INFO neutron.api.v2.resource [None req-cb068206-d877-43a5-8304-1acdff87eaec e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1471] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:24 2026] DELETE /v2.0/routers/f65564ad-cec2-43d6-868f-f6dac65bd5db => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1472] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:24 2026] GET /v2.0/ports?device_id=f7b55365-20c5-4374-a3e4-b318fd02c7ac => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:24.977 7 INFO neutron.api.v2.resource [None req-62fbce24-de29-4df4-aab2-35500ace3997 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1473] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:24 2026] DELETE /v2.0/routers/f7b55365-20c5-4374-a3e4-b318fd02c7ac => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:24.998 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d47e9ce3-b839-4a38-9e4b-c40e983453d1 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1474] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:24 2026] DELETE /v2.0/subnets/9ab4c7fb-67c5-461a-bbee-6d9b3471d820 => 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: 762/1475] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:25 2026] GET /v2.0/ports?device_id=c0263d65-cc9c-4d0c-8662-19c35f125fae => 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: 763/1476] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:25 2026] GET /v2.0/security-groups?tenant_id=eb2c4e213d344c289b81708bca89624e&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:25.333 7 INFO neutron.api.v2.resource [None req-36cd3dac-6812-4250-a2ab-0f86e89c8521 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1477] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/routers/c0263d65-cc9c-4d0c-8662-19c35f125fae => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1478] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/security-groups/95468835-c41d-4854-9336-4d3be5b544e9 => 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: 714/1479] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:24 2026] POST /v2.0/routers => generated 510 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:25.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c0681f6-d905-4194-a7e9-4ef5b87f1bed e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1480] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/subnets/bb171662-96a4-420b-983f-5a99786fb7c0 => 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: 767/1481] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:25 2026] GET /v2.0/ports?device_id=895d9b08-54a3-47f3-ae8b-141f4aa1b35d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:25.506 7 INFO neutron.api.v2.resource [None req-0655c397-6490-4356-93f0-de793a3030fb e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1482] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/routers/895d9b08-54a3-47f3-ae8b-141f4aa1b35d => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:25.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f30dc7b-8bb9-4a11-94d8-e5c07d72a55e e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 769/1483] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/subnets/6772a2ca-d784-47db-9baa-2fe148008528 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:25.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e39cfdf-aa61-44b4-904f-32f47efe2975 e04abfddbe9d42b2a012d0ef899d55ad 4b3e001cc00d4583814f9a35812d821e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1484] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/subnets/e5c6b294-d073-4dd2-8624-88cd44aef6a1 => 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: 771/1485] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:25 2026] GET /v2.0/security-groups?tenant_id=b28b3bd844e94affa3aabd1bbfcd3a21&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1486] 10.0.0.159 () {34 vars in 665 bytes} [Fri Apr 17 01:38:25 2026] POST /v2.0/ports => generated 964 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 772/1487] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:25 2026] DELETE /v2.0/security-groups/8935667f-96a4-42b6-b456-07c0c02c7c4e => 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: 773/1488] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:25 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => 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: 774/1489] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:26 2026] GET /v2.0/security-groups?tenant_id=2c74bcf6db1e4879b795278f989751b3&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1490] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:26 2026] GET /v2.0/security-groups?tenant_id=4b3e001cc00d4583814f9a35812d821e&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1491] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:26 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1492] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:26 2026] DELETE /v2.0/security-groups/f2a49458-9cfe-4d16-b2f4-6f35bd4d5c26 => 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: 778/1493] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:26 2026] DELETE /v2.0/security-groups/1b700543-43a4-4576-aee6-424bcab08181 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:26.739 7 INFO neutron.services.segments.plugin [-] Segment 976874e9-578d-4f1a-9869-b01104bdcc69 resource provider aggregate not found 2026-04-17 01:38:26.749 7 INFO neutron.services.segments.plugin [-] Segment 976874e9-578d-4f1a-9869-b01104bdcc69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 976874e9-578d-4f1a-9869-b01104bdcc69 found for delete ", "request_id": "req-69c2a7f0-fbed-4476-acad-5eb432cf31b2"}]} 2026-04-17 01:38:26.753 7 INFO neutron.services.segments.plugin [-] Segment 976874e9-578d-4f1a-9869-b01104bdcc69 resource provider aggregate not found 2026-04-17 01:38:26.772 7 INFO neutron.services.segments.plugin [-] Segment 976874e9-578d-4f1a-9869-b01104bdcc69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 976874e9-578d-4f1a-9869-b01104bdcc69 found for delete ", "request_id": "req-fae2b701-d8c0-4fe0-8181-2b105db5c891"}]} [pid: 8|app: 0|req: 716/1494] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:25 2026] PUT /v2.0/routers/2836c397-6415-451c-a75d-757e0a001eaf/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1495] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:26 2026] GET /v2.0/ports/de44622b-4256-4b79-bdd1-c2c7c0ea04de => generated 1038 bytes in 65 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-04-17 01:38:27.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bc9b34c-72bf-4c2d-81d0-939298ca841d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: de44622b-4256-4b79-bdd1-c2c7c0ea04de 2026-04-17 01:38:27.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bc9b34c-72bf-4c2d-81d0-939298ca841d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: de44622b-4256-4b79-bdd1-c2c7c0ea04de [pid: 7|app: 0|req: 780/1496] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:27 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1497] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:27 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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: 717/1498] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:26 2026] PUT /v2.0/routers/2836c397-6415-451c-a75d-757e0a001eaf/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:27.766 7 INFO neutron.api.v2.resource [None req-3fdd26d2-f5bf-494a-afe1-ed74c6e6613f 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1499] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:27 2026] PUT /v2.0/routers/2836c397-6415-451c-a75d-757e0a001eaf/remove_router_interface => generated 197 bytes in 136 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: 718/1500] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:27 2026] GET /v2.0/ports?device_id=2836c397-6415-451c-a75d-757e0a001eaf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:27.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e759227-d4fe-4833-bb50-ff80ae32b8a2 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: ae306530-4174-43f7-8e68-94770486d686 2026-04-17 01:38:27.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e759227-d4fe-4833-bb50-ff80ae32b8a2 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: ae306530-4174-43f7-8e68-94770486d686 2026-04-17 01:38:28.292 7 INFO neutron.db.l3_hamode_db [None req-0e759227-d4fe-4833-bb50-ff80ae32b8a2 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] HA network 70bbbaa8-dfef-4d95-91b4-d3687282f724 was deleted as no HA routers are present in tenant 8cf7fc061dd2406b99f2dc5bb1007fcb. [pid: 7|app: 0|req: 783/1501] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:27 2026] DELETE /v2.0/routers/2836c397-6415-451c-a75d-757e0a001eaf => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1502] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:28 2026] DELETE /v2.0/subnets/1250dbfb-cff9-459a-bc68-9136086d4216 => 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: 785/1503] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:28 2026] DELETE /v2.0/networks/9ac3fab9-8489-4748-a860-f3bd93dec3dd => 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: 786/1504] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:28 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:28.726 7 INFO neutron.db.segments_db [None req-4747160f-399f-4e49-a80a-a0a60f5a2e7b 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment e14def8f-6629-428b-99a3-6625256a3775 of type vxlan for network 2ec4712f-e30a-4e4a-9954-72f4e0487401 [pid: 8|app: 0|req: 719/1505] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:38:28.786 7 INFO neutron.services.segments.plugin [-] Segment 60fe3517-d2d9-4542-be30-3a9f3a315bb2 resource provider aggregate not found 2026-04-17 01:38:28.797 7 INFO neutron.services.segments.plugin [-] Segment 60fe3517-d2d9-4542-be30-3a9f3a315bb2 resource provider aggregate not found 2026-04-17 01:38:28.812 7 INFO neutron.services.segments.plugin [-] Segment 60fe3517-d2d9-4542-be30-3a9f3a315bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60fe3517-d2d9-4542-be30-3a9f3a315bb2 found for delete ", "request_id": "req-4161761c-047b-4b1e-8259-6bbcb9fefee4"}]} [pid: 8|app: 0|req: 720/1506] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:28 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:28.822 7 INFO neutron.services.segments.plugin [-] Segment 60fe3517-d2d9-4542-be30-3a9f3a315bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60fe3517-d2d9-4542-be30-3a9f3a315bb2 found for delete ", "request_id": "req-2a0f6902-663b-478c-a279-2674d8851c0e"}]} 2026-04-17 01:38:28.832 7 INFO neutron.services.segments.plugin [-] Segment 1752afe9-8985-4b63-bcf3-06d819c038d7 resource provider aggregate not found 2026-04-17 01:38:28.856 7 INFO neutron.services.segments.plugin [-] Segment 1752afe9-8985-4b63-bcf3-06d819c038d7 resource provider aggregate not found [pid: 7|app: 0|req: 787/1507] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:28 2026] POST /v2.0/networks => generated 615 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1508] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:38:28 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:28.861 7 INFO neutron.services.segments.plugin [-] Segment 1752afe9-8985-4b63-bcf3-06d819c038d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1752afe9-8985-4b63-bcf3-06d819c038d7 found for delete ", "request_id": "req-65263431-0e32-42dd-9024-d5a10c8ef3e2"}]} 2026-04-17 01:38:28.887 7 INFO neutron.services.segments.plugin [-] Segment 1752afe9-8985-4b63-bcf3-06d819c038d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1752afe9-8985-4b63-bcf3-06d819c038d7 found for delete ", "request_id": "req-2c6124d2-ab6b-4beb-94c5-760b653bfb6a"}]} [pid: 7|app: 0|req: 788/1509] 10.0.0.159 () {34 vars in 758 bytes} [Fri Apr 17 01:38:28 2026] PUT /v2.0/security-groups/d9898433-5bfd-4905-b3e4-d9b42c760a64 => generated 1664 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1510] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:28 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1511] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:38:29 2026] GET /v2.0/security-groups/d9898433-5bfd-4905-b3e4-d9b42c760a64 => generated 1664 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1512] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:29 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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: 722/1513] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:28 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1514] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:29 2026] DELETE /v2.0/security-groups/d9898433-5bfd-4905-b3e4-d9b42c760a64 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1515] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:29 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:29.185 7 INFO neutron.db.segments_db [None req-31799bf7-63b9-4f6c-9bcd-ff56d7338860 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment db809ba8-8637-40b8-8cb4-9b1acb74375c of type vxlan for network 75892c7b-c906-49c0-b151-ca4d7ffecd5c [pid: 8|app: 0|req: 724/1516] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:38:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:29.426 7 INFO neutron.db.l3_hamode_db [None req-31799bf7-63b9-4f6c-9bcd-ff56d7338860 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:29.533 7 INFO neutron.db.l3_hamode_db [None req-31799bf7-63b9-4f6c-9bcd-ff56d7338860 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:29.989 8 INFO neutron.db.l3_db [None req-db941fa2-72e8-455d-85cb-81dcacb7b7dd c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Floating IP 01b9f289-e024-49c3-a162-49203c869318 associated. External IP: 10.96.250.216, port: fbf74f94-a155-4374-9888-c5fd49208a95. [pid: 7|app: 0|req: 793/1517] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:29 2026] POST /v2.0/routers => generated 511 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:30.138 7 INFO neutron.api.v2.resource [None req-1e766de8-d5e3-4c62-8da2-41119db7d3bc 565e9ad3011c4c12b160aef603ab3dab 323fcfad224942fe80169c013e856e50 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1518] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:30 2026] DELETE /v2.0/security-groups/d9898433-5bfd-4905-b3e4-d9b42c760a64 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1519] 10.0.0.159 () {34 vars in 677 bytes} [Fri Apr 17 01:38:29 2026] POST /v2.0/floatingips => generated 856 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:30.413 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a36caa0-a325-4867-b72e-3f75fb0f8b4d'] response: {'name': 'network-changed', 'server_uuid': 'a69f7902-836b-48f0-b235-b5118a0ffe47', 'tag': 'fbf74f94-a155-4374-9888-c5fd49208a95', 'status': 'completed', 'code': 200} 2026-04-17 01:38:30.485 7 INFO neutron.db.segments_db [None req-278b0d3a-4b0b-4210-8a47-e7fa2c90bf40 79ab98aa3884424daf9565ecbb220e97 c2f6903ce3a747298c385355a018c4bb - - default default] Added segment 93abefd5-891b-4634-8b62-cbb12d471d82 of type vxlan for network 8348ee89-0812-4a88-8676-a85463412892 [pid: 7|app: 0|req: 795/1520] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:30 2026] POST /v2.0/networks => generated 613 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1521] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:38:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1522] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:38:30 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1523] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:38:30 2026] PUT /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1524] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1525] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:30 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1526] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => 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: 802/1527] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/security-group-rules/507d9b0c-fc91-4010-8340-2e897a1445ca => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1528] 10.0.0.159 () {34 vars in 764 bytes} [Fri Apr 17 01:38:31 2026] PUT /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1529] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1530] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1531] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1532] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fbf74f94-a155-4374-9888-c5fd49208a95 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1533] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:38:31 2026] DELETE /v2.0/security-group-rules/507d9b0c-fc91-4010-8340-2e897a1445ca => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1534] 10.0.0.159 () {34 vars in 760 bytes} [Fri Apr 17 01:38:31 2026] PUT /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1535] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/subnets?id=304bd471-975c-40ba-9b88-91a104369ded => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1536] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1537] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1538] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:38:30 2026] PUT /v2.0/routers/a2fcd0a0-f898-4fd0-aeea-a59c9ab83c91/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1539] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/ports?network_id=dad23d30-1750-4b58-8581-f94e0020e27b&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: 7|app: 0|req: 814/1540] 10.0.0.159 () {34 vars in 782 bytes} [Fri Apr 17 01:38:31 2026] PUT /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1541] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1542] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/ports/cb991108-ff50-45c0-8dfb-4ef88c412bbb => generated 959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1543] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1544] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1545] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/security-group-rules/170255c6-7268-420c-ae15-c5c812e7eadf => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1546] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1547] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1548] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:38:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1549] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:38:32 2026] PUT /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1550] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:38:32 2026] DELETE /v2.0/security-group-rules/170255c6-7268-420c-ae15-c5c812e7eadf => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:32.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-27b2c4c4-7ac8-469f-88e2-b9a2afd3677a 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: cb991108-ff50-45c0-8dfb-4ef88c412bbb [pid: 8|app: 0|req: 734/1551] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:32.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27b2c4c4-7ac8-469f-88e2-b9a2afd3677a 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: cb991108-ff50-45c0-8dfb-4ef88c412bbb [pid: 8|app: 0|req: 735/1552] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1553] 10.0.0.159 () {32 vars in 741 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:32.333 8 INFO neutron.db.securitygroups_db [None req-3e1e4327-58a9-4560-887a-c914d21ee836 565e9ad3011c4c12b160aef603ab3dab 323fcfad224942fe80169c013e856e50 - - default default] Project 323fcfad224942fe80169c013e856e50 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: 737/1554] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:32.445 8 INFO neutron.api.v2.resource [None req-f8863636-f04a-4559-82a5-771951bc185c 79ab98aa3884424daf9565ecbb220e97 c2f6903ce3a747298c385355a018c4bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 738/1555] 10.0.0.159 () {32 vars in 745 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/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: 739/1556] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/security-group-rules/adfc5b95-c07f-4d68-b0d1-8b191f3f3a56 => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1557] 10.0.0.159 () {32 vars in 744 bytes} [Fri Apr 17 01:38:32 2026] DELETE /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1558] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1559] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:32 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 30 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1560] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:38:32 2026] DELETE /v2.0/security-group-rules/adfc5b95-c07f-4d68-b0d1-8b191f3f3a56 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:32.788 8 INFO neutron.api.v2.resource [None req-48bd14de-291c-4c2c-8ce6-233c3e1ff1c0 79ab98aa3884424daf9565ecbb220e97 c2f6903ce3a747298c385355a018c4bb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 744/1561] 10.0.0.159 () {32 vars in 748 bytes} [Fri Apr 17 01:38:32 2026] DELETE /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1562] 10.0.0.159 () {32 vars in 673 bytes} [Fri Apr 17 01:38:32 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: 8|app: 0|req: 746/1563] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:32 2026] DELETE /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1564] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:32 2026] DELETE /v2.0/security-groups/f08a45a8-745d-43d0-bcf9-7c60695d44e5 => 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: 818/1565] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:38:31 2026] PUT /v2.0/routers/a2fcd0a0-f898-4fd0-aeea-a59c9ab83c91/remove_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1566] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:38:33 2026] GET /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1567] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:38:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1568] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:33 2026] GET /v2.0/ports?device_id=a2fcd0a0-f898-4fd0-aeea-a59c9ab83c91 => 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: 750/1569] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:38:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:33.171 7 INFO neutron.services.segments.plugin [-] Segment 93abefd5-891b-4634-8b62-cbb12d471d82 resource provider aggregate not found 2026-04-17 01:38:33.178 7 INFO neutron.services.segments.plugin [-] Segment 93abefd5-891b-4634-8b62-cbb12d471d82 resource provider aggregate not found 2026-04-17 01:38:33.197 7 INFO neutron.services.segments.plugin [-] Segment 93abefd5-891b-4634-8b62-cbb12d471d82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93abefd5-891b-4634-8b62-cbb12d471d82 found for delete ", "request_id": "req-6df3aab9-d09e-4d0a-a3d1-dd5564a9f2d9"}]} [pid: 7|app: 0|req: 820/1570] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:33 2026] DELETE /v2.0/networks/8348ee89-0812-4a88-8676-a85463412892 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:33.206 7 INFO neutron.services.segments.plugin [-] Segment 93abefd5-891b-4634-8b62-cbb12d471d82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93abefd5-891b-4634-8b62-cbb12d471d82 found for delete ", "request_id": "req-aa5f8331-0468-4dcc-96dc-650e334c9738"}]} 2026-04-17 01:38:33.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-98ce637e-86ce-42b6-a725-8ee3ddaa4b9e 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: 315d790c-a351-45ee-a76e-8d00f0cf395a 2026-04-17 01:38:33.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98ce637e-86ce-42b6-a725-8ee3ddaa4b9e 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: 315d790c-a351-45ee-a76e-8d00f0cf395a 2026-04-17 01:38:33.624 8 INFO neutron.services.segments.plugin [-] Segment db809ba8-8637-40b8-8cb4-9b1acb74375c resource provider aggregate not found 2026-04-17 01:38:33.631 8 INFO neutron.services.segments.plugin [-] Segment db809ba8-8637-40b8-8cb4-9b1acb74375c resource provider aggregate not found 2026-04-17 01:38:33.644 8 INFO neutron.services.segments.plugin [-] Segment db809ba8-8637-40b8-8cb4-9b1acb74375c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db809ba8-8637-40b8-8cb4-9b1acb74375c found for delete ", "request_id": "req-e5a98155-b92e-4350-9b70-9ec34b53d24c"}]} 2026-04-17 01:38:33.650 8 INFO neutron.services.segments.plugin [-] Segment db809ba8-8637-40b8-8cb4-9b1acb74375c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db809ba8-8637-40b8-8cb4-9b1acb74375c found for delete ", "request_id": "req-719e3e73-70a6-4155-9fc2-4869e30bedb0"}]} 2026-04-17 01:38:33.665 8 INFO neutron.db.l3_hamode_db [None req-98ce637e-86ce-42b6-a725-8ee3ddaa4b9e 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] HA network 75892c7b-c906-49c0-b151-ca4d7ffecd5c was deleted as no HA routers are present in tenant 8cf7fc061dd2406b99f2dc5bb1007fcb. [pid: 8|app: 0|req: 751/1571] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:33 2026] DELETE /v2.0/routers/a2fcd0a0-f898-4fd0-aeea-a59c9ab83c91 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1572] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:33 2026] DELETE /v2.0/subnets/f0b0dcd3-b466-431b-8d37-2f42eb6b4b73 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1573] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:33 2026] GET /v2.0/security-groups?tenant_id=323fcfad224942fe80169c013e856e50&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1574] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:33 2026] GET /v2.0/security-groups?tenant_id=c2f6903ce3a747298c385355a018c4bb&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:33.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-7db4cf56-b71f-4eb6-8056-0dc11aeaa6c5 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: 3b00c550-edc1-473e-bcc7-8277101957c4 2026-04-17 01:38:33.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7db4cf56-b71f-4eb6-8056-0dc11aeaa6c5 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: 3b00c550-edc1-473e-bcc7-8277101957c4 [pid: 8|app: 0|req: 754/1575] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:33 2026] DELETE /v2.0/security-groups/8e69a73a-749d-4aa9-bfc3-a52d223545e2 => 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: 755/1576] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:33 2026] DELETE /v2.0/security-groups/6571675c-ba66-4c5d-88bd-02dc1330d6c0 => 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: 822/1577] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:33 2026] DELETE /v2.0/networks/2ec4712f-e30a-4e4a-9954-72f4e0487401 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:34.180 8 INFO neutron.db.segments_db [None req-b4c5a8eb-0ec8-4c59-ad47-1c42e01765c2 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Added segment ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 of type vxlan for network 1ffc7f29-cea7-4001-8cec-ffa2194cf380 [pid: 7|app: 0|req: 823/1578] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:34 2026] GET /v2.0/security-groups?tenant_id=ff068243679e420ebe493b2ff3a1bf84&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:38:34.458 8 INFO neutron.db.l3_hamode_db [None req-b4c5a8eb-0ec8-4c59-ad47-1c42e01765c2 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 824/1579] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:34 2026] DELETE /v2.0/security-groups/f229e7c3-634a-4d5d-8709-ffd6a515c577 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:35.220 7 INFO neutron.services.segments.plugin [-] Segment e14def8f-6629-428b-99a3-6625256a3775 resource provider aggregate not found 2026-04-17 01:38:35.238 7 INFO neutron.services.segments.plugin [-] Segment e14def8f-6629-428b-99a3-6625256a3775 resource provider aggregate not found 2026-04-17 01:38:35.244 7 INFO neutron.services.segments.plugin [-] Segment e14def8f-6629-428b-99a3-6625256a3775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e14def8f-6629-428b-99a3-6625256a3775 found for delete ", "request_id": "req-15b4c0da-1401-4f55-ab82-e05a2f10abae"}]} 2026-04-17 01:38:35.262 7 INFO neutron.services.segments.plugin [-] Segment e14def8f-6629-428b-99a3-6625256a3775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e14def8f-6629-428b-99a3-6625256a3775 found for delete ", "request_id": "req-35ecf766-8ed8-47b3-a50f-68528c122c9d"}]} 2026-04-17 01:38:35.268 8 INFO neutron.db.l3_hamode_db [None req-b4c5a8eb-0ec8-4c59-ad47-1c42e01765c2 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1582] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:34 2026] POST /v2.0/routers => generated 692 bytes in 2062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1583] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:38:36 2026] GET /v2.0/routers/317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 698 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1584] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:38:36 2026] GET /v2.0/routers => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1585] 10.0.0.159 () {34 vars in 741 bytes} [Fri Apr 17 01:38:36 2026] PUT /v2.0/routers/317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 705 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1586] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:38:36 2026] GET /v2.0/routers/317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 705 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1587] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:36 2026] GET /v2.0/ports?device_id=317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:37.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-c66d62ca-ba32-42de-88f5-8d669bb8ed0d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: 24b33175-bd01-4aeb-8a5e-233b6defd103 2026-04-17 01:38:37.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c66d62ca-ba32-42de-88f5-8d669bb8ed0d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: 24b33175-bd01-4aeb-8a5e-233b6defd103 2026-04-17 01:38:37.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-c66d62ca-ba32-42de-88f5-8d669bb8ed0d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] TaaS: Handle Delete Port: 65468df7-8403-44e1-bde3-ecea67e1ef40 2026-04-17 01:38:37.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c66d62ca-ba32-42de-88f5-8d669bb8ed0d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] Tap Mirror: Handle Delete Port: 65468df7-8403-44e1-bde3-ecea67e1ef40 [pid: 7|app: 0|req: 830/1588] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:38:37 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1589] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:37 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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-04-17 01:38:37.806 8 INFO neutron.services.segments.plugin [-] Segment ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 resource provider aggregate not found 2026-04-17 01:38:37.810 8 INFO neutron.services.segments.plugin [-] Segment ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 resource provider aggregate not found 2026-04-17 01:38:37.828 8 INFO neutron.services.segments.plugin [-] Segment ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 found for delete ", "request_id": "req-374366c1-9518-4563-bbba-b01110241e0d"}]} 2026-04-17 01:38:37.829 8 INFO neutron.services.segments.plugin [-] Segment ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce91f3d6-4822-42f8-ac79-1d2fabff8cd0 found for delete ", "request_id": "req-5799c34e-10aa-4b1d-82d7-e5203650b33e"}]} 2026-04-17 01:38:37.845 8 INFO neutron.db.l3_hamode_db [None req-c66d62ca-ba32-42de-88f5-8d669bb8ed0d 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] HA network 1ffc7f29-cea7-4001-8cec-ffa2194cf380 was deleted as no HA routers are present in tenant 8cf7fc061dd2406b99f2dc5bb1007fcb. [pid: 8|app: 0|req: 759/1590] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:36 2026] DELETE /v2.0/routers/317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1591] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:37 2026] GET /v2.0/ports?device_id=317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:37.905 7 INFO neutron.api.v2.resource [None req-6df72f99-62df-4ac5-b8d0-7c17f97753af 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1592] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:37 2026] DELETE /v2.0/routers/317b20d3-45f7-49a3-8ebe-314c55e70f13 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1593] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:37 2026] GET /v2.0/ports?device_id=a2fcd0a0-f898-4fd0-aeea-a59c9ab83c91 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:37.959 7 INFO neutron.api.v2.resource [None req-6af9f64b-1f59-4264-af25-b8691353cca7 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 835/1594] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:37 2026] DELETE /v2.0/routers/a2fcd0a0-f898-4fd0-aeea-a59c9ab83c91 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:37.978 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b20c0e3a-4583-4d7b-8dc3-e70a2f453133 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1595] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:37 2026] DELETE /v2.0/subnets/f0b0dcd3-b466-431b-8d37-2f42eb6b4b73 => 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: 837/1596] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:37 2026] GET /v2.0/ports?device_id=2836c397-6415-451c-a75d-757e0a001eaf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:38.029 7 INFO neutron.api.v2.resource [None req-5ec2a85e-5a49-4674-808c-3565e02441f3 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 838/1597] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:38 2026] DELETE /v2.0/routers/2836c397-6415-451c-a75d-757e0a001eaf => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:38.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-307a1c5e-3b7b-4e0c-84ca-3c2c1f0c7d28 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1598] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:38 2026] DELETE /v2.0/subnets/1250dbfb-cff9-459a-bc68-9136086d4216 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1599] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:38 2026] GET /v2.0/ports?device_id=2864d5f7-a43e-431d-b39d-395e722f3413 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:38.085 8 INFO neutron.db.segments_db [None req-68145a4a-490f-4946-b82a-f9f1f2792dd8 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] Added segment 2e384543-3054-4dd2-b21a-6e764f3e9248 of type vxlan for network f1d58e1c-fe29-444a-b54c-9df5450cab4a 2026-04-17 01:38:38.098 7 INFO neutron.api.v2.resource [None req-104bc835-1063-45d6-9875-8fbd37fa8cc4 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 841/1600] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:38 2026] DELETE /v2.0/routers/2864d5f7-a43e-431d-b39d-395e722f3413 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:38.115 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7d321a1-4781-4423-8601-c555b68ed5e9 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1601] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:38 2026] DELETE /v2.0/subnets/77bbe92b-ffe8-4ec3-b6f7-04ba7d6d6682 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:38.136 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b7aee38-5bc4-4d69-901d-e896916d92ee 940d40ac7ffb404d837c2e4894873851 8cf7fc061dd2406b99f2dc5bb1007fcb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1602] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:38 2026] DELETE /v2.0/subnets/95043e3c-0e24-4a87-ae41-f944c965a46c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:38:38.331 8 INFO neutron.db.l3_hamode_db [None req-68145a4a-490f-4946-b82a-f9f1f2792dd8 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:38:38.441 8 INFO neutron.db.l3_hamode_db [None req-68145a4a-490f-4946-b82a-f9f1f2792dd8 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 844/1603] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:38 2026] GET /v2.0/security-groups?tenant_id=8cf7fc061dd2406b99f2dc5bb1007fcb&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1604] 10.0.0.159 () {34 vars in 668 bytes} [Fri Apr 17 01:38:37 2026] POST /v2.0/routers => generated 474 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1605] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:38 2026] GET /v2.0/security-groups?tenant_id=4da39443889843c28237cd6affa36f08&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1606] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:39 2026] DELETE /v2.0/security-groups/0be23661-209a-4bff-b507-254e424c20c4 => 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: 846/1607] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:38:39 2026] PUT /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 25 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1608] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:39 2026] DELETE /v2.0/security-groups/173a39f7-c285-4f5b-99bd-7b64f773b45a => 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: 847/1609] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:39 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1610] 10.0.0.159 () {34 vars in 762 bytes} [Fri Apr 17 01:38:39 2026] PUT /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/green => generated 4 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1611] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:39 2026] GET /v2.0/security-groups?tenant_id=2257af8ffcd348ccafbe53e7ecb5aef7&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1612] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:39 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 34 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1613] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:39 2026] DELETE /v2.0/security-groups/856c15fc-140c-4743-a8bf-3e6d8b2cb26e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1614] 10.0.0.159 () {34 vars in 758 bytes} [Fri Apr 17 01:38:39 2026] PUT /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/red => generated 4 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1615] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:39 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1616] 10.0.0.159 () {34 vars in 780 bytes} [Fri Apr 17 01:38:40 2026] PUT /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/black.or.white => generated 4 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1617] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:40 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 52 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1618] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:38:40 2026] PUT /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 37 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1619] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:40 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 37 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1620] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:40 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/red => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:40.920 7 INFO neutron.api.v2.resource [None req-30fb1803-2921-4824-83d3-3e0865a95dd6 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1621] 10.0.0.159 () {32 vars in 743 bytes} [Fri Apr 17 01:38:40 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1622] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:38:40 2026] DELETE /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/red => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1623] 10.0.0.159 () {32 vars in 623 bytes} [Fri Apr 17 01:38:41 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: 854/1624] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:41 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 30 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1625] 10.0.0.159 () {32 vars in 633 bytes} [Fri Apr 17 01:38:41 2026] GET /v2.0/ => generated 632 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:41.246 7 INFO neutron.api.v2.resource [None req-7261e2d4-512e-4e0a-a46c-b6813cee5151 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1626] 10.0.0.159 () {32 vars in 746 bytes} [Fri Apr 17 01:38:41 2026] DELETE /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags/green => generated 99 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1627] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:38:41 2026] DELETE /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => 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: 856/1628] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:38:41 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1629] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:38:41 2026] GET /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1630] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:41 2026] GET /v2.0/security-groups?tenant_id=9f68f71b50644dc7a53aae03bb2912f5&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1631] 10.0.0.159 () {34 vars in 742 bytes} [Fri Apr 17 01:38:41 2026] PUT /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3 => generated 480 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1632] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:42 2026] DELETE /v2.0/security-groups/45e917a2-9458-4f81-be8e-227aad0fffe5 => 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: 858/1633] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:38:42 2026] GET /v2.0/ports?device_id=b6027101-adb6-4b2e-897d-8e75eae6f0a3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:42.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef03b857-f38d-4694-86ce-4d65c3702580 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] TaaS: Handle Delete Port: 99a90723-9e90-4366-b732-f11a7d1b3cc6 2026-04-17 01:38:42.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef03b857-f38d-4694-86ce-4d65c3702580 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] Tap Mirror: Handle Delete Port: 99a90723-9e90-4366-b732-f11a7d1b3cc6 2026-04-17 01:38:42.774 8 INFO neutron.services.segments.plugin [-] Segment 2e384543-3054-4dd2-b21a-6e764f3e9248 resource provider aggregate not found 2026-04-17 01:38:42.777 8 INFO neutron.services.segments.plugin [-] Segment 2e384543-3054-4dd2-b21a-6e764f3e9248 resource provider aggregate not found 2026-04-17 01:38:42.806 8 INFO neutron.services.segments.plugin [-] Segment 2e384543-3054-4dd2-b21a-6e764f3e9248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e384543-3054-4dd2-b21a-6e764f3e9248 found for delete ", "request_id": "req-efda8f38-7824-4d86-9db6-a8020319966d"}]} 2026-04-17 01:38:42.814 8 INFO neutron.services.segments.plugin [-] Segment 2e384543-3054-4dd2-b21a-6e764f3e9248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e384543-3054-4dd2-b21a-6e764f3e9248 found for delete ", "request_id": "req-351665fb-4e52-4877-a1cb-d88255c6fd65"}]} 2026-04-17 01:38:42.817 8 INFO neutron.db.l3_hamode_db [None req-ef03b857-f38d-4694-86ce-4d65c3702580 a1beb13f8e9e46fea8628a25c87a8d56 7cbfbbe492b5428eab611336bbd908b4 - - default default] HA network f1d58e1c-fe29-444a-b54c-9df5450cab4a was deleted as no HA routers are present in tenant 7cbfbbe492b5428eab611336bbd908b4. [pid: 8|app: 0|req: 776/1634] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:38:42 2026] DELETE /v2.0/routers/b6027101-adb6-4b2e-897d-8e75eae6f0a3 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1635] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:43 2026] GET /v2.0/security-groups?tenant_id=a722d1b00897491584666215cd93decb&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1636] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:43 2026] DELETE /v2.0/security-groups/fb040e46-9411-437c-8b90-5681a3dca34b => 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: 777/1637] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:43 2026] GET /v2.0/security-groups?tenant_id=f0ec79a56c5a4d2cb04e0a0e2c329c29&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1638] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:43 2026] DELETE /v2.0/security-groups/3697e23a-a11b-4b65-b882-5ea500b68eb8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1639] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:44 2026] GET /v2.0/security-groups?tenant_id=7cbfbbe492b5428eab611336bbd908b4&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1640] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:44 2026] DELETE /v2.0/security-groups/c12b8f31-7d5e-4ee8-9607-c44baa10ff97 => 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: 779/1641] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:46 2026] GET /v2.0/security-groups?tenant_id=8cd1a81433aa4a6a8c528cbe46e9f1da&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1642] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:47 2026] DELETE /v2.0/security-groups/6d767200-6040-416f-a058-562404084f81 => 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: 780/1643] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:38:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1644] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:38:47 2026] PUT /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1645] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:47 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1646] 10.0.0.159 () {32 vars in 826 bytes} [Fri Apr 17 01:38:47 2026] GET /v2.0/ports?project_id=6060edd811cc454fa30362fd8371bc1a&network_id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 3695 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1647] 10.0.0.159 () {34 vars in 770 bytes} [Fri Apr 17 01:38:47 2026] PUT /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1648] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:47 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1649] 10.0.0.159 () {34 vars in 766 bytes} [Fri Apr 17 01:38:48 2026] PUT /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1650] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1651] 10.0.0.159 () {34 vars in 788 bytes} [Fri Apr 17 01:38:48 2026] PUT /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1652] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/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: 785/1653] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:38:48 2026] PUT /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1654] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1655] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnets?network_id=583b3af0-3fae-48a1-b909-80e123cee1ae => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1656] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:48.335 8 INFO neutron.api.v2.resource [None req-f21177be-52f7-44a8-84b5-9c951eddc12c 3d1d9cb7e29a4105a39b034ede5f6f3e d884bc2e94fc4d52b0a22cd6fe1290d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1657] 10.0.0.159 () {32 vars in 751 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1658] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:38:48 2026] DELETE /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/red => 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: 788/1659] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:48.463 8 INFO neutron.api.v2.resource [None req-708240e9-e608-4314-9e68-068c49ab9907 3d1d9cb7e29a4105a39b034ede5f6f3e d884bc2e94fc4d52b0a22cd6fe1290d2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1660] 10.0.0.159 () {32 vars in 754 bytes} [Fri Apr 17 01:38:48 2026] DELETE /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:38:48.502 7 INFO neutron.db.l3_db [None req-f7becb04-546a-40a7-9b67-13c3026f5bc9 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Floating IP 01b9f289-e024-49c3-a162-49203c869318 disassociated. External IP: 10.96.250.216, port: fbf74f94-a155-4374-9888-c5fd49208a95. [pid: 8|app: 0|req: 790/1661] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:38:48 2026] DELETE /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/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: 791/1662] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1663] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:38:48 2026] DELETE /v2.0/subnetpools/513a4fc7-9baf-424d-b032-84c08c53c315 => 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: 872/1664] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:48 2026] PUT /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 554 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1665] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:38:48 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:48.857 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-088bebd8-fe69-4bda-8b1f-f1a50ff764d7'] response: {'name': 'network-changed', 'server_uuid': 'a69f7902-836b-48f0-b235-b5118a0ffe47', 'tag': 'fbf74f94-a155-4374-9888-c5fd49208a95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 794/1666] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => 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: 795/1667] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1668] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=fbf74f94-a155-4374-9888-c5fd49208a95 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1669] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/subnets?id=304bd471-975c-40ba-9b88-91a104369ded => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1670] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/ports?network_id=dad23d30-1750-4b58-8581-f94e0020e27b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1671] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/security-groups?tenant_id=9374b0b7caf4472895ac305aa9916ca4&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1672] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 874/1673] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 800/1674] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:49 2026] DELETE /v2.0/security-groups/496ddee4-a6e3-45cc-8209-7a9da1dbbdf0 => 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: 801/1675] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1676] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:49 2026] GET /v2.0/security-groups?tenant_id=d884bc2e94fc4d52b0a22cd6fe1290d2&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1677] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:49 2026] DELETE /v2.0/security-groups/c5106afb-51df-4d47-8c96-7127d6d27cf0 => 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: 877/1680] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:38:50 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:52.082 8 INFO neutron.db.segments_db [None req-a1a916c2-dbd5-4c1e-89a3-118d8edf2686 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Added segment 3c0777f6-4525-40ca-bc62-ffbfb67fd229 of type vxlan for network e635d16b-5b62-4dcf-b24c-7f62424df412 [pid: 7|app: 0|req: 878/1681] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:38:51 2026] POST /v2.0/security-groups => generated 1675 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1682] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:51 2026] POST /v2.0/networks => generated 613 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1683] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1684] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1685] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:38:52 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) [pid: 7|app: 0|req: 881/1686] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 882/1687] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:52.635 7 INFO neutron.db.securitygroups_db [None req-5c2603d1-e29b-4dc7-b366-fa106c338a34 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Project 6060edd811cc454fa30362fd8371bc1a 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: 806/1688] 10.0.0.159 () {34 vars in 666 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/trunks => generated 407 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1689] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:52.749 8 INFO neutron.db.segments_db [None req-377196f8-2fda-4a00-9c3c-1a2f22d875c5 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Added segment c4a07b2a-ca6a-4890-857c-bd6c79a7631f of type vxlan for network b572d9ff-963a-411f-8e76-238460a74ea9 2026-04-17 01:38:52.760 7 INFO neutron.db.securitygroups_db [None req-efcbe329-623a-4034-b0dc-283b58d246bb c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Project 6060edd811cc454fa30362fd8371bc1a 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: 807/1690] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1691] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1692] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/networks => generated 1298 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1693] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1259747980&fields=id&tenant_id=6060edd811cc454fa30362fd8371bc1a => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1694] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1695] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/quotas/6060edd811cc454fa30362fd8371bc1a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1696] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1697] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1698] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 808/1699] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:38:52 2026] POST /v2.0/ports => generated 743 bytes in 987 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: 809/1700] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:53 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 892/1701] 10.0.0.159 () {34 vars in 666 bytes} [Fri Apr 17 01:38:53 2026] POST /v2.0/trunks => generated 407 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:38:54.116 8 INFO neutron.db.segments_db [None req-e640ff6d-7bca-411a-8d08-276267b9c977 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Added segment ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 of type vxlan for network 2189f0f1-1644-4a87-81ec-af28f4f30fbc [pid: 8|app: 0|req: 810/1702] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:54 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1703] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:38:54 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1704] 10.0.0.159 () {34 vars in 666 bytes} [Fri Apr 17 01:38:54 2026] POST /v2.0/trunks => generated 407 bytes in 160 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-04-17 01:38:54.729 7 INFO neutron.db.segments_db [None req-e09007e2-da2d-44e4-bacb-493764f96bb3 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Added segment e3fbcadb-4705-43d5-b94f-43b0719905ab of type vxlan for network 2ed34fe6-552c-4040-b686-6c392455e473 [pid: 7|app: 0|req: 894/1705] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:54 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1706] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:54 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 812/1707] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:38:54 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1708] 10.0.0.159 () {34 vars in 666 bytes} [Fri Apr 17 01:38:55 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:38:55.343 8 INFO neutron.db.segments_db [None req-bce7027f-434e-4fb6-8bdc-acfdf45ce459 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Added segment 07a2bff0-2c99-42a8-a60b-920ffb9f3645 of type vxlan for network 9d078ff5-ad65-451c-8c04-d4447eace2be [pid: 8|app: 0|req: 813/1709] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:38:55 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1710] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:38:55 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 898/1711] 10.0.0.159 () {34 vars in 666 bytes} [Fri Apr 17 01:38:55 2026] POST /v2.0/trunks => generated 407 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1712] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:55 2026] PUT /v2.0/trunks/25e66c9e-65d5-4572-abbc-ea34a6430424/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1713] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:38:55 2026] GET /v2.0/security-groups?tenant_id=ae5312b20bc94dac95753d6f726adafd&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: 815/1714] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:56 2026] PUT /v2.0/trunks/4fad5c44-251c-40c1-bf17-17c57d470d1b/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1715] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 817/1716] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:56 2026] PUT /v2.0/trunks/19a93ada-1344-4f81-8e36-ff3bafb3de03/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: 900/1717] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:38:56 2026] DELETE /v2.0/security-groups/3b4292ec-d90c-4953-93d4-7e924ef8ced0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1718] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:38:56 2026] PUT /v2.0/trunks/9350661a-6457-4533-99a8-5311f1ef2ce5/tags => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1719] 10.0.0.159 () {32 vars in 662 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1720] 10.0.0.159 () {32 vars in 676 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1721] 10.0.0.159 () {32 vars in 672 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1722] 10.0.0.159 () {32 vars in 684 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1723] 10.0.0.159 () {32 vars in 670 bytes} [Fri Apr 17 01:38:56 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: 821/1724] 10.0.0.159 () {32 vars in 684 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1725] 10.0.0.159 () {32 vars in 680 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1726] 10.0.0.159 () {32 vars in 692 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1727] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks/25e66c9e-65d5-4572-abbc-ea34a6430424 => 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: 823/1728] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/ports/ec8daa7c-e58d-4969-808b-65f0ec1e90bc => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1729] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:38:56 2026] DELETE /v2.0/trunks/25e66c9e-65d5-4572-abbc-ea34a6430424 => 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: 824/1730] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks/4fad5c44-251c-40c1-bf17-17c57d470d1b => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1731] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/ports/7247f489-2e9a-4ac9-980c-a7bcadaf723a => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1732] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:38:56 2026] DELETE /v2.0/trunks/4fad5c44-251c-40c1-bf17-17c57d470d1b => 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: 908/1733] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks/19a93ada-1344-4f81-8e36-ff3bafb3de03 => 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: 826/1734] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/ports/a6053446-3540-42ab-8393-53be166e769f => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1735] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:38:56 2026] DELETE /v2.0/trunks/19a93ada-1344-4f81-8e36-ff3bafb3de03 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1736] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/trunks/9350661a-6457-4533-99a8-5311f1ef2ce5 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1737] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:56 2026] GET /v2.0/ports/4a43ef69-539f-4789-9a4d-07a750617c95 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1738] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:38:57 2026] DELETE /v2.0/trunks/9350661a-6457-4533-99a8-5311f1ef2ce5 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1739] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:38:57 2026] GET /v2.0/trunks/a6565ee8-9f34-418d-b1ee-37d54824b295 => generated 407 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1740] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:57 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 829/1741] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:38:57 2026] GET /v2.0/ports/ae8d0d9f-726c-4214-b936-0fc19bcbd73d => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1742] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:38:57 2026] DELETE /v2.0/trunks/a6565ee8-9f34-418d-b1ee-37d54824b295 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:38:57.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3661ec5-4e07-4dd0-893d-6e45a22c9222 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] TaaS: Handle Delete Port: ec8daa7c-e58d-4969-808b-65f0ec1e90bc 2026-04-17 01:38:57.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3661ec5-4e07-4dd0-893d-6e45a22c9222 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Tap Mirror: Handle Delete Port: ec8daa7c-e58d-4969-808b-65f0ec1e90bc [pid: 8|app: 0|req: 830/1743] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:57 2026] DELETE /v2.0/ports/ec8daa7c-e58d-4969-808b-65f0ec1e90bc => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:57.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-fea77549-f431-400c-9117-6633726252cc 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] TaaS: Handle Delete Port: 7247f489-2e9a-4ac9-980c-a7bcadaf723a 2026-04-17 01:38:57.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fea77549-f431-400c-9117-6633726252cc 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Tap Mirror: Handle Delete Port: 7247f489-2e9a-4ac9-980c-a7bcadaf723a [pid: 7|app: 0|req: 914/1744] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:57 2026] DELETE /v2.0/ports/7247f489-2e9a-4ac9-980c-a7bcadaf723a => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:57.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-5845a4aa-5e20-445a-878d-34fd3b901887 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] TaaS: Handle Delete Port: a6053446-3540-42ab-8393-53be166e769f 2026-04-17 01:38:57.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5845a4aa-5e20-445a-878d-34fd3b901887 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Tap Mirror: Handle Delete Port: a6053446-3540-42ab-8393-53be166e769f [pid: 8|app: 0|req: 831/1745] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:57 2026] DELETE /v2.0/ports/a6053446-3540-42ab-8393-53be166e769f => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:58.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9f925d5-8529-4145-b738-41fbd2918e34 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] TaaS: Handle Delete Port: 4a43ef69-539f-4789-9a4d-07a750617c95 2026-04-17 01:38:58.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9f925d5-8529-4145-b738-41fbd2918e34 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Tap Mirror: Handle Delete Port: 4a43ef69-539f-4789-9a4d-07a750617c95 2026-04-17 01:38:58.098 7 INFO neutron.db.segments_db [None req-668927cf-9f25-4299-8afb-e8b78d4439e4 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 5296812c-758b-46ae-a6b9-8b22a0fcfe47 of type vxlan for network dba5a972-884c-44ab-b1c7-d1893fd1fbb8 [pid: 8|app: 0|req: 832/1746] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:57 2026] DELETE /v2.0/ports/4a43ef69-539f-4789-9a4d-07a750617c95 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1747] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:38:57 2026] POST /v2.0/networks => generated 721 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1748] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:38:58 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:38:58.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a267381-c2ec-4d42-80c4-6883bb0955d3 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] TaaS: Handle Delete Port: ae8d0d9f-726c-4214-b936-0fc19bcbd73d 2026-04-17 01:38:58.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a267381-c2ec-4d42-80c4-6883bb0955d3 81e4d72df53e4c94b303b1382df3c1bf 29a41df542a5424fa2e394cd54244bf3 - - default default] Tap Mirror: Handle Delete Port: ae8d0d9f-726c-4214-b936-0fc19bcbd73d [pid: 8|app: 0|req: 834/1749] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:58 2026] POST /v2.0/subnets => generated 687 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1750] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:38:58 2026] DELETE /v2.0/ports/ae8d0d9f-726c-4214-b936-0fc19bcbd73d => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1751] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:38:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6060edd811cc454fa30362fd8371bc1a => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1752] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:58 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:38:58.428 8 INFO neutron.db.segments_db [None req-b916f4d2-a01a-471c-8b8b-768e858e8a41 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 58636309-0f9f-427e-909d-aa59f61c69f7 of type vxlan for network dbb12eb1-de2b-4189-bde7-13d76c455209 2026-04-17 01:38:58.512 7 INFO neutron.services.segments.plugin [-] Segment 3c0777f6-4525-40ca-bc62-ffbfb67fd229 resource provider aggregate not found 2026-04-17 01:38:58.519 7 INFO neutron.services.segments.plugin [-] Segment 3c0777f6-4525-40ca-bc62-ffbfb67fd229 resource provider aggregate not found 2026-04-17 01:38:58.535 7 INFO neutron.services.segments.plugin [-] Segment 3c0777f6-4525-40ca-bc62-ffbfb67fd229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c0777f6-4525-40ca-bc62-ffbfb67fd229 found for delete ", "request_id": "req-9e065a07-e3dc-4381-bab8-2b09397620c2"}]} [pid: 7|app: 0|req: 918/1753] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:58 2026] DELETE /v2.0/networks/e635d16b-5b62-4dcf-b24c-7f62424df412 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:58.547 7 INFO neutron.services.segments.plugin [-] Segment 3c0777f6-4525-40ca-bc62-ffbfb67fd229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c0777f6-4525-40ca-bc62-ffbfb67fd229 found for delete ", "request_id": "req-104c233e-9d63-4957-a6af-cb07d226d567"}]} 2026-04-17 01:38:58.728 8 INFO neutron.db.l3_hamode_db [None req-b916f4d2-a01a-471c-8b8b-768e858e8a41 250b308a5060494f941b4d2f55ec4b08 9d50fd1a98144a538a83919028cba10c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 919/1754] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:38:58 2026] POST /v2.0/ports => generated 954 bytes in 370 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: 920/1755] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:58 2026] DELETE /v2.0/networks/b572d9ff-963a-411f-8e76-238460a74ea9 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:38:59.539 8 INFO neutron.db.l3_hamode_db [None req-b916f4d2-a01a-471c-8b8b-768e858e8a41 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 921/1756] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:38:59 2026] PUT /v2.0/ports/c8a76be4-0667-4680-b116-db92f2ed0c34 => generated 1235 bytes in 510 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-04-17 01:38:59.587 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1641cf6f-cfcd-4bd2-9276-796267cebd70'] response: {'name': 'network-changed', 'server_uuid': 'd1a1a86b-131b-4a06-833b-66ebe97f9e22', 'tag': 'c8a76be4-0667-4680-b116-db92f2ed0c34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 922/1757] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:59 2026] DELETE /v2.0/networks/2189f0f1-1644-4a87-81ec-af28f4f30fbc => 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: 923/1758] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:38:59 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 924/1759] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:59 2026] DELETE /v2.0/networks/2ed34fe6-552c-4040-b686-6c392455e473 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1760] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:38:59 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1761] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:38:59 2026] DELETE /v2.0/networks/9d078ff5-ad65-451c-8c04-d4447eace2be => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1762] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:00 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1763] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:39:00 2026] GET /v2.0/networks?tenant_id=6060edd811cc454fa30362fd8371bc1a&shared=False => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1764] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:39:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1765] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:38:58 2026] POST /v2.0/routers => generated 727 bytes in 1994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:00.558 7 INFO neutron.services.segments.plugin [-] Segment c4a07b2a-ca6a-4890-857c-bd6c79a7631f resource provider aggregate not found 2026-04-17 01:39:00.568 7 INFO neutron.services.segments.plugin [-] Segment c4a07b2a-ca6a-4890-857c-bd6c79a7631f resource provider aggregate not found 2026-04-17 01:39:00.580 7 INFO neutron.services.segments.plugin [-] Segment c4a07b2a-ca6a-4890-857c-bd6c79a7631f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a07b2a-ca6a-4890-857c-bd6c79a7631f found for delete ", "request_id": "req-7e7c191a-f660-4b0c-b6f9-6088d7962561"}]} 2026-04-17 01:39:00.588 7 INFO neutron.services.segments.plugin [-] Segment c4a07b2a-ca6a-4890-857c-bd6c79a7631f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4a07b2a-ca6a-4890-857c-bd6c79a7631f found for delete ", "request_id": "req-e2ea176b-c1fc-4e75-aedf-24a071ea6c61"}]} 2026-04-17 01:39:00.601 7 INFO neutron.services.segments.plugin [-] Segment ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 resource provider aggregate not found 2026-04-17 01:39:00.610 7 INFO neutron.services.segments.plugin [-] Segment ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 resource provider aggregate not found 2026-04-17 01:39:00.620 7 INFO neutron.services.segments.plugin [-] Segment ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 found for delete ", "request_id": "req-8af4ac78-ee9b-4491-bca5-95cd7223697b"}]} 2026-04-17 01:39:00.638 7 INFO neutron.services.segments.plugin [-] Segment ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceec8ade-bf32-4701-a6b7-1d0c32bcbfa5 found for delete ", "request_id": "req-5463bbfa-e8b5-4319-ba86-31bf47905abf"}]} 2026-04-17 01:39:00.648 7 INFO neutron.services.segments.plugin [-] Segment e3fbcadb-4705-43d5-b94f-43b0719905ab resource provider aggregate not found 2026-04-17 01:39:00.662 7 INFO neutron.services.segments.plugin [-] Segment e3fbcadb-4705-43d5-b94f-43b0719905ab resource provider aggregate not found 2026-04-17 01:39:00.678 7 INFO neutron.services.segments.plugin [-] Segment e3fbcadb-4705-43d5-b94f-43b0719905ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fbcadb-4705-43d5-b94f-43b0719905ab found for delete ", "request_id": "req-2953c756-f8d0-41ef-9afc-0aaae201a450"}]} 2026-04-17 01:39:00.686 7 INFO neutron.services.segments.plugin [-] Segment e3fbcadb-4705-43d5-b94f-43b0719905ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fbcadb-4705-43d5-b94f-43b0719905ab found for delete ", "request_id": "req-2c93cd66-1cb9-4cea-ae11-b923683fb1ec"}]} 2026-04-17 01:39:00.700 7 INFO neutron.services.segments.plugin [-] Segment 07a2bff0-2c99-42a8-a60b-920ffb9f3645 resource provider aggregate not found 2026-04-17 01:39:00.707 7 INFO neutron.services.segments.plugin [-] Segment 07a2bff0-2c99-42a8-a60b-920ffb9f3645 resource provider aggregate not found 2026-04-17 01:39:00.736 7 INFO neutron.services.segments.plugin [-] Segment 07a2bff0-2c99-42a8-a60b-920ffb9f3645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07a2bff0-2c99-42a8-a60b-920ffb9f3645 found for delete ", "request_id": "req-6cfbb11f-f63d-4bc5-b49f-e7bf7d1d931a"}]} 2026-04-17 01:39:00.737 7 INFO neutron.services.segments.plugin [-] Segment 07a2bff0-2c99-42a8-a60b-920ffb9f3645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07a2bff0-2c99-42a8-a60b-920ffb9f3645 found for delete ", "request_id": "req-a656f86b-a391-4930-9225-58f14066c678"}]} [pid: 8|app: 0|req: 837/1766] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:00 2026] GET /v2.0/security-groups?tenant_id=739bf1ea87e94299bf69c726abcdc5fd&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1767] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1768] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:01 2026] DELETE /v2.0/security-groups/9d3fd960-3347-4c7d-b53e-093af260e4a8 => 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: 840/1769] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1770] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1771] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/security-groups?tenant_id=99e56589742b42319e742dc6f0d884a1&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1772] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c8a76be4-0667-4680-b116-db92f2ed0c34 => 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: 844/1773] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:01 2026] DELETE /v2.0/security-groups/f662f390-ab1f-45a7-8914-346cae2feaa3 => 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: 845/1774] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/subnets?id=304bd471-975c-40ba-9b88-91a104369ded => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1775] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:39:00 2026] PUT /v2.0/routers/96c3bab4-b058-4035-a5ff-956e5a488541/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1776] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/ports?network_id=dad23d30-1750-4b58-8581-f94e0020e27b&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: 931/1777] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 932/1778] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/security-groups?tenant_id=29a41df542a5424fa2e394cd54244bf3&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1779] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:01 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1780] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:01 2026] DELETE /v2.0/security-groups/f4f0b5d6-b10c-4312-86cc-7299010e0f8b => 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: 848/1781] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:02 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 934/1782] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:02 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:02.984 8 INFO neutron.db.segments_db [None req-d4fe264a-9a1e-42ec-9455-193ea2c71fc7 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment 97a19560-7417-477f-965a-ae71ac2671bb of type vxlan for network 977ef470-71c3-4fa5-8b61-b27132be1fbe [pid: 8|app: 0|req: 849/1783] 10.0.0.159 () {34 vars in 671 bytes} [Fri Apr 17 01:39:02 2026] POST /v2.0/networks => generated 722 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1784] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:03 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:03.361 8 INFO neutron.db.segments_db [None req-099b89c9-2464-4546-bca6-23de036fcb06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Added segment ecf68cf6-91c0-444f-ae6d-50559a0eeb0a of type vxlan for network 31c1ad47-b7c3-48ca-9602-acd70365da7c [pid: 7|app: 0|req: 936/1785] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:03 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1786] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:03 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:03.704 8 INFO neutron.db.l3_hamode_db [None req-099b89c9-2464-4546-bca6-23de036fcb06 250b308a5060494f941b4d2f55ec4b08 1cd834db157f4f5ea2f02c810d6b0c8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:39:04.588 8 INFO neutron.db.l3_hamode_db [None req-099b89c9-2464-4546-bca6-23de036fcb06 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 938/1787] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:04 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1788] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:04 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&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: 850/1789] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:03 2026] POST /v2.0/routers => generated 728 bytes in 2053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1790] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:39:05 2026] POST /v2.0/floatingips => generated 552 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1793] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1794] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:39:06 2026] PUT /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1795] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&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: 946/1796] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1797] 10.0.0.159 () {34 vars in 770 bytes} [Fri Apr 17 01:39:06 2026] PUT /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1798] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/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: 949/1799] 10.0.0.159 () {34 vars in 766 bytes} [Fri Apr 17 01:39:06 2026] PUT /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1800] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:39:05 2026] PUT /v2.0/routers/21e26bae-4fc7-45b1-adda-27886a1ede9d/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1801] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1802] 10.0.0.159 () {34 vars in 788 bytes} [Fri Apr 17 01:39:06 2026] PUT /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/black.or.white => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1803] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1804] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:39:06 2026] PUT /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1805] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1806] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:39:06.962 7 INFO neutron.api.v2.resource [None req-e6048e97-9afe-43e2-8e6d-faefdd74d022 f0762228019648e19d3c98a8a7d0d219 3b788684e7954aecb9ebb4ea5d66d04f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1807] 10.0.0.159 () {32 vars in 751 bytes} [Fri Apr 17 01:39:06 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1808] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:39:06 2026] DELETE /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/red => 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: 954/1809] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:39:07.190 8 INFO neutron.api.v2.resource [None req-55001065-79c1-4a68-a272-f61480af9df7 f0762228019648e19d3c98a8a7d0d219 3b788684e7954aecb9ebb4ea5d66d04f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1810] 10.0.0.159 () {32 vars in 754 bytes} [Fri Apr 17 01:39:07 2026] DELETE /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1811] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:39:07 2026] DELETE /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1812] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1813] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:39:07 2026] POST /v2.0/security-groups => generated 1675 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:39:07.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-3daa0e1e-5f78-4a9f-9675-e44e045ca7d7 f0762228019648e19d3c98a8a7d0d219 3b788684e7954aecb9ebb4ea5d66d04f - - default default] TaaS: Handle Delete Port: 293337f3-f990-4566-94e1-28f763b91dfb 2026-04-17 01:39:07.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3daa0e1e-5f78-4a9f-9675-e44e045ca7d7 f0762228019648e19d3c98a8a7d0d219 3b788684e7954aecb9ebb4ea5d66d04f - - default default] Tap Mirror: Handle Delete Port: 293337f3-f990-4566-94e1-28f763b91dfb [pid: 7|app: 0|req: 956/1814] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1815] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1816] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:39:07 2026] DELETE /v2.0/floatingips/5dcd83f7-b9c5-41f7-b412-a64efa362e83 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1817] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1818] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:07 2026] POST /v2.0/security-group-rules => generated 596 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1819] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1820] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&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: 861/1821] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1822] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:39:07 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1823] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:08.070 7 INFO neutron.db.securitygroups_db [None req-2c712584-616c-44c5-8871-436dc22c3234 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] Project 9d50fd1a98144a538a83919028cba10c 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: 962/1824] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:08.214 7 INFO neutron.db.securitygroups_db [None req-e6db5ff6-1753-40c8-84ba-0c6346223638 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] Project 9d50fd1a98144a538a83919028cba10c 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: 963/1825] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:08.346 8 INFO neutron.db.l3_db [None req-d1678561-dcfb-4332-bd4e-35f9cf51cedf c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Floating IP 01b9f289-e024-49c3-a162-49203c869318 associated. External IP: 10.96.250.216, port: c8a76be4-0667-4680-b116-db92f2ed0c34. [pid: 8|app: 0|req: 863/1826] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:39:07 2026] PUT /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 855 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:08.690 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3eee065-8c27-4add-899d-f0f3d9b64bb7'] response: {'name': 'network-changed', 'server_uuid': 'd1a1a86b-131b-4a06-833b-66ebe97f9e22', 'tag': 'c8a76be4-0667-4680-b116-db92f2ed0c34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 864/1827] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:39:08 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1828] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:08 2026] GET /v2.0/security-groups?tenant_id=3b788684e7954aecb9ebb4ea5d66d04f&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: 865/1829] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:08 2026] DELETE /v2.0/security-groups/5e28c6e5-0c65-45cc-85e8-05f15f0427bd => 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: 965/1830] 10.0.0.159 () {34 vars in 685 bytes} [Fri Apr 17 01:39:08 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1831] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1832] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:08 2026] GET /v2.0/security-groups?tenant_id=08d5c961f1bb4295a769c38963842d23&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1833] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1834] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:09 2026] DELETE /v2.0/security-groups/9042c838-22ba-410a-bc90-d22a96c0763a => 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: 968/1835] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/ports?tenant_id=6060edd811cc454fa30362fd8371bc1a&device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 969/1836] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/networks?id=dad23d30-1750-4b58-8581-f94e0020e27b => generated 757 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1837] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c8a76be4-0667-4680-b116-db92f2ed0c34 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1838] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/subnets?id=304bd471-975c-40ba-9b88-91a104369ded => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1839] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/ports?network_id=dad23d30-1750-4b58-8581-f94e0020e27b&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: 973/1840] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1841] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b?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: 975/1842] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 855 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1843] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:39:09 2026] POST /v2.0/floatingips => generated 552 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1844] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1618496800&fields=id&tenant_id=9d50fd1a98144a538a83919028cba10c => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1845] 10.0.0.165 () {34 vars in 1100 bytes} [Fri Apr 17 01:39:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1541153979&fields=id&tenant_id=9d50fd1a98144a538a83919028cba10c => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1846] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/networks?id=dba5a972-884c-44ab-b1c7-d1893fd1fbb8 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1847] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/quotas/9d50fd1a98144a538a83919028cba10c => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1848] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/ports?tenant_id=9d50fd1a98144a538a83919028cba10c&fields=id => generated 103 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1849] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1850] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8?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: 872/1851] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 980/1852] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:39:10 2026] GET /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 857 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1853] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:11 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1854] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:12 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 981/1855] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:39:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1856] 10.0.0.159 () {34 vars in 767 bytes} [Fri Apr 17 01:39:13 2026] PUT /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1857] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1858] 10.0.0.159 () {34 vars in 778 bytes} [Fri Apr 17 01:39:13 2026] PUT /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1859] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1860] 10.0.0.159 () {34 vars in 774 bytes} [Fri Apr 17 01:39:13 2026] PUT /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1861] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1862] 10.0.0.159 () {34 vars in 796 bytes} [Fri Apr 17 01:39:13 2026] PUT /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/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: 7|app: 0|req: 985/1863] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1864] 10.0.0.159 () {34 vars in 767 bytes} [Fri Apr 17 01:39:13 2026] PUT /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 37 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1865] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1866] 10.0.0.159 () {32 vars in 755 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:39:13.762 7 INFO neutron.api.v2.resource [None req-c4e48a24-ce46-4769-ab53-83e36865f98b 12c3de1cf91e4aaa894a1a5aee1e50ef ecad67a602d348249b9d34972398e7f7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 987/1867] 10.0.0.159 () {32 vars in 759 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/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: 881/1868] 10.0.0.159 () {32 vars in 758 bytes} [Fri Apr 17 01:39:13 2026] DELETE /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1869] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 882/1870] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:39:13.926 7 INFO neutron.api.v2.resource [None req-20d73375-64d0-4aff-a654-0d453f128a80 12c3de1cf91e4aaa894a1a5aee1e50ef ecad67a602d348249b9d34972398e7f7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/1871] 10.0.0.159 () {32 vars in 762 bytes} [Fri Apr 17 01:39:13 2026] DELETE /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/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: 883/1872] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:39:13 2026] DELETE /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1873] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:39:13 2026] GET /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1874] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:14 2026] DELETE /v2.0/security-groups/2d3d3393-aadb-48bd-ac52-c6afe641fff7 => 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: 991/1875] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:14 2026] GET /v2.0/networks?id=dba5a972-884c-44ab-b1c7-d1893fd1fbb8 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1876] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:39:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d50fd1a98144a538a83919028cba10c => generated 274 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1877] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:14 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 885/1878] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:14 2026] GET /v2.0/security-groups?tenant_id=ecad67a602d348249b9d34972398e7f7&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1879] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:14 2026] DELETE /v2.0/security-groups/94560a1d-7168-4fc4-816f-ecf17590ed1c => 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: 887/1880] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:15 2026] GET /v2.0/security-groups?tenant_id=71868cc460d74ed9a70c4be7ae8d86c7&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1881] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:39:14 2026] POST /v2.0/ports => generated 997 bytes in 438 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: 888/1882] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:15 2026] DELETE /v2.0/security-groups/04e5d025-e5f8-40c9-9772-cf516b2a5454 => 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: 995/1883] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:39:15 2026] PUT /v2.0/ports/124ab5f9-7b62-468f-9b52-522295c42001 => generated 1278 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:15.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb36e2d5-30f3-4131-b1cb-f15604fdf559'] response: {'name': 'network-changed', 'server_uuid': '6f4a79b8-bbe3-481a-85be-76271ebc2250', 'tag': '124ab5f9-7b62-468f-9b52-522295c42001', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 889/1884] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:16 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1012 bytes in 82 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: 996/1885] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:16 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1886] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:16 2026] GET /v2.0/ports?tenant_id=9d50fd1a98144a538a83919028cba10c&device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1887] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:39:16 2026] GET /v2.0/networks?tenant_id=9d50fd1a98144a538a83919028cba10c&shared=False => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1888] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:39:16 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: 998/1889] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:39:16 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1890] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:16 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&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: 999/1891] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1892] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1893] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/ports?tenant_id=9d50fd1a98144a538a83919028cba10c&device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1281 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1894] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=124ab5f9-7b62-468f-9b52-522295c42001 => 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: 1001/1895] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/subnets?id=d5c99ee3-3505-43d6-b1af-d485b817d3ab => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1896] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/ports?network_id=dba5a972-884c-44ab-b1c7-d1893fd1fbb8&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: 1002/1897] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8?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: 896/1898] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:17 2026] GET /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8?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: 1003/1899] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:18 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1900] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:18 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1901] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:19 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1902] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:19 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1905] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:20 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1906] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:20 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1907] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:39:20 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1908] 199.204.45.65 () {34 vars in 1123 bytes} [Fri Apr 17 01:39:20 2026] GET /v2.0/security-groups?id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&id=713c38e5-c37a-470a-9c35-c6a385176bf7&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1909] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:22 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1910] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:22 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1911] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:23 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1912] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:23 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1913] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:23 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:23.783 8 INFO neutron.db.l3_db [None req-8d7c031f-7fd2-419a-9f39-4faf34bf3367 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] Floating IP ab289798-e780-47f4-813a-2308c37ba6fd associated. External IP: 10.96.250.207, port: 124ab5f9-7b62-468f-9b52-522295c42001. [pid: 8|app: 0|req: 905/1914] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:39:23 2026] PUT /v2.0/floatingips/ab289798-e780-47f4-813a-2308c37ba6fd => generated 856 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:24.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eb288ec-6d44-41c9-94d1-c8be84145bb5'] response: {'name': 'network-changed', 'server_uuid': '6f4a79b8-bbe3-481a-85be-76271ebc2250', 'tag': '124ab5f9-7b62-468f-9b52-522295c42001', 'status': 'completed', 'code': 200} 2026-04-17 01:39:24.742 7 INFO neutron.db.segments_db [None req-90b76338-972f-48a9-8cc2-2a3621c79a58 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Added segment 92c61f95-4440-4c05-876b-e97b9abb61a7 of type vxlan for network cbe82dd9-c26b-4895-b4c9-f49a84113ab5 [pid: 8|app: 0|req: 906/1915] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:24 2026] GET /v2.0/ports?tenant_id=9d50fd1a98144a538a83919028cba10c&device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1916] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:24 2026] GET /v2.0/networks?id=dba5a972-884c-44ab-b1c7-d1893fd1fbb8 => generated 768 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1917] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:24 2026] POST /v2.0/networks => generated 620 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1918] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:39:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=124ab5f9-7b62-468f-9b52-522295c42001 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1919] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:39:24 2026] GET /v2.0/subnets?id=d5c99ee3-3505-43d6-b1af-d485b817d3ab => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1920] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:24 2026] GET /v2.0/ports?network_id=dba5a972-884c-44ab-b1c7-d1893fd1fbb8&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1921] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:24 2026] GET /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1922] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:25 2026] GET /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8?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: 908/1923] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:24 2026] POST /v2.0/subnets => generated 658 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1924] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:39:25 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 909/1925] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:25 2026] POST /v2.0/subnets => generated 732 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:25.479 7 INFO neutron.db.segments_db [None req-3d1fcd6d-74ec-4a1c-b5dc-a5c49d82f313 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Added segment c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 of type vxlan for network 0ce32ff2-dac8-47fa-9607-b499ad49a228 [pid: 7|app: 0|req: 1017/1926] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:25 2026] POST /v2.0/networks => generated 618 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1927] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:25 2026] POST /v2.0/subnets => generated 656 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1928] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:25 2026] POST /v2.0/subnets => generated 726 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:26.209 8 INFO neutron.db.segments_db [None req-7f620784-da3b-481e-901c-b4b5feddd56a fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Added segment 78384ac6-411e-4e95-89de-ef4949ad1d0a of type vxlan for network a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 [pid: 8|app: 0|req: 911/1929] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:26 2026] POST /v2.0/networks => generated 619 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1930] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:26 2026] POST /v2.0/subnets => generated 655 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1931] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:26 2026] POST /v2.0/subnets => generated 730 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1932] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:27 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:27.118 8 INFO neutron.db.segments_db [None req-db2a1656-63f8-4620-93e2-6862710acb01 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Added segment 44f4e380-221e-45b1-af79-b5f992b40893 of type vxlan for network 33cf5111-ec97-4a86-a0f5-52bd013fdc40 [pid: 7|app: 0|req: 1021/1933] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:27 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:27.392 8 INFO neutron.db.l3_hamode_db [None req-db2a1656-63f8-4620-93e2-6862710acb01 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:39:28.181 8 INFO neutron.db.l3_hamode_db [None req-db2a1656-63f8-4620-93e2-6862710acb01 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1022/1934] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:28 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 1023/1935] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:28 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&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: 913/1936] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:27 2026] POST /v2.0/routers => generated 684 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1937] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:29 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1938] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:39:29 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 916/1939] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:29 2026] GET /v2.0/security-groups?id=10854c33-f30c-4e39-8b31-ca0f594e76b1&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:29.692 8 INFO neutron_taas.services.taas.taas_plugin [req-e513360a-6d72-4978-8a24-67eb8e56af6b req-5785d5d0-eeff-4e70-85f6-8cc43cc0e7bf c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: c8a76be4-0667-4680-b116-db92f2ed0c34 2026-04-17 01:39:29.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e513360a-6d72-4978-8a24-67eb8e56af6b req-5785d5d0-eeff-4e70-85f6-8cc43cc0e7bf c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: c8a76be4-0667-4680-b116-db92f2ed0c34 2026-04-17 01:39:29.812 8 INFO neutron.db.l3_db [req-e513360a-6d72-4978-8a24-67eb8e56af6b req-5785d5d0-eeff-4e70-85f6-8cc43cc0e7bf c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Floating IP 01b9f289-e024-49c3-a162-49203c869318 disassociated. External IP: 10.96.250.216, port: c8a76be4-0667-4680-b116-db92f2ed0c34. [pid: 8|app: 0|req: 917/1940] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:39:29 2026] DELETE /v2.0/ports/c8a76be4-0667-4680-b116-db92f2ed0c34 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:30.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae716060-691f-4d49-9562-84dbb96e922b'] response: {'server_uuid': 'd1a1a86b-131b-4a06-833b-66ebe97f9e22', 'name': 'network-vif-deleted', 'tag': 'c8a76be4-0667-4680-b116-db92f2ed0c34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1024/1941] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:39:29 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1942] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:30 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 918/1943] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:39:30 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1944] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:31 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 920/1945] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:32 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1946] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:32 2026] GET /v2.0/ports?device_id=d1a1a86b-131b-4a06-833b-66ebe97f9e22 => 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: 922/1947] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:32 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1948] 10.0.0.159 () {34 vars in 783 bytes} [Fri Apr 17 01:39:31 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/add_router_interface => generated 309 bytes in 1414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1949] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:39:33 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1283 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1950] 10.0.0.159 () {32 vars in 858 bytes} [Fri Apr 17 01:39:33 2026] GET /v2.0/floatingips?floating_network_id=583b3af0-3fae-48a1-b909-80e123cee1ae&port_id=124ab5f9-7b62-468f-9b52-522295c42001 => generated 861 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1951] 10.0.0.159 () {34 vars in 684 bytes} [Fri Apr 17 01:39:33 2026] POST /v2.0/security-groups => generated 1627 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1952] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1953] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1954] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1955] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1956] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:39:34 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1283 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1957] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1958] 10.0.0.240 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:34 2026] GET /v2.0/security-groups?id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&id=713c38e5-c37a-470a-9c35-c6a385176bf7&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1959] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:34 2026] DELETE /v2.0/security-groups/10854c33-f30c-4e39-8b31-ca0f594e76b1 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1960] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:34.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-80e94be6-8418-4c6f-a847-38ef3914c53d c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: a80f659d-e45c-453e-937c-119705c6362b 2026-04-17 01:39:34.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80e94be6-8418-4c6f-a847-38ef3914c53d c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: a80f659d-e45c-453e-937c-119705c6362b [pid: 7|app: 0|req: 1032/1961] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1962] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:39:34 2026] DELETE /v2.0/floatingips/01b9f289-e024-49c3-a162-49203c869318 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1963] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1964] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1965] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:34 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1966] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1967] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:34 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1968] 10.0.0.159 () {34 vars in 695 bytes} [Fri Apr 17 01:39:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1969] 10.0.0.165 () {34 vars in 1094 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-355867067&fields=id&tenant_id=f2296318ae614dbea0dd79a4ab838ca1 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1970] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1971] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/quotas/f2296318ae614dbea0dd79a4ab838ca1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1972] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&fields=id => generated 241 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1973] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1974] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1975] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => 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: 939/1978] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1979] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:35 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&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: 940/1980] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:36 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1981] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:36 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1982] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:37 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1983] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:39:37 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:37.508 8 INFO neutron_taas.services.taas.taas_plugin [req-dd04ccd5-86d4-4ecd-969f-0154e9294f97 req-68156597-00f0-4ec7-9261-ae1eab9170c4 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: fbf74f94-a155-4374-9888-c5fd49208a95 2026-04-17 01:39:37.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dd04ccd5-86d4-4ecd-969f-0154e9294f97 req-68156597-00f0-4ec7-9261-ae1eab9170c4 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: fbf74f94-a155-4374-9888-c5fd49208a95 [pid: 7|app: 0|req: 1042/1984] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:37 2026] GET /v2.0/security-groups?id=776667aa-d745-4368-9ded-0b9ed952dc34&fields=id&fields=name => generated 113 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1985] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:39:37 2026] DELETE /v2.0/ports/fbf74f94-a155-4374-9888-c5fd49208a95 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:37.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5aefd219-0be6-40dc-b9b8-c68332dbb87b'] response: {'server_uuid': 'a69f7902-836b-48f0-b235-b5118a0ffe47', 'name': 'network-vif-deleted', 'tag': 'fbf74f94-a155-4374-9888-c5fd49208a95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1043/1986] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:37 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1987] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:37 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1988] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:38 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => 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: 945/1989] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:38 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1990] 10.0.0.165 () {34 vars in 1120 bytes} [Fri Apr 17 01:39:39 2026] GET /v2.0/security-groups?id=713c38e5-c37a-470a-9c35-c6a385176bf7&id=e4a2dcb5-c4a4-410d-aabe-f697877c1584&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1991] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:39:39 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:39.418 7 INFO neutron_taas.services.taas.taas_plugin [req-53c28752-44a1-4b44-92d7-c88cffda97e2 req-0b4eb3b5-22db-4494-af01-542833bb2d39 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] TaaS: Handle Delete Port: 124ab5f9-7b62-468f-9b52-522295c42001 2026-04-17 01:39:39.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-53c28752-44a1-4b44-92d7-c88cffda97e2 req-0b4eb3b5-22db-4494-af01-542833bb2d39 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] Tap Mirror: Handle Delete Port: 124ab5f9-7b62-468f-9b52-522295c42001 2026-04-17 01:39:39.549 7 INFO neutron.db.l3_db [req-53c28752-44a1-4b44-92d7-c88cffda97e2 req-0b4eb3b5-22db-4494-af01-542833bb2d39 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] Floating IP ab289798-e780-47f4-813a-2308c37ba6fd disassociated. External IP: 10.96.250.207, port: 124ab5f9-7b62-468f-9b52-522295c42001. [pid: 8|app: 0|req: 947/1992] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:39 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => 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: 1046/1993] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:39:39 2026] DELETE /v2.0/ports/124ab5f9-7b62-468f-9b52-522295c42001 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:40.035 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-180072a7-cbb3-4f8e-b19f-725d4b0d2d67'] response: {'server_uuid': '6f4a79b8-bbe3-481a-85be-76271ebc2250', 'name': 'network-vif-deleted', 'tag': '124ab5f9-7b62-468f-9b52-522295c42001', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 948/1994] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:40 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1995] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:39:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f2296318ae614dbea0dd79a4ab838ca1 => generated 178 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1996] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:40 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 949/1997] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:39:40 2026] POST /v2.0/ports => generated 1179 bytes in 483 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: 950/1998] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:40 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1194 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1999] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:40 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2000] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:39:40 2026] PUT /v2.0/ports/526e6179-9bfd-456d-aa58-b5ab64d9c417 => generated 1460 bytes in 558 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: 1050/2001] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:41 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 952/2002] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:40 2026] GET /v2.0/ports?device_id=a69f7902-836b-48f0-b235-b5118a0ffe47 => generated 12 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:39:42.081 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-124bf928-5d2e-4cf5-906f-2527242b34f5'] response: {'name': 'network-changed', 'server_uuid': 'b565b07e-625f-41ea-9b0c-1588e3bbf205', 'tag': '526e6179-9bfd-456d-aa58-b5ab64d9c417', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1051/2003] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2004] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 1052/2005] 199.204.45.65 () {34 vars in 1101 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 954/2006] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2007] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2008] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/ports?device_id=6f4a79b8-bbe3-481a-85be-76271ebc2250 => 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: 1054/2009] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 956/2010] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1055/2011] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:42 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 957/2012] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:42 2026] DELETE /v2.0/security-groups/776667aa-d745-4368-9ded-0b9ed952dc34 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:39:43.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-a30e8c20-5905-40ab-a99a-379d357eca25 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 2026-04-17 01:39:43.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a30e8c20-5905-40ab-a99a-379d357eca25 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: d5fb3de0-3ee1-484d-82b3-76f1c8d6d9e1 [pid: 8|app: 0|req: 958/2013] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:43 2026] DELETE /v2.0/security-groups/e4a2dcb5-c4a4-410d-aabe-f697877c1584 => 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: 959/2014] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:43 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:43.758 8 INFO neutron.api.v2.resource [None req-448d16e7-c1bb-4604-97b1-72bca8c21199 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 960/2015] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:39:43 2026] GET /v2.0/security-groups/e4a2dcb5-c4a4-410d-aabe-f697877c1584 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2016] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:43 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:43.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-b64fe644-a0d3-4c51-9032-f2df61544289 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] TaaS: Handle Delete Port: 211cbd6c-9988-49b7-b998-e7654f66b1cc 2026-04-17 01:39:43.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b64fe644-a0d3-4c51-9032-f2df61544289 4dceabfe6c614427b55e8561a741f76c 9d50fd1a98144a538a83919028cba10c - - default default] Tap Mirror: Handle Delete Port: 211cbd6c-9988-49b7-b998-e7654f66b1cc [pid: 7|app: 0|req: 1056/2017] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:39:42 2026] PUT /v2.0/routers/47ae6fce-b372-4ab4-bc9f-0f04e34480b8/remove_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2018] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:39:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 962/2019] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:39:43 2026] DELETE /v2.0/floatingips/ab289798-e780-47f4-813a-2308c37ba6fd => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2020] 199.204.45.65 () {34 vars in 1101 bytes} [Fri Apr 17 01:39:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 1058/2021] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:43 2026] DELETE /v2.0/subnets/304bd471-975c-40ba-9b88-91a104369ded => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2022] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:39:44 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2023] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:44 2026] DELETE /v2.0/security-groups/713c38e5-c37a-470a-9c35-c6a385176bf7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2024] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:44 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2025] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:44 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:44.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-34c1c71e-6c0e-4ed1-9cbc-248e33a7d4b6 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: 6374a5b5-6ab0-4bdc-ba9e-36956fc330cf 2026-04-17 01:39:44.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34c1c71e-6c0e-4ed1-9cbc-248e33a7d4b6 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: 6374a5b5-6ab0-4bdc-ba9e-36956fc330cf 2026-04-17 01:39:44.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-34c1c71e-6c0e-4ed1-9cbc-248e33a7d4b6 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: 0faa7d64-6d6a-4629-90b1-27a7399de9e2 2026-04-17 01:39:44.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34c1c71e-6c0e-4ed1-9cbc-248e33a7d4b6 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: 0faa7d64-6d6a-4629-90b1-27a7399de9e2 2026-04-17 01:39:44.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-204ca5a8-8e8e-4895-a536-f0d996ccd54d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:44.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-204ca5a8-8e8e-4895-a536-f0d996ccd54d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 9d12e0cc-7ad8-465b-a0da-366df3baa944 2026-04-17 01:39:44.989 7 INFO neutron.services.segments.plugin [-] Segment 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 resource provider aggregate not found 2026-04-17 01:39:44.995 7 INFO neutron.services.segments.plugin [-] Segment 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 resource provider aggregate not found 2026-04-17 01:39:45.011 7 INFO neutron.services.segments.plugin [-] Segment 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 found for delete ", "request_id": "req-19a4e994-22b6-4a53-9a8c-b8e72a952da8"}]} 2026-04-17 01:39:45.011 7 INFO neutron.db.l3_hamode_db [None req-34c1c71e-6c0e-4ed1-9cbc-248e33a7d4b6 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] HA network 20f5f9eb-9e15-4b26-b651-5bb0451dbf46 was deleted as no HA routers are present in tenant 6060edd811cc454fa30362fd8371bc1a. 2026-04-17 01:39:45.019 7 INFO neutron.services.segments.plugin [-] Segment 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f4d1a0b-62e5-4be3-935c-3639c5a5d077 found for delete ", "request_id": "req-20793526-efa9-4203-8963-a6aa35de5129"}]} [pid: 7|app: 0|req: 1060/2026] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:44 2026] DELETE /v2.0/routers/47ae6fce-b372-4ab4-bc9f-0f04e34480b8 => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2027] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:45 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2028] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:39:44 2026] PUT /v2.0/routers/96c3bab4-b058-4035-a5ff-956e5a488541/remove_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:45.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3ae97d1-4b1e-474b-93d2-4778d260c530 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] TaaS: Handle Delete Port: 1686b32c-0c80-40ac-91ff-a3b63e551f77 2026-04-17 01:39:45.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ae97d1-4b1e-474b-93d2-4778d260c530 c3764625d6a746dfb536797b95f15400 6060edd811cc454fa30362fd8371bc1a - - default default] Tap Mirror: Handle Delete Port: 1686b32c-0c80-40ac-91ff-a3b63e551f77 [pid: 8|app: 0|req: 968/2029] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:45 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1062/2030] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:45 2026] DELETE /v2.0/networks/dad23d30-1750-4b58-8581-f94e0020e27b => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:45.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-0838285b-6482-4d3f-95cc-a70efc4f1db1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 55f11f65-42d4-4ef8-973c-5458faa4cf8a 2026-04-17 01:39:45.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0838285b-6482-4d3f-95cc-a70efc4f1db1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 55f11f65-42d4-4ef8-973c-5458faa4cf8a 2026-04-17 01:39:45.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-0838285b-6482-4d3f-95cc-a70efc4f1db1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 1643bf3b-442f-4d41-b63a-3212bc2b8aa7 2026-04-17 01:39:45.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0838285b-6482-4d3f-95cc-a70efc4f1db1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 1643bf3b-442f-4d41-b63a-3212bc2b8aa7 2026-04-17 01:39:45.979 8 INFO neutron.services.segments.plugin [-] Segment 58636309-0f9f-427e-909d-aa59f61c69f7 resource provider aggregate not found 2026-04-17 01:39:45.985 8 INFO neutron.services.segments.plugin [-] Segment 58636309-0f9f-427e-909d-aa59f61c69f7 resource provider aggregate not found 2026-04-17 01:39:46.007 8 INFO neutron.services.segments.plugin [-] Segment 58636309-0f9f-427e-909d-aa59f61c69f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58636309-0f9f-427e-909d-aa59f61c69f7 found for delete ", "request_id": "req-e595d0c0-1de4-49d5-8f7a-d8b3125b3b9e"}]} 2026-04-17 01:39:46.008 8 INFO neutron.services.segments.plugin [-] Segment 58636309-0f9f-427e-909d-aa59f61c69f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58636309-0f9f-427e-909d-aa59f61c69f7 found for delete ", "request_id": "req-a263f464-4dc8-46cb-9963-125494f13031"}]} 2026-04-17 01:39:46.014 8 INFO neutron.db.l3_hamode_db [None req-0838285b-6482-4d3f-95cc-a70efc4f1db1 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network dbb12eb1-de2b-4189-bde7-13d76c455209 was deleted as no HA routers are present in tenant 9d50fd1a98144a538a83919028cba10c. [pid: 8|app: 0|req: 969/2031] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:45 2026] DELETE /v2.0/routers/96c3bab4-b058-4035-a5ff-956e5a488541 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2032] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:46 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1194 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2033] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:46 2026] DELETE /v2.0/subnets/d5c99ee3-3505-43d6-b1af-d485b817d3ab => 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: 971/2034] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:46 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:46.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-042a5add-1155-41d7-b38b-6aa88e0de613 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 1b3a94d9-6e72-462b-a0be-2049d61c3f26 2026-04-17 01:39:46.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-042a5add-1155-41d7-b38b-6aa88e0de613 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 1b3a94d9-6e72-462b-a0be-2049d61c3f26 [pid: 7|app: 0|req: 1064/2035] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:46 2026] GET /v2.0/security-groups?tenant_id=f6afffe4aef64381b5f30e6701499cd4&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2036] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:46 2026] DELETE /v2.0/security-groups/9345e6e4-441b-422c-9abb-6bf7d63bfa59 => 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: 972/2037] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:46 2026] DELETE /v2.0/networks/dba5a972-884c-44ab-b1c7-d1893fd1fbb8 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2038] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:46 2026] GET /v2.0/security-groups?tenant_id=6060edd811cc454fa30362fd8371bc1a&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: 974/2039] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:46 2026] DELETE /v2.0/security-groups/7da3711d-f3d2-4d57-a747-f6056395d2d4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:39:46.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-66c5ab47-a3cf-44aa-92c7-333333c0b622 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:46.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66c5ab47-a3cf-44aa-92c7-333333c0b622 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 12bbb5ed-c808-41e9-954e-632d4ba4ce3f 2026-04-17 01:39:47.028 7 INFO neutron.services.segments.plugin [-] Segment 652a63d0-8af4-4a06-a039-24447a1c1c27 resource provider aggregate not found 2026-04-17 01:39:47.052 7 INFO neutron.services.segments.plugin [-] Segment 652a63d0-8af4-4a06-a039-24447a1c1c27 resource provider aggregate not found 2026-04-17 01:39:47.065 7 INFO neutron.services.segments.plugin [-] Segment 652a63d0-8af4-4a06-a039-24447a1c1c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 652a63d0-8af4-4a06-a039-24447a1c1c27 found for delete ", "request_id": "req-b7ab52c5-7f44-4508-8946-8280e53060bb"}]} 2026-04-17 01:39:47.081 7 INFO neutron.services.segments.plugin [-] Segment 652a63d0-8af4-4a06-a039-24447a1c1c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 652a63d0-8af4-4a06-a039-24447a1c1c27 found for delete ", "request_id": "req-7679c2cc-d5e2-4c0c-8d38-439059e80ed0"}]} [pid: 7|app: 0|req: 1066/2040] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:39:46 2026] PUT /v2.0/routers/21e26bae-4fc7-45b1-adda-27886a1ede9d/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:39:47.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-f07e4fbb-4c7c-4c8f-9891-fceeebe7a58c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 4291f200-d912-48d6-8ab6-339bb9604b84 2026-04-17 01:39:47.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f07e4fbb-4c7c-4c8f-9891-fceeebe7a58c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 4291f200-d912-48d6-8ab6-339bb9604b84 2026-04-17 01:39:48.037 8 INFO neutron.services.segments.plugin [-] Segment 5296812c-758b-46ae-a6b9-8b22a0fcfe47 resource provider aggregate not found 2026-04-17 01:39:48.042 8 INFO neutron.services.segments.plugin [-] Segment 5296812c-758b-46ae-a6b9-8b22a0fcfe47 resource provider aggregate not found 2026-04-17 01:39:48.063 8 INFO neutron.services.segments.plugin [-] Segment 5296812c-758b-46ae-a6b9-8b22a0fcfe47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5296812c-758b-46ae-a6b9-8b22a0fcfe47 found for delete ", "request_id": "req-e0a3a654-2364-451c-a873-be8410ad29ba"}]} 2026-04-17 01:39:48.067 8 INFO neutron.services.segments.plugin [-] Segment 5296812c-758b-46ae-a6b9-8b22a0fcfe47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5296812c-758b-46ae-a6b9-8b22a0fcfe47 found for delete ", "request_id": "req-8195879d-2f14-4744-aeb8-defec18f2d2f"}]} 2026-04-17 01:39:48.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-f07e4fbb-4c7c-4c8f-9891-fceeebe7a58c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 80c204f7-1d7b-4cd4-b6ef-01f0f3b78694 2026-04-17 01:39:48.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f07e4fbb-4c7c-4c8f-9891-fceeebe7a58c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 80c204f7-1d7b-4cd4-b6ef-01f0f3b78694 2026-04-17 01:39:48.514 8 INFO neutron.db.l3_hamode_db [None req-f07e4fbb-4c7c-4c8f-9891-fceeebe7a58c 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] HA network 31c1ad47-b7c3-48ca-9602-acd70365da7c was deleted as no HA routers are present in tenant 1cd834db157f4f5ea2f02c810d6b0c8e. [pid: 8|app: 0|req: 975/2041] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:47 2026] DELETE /v2.0/routers/21e26bae-4fc7-45b1-adda-27886a1ede9d => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2042] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:48 2026] DELETE /v2.0/subnets/1091d96a-99d9-4908-9172-d0878b885660 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:48.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-32711c88-0322-4a69-a18a-b46f8bf68608 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 2645c89b-d821-44a1-8bad-c8bf7eab5c13 2026-04-17 01:39:48.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32711c88-0322-4a69-a18a-b46f8bf68608 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 2645c89b-d821-44a1-8bad-c8bf7eab5c13 [pid: 8|app: 0|req: 976/2043] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:48 2026] DELETE /v2.0/networks/977ef470-71c3-4fa5-8b61-b27132be1fbe => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2044] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:49 2026] GET /v2.0/security-groups?tenant_id=1cd834db157f4f5ea2f02c810d6b0c8e&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2045] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:49 2026] DELETE /v2.0/security-groups/438808e4-73f8-4af3-aa5b-d987df72e686 => 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: 1069/2046] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:49 2026] GET /v2.0/security-groups?tenant_id=9d50fd1a98144a538a83919028cba10c&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2047] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:49 2026] DELETE /v2.0/security-groups/34cff42e-23d0-45b9-87b0-8a434b5b44cd => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:39:50.087 8 INFO neutron.services.segments.plugin [-] Segment ecf68cf6-91c0-444f-ae6d-50559a0eeb0a resource provider aggregate not found 2026-04-17 01:39:50.096 8 INFO neutron.services.segments.plugin [-] Segment ecf68cf6-91c0-444f-ae6d-50559a0eeb0a resource provider aggregate not found 2026-04-17 01:39:50.105 8 INFO neutron.services.segments.plugin [-] Segment ecf68cf6-91c0-444f-ae6d-50559a0eeb0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf68cf6-91c0-444f-ae6d-50559a0eeb0a found for delete ", "request_id": "req-3282289a-8def-40e9-80bf-b19adf28bba9"}]} 2026-04-17 01:39:50.121 8 INFO neutron.services.segments.plugin [-] Segment ecf68cf6-91c0-444f-ae6d-50559a0eeb0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf68cf6-91c0-444f-ae6d-50559a0eeb0a found for delete ", "request_id": "req-6fee5023-d66f-4e42-80f8-d40e19875f82"}]} 2026-04-17 01:39:50.129 8 INFO neutron.services.segments.plugin [-] Segment 97a19560-7417-477f-965a-ae71ac2671bb resource provider aggregate not found 2026-04-17 01:39:50.146 8 INFO neutron.services.segments.plugin [-] Segment 97a19560-7417-477f-965a-ae71ac2671bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a19560-7417-477f-965a-ae71ac2671bb found for delete ", "request_id": "req-36a0db2e-5ed3-43b3-8d25-fe25569f5cab"}]} 2026-04-17 01:39:50.147 8 INFO neutron.services.segments.plugin [-] Segment 97a19560-7417-477f-965a-ae71ac2671bb resource provider aggregate not found 2026-04-17 01:39:50.164 8 INFO neutron.services.segments.plugin [-] Segment 97a19560-7417-477f-965a-ae71ac2671bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97a19560-7417-477f-965a-ae71ac2671bb found for delete ", "request_id": "req-4edee6bd-9842-4a75-8ebb-28ebd556d4ea"}]} [pid: 7|app: 0|req: 1071/2050] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:51 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2051] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:51 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2052] 10.0.0.159 () {32 vars in 818 bytes} [Fri Apr 17 01:39:51 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&mac_address=fa%3A16%3A3e%3Af4%3Af3%3Aa3 => generated 1196 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:51.645 8 INFO neutron.db.segments_db [None req-28941315-c485-463b-a774-e16c9018cbf3 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Added segment 81614c17-08dd-41ad-8fd6-1d862e611dac of type vxlan for network a7c5e881-a88b-41cc-8025-836e362273e3 [pid: 8|app: 0|req: 980/2053] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:51 2026] POST /v2.0/networks => generated 612 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2054] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:39:51 2026] POST /v2.0/ports => generated 743 bytes in 376 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-04-17 01:39:52.189 8 INFO neutron.db.segments_db [None req-c741dc66-8ba9-4954-9217-e13ab9b16eda b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Added segment 63bab800-47b3-491a-aeb1-ac9e097ed327 of type vxlan for network 94e1dc34-f291-41b1-a56d-d03ead5b1fa4 [pid: 8|app: 0|req: 982/2055] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:52 2026] POST /v2.0/networks => generated 613 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:52.304 7 INFO neutron.db.l3_db [None req-913cd5fd-004f-4287-83ea-126214075fe9 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Floating IP 3cf094a9-49b6-41cc-9cb0-ef182185c2d3 associated. External IP: 10.96.250.209, port: 526e6179-9bfd-456d-aa58-b5ab64d9c417. [pid: 8|app: 0|req: 983/2056] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:39:52 2026] POST /v2.0/ports => generated 743 bytes in 309 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: 1074/2057] 10.0.0.159 () {34 vars in 677 bytes} [Fri Apr 17 01:39:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:52.646 8 INFO neutron.db.segments_db [None req-93c180d8-843c-4079-9313-7dd7e6317faa b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Added segment 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 of type vxlan for network 8a2d951a-a50a-4805-8a6f-537a1dfb64d3 2026-04-17 01:39:52.689 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e7b489e-f659-4583-a6ec-e56e36634061'] response: {'name': 'network-changed', 'server_uuid': 'b565b07e-625f-41ea-9b0c-1588e3bbf205', 'tag': '526e6179-9bfd-456d-aa58-b5ab64d9c417', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 984/2058] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:52 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2059] 10.0.0.165 () {34 vars in 1094 bytes} [Fri Apr 17 01:39:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-355867067&fields=id&tenant_id=f2296318ae614dbea0dd79a4ab838ca1 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2060] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:39:52 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2061] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:39:52 2026] GET /v2.0/quotas/f2296318ae614dbea0dd79a4ab838ca1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2062] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:39:52 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&fields=id => generated 333 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2063] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 985/2064] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:39:52 2026] POST /v2.0/ports => generated 743 bytes in 345 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: 1080/2065] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:39:53.165 8 INFO neutron.db.segments_db [None req-f57412c8-a3c1-49ba-80a7-ab4faae18295 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Added segment 65d7bc2c-190b-4499-915c-34198ffce0d8 of type vxlan for network c2480632-062e-4d47-a790-16ccef5cd69c [pid: 7|app: 0|req: 1081/2066] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2067] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:53 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2068] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2069] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => 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: 1084/2070] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => generated 858 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2071] 199.204.45.65 () {34 vars in 1101 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 1086/2072] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2073] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 1088/2074] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 1089/2075] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 987/2076] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:39:53 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 1090/2077] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:39:53 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:39:53.650 8 INFO neutron.db.segments_db [None req-434f3657-c319-47d5-83ff-c04c8ff4c505 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Added segment fe3781fe-5cec-40d0-afad-29173825e0de of type vxlan for network 859acaf0-4673-4ca5-af4e-34299e6f8652 [pid: 8|app: 0|req: 988/2078] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:53 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2079] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:39:53 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1092/2080] 10.0.0.159 () {34 vars in 747 bytes} [Fri Apr 17 01:39:54 2026] PUT /v2.0/ports/ba4945e1-c181-400a-afd2-79355a9cb85f/tags => generated 17 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: 1093/2081] 10.0.0.159 () {34 vars in 747 bytes} [Fri Apr 17 01:39:54 2026] PUT /v2.0/ports/0bf30c10-c0a6-48bd-b264-22c8084566ac/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1094/2082] 10.0.0.159 () {34 vars in 747 bytes} [Fri Apr 17 01:39:54 2026] PUT /v2.0/ports/b70b0182-b290-4889-8efa-8c91dc33ec21/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:39:54.328 8 INFO neutron.db.segments_db [None req-c8bd455f-88c2-410e-b55c-052122728c7d 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] Added segment ad5420d4-f55a-4f12-8b14-c843ded34715 of type vxlan for network 61816b7d-7a0c-485f-b6e2-236b0d072ea3 [pid: 7|app: 0|req: 1095/2083] 10.0.0.159 () {34 vars in 747 bytes} [Fri Apr 17 01:39:54 2026] PUT /v2.0/ports/07391691-b401-47f0-85dc-b342177d5215/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 989/2084] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:53 2026] POST /v2.0/networks => generated 707 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2085] 10.0.0.159 () {32 vars in 660 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2086] 10.0.0.159 () {32 vars in 674 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2087] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:54 2026] POST /v2.0/subnets => generated 644 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:54.643 8 WARNING neutron.api.v2.base [None req-af6a329c-1747-4a4e-a981-07249f0a48ad 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - 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-04-17 01:39:54.644 8 INFO neutron.api.v2.resource [None req-af6a329c-1747-4a4e-a981-07249f0a48ad 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 991/2088] 10.0.0.159 () {34 vars in 681 bytes} [Fri Apr 17 01:39:54 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) [pid: 7|app: 0|req: 1098/2089] 10.0.0.159 () {32 vars in 670 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2090] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2091] 10.0.0.159 () {32 vars in 668 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:54.866 8 INFO neutron.services.segments.plugin [-] Segment ad5420d4-f55a-4f12-8b14-c843ded34715 resource provider aggregate not found 2026-04-17 01:39:54.871 8 INFO neutron.services.segments.plugin [-] Segment ad5420d4-f55a-4f12-8b14-c843ded34715 resource provider aggregate not found 2026-04-17 01:39:54.881 8 INFO neutron.services.segments.plugin [-] Segment ad5420d4-f55a-4f12-8b14-c843ded34715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad5420d4-f55a-4f12-8b14-c843ded34715 found for delete ", "request_id": "req-68fc071a-ba45-4faa-a486-01333358259d"}]} 2026-04-17 01:39:54.886 8 INFO neutron.services.segments.plugin [-] Segment ad5420d4-f55a-4f12-8b14-c843ded34715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad5420d4-f55a-4f12-8b14-c843ded34715 found for delete ", "request_id": "req-164855ad-db7a-49b3-b2f6-0257f253c5cd"}]} [pid: 7|app: 0|req: 1101/2092] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2093] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:54 2026] DELETE /v2.0/networks/61816b7d-7a0c-485f-b6e2-236b0d072ea3 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:54.960 8 INFO neutron.db.segments_db [None req-c4091e7e-7af1-413f-9369-fc10abde44d7 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] Added segment 7dd6193b-43a7-4b1c-8843-3e08fbdec331 of type vxlan for network be8fcdca-c617-43e1-95ad-fdb031200d8f [pid: 7|app: 0|req: 1102/2094] 10.0.0.159 () {32 vars in 678 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2095] 10.0.0.159 () {32 vars in 690 bytes} [Fri Apr 17 01:39:54 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2096] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:54 2026] POST /v2.0/networks => generated 708 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:55.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eff7dba-3d7a-427f-978d-950b46582b81 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] TaaS: Handle Delete Port: ba4945e1-c181-400a-afd2-79355a9cb85f 2026-04-17 01:39:55.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eff7dba-3d7a-427f-978d-950b46582b81 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Tap Mirror: Handle Delete Port: ba4945e1-c181-400a-afd2-79355a9cb85f [pid: 7|app: 0|req: 1104/2097] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/ports/ba4945e1-c181-400a-afd2-79355a9cb85f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2098] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:55 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:55.277 8 WARNING neutron.api.v2.base [None req-70e988ea-05b2-4f40-951b-2c7180a3a7fa 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - 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-04-17 01:39:55.277 8 INFO neutron.api.v2.resource [None req-70e988ea-05b2-4f40-951b-2c7180a3a7fa 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 995/2099] 10.0.0.159 () {34 vars in 681 bytes} [Fri Apr 17 01:39:55 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-17 01:39:55.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-86072c37-67db-43ba-9baf-735d89ff8990 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] TaaS: Handle Delete Port: 0bf30c10-c0a6-48bd-b264-22c8084566ac 2026-04-17 01:39:55.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86072c37-67db-43ba-9baf-735d89ff8990 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Tap Mirror: Handle Delete Port: 0bf30c10-c0a6-48bd-b264-22c8084566ac [pid: 7|app: 0|req: 1105/2100] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/ports/0bf30c10-c0a6-48bd-b264-22c8084566ac => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2101] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/networks/be8fcdca-c617-43e1-95ad-fdb031200d8f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:55.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6574c70-9fbe-4757-9121-c9656d44d4c1 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] TaaS: Handle Delete Port: b70b0182-b290-4889-8efa-8c91dc33ec21 2026-04-17 01:39:55.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6574c70-9fbe-4757-9121-c9656d44d4c1 b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Tap Mirror: Handle Delete Port: b70b0182-b290-4889-8efa-8c91dc33ec21 2026-04-17 01:39:55.524 8 INFO neutron.db.segments_db [None req-7db276fa-a403-4cdf-b028-04a0c9285258 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] Added segment d8f79c7c-2fb3-45e2-8b29-07b933a351b2 of type vxlan for network 437dd6c5-9ab4-4add-9b4e-f115d2a4b8ec [pid: 7|app: 0|req: 1106/2102] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/ports/b70b0182-b290-4889-8efa-8c91dc33ec21 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2103] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:39:55 2026] POST /v2.0/networks => generated 707 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:55.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7814c9-51a0-4b0c-8064-ffb8d918d4cb b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] TaaS: Handle Delete Port: 07391691-b401-47f0-85dc-b342177d5215 2026-04-17 01:39:55.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7814c9-51a0-4b0c-8064-ffb8d918d4cb b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Tap Mirror: Handle Delete Port: 07391691-b401-47f0-85dc-b342177d5215 [pid: 7|app: 0|req: 1107/2104] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/ports/07391691-b401-47f0-85dc-b342177d5215 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2105] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:39:55 2026] POST /v2.0/subnets => generated 647 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:39:55.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-11bb0da3-26d2-43aa-81ef-ecf2c7969fed b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] TaaS: Handle Delete Port: 2c318ef3-3302-4db9-a2fc-4aa61947562b 2026-04-17 01:39:55.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11bb0da3-26d2-43aa-81ef-ecf2c7969fed b62831ba755f4889b9cfc0ae45c673f9 d54c17b1f50c48908f1dcbbcc120bfae - - default default] Tap Mirror: Handle Delete Port: 2c318ef3-3302-4db9-a2fc-4aa61947562b [pid: 7|app: 0|req: 1108/2106] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/ports/2c318ef3-3302-4db9-a2fc-4aa61947562b => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:56.001 7 INFO neutron.services.segments.plugin [-] Segment 81614c17-08dd-41ad-8fd6-1d862e611dac resource provider aggregate not found 2026-04-17 01:39:56.010 7 INFO neutron.services.segments.plugin [-] Segment 81614c17-08dd-41ad-8fd6-1d862e611dac resource provider aggregate not found 2026-04-17 01:39:56.020 7 INFO neutron.services.segments.plugin [-] Segment 81614c17-08dd-41ad-8fd6-1d862e611dac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81614c17-08dd-41ad-8fd6-1d862e611dac found for delete ", "request_id": "req-3f103aea-2e33-4e63-80b4-0d6f5427aae7"}]} 2026-04-17 01:39:56.028 7 INFO neutron.services.segments.plugin [-] Segment 81614c17-08dd-41ad-8fd6-1d862e611dac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81614c17-08dd-41ad-8fd6-1d862e611dac found for delete ", "request_id": "req-219825b5-69d6-48f5-babe-39409a70d2d2"}]} [pid: 7|app: 0|req: 1109/2107] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:55 2026] DELETE /v2.0/networks/a7c5e881-a88b-41cc-8025-836e362273e3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2108] 10.0.0.159 () {34 vars in 681 bytes} [Fri Apr 17 01:39:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2109] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:56 2026] DELETE /v2.0/networks/94e1dc34-f291-41b1-a56d-d03ead5b1fa4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2110] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:56 2026] DELETE /v2.0/networks/8a2d951a-a50a-4805-8a6f-537a1dfb64d3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2111] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:56 2026] DELETE /v2.0/networks/c2480632-062e-4d47-a790-16ccef5cd69c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2112] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:39:56 2026] GET /v2.0/networks/437dd6c5-9ab4-4add-9b4e-f115d2a4b8ec => generated 654 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2113] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:56 2026] DELETE /v2.0/networks/859acaf0-4673-4ca5-af4e-34299e6f8652 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:56.906 8 INFO neutron.services.segments.plugin [-] Segment 7dd6193b-43a7-4b1c-8843-3e08fbdec331 resource provider aggregate not found 2026-04-17 01:39:56.911 8 INFO neutron.services.segments.plugin [-] Segment 7dd6193b-43a7-4b1c-8843-3e08fbdec331 resource provider aggregate not found 2026-04-17 01:39:56.930 8 INFO neutron.services.segments.plugin [-] Segment 7dd6193b-43a7-4b1c-8843-3e08fbdec331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd6193b-43a7-4b1c-8843-3e08fbdec331 found for delete ", "request_id": "req-face5681-cdcc-4335-8d8e-d4f6012fcc19"}]} 2026-04-17 01:39:56.943 8 INFO neutron.services.segments.plugin [-] Segment 7dd6193b-43a7-4b1c-8843-3e08fbdec331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd6193b-43a7-4b1c-8843-3e08fbdec331 found for delete ", "request_id": "req-68c6e562-c4e4-43d8-939a-ddf1b9a0fd95"}]} 2026-04-17 01:39:56.949 8 INFO neutron.services.segments.plugin [-] Segment 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 resource provider aggregate not found 2026-04-17 01:39:56.971 8 INFO neutron.services.segments.plugin [-] Segment 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 resource provider aggregate not found 2026-04-17 01:39:56.987 8 INFO neutron.services.segments.plugin [-] Segment 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 found for delete ", "request_id": "req-3639ac9d-9849-4977-a851-f082bc24c0c2"}]} 2026-04-17 01:39:56.992 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e000bd05-1c0c-4b45-b80d-afa9163e1fa1 e43c73af28b748778bde391d8a713bc5 aa88d078813f4bda820639598453acf6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1002/2114] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:39:56 2026] GET /v2.0/networks/437dd6c5-9ab4-4add-9b4e-f115d2a4b8ec => generated 138 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:39:57.010 8 INFO neutron.services.segments.plugin [-] Segment 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a11a5a7-40d2-4571-b60b-b27e4dfa16c0 found for delete ", "request_id": "req-9fed726e-29bc-40ee-8009-4d5521f9c5e6"}]} [pid: 7|app: 0|req: 1113/2115] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:39:57 2026] DELETE /v2.0/networks/437dd6c5-9ab4-4add-9b4e-f115d2a4b8ec => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:39:57.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-471c94d5-9bd8-4e3b-bb6c-a44f0a2cad1f 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/2116] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:57 2026] DELETE /v2.0/subnets/c04474cd-dae5-45dc-9505-914a0514adc9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:39:57.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63dd1b4b-b2a5-4798-9dee-125793c91b7c 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1114/2117] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:57 2026] DELETE /v2.0/subnets/8c585621-241d-4459-bdeb-7e19e9d0edfe => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:39:57.274 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3bb9b78-3e11-416f-ba2e-fb692bfefbff 7e3438550f4a43fca0ba820b65f8a52f 4a27ba619e554e608a1b27db958e61aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2118] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:39:57 2026] DELETE /v2.0/subnets/57420015-3334-446a-8e9e-25f8a30ab55a => 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: 1005/2119] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:39:57 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2120] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:39:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f2296318ae614dbea0dd79a4ab838ca1 => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2121] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:57 2026] GET /v2.0/security-groups?tenant_id=6286e8bb49fd433ca63bd5a56042289f&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2122] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:57 2026] DELETE /v2.0/security-groups/d21f6272-8dae-4a3b-9c13-f6651169e0eb => 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: 1117/2123] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:57 2026] GET /v2.0/security-groups?tenant_id=d54c17b1f50c48908f1dcbbcc120bfae&name=default => generated 2927 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:58.052 7 INFO neutron.services.segments.plugin [-] Segment 63bab800-47b3-491a-aeb1-ac9e097ed327 resource provider aggregate not found 2026-04-17 01:39:58.061 7 INFO neutron.services.segments.plugin [-] Segment 63bab800-47b3-491a-aeb1-ac9e097ed327 resource provider aggregate not found 2026-04-17 01:39:58.085 7 INFO neutron.services.segments.plugin [-] Segment 63bab800-47b3-491a-aeb1-ac9e097ed327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63bab800-47b3-491a-aeb1-ac9e097ed327 found for delete ", "request_id": "req-9cabfd38-b18c-444b-af9a-34c021b3aa7f"}]} 2026-04-17 01:39:58.089 7 INFO neutron.services.segments.plugin [-] Segment 63bab800-47b3-491a-aeb1-ac9e097ed327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63bab800-47b3-491a-aeb1-ac9e097ed327 found for delete ", "request_id": "req-31406937-c2a4-42cb-bfe1-dd2d7a43042f"}]} [pid: 8|app: 0|req: 1007/2124] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:39:57 2026] POST /v2.0/ports => generated 1183 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 01:39:58.104 7 INFO neutron.services.segments.plugin [-] Segment 65d7bc2c-190b-4499-915c-34198ffce0d8 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-04-17 01:39:58.110 7 INFO neutron.services.segments.plugin [-] Segment 65d7bc2c-190b-4499-915c-34198ffce0d8 resource provider aggregate not found 2026-04-17 01:39:58.123 7 INFO neutron.services.segments.plugin [-] Segment 65d7bc2c-190b-4499-915c-34198ffce0d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65d7bc2c-190b-4499-915c-34198ffce0d8 found for delete ", "request_id": "req-6552c3b4-3bf9-4465-a7c2-b3d3f9acc6f7"}]} 2026-04-17 01:39:58.129 7 INFO neutron.services.segments.plugin [-] Segment 65d7bc2c-190b-4499-915c-34198ffce0d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65d7bc2c-190b-4499-915c-34198ffce0d8 found for delete ", "request_id": "req-12b76bc9-3d11-495d-a7df-d744948ba6f5"}]} 2026-04-17 01:39:58.142 7 INFO neutron.services.segments.plugin [-] Segment fe3781fe-5cec-40d0-afad-29173825e0de resource provider aggregate not found 2026-04-17 01:39:58.146 7 INFO neutron.services.segments.plugin [-] Segment fe3781fe-5cec-40d0-afad-29173825e0de resource provider aggregate not found [pid: 7|app: 0|req: 1118/2125] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:58 2026] DELETE /v2.0/security-groups/ab1129da-ef2a-4f9f-9323-c842305fe423 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:39:58.167 7 INFO neutron.services.segments.plugin [-] Segment fe3781fe-5cec-40d0-afad-29173825e0de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3781fe-5cec-40d0-afad-29173825e0de found for delete ", "request_id": "req-a00f3771-2a3e-43ef-8f44-82d5ac11f1c6"}]} 2026-04-17 01:39:58.167 7 INFO neutron.services.segments.plugin [-] Segment fe3781fe-5cec-40d0-afad-29173825e0de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3781fe-5cec-40d0-afad-29173825e0de found for delete ", "request_id": "req-16252c5b-992c-43a0-863a-ea4e948a9bf5"}]} 2026-04-17 01:39:58.187 7 INFO neutron.services.segments.plugin [-] Segment d8f79c7c-2fb3-45e2-8b29-07b933a351b2 resource provider aggregate not found 2026-04-17 01:39:58.192 7 INFO neutron.services.segments.plugin [-] Segment d8f79c7c-2fb3-45e2-8b29-07b933a351b2 resource provider aggregate not found 2026-04-17 01:39:58.205 7 INFO neutron.services.segments.plugin [-] Segment d8f79c7c-2fb3-45e2-8b29-07b933a351b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f79c7c-2fb3-45e2-8b29-07b933a351b2 found for delete ", "request_id": "req-ebb865f8-353d-42fc-85b1-2b98e91683fd"}]} 2026-04-17 01:39:58.206 7 INFO neutron.services.segments.plugin [-] Segment d8f79c7c-2fb3-45e2-8b29-07b933a351b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f79c7c-2fb3-45e2-8b29-07b933a351b2 found for delete ", "request_id": "req-8264bed1-4924-42cc-a78f-8c95ade9748e"}]} [pid: 7|app: 0|req: 1119/2126] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:58 2026] GET /v2.0/security-groups?tenant_id=aa88d078813f4bda820639598453acf6&name=default => generated 2929 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2127] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:39:58 2026] PUT /v2.0/ports/98b04cc1-0490-49db-8886-07c2c5150443 => generated 1464 bytes in 457 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: 1009/2128] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:39:58 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1198 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:39:58.624 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adc0500f-4588-400f-8011-a40a119a8487'] response: {'name': 'network-changed', 'server_uuid': 'bbb339fc-cd3a-4e11-bab1-766929ab9efa', 'tag': '98b04cc1-0490-49db-8886-07c2c5150443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1120/2129] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:58 2026] GET /v2.0/security-groups?tenant_id=bdebae46173b4751af3c222bc611473b&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2130] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:58 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2131] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:58 2026] DELETE /v2.0/security-groups/f9005a49-ffdf-466b-b52a-daa2304a796b => 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: 1122/2132] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:58 2026] DELETE /v2.0/security-groups/b0e61675-4bfe-4da6-9f1e-0147fafa2831 => 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: 1011/2133] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:58 2026] GET /v2.0/security-groups?tenant_id=bdbd35ff18e84c289dcb466d0e2106fb&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2134] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:58 2026] DELETE /v2.0/security-groups/c3282be0-3492-40d5-830f-d606d87a4b8f => 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: 1012/2135] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:39:59 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2136] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:39:59 2026] GET /v2.0/networks?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&shared=False => generated 2375 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2137] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:39:59 2026] GET /v2.0/security-groups?tenant_id=4a27ba619e554e608a1b27db958e61aa&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2138] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:39:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2139] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:39:59 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1465 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2140] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:39:59 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2141] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:39:59 2026] DELETE /v2.0/security-groups/ad9f8c17-9127-4024-abe0-3ba6c9948f4d => 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: 1128/2142] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2143] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.132&port_id=98b04cc1-0490-49db-8886-07c2c5150443 => 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: 1129/2144] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A55&port_id=98b04cc1-0490-49db-8886-07c2c5150443 => 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: 1016/2145] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/subnets?id=ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d&id=76767ee3-6073-4f83-816b-39629d70190b => 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: 1130/2146] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2147] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2148] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1018/2149] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:40:00 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1132/2150] 10.0.0.159 () {34 vars in 678 bytes} [Fri Apr 17 01:40:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2151] 10.0.0.159 () {34 vars in 678 bytes} [Fri Apr 17 01:40:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2152] 10.0.0.159 () {34 vars in 678 bytes} [Fri Apr 17 01:40:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2153] 10.0.0.159 () {34 vars in 678 bytes} [Fri Apr 17 01:40:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2154] 10.0.0.159 () {34 vars in 678 bytes} [Fri Apr 17 01:40:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2155] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:03 2026] PUT /v2.0/policies/35573c94-ed97-49d8-a319-c5bfbe9bc8bd/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: 1135/2156] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:03 2026] PUT /v2.0/policies/0c07fd8e-1d35-4b16-95f1-00ad0c9b0165/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: 1136/2157] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:03 2026] PUT /v2.0/policies/da189fa5-91a6-4bbe-94ca-c3b1ee0517c6/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: 1137/2158] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:03 2026] PUT /v2.0/policies/05081895-24b5-4ad8-a7ab-3ee4ccb2b091/tags => 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: 1138/2159] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:03 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1198 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2160] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:40:03 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2161] 10.0.0.159 () {32 vars in 674 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2162] 10.0.0.159 () {32 vars in 688 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2163] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:40:03 2026] POST /v2.0/floatingips => generated 552 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2164] 10.0.0.159 () {32 vars in 684 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2165] 10.0.0.159 () {32 vars in 696 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2166] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2167] 10.0.0.159 () {32 vars in 696 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2168] 10.0.0.159 () {32 vars in 692 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2169] 10.0.0.159 () {32 vars in 704 bytes} [Fri Apr 17 01:40:04 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2170] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:04 2026] DELETE /v2.0/qos/policies/35573c94-ed97-49d8-a319-c5bfbe9bc8bd => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2171] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:40:04 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2172] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:04 2026] DELETE /v2.0/qos/policies/0c07fd8e-1d35-4b16-95f1-00ad0c9b0165 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2173] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:05 2026] DELETE /v2.0/qos/policies/da189fa5-91a6-4bbe-94ca-c3b1ee0517c6 => 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: 1151/2174] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:05 2026] DELETE /v2.0/qos/policies/05081895-24b5-4ad8-a7ab-3ee4ccb2b091 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2175] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:05 2026] DELETE /v2.0/qos/policies/af1adb76-3517-4f6f-95ac-4e3bd2ef8546 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2176] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:40:04 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2179] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:40:05 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2180] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:05 2026] GET /v2.0/security-groups?tenant_id=3eee0b309f864af4a069fd113bbced48&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2181] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:06 2026] DELETE /v2.0/security-groups/4e7ab8a9-67a5-4126-9188-d42088a9d008 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2182] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:06 2026] GET /v2.0/security-groups?tenant_id=75b3f390433b49cf8f2b4dbe5cb4a450&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2183] 10.0.0.159 () {34 vars in 676 bytes} [Fri Apr 17 01:40:06 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2184] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:40:06 2026] PUT /v2.0/floatingips/df635a6e-500e-42f3-a40c-255f1f50078f/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2185] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:06 2026] DELETE /v2.0/security-groups/1b579200-ecb1-44e1-9b92-d26b36ce319c => 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: 1156/2186] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:40:06 2026] PUT /v2.0/floatingips/64734486-468e-4342-a011-3c0111bf3bed/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2187] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:40:06 2026] PUT /v2.0/floatingips/53deb361-db2b-4d08-a100-dc42eaa64b77/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2188] 10.0.0.159 () {34 vars in 759 bytes} [Fri Apr 17 01:40:06 2026] PUT /v2.0/floatingips/94bc39f1-70d5-4973-abb2-f1e3d0e46283/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2189] 10.0.0.159 () {32 vars in 672 bytes} [Fri Apr 17 01:40:06 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2190] 10.0.0.159 () {32 vars in 686 bytes} [Fri Apr 17 01:40:06 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2191] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:06 2026] GET /v2.0/security-groups?tenant_id=3548565453174dbdb46e6c5e398be4c6&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2192] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:40:07 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2193] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:40:07 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2194] 10.0.0.159 () {32 vars in 680 bytes} [Fri Apr 17 01:40:07 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2195] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:07 2026] DELETE /v2.0/security-groups/a4d7385f-21b8-4b7b-99cc-75333d2fda7c => 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: 1163/2196] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:40:07 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2197] 10.0.0.159 () {32 vars in 690 bytes} [Fri Apr 17 01:40:07 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2198] 10.0.0.159 () {32 vars in 702 bytes} [Fri Apr 17 01:40:07 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:40:07.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0b8153a-b27a-48a6-b445-46992a750c34 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] TaaS: Handle Delete Port: 2ec56ef0-e8aa-466f-a5c3-aad198d3d636 2026-04-17 01:40:07.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0b8153a-b27a-48a6-b445-46992a750c34 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] Tap Mirror: Handle Delete Port: 2ec56ef0-e8aa-466f-a5c3-aad198d3d636 [pid: 8|app: 0|req: 1035/2199] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:40:07 2026] DELETE /v2.0/floatingips/df635a6e-500e-42f3-a40c-255f1f50078f => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:07.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f96c97d-f5b5-4cd2-9fbe-25d187973910 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] TaaS: Handle Delete Port: 52db3031-8dfe-4f86-9238-23ab71eba371 2026-04-17 01:40:07.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f96c97d-f5b5-4cd2-9fbe-25d187973910 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] Tap Mirror: Handle Delete Port: 52db3031-8dfe-4f86-9238-23ab71eba371 [pid: 7|app: 0|req: 1165/2200] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:40:07 2026] DELETE /v2.0/floatingips/64734486-468e-4342-a011-3c0111bf3bed => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:08.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4b10964-d62b-407f-b4a6-6a8016d918e6 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] TaaS: Handle Delete Port: a3aac1df-b636-49fe-83cf-f9497376b30e 2026-04-17 01:40:08.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4b10964-d62b-407f-b4a6-6a8016d918e6 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] Tap Mirror: Handle Delete Port: a3aac1df-b636-49fe-83cf-f9497376b30e [pid: 8|app: 0|req: 1036/2201] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:40:08 2026] DELETE /v2.0/floatingips/53deb361-db2b-4d08-a100-dc42eaa64b77 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:08.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-65ae4869-6d81-4b33-aa2c-0237e9f75a85 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] TaaS: Handle Delete Port: 6af3e384-e9a1-44c4-8299-3d16ccf58e44 2026-04-17 01:40:08.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65ae4869-6d81-4b33-aa2c-0237e9f75a85 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] Tap Mirror: Handle Delete Port: 6af3e384-e9a1-44c4-8299-3d16ccf58e44 [pid: 7|app: 0|req: 1166/2202] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:40:08 2026] DELETE /v2.0/floatingips/94bc39f1-70d5-4973-abb2-f1e3d0e46283 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:08.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-12b2c590-323e-46d9-aa74-bd255f2701c6 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] TaaS: Handle Delete Port: 97c8c980-21e6-4775-8845-690b59bd72ae 2026-04-17 01:40:08.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12b2c590-323e-46d9-aa74-bd255f2701c6 c2c4ce68a495471baa3305f968ab4469 0e723a955ff34314a3dd72c776fa6659 - - default default] Tap Mirror: Handle Delete Port: 97c8c980-21e6-4775-8845-690b59bd72ae [pid: 8|app: 0|req: 1037/2203] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:40:08 2026] DELETE /v2.0/floatingips/637fddfa-6c15-416c-a246-907862cf9d2b => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2204] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:08 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2205] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:40:09 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2206] 10.0.0.159 () {32 vars in 818 bytes} [Fri Apr 17 01:40:09 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&mac_address=fa%3A16%3A3e%3Ac9%3A3d%3A54 => generated 1200 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:40:09.994 8 INFO neutron.db.l3_db [None req-784a8b3f-5cf4-477d-b2dd-fe2fc84c34ab fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Floating IP 5f1f37e0-829c-4bbd-b298-422f38d5ab45 associated. External IP: 10.96.250.208, port: 98b04cc1-0490-49db-8886-07c2c5150443. [pid: 8|app: 0|req: 1039/2207] 10.0.0.159 () {34 vars in 677 bytes} [Fri Apr 17 01:40:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:10.330 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdb890b3-ba3a-4fa8-8ec3-9617219c9f81'] response: {'name': 'network-changed', 'server_uuid': 'bbb339fc-cd3a-4e11-bab1-766929ab9efa', 'tag': '98b04cc1-0490-49db-8886-07c2c5150443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1169/2208] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:10 2026] GET /v2.0/security-groups?tenant_id=99dc84d86e1e4ec18f97ce3ccbb44285&name=default => generated 2929 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2209] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:10 2026] DELETE /v2.0/security-groups/8c2b7358-ecd1-47c5-b751-e71ee1a9cce8 => 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: 1041/2210] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:40:10 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2211] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:40:10 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2212] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:10 2026] GET /v2.0/security-groups?tenant_id=0e723a955ff34314a3dd72c776fa6659&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: 1043/2213] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:40:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.132&port_id=98b04cc1-0490-49db-8886-07c2c5150443 => 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: 1044/2214] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:40:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A55&port_id=98b04cc1-0490-49db-8886-07c2c5150443 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2215] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:40:11 2026] GET /v2.0/subnets?id=ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d&id=76767ee3-6073-4f83-816b-39629d70190b => generated 1414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2216] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:10 2026] DELETE /v2.0/security-groups/dc46016d-bc20-4370-8203-9554880755df => 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: 1046/2217] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:40:11 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2218] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:40:11 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2219] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:40:11 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1173/2220] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:40:11 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1048/2221] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:11 2026] GET /v2.0/security-groups?tenant_id=a48344a1aedc49e1a1fd60b328476b5e&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2222] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:11 2026] DELETE /v2.0/security-groups/6b0bc7c4-9f18-4b93-a1de-e79088ee8119 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:12.025 8 INFO neutron.db.segments_db [None req-10e506a9-fbfa-4f2b-a6d9-fed5c2fdfd04 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] Added segment 85096555-6682-4043-8abd-1733463375bc of type vxlan for network 41e9325f-f0c6-43ee-af1e-d19be49ca863 [pid: 8|app: 0|req: 1049/2223] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:11 2026] POST /v2.0/networks => generated 612 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2224] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:40:12 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:12.450 8 INFO neutron.db.segments_db [None req-700b3503-ddc2-4c20-9b31-e7c5afc1d2a5 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] Added segment 813aa76a-d52c-4d5d-96e8-98df0627059e of type vxlan for network 3a074420-e739-48a4-8d6e-1695693a1ae6 [pid: 8|app: 0|req: 1050/2225] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:12 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2226] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:40:12 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:12.845 8 INFO neutron.db.segments_db [None req-36da04d9-4815-4d42-8b73-9216ac0d785d 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] Added segment d3b72630-bcd7-4120-bd3a-108419bc3974 of type vxlan for network f333662d-8b0c-47fe-99aa-60d8bc08f070 [pid: 8|app: 0|req: 1051/2227] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:12 2026] POST /v2.0/networks => generated 613 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2228] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:40:12 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:13.232 8 INFO neutron.db.segments_db [None req-d137ad89-dbe5-4229-920f-a8a70d2b1821 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] Added segment aaf3320c-ce0e-4d82-952a-5d20f130263b of type vxlan for network af46a50f-c69b-4b6d-b5f1-f901296ef179 [pid: 8|app: 0|req: 1052/2229] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:13 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2230] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:40:13 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:13.616 8 INFO neutron.db.segments_db [None req-e8ab1f76-e8cd-498e-af30-8b545d9c26e7 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] Added segment 716cb12b-b3a7-4d89-8a7c-f474d2e3331c of type vxlan for network d568701f-07b7-40cf-bd26-731699b1fb94 [pid: 8|app: 0|req: 1053/2231] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:13 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2232] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:40:13 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2233] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:13 2026] PUT /v2.0/subnets/74760637-8c7d-4d84-be68-c05f139dd6a2/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2234] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:13 2026] PUT /v2.0/subnets/9169ad8e-d4cb-4656-9c47-e90b881ca9a6/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2235] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:14 2026] PUT /v2.0/subnets/5b767b5f-99a2-4be4-9b72-3757fe0dd3a7/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: 1181/2236] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:14 2026] PUT /v2.0/subnets/a3dadde7-b7b0-4dc8-96c7-d88649bf9542/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2237] 10.0.0.159 () {32 vars in 664 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2238] 10.0.0.159 () {32 vars in 678 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2239] 10.0.0.159 () {32 vars in 674 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2240] 10.0.0.159 () {32 vars in 686 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2241] 10.0.0.159 () {32 vars in 672 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2242] 10.0.0.159 () {32 vars in 686 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2243] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2244] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:40:14 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2245] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:14 2026] DELETE /v2.0/subnets/74760637-8c7d-4d84-be68-c05f139dd6a2 => 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: 1186/2246] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:14 2026] DELETE /v2.0/subnets/9169ad8e-d4cb-4656-9c47-e90b881ca9a6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2247] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:14 2026] DELETE /v2.0/subnets/5b767b5f-99a2-4be4-9b72-3757fe0dd3a7 => 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: 1187/2248] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/subnets/a3dadde7-b7b0-4dc8-96c7-d88649bf9542 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2249] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/subnets/c67109fa-12f0-4924-a68b-2f3154936d7a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:15.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-18031cb9-b8fa-41cf-99a6-dc1fc4c4d8c3 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] TaaS: Handle Delete Port: ade3f11b-5725-4efb-9456-9075b7d66742 2026-04-17 01:40:15.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18031cb9-b8fa-41cf-99a6-dc1fc4c4d8c3 345de44028b442d0a6278335f81846d3 8e97602495614b44b192cc0bedae8909 - - default default] Tap Mirror: Handle Delete Port: ade3f11b-5725-4efb-9456-9075b7d66742 2026-04-17 01:40:15.543 7 INFO neutron.services.segments.plugin [-] Segment 85096555-6682-4043-8abd-1733463375bc resource provider aggregate not found 2026-04-17 01:40:15.549 7 INFO neutron.services.segments.plugin [-] Segment 85096555-6682-4043-8abd-1733463375bc resource provider aggregate not found 2026-04-17 01:40:15.563 7 INFO neutron.services.segments.plugin [-] Segment 85096555-6682-4043-8abd-1733463375bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85096555-6682-4043-8abd-1733463375bc found for delete ", "request_id": "req-26b501c7-3ddb-4007-9bc8-b111fbb7c600"}]} 2026-04-17 01:40:15.568 7 INFO neutron.services.segments.plugin [-] Segment 85096555-6682-4043-8abd-1733463375bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85096555-6682-4043-8abd-1733463375bc found for delete ", "request_id": "req-b64306eb-a79f-4502-9ef7-80dcb8f158a6"}]} [pid: 7|app: 0|req: 1188/2250] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/networks/41e9325f-f0c6-43ee-af1e-d19be49ca863 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2251] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/networks/3a074420-e739-48a4-8d6e-1695693a1ae6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:15.737 8 INFO neutron.db.segments_db [None req-0d04117b-9d65-4533-84fc-13d1ac139d4d 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Added segment 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 of type vxlan for network 837f6e27-9d36-45b6-afdb-70a40796beda [pid: 7|app: 0|req: 1190/2252] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/networks/f333662d-8b0c-47fe-99aa-60d8bc08f070 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:15.976 8 INFO neutron.db.l3_hamode_db [None req-0d04117b-9d65-4533-84fc-13d1ac139d4d 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1191/2253] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/networks/af46a50f-c69b-4b6d-b5f1-f901296ef179 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:16.073 8 INFO neutron.db.l3_hamode_db [None req-0d04117b-9d65-4533-84fc-13d1ac139d4d 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1192/2254] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:15 2026] DELETE /v2.0/networks/d568701f-07b7-40cf-bd26-731699b1fb94 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2255] 10.0.0.159 () {34 vars in 668 bytes} [Fri Apr 17 01:40:15 2026] POST /v2.0/routers => generated 474 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:16.726 7 INFO neutron.db.l3_hamode_db [None req-c857cb9d-48d6-417e-bcd7-c0f9a0588637 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:40:16.843 7 INFO neutron.db.l3_hamode_db [None req-c857cb9d-48d6-417e-bcd7-c0f9a0588637 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1064/2256] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:16 2026] GET /v2.0/security-groups?tenant_id=9fb066c50f404a818a2e9ddaede45953&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: 1065/2257] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:17 2026] DELETE /v2.0/security-groups/ee414e17-942d-4f3a-938e-768442888de1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2258] 10.0.0.240 () {34 vars in 990 bytes} [Fri Apr 17 01:40:17 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1469 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2259] 10.0.0.240 () {34 vars in 1040 bytes} [Fri Apr 17 01:40:17 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2260] 10.0.0.159 () {34 vars in 668 bytes} [Fri Apr 17 01:40:16 2026] POST /v2.0/routers => generated 474 bytes in 778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2261] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:17 2026] GET /v2.0/security-groups?tenant_id=3bdd5f93d82549469f6578f274c26c41&name=default => generated 2929 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:40:17.500 7 INFO neutron.db.l3_hamode_db [None req-88f70d92-e6cc-4aab-856c-263538d60d6c 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1069/2262] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:17 2026] DELETE /v2.0/security-groups/556012e0-1ddd-439a-bc49-14b3be16e021 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:17.589 7 INFO neutron.services.segments.plugin [-] Segment 813aa76a-d52c-4d5d-96e8-98df0627059e resource provider aggregate not found 2026-04-17 01:40:17.596 7 INFO neutron.services.segments.plugin [-] Segment 813aa76a-d52c-4d5d-96e8-98df0627059e resource provider aggregate not found 2026-04-17 01:40:17.626 7 INFO neutron.services.segments.plugin [-] Segment 813aa76a-d52c-4d5d-96e8-98df0627059e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 813aa76a-d52c-4d5d-96e8-98df0627059e found for delete ", "request_id": "req-bf7d2578-113d-4730-82ba-d1d873ef8615"}]} 2026-04-17 01:40:17.632 7 INFO neutron.services.segments.plugin [-] Segment 813aa76a-d52c-4d5d-96e8-98df0627059e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 813aa76a-d52c-4d5d-96e8-98df0627059e found for delete ", "request_id": "req-b2924709-7f5d-44c2-b7c2-fd40f615b69e"}]} 2026-04-17 01:40:17.654 7 INFO neutron.services.segments.plugin [-] Segment d3b72630-bcd7-4120-bd3a-108419bc3974 resource provider aggregate not found 2026-04-17 01:40:17.660 7 INFO neutron.services.segments.plugin [-] Segment d3b72630-bcd7-4120-bd3a-108419bc3974 resource provider aggregate not found 2026-04-17 01:40:17.680 7 INFO neutron.services.segments.plugin [-] Segment d3b72630-bcd7-4120-bd3a-108419bc3974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3b72630-bcd7-4120-bd3a-108419bc3974 found for delete ", "request_id": "req-0c153d97-af24-4b96-995d-5943e0526c96"}]} 2026-04-17 01:40:17.684 7 INFO neutron.services.segments.plugin [-] Segment d3b72630-bcd7-4120-bd3a-108419bc3974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3b72630-bcd7-4120-bd3a-108419bc3974 found for delete ", "request_id": "req-ff3e70cd-6e5f-479d-b47d-5a4b1b551d80"}]} 2026-04-17 01:40:17.703 7 INFO neutron.db.l3_hamode_db [None req-88f70d92-e6cc-4aab-856c-263538d60d6c 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:40:17.706 7 INFO neutron.services.segments.plugin [-] Segment aaf3320c-ce0e-4d82-952a-5d20f130263b resource provider aggregate not found 2026-04-17 01:40:17.709 7 INFO neutron.services.segments.plugin [-] Segment aaf3320c-ce0e-4d82-952a-5d20f130263b resource provider aggregate not found 2026-04-17 01:40:17.728 7 INFO neutron.services.segments.plugin [-] Segment aaf3320c-ce0e-4d82-952a-5d20f130263b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaf3320c-ce0e-4d82-952a-5d20f130263b found for delete ", "request_id": "req-86ecfeab-9414-4b91-b527-edc1382ed811"}]} 2026-04-17 01:40:17.737 7 INFO neutron.services.segments.plugin [-] Segment aaf3320c-ce0e-4d82-952a-5d20f130263b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaf3320c-ce0e-4d82-952a-5d20f130263b found for delete ", "request_id": "req-4daf5548-7dd4-4fc2-a025-a43d1c709aae"}]} [pid: 8|app: 0|req: 1070/2263] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:17 2026] GET /v2.0/security-groups?tenant_id=8e97602495614b44b192cc0bedae8909&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:40:17.758 7 INFO neutron.services.segments.plugin [-] Segment 716cb12b-b3a7-4d89-8a7c-f474d2e3331c resource provider aggregate not found 2026-04-17 01:40:17.762 7 INFO neutron.services.segments.plugin [-] Segment 716cb12b-b3a7-4d89-8a7c-f474d2e3331c resource provider aggregate not found 2026-04-17 01:40:17.784 7 INFO neutron.services.segments.plugin [-] Segment 716cb12b-b3a7-4d89-8a7c-f474d2e3331c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716cb12b-b3a7-4d89-8a7c-f474d2e3331c found for delete ", "request_id": "req-c6f7a8cd-8fb3-4c06-bb29-40edc36c3bad"}]} 2026-04-17 01:40:17.804 7 INFO neutron.services.segments.plugin [-] Segment 716cb12b-b3a7-4d89-8a7c-f474d2e3331c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 716cb12b-b3a7-4d89-8a7c-f474d2e3331c found for delete ", "request_id": "req-6d2e1e6b-c83d-48a2-9916-d764086743da"}]} [pid: 8|app: 0|req: 1071/2264] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:17 2026] DELETE /v2.0/security-groups/df248553-4cc2-4bb9-90e8-e8db55b268f8 => 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: 1194/2265] 10.0.0.159 () {34 vars in 668 bytes} [Fri Apr 17 01:40:17 2026] POST /v2.0/routers => generated 474 bytes in 1457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:18.957 8 INFO neutron.db.l3_hamode_db [None req-303fefa8-3136-4c02-b58b-4c1c65eebf02 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:40:19.063 8 INFO neutron.db.l3_hamode_db [None req-303fefa8-3136-4c02-b58b-4c1c65eebf02 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1072/2266] 10.0.0.159 () {34 vars in 668 bytes} [Fri Apr 17 01:40:18 2026] POST /v2.0/routers => generated 474 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:19.719 7 INFO neutron.db.l3_hamode_db [None req-da1d8b8c-edd4-48db-9825-04cda8792b5e 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 01:40:19.844 7 INFO neutron.db.l3_hamode_db [None req-da1d8b8c-edd4-48db-9825-04cda8792b5e 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1195/2267] 10.0.0.159 () {34 vars in 668 bytes} [Fri Apr 17 01:40:19 2026] POST /v2.0/routers => generated 474 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2268] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:20 2026] PUT /v2.0/routers/36addfb4-736f-4d5e-b948-3083bd0c94a4/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2269] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:20 2026] PUT /v2.0/routers/7d4d6d0d-e198-441c-9bca-4c7505d721e4/tags => generated 25 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2272] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:20 2026] PUT /v2.0/routers/86637539-1c58-4884-9de0-8d9f608fead2/tags => generated 34 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2273] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:20 2026] PUT /v2.0/routers/95d2086d-29d6-4ce7-a477-c211e5c318c4/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2274] 10.0.0.159 () {32 vars in 664 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2275] 10.0.0.159 () {32 vars in 678 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2276] 10.0.0.159 () {32 vars in 674 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2277] 10.0.0.159 () {32 vars in 686 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2278] 10.0.0.159 () {32 vars in 672 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:40:21.523 7 INFO neutron.db.segments_db [None req-151e906e-9477-43b1-9e17-8477e26c9a8b a72c3c013007440aa7aa5a01ce35a6bf 384cd8951f8541df923f4ec4218fab47 - - default default] Added segment 6f4ef9a1-5d46-4876-9016-f964aaa74aba of type vxlan for network 284c6444-2798-4ecb-a774-d0216b364e3f [pid: 8|app: 0|req: 1080/2279] 10.0.0.159 () {32 vars in 686 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2280] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:21 2026] POST /v2.0/networks => generated 613 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2281] 10.0.0.159 () {32 vars in 682 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2282] 10.0.0.159 () {32 vars in 694 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2283] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:40:21 2026] GET /v2.0/routers/36addfb4-736f-4d5e-b948-3083bd0c94a4 => generated 485 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2284] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:40:21 2026] POST /v2.0/ports => generated 743 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1083/2285] 10.0.0.159 () {34 vars in 747 bytes} [Fri Apr 17 01:40:21 2026] PUT /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1084/2286] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1085/2287] 10.0.0.159 () {34 vars in 758 bytes} [Fri Apr 17 01:40:22 2026] PUT /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/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: 8|app: 0|req: 1086/2288] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 34 bytes in 63 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: 1087/2289] 10.0.0.159 () {34 vars in 754 bytes} [Fri Apr 17 01:40:22 2026] PUT /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1088/2290] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1203/2291] 10.0.0.159 () {34 vars in 742 bytes} [Fri Apr 17 01:40:21 2026] PUT /v2.0/routers/36addfb4-736f-4d5e-b948-3083bd0c94a4 => generated 485 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2292] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports?device_id=36addfb4-736f-4d5e-b948-3083bd0c94a4 => 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: 1089/2293] 10.0.0.159 () {34 vars in 776 bytes} [Fri Apr 17 01:40:22 2026] PUT /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags/black.or.white => generated 4 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1090/2294] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:40:22.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a09fc1d-5129-41de-80b7-01939febf17b 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] TaaS: Handle Delete Port: acafb1b2-88c8-4cd8-bfb8-268102f555e0 2026-04-17 01:40:22.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a09fc1d-5129-41de-80b7-01939febf17b 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Tap Mirror: Handle Delete Port: acafb1b2-88c8-4cd8-bfb8-268102f555e0 [pid: 8|app: 0|req: 1091/2295] 10.0.0.159 () {34 vars in 747 bytes} [Fri Apr 17 01:40:22 2026] PUT /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/2296] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1093/2297] 10.0.0.159 () {32 vars in 735 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags/red => 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: 1205/2298] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:22 2026] DELETE /v2.0/routers/36addfb4-736f-4d5e-b948-3083bd0c94a4 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:22.853 8 INFO neutron.api.v2.resource [None req-63e2a0ac-6cc8-462b-b97e-d1fdc10bea81 a72c3c013007440aa7aa5a01ce35a6bf 384cd8951f8541df923f4ec4218fab47 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2299] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags/green => generated 99 bytes in 52 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: 1206/2300] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/routers/7d4d6d0d-e198-441c-9bca-4c7505d721e4 => generated 493 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2301] 10.0.0.159 () {32 vars in 738 bytes} [Fri Apr 17 01:40:22 2026] DELETE /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags/red => generated 0 bytes in 80 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: 1096/2302] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:22 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 30 bytes in 63 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-04-17 01:40:23.074 8 INFO neutron.api.v2.resource [None req-4cc167d8-89a0-42ea-b812-3f53f5b0710b a72c3c013007440aa7aa5a01ce35a6bf 384cd8951f8541df923f4ec4218fab47 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1097/2303] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:40:23 2026] DELETE /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags/green => generated 99 bytes in 52 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: 1098/2304] 10.0.0.159 () {32 vars in 730 bytes} [Fri Apr 17 01:40:23 2026] DELETE /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 0 bytes in 72 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: 1099/2305] 10.0.0.159 () {32 vars in 727 bytes} [Fri Apr 17 01:40:23 2026] GET /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:40:23.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ed8dab9-9893-429e-bc5f-23b9f5180379 a72c3c013007440aa7aa5a01ce35a6bf 384cd8951f8541df923f4ec4218fab47 - - default default] TaaS: Handle Delete Port: 7bce9742-314e-4062-b5b8-f95fa82e83b9 2026-04-17 01:40:23.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ed8dab9-9893-429e-bc5f-23b9f5180379 a72c3c013007440aa7aa5a01ce35a6bf 384cd8951f8541df923f4ec4218fab47 - - default default] Tap Mirror: Handle Delete Port: 7bce9742-314e-4062-b5b8-f95fa82e83b9 [pid: 8|app: 0|req: 1100/2306] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:40:23 2026] DELETE /v2.0/ports/7bce9742-314e-4062-b5b8-f95fa82e83b9 => 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: 1207/2307] 10.0.0.159 () {34 vars in 742 bytes} [Fri Apr 17 01:40:22 2026] PUT /v2.0/routers/7d4d6d0d-e198-441c-9bca-4c7505d721e4 => generated 493 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2308] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:40:23 2026] GET /v2.0/ports?device_id=7d4d6d0d-e198-441c-9bca-4c7505d721e4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:23.530 8 INFO neutron.services.segments.plugin [-] Segment 6f4ef9a1-5d46-4876-9016-f964aaa74aba resource provider aggregate not found 2026-04-17 01:40:23.536 8 INFO neutron.services.segments.plugin [-] Segment 6f4ef9a1-5d46-4876-9016-f964aaa74aba resource provider aggregate not found 2026-04-17 01:40:23.546 8 INFO neutron.services.segments.plugin [-] Segment 6f4ef9a1-5d46-4876-9016-f964aaa74aba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f4ef9a1-5d46-4876-9016-f964aaa74aba found for delete ", "request_id": "req-b567896f-da24-444f-8cb2-edc02fbb9985"}]} [pid: 8|app: 0|req: 1101/2309] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:23 2026] DELETE /v2.0/networks/284c6444-2798-4ecb-a774-d0216b364e3f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:23.560 8 INFO neutron.services.segments.plugin [-] Segment 6f4ef9a1-5d46-4876-9016-f964aaa74aba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f4ef9a1-5d46-4876-9016-f964aaa74aba found for delete ", "request_id": "req-373a1fce-0384-474f-8ee2-87fe101a1a18"}]} 2026-04-17 01:40:23.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-4558fee6-4ebb-4bac-9b69-6cb3767051f9 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] TaaS: Handle Delete Port: def9ec9e-19f7-454f-ab36-9bf2e05cc553 2026-04-17 01:40:23.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4558fee6-4ebb-4bac-9b69-6cb3767051f9 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Tap Mirror: Handle Delete Port: def9ec9e-19f7-454f-ab36-9bf2e05cc553 [pid: 7|app: 0|req: 1209/2310] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:23 2026] DELETE /v2.0/routers/7d4d6d0d-e198-441c-9bca-4c7505d721e4 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2311] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:40:23 2026] GET /v2.0/routers/86637539-1c58-4884-9de0-8d9f608fead2 => generated 502 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2312] 10.0.0.159 () {34 vars in 742 bytes} [Fri Apr 17 01:40:23 2026] PUT /v2.0/routers/86637539-1c58-4884-9de0-8d9f608fead2 => generated 502 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2313] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:24 2026] GET /v2.0/security-groups?tenant_id=384cd8951f8541df923f4ec4218fab47&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2314] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:40:24 2026] GET /v2.0/ports?device_id=86637539-1c58-4884-9de0-8d9f608fead2 => 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: 1104/2315] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:24 2026] DELETE /v2.0/security-groups/70b656c5-219c-4b40-ba69-720d32ff5c5f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:24.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7aa18f6-1eaa-46b1-8f9f-f41e0724e222 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] TaaS: Handle Delete Port: 4f8edd41-8ba8-4590-ac0a-08a719179224 2026-04-17 01:40:24.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7aa18f6-1eaa-46b1-8f9f-f41e0724e222 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Tap Mirror: Handle Delete Port: 4f8edd41-8ba8-4590-ac0a-08a719179224 [pid: 7|app: 0|req: 1212/2316] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:24 2026] DELETE /v2.0/routers/86637539-1c58-4884-9de0-8d9f608fead2 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2317] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:24 2026] GET /v2.0/security-groups?tenant_id=de752ef9abb8465e8ec3b8bc6504e2d8&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2318] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:40:24 2026] GET /v2.0/routers/95d2086d-29d6-4ce7-a477-c211e5c318c4 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2319] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:24 2026] DELETE /v2.0/security-groups/ff6c3cb7-0bdb-46b2-a92f-e5cb476cf0ed => 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: 1214/2320] 10.0.0.159 () {34 vars in 742 bytes} [Fri Apr 17 01:40:24 2026] PUT /v2.0/routers/95d2086d-29d6-4ce7-a477-c211e5c318c4 => generated 487 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2321] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:40:25 2026] GET /v2.0/ports?device_id=95d2086d-29d6-4ce7-a477-c211e5c318c4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:25.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-b72f4367-7bd7-4ebd-a0c9-55ea892b2511 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] TaaS: Handle Delete Port: 135ca46a-b9aa-420c-83b3-9f84aa645056 2026-04-17 01:40:25.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b72f4367-7bd7-4ebd-a0c9-55ea892b2511 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Tap Mirror: Handle Delete Port: 135ca46a-b9aa-420c-83b3-9f84aa645056 [pid: 7|app: 0|req: 1215/2322] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:25 2026] DELETE /v2.0/routers/95d2086d-29d6-4ce7-a477-c211e5c318c4 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2323] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:40:25 2026] GET /v2.0/routers/82053495-33ed-4401-8b72-e295c867cae3 => generated 480 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2324] 10.0.0.159 () {34 vars in 742 bytes} [Fri Apr 17 01:40:25 2026] PUT /v2.0/routers/82053495-33ed-4401-8b72-e295c867cae3 => generated 480 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2325] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:40:26 2026] GET /v2.0/ports?device_id=82053495-33ed-4401-8b72-e295c867cae3 => generated 12 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:27.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-43d94cbd-a84d-40ea-802c-9c12660e3c40 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] TaaS: Handle Delete Port: df5da283-d758-4f4e-baba-30df7a33df2d 2026-04-17 01:40:27.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43d94cbd-a84d-40ea-802c-9c12660e3c40 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] Tap Mirror: Handle Delete Port: df5da283-d758-4f4e-baba-30df7a33df2d 2026-04-17 01:40:27.685 7 INFO neutron.services.segments.plugin [-] Segment 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 resource provider aggregate not found 2026-04-17 01:40:27.692 7 INFO neutron.services.segments.plugin [-] Segment 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 resource provider aggregate not found 2026-04-17 01:40:27.705 7 INFO neutron.services.segments.plugin [-] Segment 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 found for delete ", "request_id": "req-9b21358d-069a-4fdb-a73c-53a9cb72e78f"}]} 2026-04-17 01:40:27.712 7 INFO neutron.services.segments.plugin [-] Segment 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0e8cf3-2b1f-43ce-ad17-aa0dfe9fff11 found for delete ", "request_id": "req-a7895991-fbbd-4da9-bc7a-abad251d5ca8"}]} 2026-04-17 01:40:27.722 7 INFO neutron.db.l3_hamode_db [None req-43d94cbd-a84d-40ea-802c-9c12660e3c40 59d37e9c789b4353b4dd870a8a3fc64e 65ec6fa5b9a8492497bd6a83217020b9 - - default default] HA network 837f6e27-9d36-45b6-afdb-70a40796beda was deleted as no HA routers are present in tenant 65ec6fa5b9a8492497bd6a83217020b9. [pid: 7|app: 0|req: 1217/2326] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:27 2026] DELETE /v2.0/routers/82053495-33ed-4401-8b72-e295c867cae3 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:28.596 8 INFO neutron.db.segments_db [None req-c9209733-6083-4fc1-9f85-a7583bca0534 332b6702a5c44bcb88cd0ccf590e9586 d75c0553933b481ebcee409341fd0b44 - - default default] Added segment 0dcd00e6-a98f-41b0-baaa-87837b8396f5 of type vxlan for network b7065fb2-874c-411f-9edb-39082a387c4c [pid: 8|app: 0|req: 1110/2327] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:28 2026] POST /v2.0/networks => generated 613 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2328] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:28 2026] GET /v2.0/security-groups?tenant_id=2e97f4d06bbf4fed92c66925361f603b&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2329] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:28 2026] DELETE /v2.0/security-groups/c9a5ba86-bc00-457e-a747-9c3e851ee465 => 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: 1111/2330] 10.0.0.159 () {34 vars in 664 bytes} [Fri Apr 17 01:40:28 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1220/2331] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:28 2026] GET /v2.0/security-groups?tenant_id=8f59ccd72f9346a9bc4c027374ca07a8&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2332] 10.0.0.159 () {34 vars in 666 bytes} [Fri Apr 17 01:40:29 2026] POST /v2.0/trunks => generated 407 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2333] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:40:29 2026] PUT /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2334] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 25 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2335] 10.0.0.159 () {34 vars in 760 bytes} [Fri Apr 17 01:40:29 2026] PUT /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags/green => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2336] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/security-groups/91402983-eef5-4b73-b007-638b57499e3c => 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: 1116/2337] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2338] 10.0.0.159 () {34 vars in 756 bytes} [Fri Apr 17 01:40:29 2026] PUT /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2339] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/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: 1223/2340] 10.0.0.159 () {34 vars in 778 bytes} [Fri Apr 17 01:40:29 2026] PUT /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/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: 8|app: 0|req: 1118/2341] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2342] 10.0.0.159 () {34 vars in 749 bytes} [Fri Apr 17 01:40:29 2026] PUT /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2343] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/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: 1226/2344] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:29.517 7 INFO neutron.api.v2.resource [None req-6e26c0ed-2cb0-4e5e-a6d1-7a6cf9f9aa99 332b6702a5c44bcb88cd0ccf590e9586 d75c0553933b481ebcee409341fd0b44 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1227/2345] 10.0.0.159 () {32 vars in 741 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2346] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/security-groups?tenant_id=65ec6fa5b9a8492497bd6a83217020b9&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2347] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2348] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:29.615 7 INFO neutron.api.v2.resource [None req-e6950181-35d6-4e44-a31f-add5d83e96a9 332b6702a5c44bcb88cd0ccf590e9586 d75c0553933b481ebcee409341fd0b44 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1230/2349] 10.0.0.159 () {32 vars in 744 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/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: 1231/2350] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2351] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/security-groups/4f3c067e-ecc9-4960-8e0e-a5d5e8be78b3 => 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: 1232/2352] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4/tags => 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: 1121/2353] 10.0.0.159 () {32 vars in 719 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2354] 10.0.0.159 () {32 vars in 717 bytes} [Fri Apr 17 01:40:29 2026] GET /v2.0/ports/561028cd-115d-4073-9e3f-342a1a2c32e7 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2355] 10.0.0.159 () {32 vars in 722 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/trunks/4fdb9c43-906b-42b9-ac5d-bd552d5cfbc4 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:29.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0a3ba98-0636-4bee-bd51-dfbc38ebc5f0 332b6702a5c44bcb88cd0ccf590e9586 d75c0553933b481ebcee409341fd0b44 - - default default] TaaS: Handle Delete Port: 561028cd-115d-4073-9e3f-342a1a2c32e7 2026-04-17 01:40:29.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0a3ba98-0636-4bee-bd51-dfbc38ebc5f0 332b6702a5c44bcb88cd0ccf590e9586 d75c0553933b481ebcee409341fd0b44 - - default default] Tap Mirror: Handle Delete Port: 561028cd-115d-4073-9e3f-342a1a2c32e7 [pid: 7|app: 0|req: 1234/2356] 10.0.0.159 () {32 vars in 720 bytes} [Fri Apr 17 01:40:29 2026] DELETE /v2.0/ports/561028cd-115d-4073-9e3f-342a1a2c32e7 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:30.217 8 INFO neutron.services.segments.plugin [-] Segment 0dcd00e6-a98f-41b0-baaa-87837b8396f5 resource provider aggregate not found 2026-04-17 01:40:30.226 8 INFO neutron.services.segments.plugin [-] Segment 0dcd00e6-a98f-41b0-baaa-87837b8396f5 resource provider aggregate not found 2026-04-17 01:40:30.235 8 INFO neutron.services.segments.plugin [-] Segment 0dcd00e6-a98f-41b0-baaa-87837b8396f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dcd00e6-a98f-41b0-baaa-87837b8396f5 found for delete ", "request_id": "req-93102cd1-b81e-4e06-9043-7fbbf2a1db0e"}]} 2026-04-17 01:40:30.246 8 INFO neutron.services.segments.plugin [-] Segment 0dcd00e6-a98f-41b0-baaa-87837b8396f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dcd00e6-a98f-41b0-baaa-87837b8396f5 found for delete ", "request_id": "req-6618fc76-2e7b-4d15-911c-a5c6232b4ac2"}]} [pid: 8|app: 0|req: 1123/2357] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:30 2026] DELETE /v2.0/networks/b7065fb2-874c-411f-9edb-39082a387c4c => 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: 1235/2358] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:30 2026] GET /v2.0/security-groups?tenant_id=c40a64e97d5742fc9157ec22eaccdf31&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2359] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:31 2026] DELETE /v2.0/security-groups/5a698c02-7c02-4233-938e-d7fa237ed950 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2360] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:31 2026] GET /v2.0/security-groups?tenant_id=d75c0553933b481ebcee409341fd0b44&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2361] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:31 2026] DELETE /v2.0/security-groups/b560cb48-8bb0-4745-9095-3309a9b221e5 => 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: 1237/2362] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:40:32 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2363] 10.0.0.159 () {34 vars in 678 bytes} [Fri Apr 17 01:40:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2364] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:33 2026] PUT /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2365] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2366] 10.0.0.159 () {34 vars in 764 bytes} [Fri Apr 17 01:40:33 2026] PUT /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2367] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2368] 10.0.0.159 () {34 vars in 760 bytes} [Fri Apr 17 01:40:33 2026] PUT /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2369] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2370] 10.0.0.159 () {34 vars in 782 bytes} [Fri Apr 17 01:40:33 2026] PUT /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2371] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/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: 1242/2372] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:33 2026] PUT /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/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: 1131/2373] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/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: 1243/2374] 10.0.0.159 () {32 vars in 741 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:33.798 8 INFO neutron.api.v2.resource [None req-9160a305-de0f-4002-b286-4f19cdc3bc53 c2bc7293214c4692b171c6cece63a094 2b26d8b79cd64d3db577e282aa6302f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2375] 10.0.0.159 () {32 vars in 745 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2376] 10.0.0.159 () {32 vars in 744 bytes} [Fri Apr 17 01:40:33 2026] DELETE /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/red => 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: 1133/2377] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:33.926 7 INFO neutron.api.v2.resource [None req-76b09c7d-c144-4d53-8450-0e7c458ef1f6 c2bc7293214c4692b171c6cece63a094 2b26d8b79cd64d3db577e282aa6302f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2378] 10.0.0.159 () {32 vars in 748 bytes} [Fri Apr 17 01:40:33 2026] DELETE /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2379] 10.0.0.159 () {32 vars in 736 bytes} [Fri Apr 17 01:40:33 2026] DELETE /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/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: 1247/2380] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2381] 10.0.0.9 () {30 vars in 688 bytes} [Fri Apr 17 01:40:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2382] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:34 2026] DELETE /v2.0/qos/policies/162ade8c-a81d-4a3d-a189-3f07cbfb1347 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2383] 10.0.0.9 () {30 vars in 690 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2384] 10.0.0.9 () {30 vars in 666 bytes} [Fri Apr 17 01:40:34 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: 1136/2385] 10.0.0.9 () {30 vars in 702 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2386] 10.0.0.9 () {28 vars in 437 bytes} [Fri Apr 17 01:40:34 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2387] 10.0.0.9 () {30 vars in 726 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 658 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2388] 10.0.0.9 () {30 vars in 688 bytes} [Fri Apr 17 01:40:34 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: 1140/2389] 10.0.0.9 () {30 vars in 690 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2390] 10.0.0.9 () {30 vars in 666 bytes} [Fri Apr 17 01:40: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: 1142/2391] 10.0.0.9 () {30 vars in 702 bytes} [Fri Apr 17 01:40:34 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: 1143/2392] 10.0.0.9 () {30 vars in 726 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2393] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/security-groups?tenant_id=496b5617821d49258cf5026d1cc2b2e4&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2394] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:34 2026] DELETE /v2.0/security-groups/d6eacfc6-c2d1-4457-a55f-1da4a189b474 => 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: 1144/2395] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:34 2026] GET /v2.0/security-groups?tenant_id=6b9279e2bcee44feb4b31cc9174aeef1&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2396] 10.0.0.9 () {30 vars in 688 bytes} [Fri Apr 17 01:40:35 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: 1146/2397] 10.0.0.9 () {30 vars in 690 bytes} [Fri Apr 17 01:40:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2398] 10.0.0.9 () {30 vars in 666 bytes} [Fri Apr 17 01:40:35 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: 1148/2399] 10.0.0.9 () {30 vars in 702 bytes} [Fri Apr 17 01:40:35 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: 1252/2400] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:35 2026] DELETE /v2.0/security-groups/02241533-aebf-44b7-898a-38be1660d667 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2401] 10.0.0.9 () {30 vars in 728 bytes} [Fri Apr 17 01:40:35 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2402] 10.0.0.9 () {30 vars in 680 bytes} [Fri Apr 17 01:40:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2403] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:35 2026] GET /v2.0/security-groups?tenant_id=2b26d8b79cd64d3db577e282aa6302f8&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2404] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:35 2026] DELETE /v2.0/security-groups/d01d57a0-5998-4770-b267-0e70daca42b6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2405] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:35 2026] GET /v2.0/security-groups?tenant_id=72b5d1c0974749f095b2a32d3a1ae143&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: 1255/2406] 10.0.0.9 () {34 vars in 702 bytes} [Fri Apr 17 01:40:35 2026] POST /v2.0/ports => generated 1132 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2407] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:35 2026] DELETE /v2.0/security-groups/f1bc6a59-b426-47b5-afc4-1cacbccce41e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1257/2410] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:40:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2411] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:40:38 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: 1258/2412] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:40:38 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: 1155/2413] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:40:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2414] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:40:38 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:40:38.820 8 INFO neutron.db.segments_db [None req-aed17799-c204-4032-9f52-f55ff3e94ddc aef588a091124613b614518e106e670f a5fc5d98da474abbaeaefc9445b63578 - - default default] Added segment 0dc5a291-b7b1-4591-888b-496a9578bb15 of type vxlan for network 40b151e4-9071-4866-a74e-82c4ab57f569 [pid: 7|app: 0|req: 1260/2415] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:40:38 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: 1261/2416] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:40:38 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: 1156/2417] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:38 2026] POST /v2.0/networks => generated 613 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2418] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:40:38 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: 1263/2419] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:40:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:40:38.948 7 INFO neutron.api.v2.resource [None req-1bcf865e-27d5-42c5-a014-aa4a9e8a06bb 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1264/2420] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:40:38 2026] GET /v2.0/security-groups/lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2421] 199.204.45.65 () {30 vars in 784 bytes} [Fri Apr 17 01:40:38 2026] GET /v2.0/security-groups?name=lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => 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: 1266/2422] 199.204.45.65 () {34 vars in 735 bytes} [Fri Apr 17 01:40:38 2026] POST /v2.0/security-groups => generated 1638 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2423] 199.204.45.65 () {30 vars in 814 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/security-group-rules?security_group_id=54e4dbac-1a31-4d5b-b0a2-7c3a7e02b726 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2424] 10.0.0.159 () {34 vars in 669 bytes} [Fri Apr 17 01:40:38 2026] POST /v2.0/subnets => generated 626 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2425] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:39 2026] PUT /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2426] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/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: 1160/2427] 10.0.0.159 () {34 vars in 762 bytes} [Fri Apr 17 01:40:39 2026] PUT /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2428] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:40:39 2026] PUT /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2429] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1162/2430] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2431] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:40:39 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: 1269/2432] 10.0.0.159 () {34 vars in 758 bytes} [Fri Apr 17 01:40:39 2026] PUT /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/red => 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: 1164/2433] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:40:39 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: 1165/2434] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:40:39 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: 1270/2435] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/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: 1166/2436] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2437] 10.0.0.159 () {34 vars in 780 bytes} [Fri Apr 17 01:40:39 2026] PUT /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2438] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2439] 10.0.0.159 () {34 vars in 751 bytes} [Fri Apr 17 01:40:39 2026] PUT /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2440] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/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: 1273/2441] 10.0.0.159 () {32 vars in 739 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:39.954 8 INFO neutron.api.v2.resource [None req-c08f042a-4814-492f-a1a5-c363da947296 aef588a091124613b614518e106e670f a5fc5d98da474abbaeaefc9445b63578 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1169/2442] 10.0.0.159 () {32 vars in 743 bytes} [Fri Apr 17 01:40:39 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2443] 10.0.0.159 () {32 vars in 742 bytes} [Fri Apr 17 01:40:39 2026] DELETE /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2444] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:40 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:40.103 7 INFO neutron.api.v2.resource [None req-76406e1f-2d27-4910-b967-d4123ca0f191 aef588a091124613b614518e106e670f a5fc5d98da474abbaeaefc9445b63578 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1275/2445] 10.0.0.159 () {32 vars in 746 bytes} [Fri Apr 17 01:40:40 2026] DELETE /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2446] 10.0.0.159 () {32 vars in 734 bytes} [Fri Apr 17 01:40:40 2026] DELETE /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => 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: 1276/2447] 10.0.0.159 () {32 vars in 731 bytes} [Fri Apr 17 01:40:40 2026] GET /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2448] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:40:40 2026] DELETE /v2.0/subnets/2d68a312-c762-4cf8-9273-1b8bc7376572 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:40.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1b104b8-d019-43d6-bda4-c0081fa72014 aef588a091124613b614518e106e670f a5fc5d98da474abbaeaefc9445b63578 - - default default] TaaS: Handle Delete Port: 7b16b1c3-f428-4384-bce3-eb3fa003f205 2026-04-17 01:40:40.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1b104b8-d019-43d6-bda4-c0081fa72014 aef588a091124613b614518e106e670f a5fc5d98da474abbaeaefc9445b63578 - - default default] Tap Mirror: Handle Delete Port: 7b16b1c3-f428-4384-bce3-eb3fa003f205 2026-04-17 01:40:40.714 7 INFO neutron.services.segments.plugin [-] Segment 0dc5a291-b7b1-4591-888b-496a9578bb15 resource provider aggregate not found 2026-04-17 01:40:40.719 7 INFO neutron.services.segments.plugin [-] Segment 0dc5a291-b7b1-4591-888b-496a9578bb15 resource provider aggregate not found 2026-04-17 01:40:40.740 7 INFO neutron.services.segments.plugin [-] Segment 0dc5a291-b7b1-4591-888b-496a9578bb15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dc5a291-b7b1-4591-888b-496a9578bb15 found for delete ", "request_id": "req-f38dbcdd-cd7e-495b-aee0-bfc392d4d09d"}]} 2026-04-17 01:40:40.742 7 INFO neutron.services.segments.plugin [-] Segment 0dc5a291-b7b1-4591-888b-496a9578bb15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dc5a291-b7b1-4591-888b-496a9578bb15 found for delete ", "request_id": "req-c03e85d9-20d2-413b-9232-6c09f9d6395b"}]} [pid: 7|app: 0|req: 1277/2449] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:40 2026] DELETE /v2.0/networks/40b151e4-9071-4866-a74e-82c4ab57f569 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2450] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:41 2026] GET /v2.0/security-groups?tenant_id=70f8e0523ad34277abfe82c6d608d072&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2451] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:41 2026] DELETE /v2.0/security-groups/99579694-37c4-4afc-afb8-3e9f0b0638be => 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: 1174/2452] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:41 2026] GET /v2.0/security-groups?tenant_id=a5fc5d98da474abbaeaefc9445b63578&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2453] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:41 2026] DELETE /v2.0/security-groups/e0602a15-c162-4775-99ee-291f9712ff5d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:40:45.520 8 INFO neutron.db.segments_db [None req-be6b778a-e3a7-4ea6-b3d4-dc8febaa5598 9b984f4e36e647baa0cc0102050591fd e24153bcd6314000bfb9585e23ff752b - - default default] Added segment 9955540e-7cec-4655-8713-1897e5733a23 of type vxlan for network 1e2e5115-313c-49bc-9109-aa7408ae9e14 [pid: 8|app: 0|req: 1175/2454] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:45 2026] POST /v2.0/networks => generated 613 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 01:40:45.683 7 INFO neutron.db.segments_db [None req-05fcf54f-1b5a-4ae0-b4b5-30b402528b8c 9b984f4e36e647baa0cc0102050591fd e24153bcd6314000bfb9585e23ff752b - - default default] Added segment ad00564a-5735-4607-934b-4eb8819e3a25 of type vxlan for network 95cfaf2a-4814-46a7-833b-76aeb92b4448 [pid: 7|app: 0|req: 1280/2455] 10.0.0.159 () {34 vars in 670 bytes} [Fri Apr 17 01:40:45 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2456] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:45 2026] PUT /v2.0/networks/1e2e5115-313c-49bc-9109-aa7408ae9e14/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2457] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:45 2026] GET /v2.0/networks/1e2e5115-313c-49bc-9109-aa7408ae9e14/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2458] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:45 2026] PUT /v2.0/networks/95cfaf2a-4814-46a7-833b-76aeb92b4448/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2459] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:45 2026] GET /v2.0/networks/95cfaf2a-4814-46a7-833b-76aeb92b4448/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2460] 10.0.0.159 () {34 vars in 753 bytes} [Fri Apr 17 01:40:45 2026] PUT /v2.0/networks/95cfaf2a-4814-46a7-833b-76aeb92b4448/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2461] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:46 2026] GET /v2.0/networks/95cfaf2a-4814-46a7-833b-76aeb92b4448/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2462] 10.0.0.159 () {32 vars in 733 bytes} [Fri Apr 17 01:40:46 2026] GET /v2.0/networks/1e2e5115-313c-49bc-9109-aa7408ae9e14/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:40:46.301 7 INFO neutron.services.segments.plugin [-] Segment 9955540e-7cec-4655-8713-1897e5733a23 resource provider aggregate not found 2026-04-17 01:40:46.305 7 INFO neutron.services.segments.plugin [-] Segment 9955540e-7cec-4655-8713-1897e5733a23 resource provider aggregate not found 2026-04-17 01:40:46.323 7 INFO neutron.services.segments.plugin [-] Segment 9955540e-7cec-4655-8713-1897e5733a23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9955540e-7cec-4655-8713-1897e5733a23 found for delete ", "request_id": "req-e547dc00-723f-4c42-b5eb-ccdb29a3c319"}]} 2026-04-17 01:40:46.326 7 INFO neutron.services.segments.plugin [-] Segment 9955540e-7cec-4655-8713-1897e5733a23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9955540e-7cec-4655-8713-1897e5733a23 found for delete ", "request_id": "req-207873a2-ab9f-45cd-8ecf-a6e56c9ee828"}]} [pid: 7|app: 0|req: 1284/2463] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:46 2026] DELETE /v2.0/networks/1e2e5115-313c-49bc-9109-aa7408ae9e14 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:40:46.458 8 INFO neutron.services.segments.plugin [-] Segment ad00564a-5735-4607-934b-4eb8819e3a25 resource provider aggregate not found 2026-04-17 01:40:46.461 8 INFO neutron.services.segments.plugin [-] Segment ad00564a-5735-4607-934b-4eb8819e3a25 resource provider aggregate not found 2026-04-17 01:40:46.475 8 INFO neutron.services.segments.plugin [-] Segment ad00564a-5735-4607-934b-4eb8819e3a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad00564a-5735-4607-934b-4eb8819e3a25 found for delete ", "request_id": "req-ae463070-c9e0-4c4a-9ae2-ac19cfb5b00b"}]} 2026-04-17 01:40:46.478 8 INFO neutron.services.segments.plugin [-] Segment ad00564a-5735-4607-934b-4eb8819e3a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad00564a-5735-4607-934b-4eb8819e3a25 found for delete ", "request_id": "req-6de208dd-9d34-44ba-be0b-802c06ff1e4b"}]} [pid: 8|app: 0|req: 1180/2464] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:40:46 2026] DELETE /v2.0/networks/95cfaf2a-4814-46a7-833b-76aeb92b4448 => 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: 1181/2465] 10.0.0.165 () {34 vars in 1016 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/security-groups?id=1fff9970-0765-49e1-8aaa-cbf1afacc952&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2466] 10.0.0.165 () {34 vars in 982 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/networks?id=e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2467] 10.0.0.165 () {34 vars in 965 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/quotas/fa6aa9077670455f8c945bbaaa3b3503 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2468] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/security-groups?tenant_id=e24153bcd6314000bfb9585e23ff752b&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2469] 10.0.0.165 () {34 vars in 1002 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&fields=id => generated 149 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2470] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:47 2026] DELETE /v2.0/security-groups/2e1c5831-4e5c-4275-875b-94be9288acfc => 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: 1287/2471] 10.0.0.165 () {34 vars in 1008 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1185/2472] 10.0.0.165 () {34 vars in 1108 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2473] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:40:47 2026] GET /v2.0/security-groups?tenant_id=6422adae15af467faff32c9d9cf028bc&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: 1186/2474] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:40:47 2026] DELETE /v2.0/security-groups/4c07a6e4-b773-489d-887e-b755c6ec35e9 => 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: 1289/2475] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:48 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => 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: 1187/2476] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:48 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2477] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:50 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => 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: 1189/2480] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:50 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 12 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2481] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:40:51 2026] GET /v2.0/networks?id=e88d85fb-db24-4ee6-91b6-f7688a517ea0 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2482] 199.204.45.65 () {34 vars in 1049 bytes} [Fri Apr 17 01:40:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa6aa9077670455f8c945bbaaa3b3503 => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2483] 199.204.45.65 () {38 vars in 954 bytes} [Fri Apr 17 01:40:52 2026] POST /v2.0/ports => generated 1082 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2484] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:40:52 2026] PUT /v2.0/ports/64eb01f6-d568-4109-8ee5-0bbb1412194d => generated 1243 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:40:52.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee5a9111-8000-466e-8860-ba7c287a05e5'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '64eb01f6-d568-4109-8ee5-0bbb1412194d', '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: 1294/2485] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:40:53 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1192/2486] 199.204.45.65 () {34 vars in 1017 bytes} [Fri Apr 17 01:40:53 2026] GET /v2.0/networks?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&shared=False => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2487] 199.204.45.65 () {34 vars in 929 bytes} [Fri Apr 17 01:40:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2488] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2489] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/security-groups?id=1fff9970-0765-49e1-8aaa-cbf1afacc952&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2490] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2491] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2492] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => 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: 1298/2493] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => 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: 1196/2494] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2495] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1197/2496] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:40:54 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1300/2497] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:57 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2498] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:40:57 2026] GET /v2.0/security-groups?id=1fff9970-0765-49e1-8aaa-cbf1afacc952&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: 1301/2499] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:40:57 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2500] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:40:58 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2501] 199.204.45.65 () {34 vars in 1043 bytes} [Fri Apr 17 01:40:59 2026] GET /v2.0/security-groups?id=1fff9970-0765-49e1-8aaa-cbf1afacc952&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2502] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:41:00 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2503] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:41:00 2026] GET /v2.0/security-groups?id=1fff9970-0765-49e1-8aaa-cbf1afacc952&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2504] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:41:00 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2505] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:41:03 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2506] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:41:03 2026] GET /v2.0/security-groups?id=1fff9970-0765-49e1-8aaa-cbf1afacc952&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2507] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:41:03 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2514] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:41:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2515] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:41:41 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: 1310/2516] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:41:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2517] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:41:41 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: 1311/2518] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:41:41 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2519] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:41:41 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2520] 199.204.45.65 () {34 vars in 716 bytes} [Fri Apr 17 01:41:41 2026] POST /v2.0/ports => generated 1055 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2521] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:41:41 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2522] 10.0.0.165 () {34 vars in 907 bytes} [Fri Apr 17 01:41:41 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2523] 199.204.45.65 () {34 vars in 1261 bytes} [Fri Apr 17 01:41:42 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2524] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:41:42 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2525] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:41:42 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1315/2526] 199.204.45.65 () {34 vars in 974 bytes} [Fri Apr 17 01:41:43 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1055 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2527] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:41:43 2026] GET /v2.0/networks?id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2528] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:41:43 2026] PUT /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1245 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:41:44.128 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8d66c12-e0bb-4d42-a47f-32d90ccb423b'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '1882b0fc-813c-4d30-b90e-48a5131684ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1213/2529] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2530] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/networks?id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 802 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2531] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2532] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2533] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&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: 1319/2534] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2535] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:41:44 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1320/2536] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2537] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => 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: 1321/2538] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2539] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&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: 1322/2540] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2541] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2542] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2543] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2544] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2545] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2546] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:41:46 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2547] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:41:50 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1247 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2548] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:41:50 2026] PUT /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1272 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:41:50.643 8 INFO neutron.api.v2.resource [None req-75065708-a516-48df-a9a9-c26f00016574 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1223/2549] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:41:50 2026] GET /v2.0/security-groups/lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:41:50.666 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72a0e990-68d0-42c8-8301-657c43a604c3'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '1882b0fc-813c-4d30-b90e-48a5131684ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1327/2550] 199.204.45.65 () {30 vars in 784 bytes} [Fri Apr 17 01:41:50 2026] GET /v2.0/security-groups?name=lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2553] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:41:50 2026] PUT /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1310 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:41:51.057 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a1291c4-9337-4be5-ad5b-e7b081450afe'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '1882b0fc-813c-4d30-b90e-48a5131684ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1330/2554] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1331/2555] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:41:51 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: 1332/2556] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2557] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:41:51 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: 1225/2558] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2559] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2560] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/networks?id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2561] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2562] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => 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: 1336/2563] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2564] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2565] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2566] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2567] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2568] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2569] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2570] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1232/2571] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:41:51 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2572] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2573] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/networks?id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2574] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2575] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2576] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&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: 1235/2577] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1343/2578] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:41:52 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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-04-17 01:41:57.079 8 INFO neutron.db.l3_db [None req-8db6553e-f16d-4cf7-a425-afe75d6e3e8c fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Floating IP ab5453dc-8c68-440c-af6c-bd3106201a64 associated. External IP: 10.96.250.206, port: f14a9f51-fe7b-4b04-bbfc-59a7c9b85254. [pid: 8|app: 0|req: 1236/2579] 10.0.0.159 () {34 vars in 677 bytes} [Fri Apr 17 01:41:56 2026] POST /v2.0/floatingips => generated 899 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2580] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:00 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: 1237/2581] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:00 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: 1345/2582] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:00 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: 1238/2583] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:00 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-04-17 01:42:00.271 7 INFO neutron.api.v2.resource [None req-97d04ed4-baca-46aa-b6bc-e0bad8d12248 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1346/2584] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:42:00 2026] GET /v2.0/security-groups/lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2585] 199.204.45.65 () {30 vars in 784 bytes} [Fri Apr 17 01:42:00 2026] GET /v2.0/security-groups?name=lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => 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: 1347/2586] 199.204.45.65 () {30 vars in 814 bytes} [Fri Apr 17 01:42:00 2026] GET /v2.0/security-group-rules?security_group_id=54e4dbac-1a31-4d5b-b0a2-7c3a7e02b726 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2587] 199.204.45.65 () {34 vars in 746 bytes} [Fri Apr 17 01:42:00 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: 7|app: 0|req: 1348/2588] 199.204.45.65 () {34 vars in 746 bytes} [Fri Apr 17 01:42:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2591] 10.0.0.9 () {30 vars in 688 bytes} [Fri Apr 17 01:42:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2592] 10.0.0.9 () {30 vars in 690 bytes} [Fri Apr 17 01:42:09 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: 1351/2593] 10.0.0.9 () {30 vars in 666 bytes} [Fri Apr 17 01:42:09 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: 1243/2594] 10.0.0.9 () {30 vars in 702 bytes} [Fri Apr 17 01:42:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2595] 10.0.0.9 () {28 vars in 437 bytes} [Fri Apr 17 01:42:09 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2596] 10.0.0.9 () {30 vars in 726 bytes} [Fri Apr 17 01:42:09 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2597] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2598] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2599] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2600] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2601] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => 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: 1247/2602] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2603] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:10 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: 1248/2604] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:10 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: 1357/2605] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:10 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: 1249/2606] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2607] 199.204.45.65 () {34 vars in 716 bytes} [Fri Apr 17 01:42:10 2026] POST /v2.0/ports => generated 1328 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2608] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:42:11 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1359/2609] 10.0.0.165 () {34 vars in 907 bytes} [Fri Apr 17 01:42:11 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2610] 199.204.45.65 () {34 vars in 1261 bytes} [Fri Apr 17 01:42:12 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2611] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:12 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1252/2612] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:12 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1361/2613] 199.204.45.65 () {34 vars in 974 bytes} [Fri Apr 17 01:42:13 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2614] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:13 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2615] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:42:13 2026] PUT /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1518 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:42:13.682 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4be8bc56-d749-4a6f-9cfb-f0875a28385f'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '47613b9a-73db-4e33-8901-3509b73582e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1254/2616] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4096 bytes in 67 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/2617] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2618] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => 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: 1364/2619] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2a1&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2620] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2621] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2622] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2623] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1258/2624] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:14 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2625] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4096 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2626] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => 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: 1368/2627] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => 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: 1260/2628] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2629] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1261/2630] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2631] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => 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: 1262/2632] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2633] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:15 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2634] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1372/2635] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2636] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2637] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2a1&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => 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: 1265/2638] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2639] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 1266/2640] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2641] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2642] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:16 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1376/2643] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2644] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2645] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => 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: 1269/2646] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/subnets/05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 744 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2648] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2650] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:20 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: 1272/2651] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:20 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: 1380/2652] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:20 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: 1273/2653] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2654] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2655] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2656] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:20 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2657] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:21 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => 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: 1383/2658] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:21 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2659] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:21 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2660] 10.0.0.9 () {30 vars in 688 bytes} [Fri Apr 17 01:42:25 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: 1277/2661] 10.0.0.9 () {30 vars in 690 bytes} [Fri Apr 17 01:42:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2662] 10.0.0.9 () {30 vars in 666 bytes} [Fri Apr 17 01:42:25 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: 1278/2663] 10.0.0.9 () {30 vars in 702 bytes} [Fri Apr 17 01:42:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2664] 10.0.0.9 () {28 vars in 437 bytes} [Fri Apr 17 01:42:25 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: 1279/2665] 10.0.0.9 () {30 vars in 726 bytes} [Fri Apr 17 01:42:25 2026] GET /v2.0/subnets/ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2666] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2667] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2668] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2669] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:27 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: 1389/2670] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2671] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/subnets/ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2672] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2673] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:27 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: 1391/2674] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2675] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2676] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2677] 199.204.45.65 () {34 vars in 716 bytes} [Fri Apr 17 01:42:27 2026] POST /v2.0/ports => generated 1324 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2678] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:42:28 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1324 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1286/2679] 199.204.45.65 () {34 vars in 1261 bytes} [Fri Apr 17 01:42:29 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2680] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:29 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1287/2681] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:29 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1395/2682] 199.204.45.65 () {34 vars in 974 bytes} [Fri Apr 17 01:42:30 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2683] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:30 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2684] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:42:30 2026] PUT /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1514 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:42:30.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8b8a04e-15f8-452d-a824-e8897b608739'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': 'e41d5466-602b-4517-b5fb-a4a8f7f4a537', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1289/2685] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 5604 bytes in 48 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: 1397/2686] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => 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: 1290/2687] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.93&port_id=e41d5466-602b-4517-b5fb-a4a8f7f4a537 => 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: 1398/2688] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A8d&port_id=e41d5466-602b-4517-b5fb-a4a8f7f4a537 => 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: 1291/2689] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/subnets?id=ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d&id=76767ee3-6073-4f83-816b-39629d70190b => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2690] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2691] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2692] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2693] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:31 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1401/2694] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:32 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 5604 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2695] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:42:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => 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: 1402/2696] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:32 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2697] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:32 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2698] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:32 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1296/2699] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1404/2700] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => 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: 1297/2701] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2702] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2703] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1406/2704] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1299/2705] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => 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: 1407/2706] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2a1&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => 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: 1300/2707] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2708] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2709] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 7|app: 0|req: 1409/2710] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1302/2711] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1410/2712] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.93&port_id=e41d5466-602b-4517-b5fb-a4a8f7f4a537 => 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: 1303/2713] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A8d&port_id=e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2714] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/subnets?id=ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d&id=76767ee3-6073-4f83-816b-39629d70190b => 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: 1304/2715] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&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: 1412/2716] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&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: 1305/2717] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1413/2718] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:33 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1415/2721] 10.0.0.165 () {34 vars in 971 bytes} [Fri Apr 17 01:42:37 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2722] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:37 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 798 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2723] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:37 2026] GET /v2.0/subnets/ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2724] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:37 2026] GET /v2.0/subnets/76767ee3-6073-4f83-816b-39629d70190b => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2725] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:37 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2726] 199.204.45.65 () {34 vars in 789 bytes} [Fri Apr 17 01:42:37 2026] PUT /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1255 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:42:38.456 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09b3e630-e98b-41c5-87d9-8e8caaed11fd'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '47613b9a-73db-4e33-8901-3509b73582e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1418/2727] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1310/2728] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => 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: 1419/2729] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:38 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: 1311/2730] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:38 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: 1420/2731] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:38 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: 1312/2732] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2733] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2734] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2735] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2736] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2737] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2738] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2739] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2740] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:38 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 5377 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2741] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:39 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2742] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:42:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => 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: 1426/2743] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:39 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2744] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:39 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2745] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:39 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1319/2746] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:39 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1429/2749] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:50 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: 1321/2750] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:50 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: 1430/2751] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:50 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: 1322/2752] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:50 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: 1431/2753] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:50 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2754] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:50 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 5377 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2755] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2756] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:51 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: 1433/2757] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:51 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/2758] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2759] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:51 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2760] 199.204.45.65 () {34 vars in 789 bytes} [Fri Apr 17 01:42:51 2026] PUT /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1307 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:42:51.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b05bda11-b6c6-4ee6-b675-aa5253060821'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': 'e41d5466-602b-4517-b5fb-a4a8f7f4a537', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/2761] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:51 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2762] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:51 2026] GET /v2.0/subnets/76767ee3-6073-4f83-816b-39629d70190b => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2763] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:51 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2764] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:42:51 2026] PUT /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1080 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2765] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => 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: 7|app: 0|req: 1438/2766] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2767] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4977 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2768] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2769] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1440/2770] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2771] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:52 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1441/2772] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:53 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:42:53.861 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-120ef25f-58cc-4f8a-832a-1784456d2229'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': 'e41d5466-602b-4517-b5fb-a4a8f7f4a537', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1332/2773] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2774] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2775] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1443/2776] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1334/2777] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2778] 199.204.45.65 () {34 vars in 974 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2779] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2780] 199.204.45.65 () {34 vars in 1015 bytes} [Fri Apr 17 01:42:54 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1336/2781] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:42:54 2026] PUT /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 917 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2782] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:42:55 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:42:55.829 8 INFO neutron_taas.services.taas.taas_plugin [None req-53bf54a7-4bff-4c99-9532-f4df424ad3f2 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: e41d5466-602b-4517-b5fb-a4a8f7f4a537 2026-04-17 01:42:55.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53bf54a7-4bff-4c99-9532-f4df424ad3f2 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: e41d5466-602b-4517-b5fb-a4a8f7f4a537 [pid: 8|app: 0|req: 1337/2783] 199.204.45.65 () {32 vars in 758 bytes} [Fri Apr 17 01:42:55 2026] DELETE /v2.0/ports/e41d5466-602b-4517-b5fb-a4a8f7f4a537 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2784] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:42:55 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: 1338/2785] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2786] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:42:56 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: 1339/2787] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2788] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2789] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2790] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2791] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2792] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => 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: 1342/2793] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2794] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2795] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2796] 199.204.45.65 () {34 vars in 1225 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/networks?id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&id=0ce32ff2-dac8-47fa-9607-b499ad49a228&id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 3096 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2797] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => 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: 1454/2798] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2799] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&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: 1455/2800] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1346/2801] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:56 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1456/2802] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2803] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2804] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2805] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1458/2806] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1349/2807] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=47613b9a-73db-4e33-8901-3509b73582e8 => 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: 1459/2808] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2809] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2810] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2811] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:42:57 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2812] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2813] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2814] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:00 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: 1353/2815] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2816] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2817] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2818] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43:00 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: 1355/2819] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:00 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: 1465/2820] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2821] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:00 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1291 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2822] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:43:00 2026] PUT /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1080 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:43:01.269 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a895791-0841-48e7-a4ca-33e53e9254a7'] response: {'name': 'network-changed', 'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'tag': '47613b9a-73db-4e33-8901-3509b73582e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1357/2823] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 797 bytes in 58 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: 1467/2824] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2825] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2826] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2827] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2828] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2829] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:43:01 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2830] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:02 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2831] 199.204.45.65 () {34 vars in 974 bytes} [Fri Apr 17 01:43:03 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2832] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:43:03 2026] GET /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2833] 199.204.45.65 () {34 vars in 1015 bytes} [Fri Apr 17 01:43:03 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2834] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:03 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2835] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:43:03 2026] PUT /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 917 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2836] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:04 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:43:04.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad9e80a4-670f-4f4e-bf05-d2b54e30b6f8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 47613b9a-73db-4e33-8901-3509b73582e8 2026-04-17 01:43:04.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9e80a4-670f-4f4e-bf05-d2b54e30b6f8 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 47613b9a-73db-4e33-8901-3509b73582e8 [pid: 8|app: 0|req: 1364/2837] 199.204.45.65 () {32 vars in 758 bytes} [Fri Apr 17 01:43:04 2026] DELETE /v2.0/ports/47613b9a-73db-4e33-8901-3509b73582e8 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2838] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2839] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2840] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2841] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2842] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2843] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2844] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2845] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2846] 199.204.45.65 () {30 vars in 742 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => 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: 1369/2847] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2848] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2849] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2850] 199.204.45.65 () {34 vars in 1145 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/networks?id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 2309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2851] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2852] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2853] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&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: 1482/2854] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1373/2855] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2856] 199.204.45.65 () {34 vars in 1055 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=1882b0fc-813c-4d30-b90e-48a5131684ac => 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: 1374/2859] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/subnets?id=6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2860] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/ports?network_id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5&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: 1375/2861] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1487/2862] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:43:05 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1376/2863] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:18 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: 1488/2864] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2865] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:18 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: 1489/2866] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:43:18.098 8 INFO neutron.api.v2.resource [None req-18ee96ac-f934-411f-95c9-584674e8bac0 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1378/2867] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:43:18 2026] GET /v2.0/security-groups/lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => 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: 1490/2868] 199.204.45.65 () {30 vars in 784 bytes} [Fri Apr 17 01:43:18 2026] GET /v2.0/security-groups?name=lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2869] 199.204.45.65 () {30 vars in 814 bytes} [Fri Apr 17 01:43:18 2026] GET /v2.0/security-group-rules?security_group_id=54e4dbac-1a31-4d5b-b0a2-7c3a7e02b726 => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2870] 199.204.45.65 () {32 vars in 788 bytes} [Fri Apr 17 01:43:18 2026] DELETE /v2.0/security-group-rules/11708c38-fa06-40ed-bb0f-983aa507c9e9 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2871] 199.204.45.65 () {32 vars in 788 bytes} [Fri Apr 17 01:43:18 2026] DELETE /v2.0/security-group-rules/a4856bac-526e-43cd-9298-9ba419fadfd7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:20.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7331484-245a-461e-b871-985404f44f79 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 426cee8d-ef41-4946-bf65-a60052165b50 2026-04-17 01:43:20.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7331484-245a-461e-b871-985404f44f79 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 426cee8d-ef41-4946-bf65-a60052165b50 2026-04-17 01:43:21.108 8 INFO neutron.db.l3_db [None req-e7331484-245a-461e-b871-985404f44f79 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Floating IP ab5453dc-8c68-440c-af6c-bd3106201a64 disassociated (deleted). External IP: 10.96.250.206, port: f14a9f51-fe7b-4b04-bbfc-59a7c9b85254. [pid: 8|app: 0|req: 1382/2874] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:43:20 2026] DELETE /v2.0/floatingips/ab5453dc-8c68-440c-af6c-bd3106201a64 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:21.434 7 INFO neutron.api.v2.resource [None req-cdcf1cb4-71fd-45ba-afe7-2b2adb18343f fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/2875] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:43:21 2026] GET /v2.0/floatingips/ab5453dc-8c68-440c-af6c-bd3106201a64 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2876] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:22 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: 1494/2877] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43: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: 1384/2878] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2879] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:43:22.250 8 INFO neutron.api.v2.resource [None req-cc63e1cb-e057-4d13-a543-317962244b7d 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1385/2880] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/security-groups/lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => 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: 1496/2881] 199.204.45.65 () {30 vars in 784 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/security-groups?name=lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2882] 199.204.45.65 () {30 vars in 814 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/security-group-rules?security_group_id=54e4dbac-1a31-4d5b-b0a2-7c3a7e02b726 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2883] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:22 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: 1387/2884] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2885] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:22 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: 1388/2886] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43: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: 7|app: 0|req: 1499/2887] 199.204.45.65 () {30 vars in 740 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2888] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2889] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2890] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:22 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2891] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:23 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2892] 199.204.45.65 () {34 vars in 974 bytes} [Fri Apr 17 01:43:24 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2893] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:24 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2894] 199.204.45.65 () {34 vars in 1059 bytes} [Fri Apr 17 01:43:24 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2895] 199.204.45.65 () {34 vars in 1015 bytes} [Fri Apr 17 01:43:24 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5?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: 1393/2896] 199.204.45.65 () {38 vars in 1027 bytes} [Fri Apr 17 01:43:24 2026] PUT /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1147 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2897] 199.204.45.65 () {30 vars in 768 bytes} [Fri Apr 17 01:43:25 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 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, ' [pid: 8|app: 0|req: 1394/2898] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:43:25 2026] PUT /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1086 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2899] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 1086 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 01:43:26.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff41ab67-e16b-4e45-9341-85d368ada54b 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 1882b0fc-813c-4d30-b90e-48a5131684ac 2026-04-17 01:43:26.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff41ab67-e16b-4e45-9341-85d368ada54b 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 1882b0fc-813c-4d30-b90e-48a5131684ac [pid: 8|app: 0|req: 1395/2900] 199.204.45.65 () {32 vars in 758 bytes} [Fri Apr 17 01:43:26 2026] DELETE /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2901] 199.204.45.65 () {30 vars in 702 bytes} [Fri Apr 17 01:43:26 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: 1396/2902] 199.204.45.65 () {30 vars in 704 bytes} [Fri Apr 17 01:43:26 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: 1507/2903] 199.204.45.65 () {30 vars in 680 bytes} [Fri Apr 17 01:43:26 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: 1397/2904] 199.204.45.65 () {30 vars in 716 bytes} [Fri Apr 17 01:43:26 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-04-17 01:43:26.583 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7ecc24d-a8be-4c76-b917-73db4e8b7265 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/2905] 199.204.45.65 () {32 vars in 758 bytes} [Fri Apr 17 01:43:26 2026] DELETE /v2.0/ports/1882b0fc-813c-4d30-b90e-48a5131684ac => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2906] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:43:26.665 7 INFO neutron.api.v2.resource [None req-a199930e-f8ce-4858-b59f-1f47369be6f0 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/2907] 199.204.45.65 () {30 vars in 762 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/security-groups/lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => 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: 1399/2908] 199.204.45.65 () {30 vars in 784 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/security-groups?name=lb-2a29e3fa-6511-4edc-af26-1ed0a7082a79 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2909] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/ports?tenant_id=fa6aa9077670455f8c945bbaaa3b3503&device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2910] 199.204.45.65 () {30 vars in 736 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2911] 199.204.45.65 () {34 vars in 1065 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/networks?id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&id=cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 1523 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2912] 199.204.45.65 () {34 vars in 1061 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.102&port_id=64eb01f6-d568-4109-8ee5-0bbb1412194d => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2913] 199.204.45.65 () {34 vars in 983 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/subnets?id=ec3f117a-ade3-4d34-9a8d-8e3e9b3f9667 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2914] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/ports?network_id=e88d85fb-db24-4ee6-91b6-f7688a517ea0&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2915] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2916] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:43:26 2026] GET /v2.0/networks/e88d85fb-db24-4ee6-91b6-f7688a517ea0?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: 1401/2917] 199.204.45.65 () {34 vars in 788 bytes} [Fri Apr 17 01:43:26 2026] PUT /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 1094 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2918] 199.204.45.65 () {32 vars in 778 bytes} [Fri Apr 17 01:43:27 2026] DELETE /v2.0/security-groups/54e4dbac-1a31-4d5b-b0a2-7c3a7e02b726 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:27.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-e220a222-a867-43f2-9920-b4d96193498e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 2026-04-17 01:43:27.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e220a222-a867-43f2-9920-b4d96193498e 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 [pid: 8|app: 0|req: 1402/2919] 199.204.45.65 () {32 vars in 758 bytes} [Fri Apr 17 01:43:27 2026] DELETE /v2.0/ports/f14a9f51-fe7b-4b04-bbfc-59a7c9b85254 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2920] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:43:30 2026] GET /v2.0/ports?device_id=666539a9-e21f-4111-b710-60c4a3e199ba => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:43:30.429 8 INFO neutron_taas.services.taas.taas_plugin [req-836d8ec3-1cc1-4a9d-8a30-c3c7885231f8 req-9be97e33-a813-48ed-a8e9-e32a9420e8cf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] TaaS: Handle Delete Port: 64eb01f6-d568-4109-8ee5-0bbb1412194d 2026-04-17 01:43:30.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-836d8ec3-1cc1-4a9d-8a30-c3c7885231f8 req-9be97e33-a813-48ed-a8e9-e32a9420e8cf 250b308a5060494f941b4d2f55ec4b08 fa6aa9077670455f8c945bbaaa3b3503 - - default default] Tap Mirror: Handle Delete Port: 64eb01f6-d568-4109-8ee5-0bbb1412194d [pid: 8|app: 0|req: 1403/2921] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:43:30 2026] DELETE /v2.0/ports/64eb01f6-d568-4109-8ee5-0bbb1412194d => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:30.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1baa12a-b73b-43f9-9d6d-ff54c1efa426'] response: {'server_uuid': '666539a9-e21f-4111-b710-60c4a3e199ba', 'name': 'network-vif-deleted', 'tag': '64eb01f6-d568-4109-8ee5-0bbb1412194d', 'status': 'completed', 'code': 200} 2026-04-17 01:43:31.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-28eb43f8-0776-480b-88d2-d33671cb5e0b fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 6abfa2f8-099b-4483-9ee4-6dc05996ceb2 2026-04-17 01:43:31.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28eb43f8-0776-480b-88d2-d33671cb5e0b fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 6abfa2f8-099b-4483-9ee4-6dc05996ceb2 2026-04-17 01:43:32.003 7 INFO neutron.db.l3_db [None req-28eb43f8-0776-480b-88d2-d33671cb5e0b fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Floating IP 5f1f37e0-829c-4bbd-b298-422f38d5ab45 disassociated (deleted). External IP: 10.96.250.208, port: 98b04cc1-0490-49db-8886-07c2c5150443. [pid: 7|app: 0|req: 1519/2922] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:43:31 2026] DELETE /v2.0/floatingips/5f1f37e0-829c-4bbd-b298-422f38d5ab45 => generated 0 bytes in 730 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:32.415 8 INFO neutron.api.v2.resource [None req-c421cfbd-f9a0-40c7-b195-494470bbf0b9 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1404/2923] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:43:32 2026] GET /v2.0/floatingips/5f1f37e0-829c-4bbd-b298-422f38d5ab45 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:32.424 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ed14535-75d5-4c0b-beed-69d70ad44466'] response: {'name': 'network-changed', 'server_uuid': 'bbb339fc-cd3a-4e11-bab1-766929ab9efa', 'tag': '98b04cc1-0490-49db-8886-07c2c5150443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1520/2924] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:43:32 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2925] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:43:32 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2926] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:43:32 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2927] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:43:32 2026] GET /v2.0/networks?id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2928] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.132&port_id=98b04cc1-0490-49db-8886-07c2c5150443 => 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: 1407/2929] 199.204.45.65 () {34 vars in 1103 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A55&port_id=98b04cc1-0490-49db-8886-07c2c5150443 => 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: 1523/2930] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/subnets?id=ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d&id=76767ee3-6073-4f83-816b-39629d70190b => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2931] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2932] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/ports?network_id=a8ce3c1e-23ec-4aec-9430-c009bd04a0d7&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: 1409/2933] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1525/2934] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:43:33 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7?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: 1410/2935] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:43:34 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:43:35.164 7 INFO neutron_taas.services.taas.taas_plugin [req-77cecb21-b4b9-48df-8c2e-c46835e10421 req-e58d0765-24f9-4067-910f-0eb1cb6880d3 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 98b04cc1-0490-49db-8886-07c2c5150443 2026-04-17 01:43:35.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-77cecb21-b4b9-48df-8c2e-c46835e10421 req-e58d0765-24f9-4067-910f-0eb1cb6880d3 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 98b04cc1-0490-49db-8886-07c2c5150443 [pid: 7|app: 0|req: 1526/2936] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:43:35 2026] DELETE /v2.0/ports/98b04cc1-0490-49db-8886-07c2c5150443 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:35.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e17de077-06f0-45df-b19e-93ec94182828'] response: {'server_uuid': 'bbb339fc-cd3a-4e11-bab1-766929ab9efa', 'name': 'network-vif-deleted', 'tag': '98b04cc1-0490-49db-8886-07c2c5150443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/2939] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:43:37 2026] GET /v2.0/ports?device_id=bbb339fc-cd3a-4e11-bab1-766929ab9efa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 01:43:43.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab77c191-a0d0-4e40-9cea-66fae6d3f1e3 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 197ce2f9-cb73-48f4-8830-bdc075033876 2026-04-17 01:43:43.020 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab77c191-a0d0-4e40-9cea-66fae6d3f1e3 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 197ce2f9-cb73-48f4-8830-bdc075033876 2026-04-17 01:43:43.165 8 INFO neutron.db.l3_db [None req-ab77c191-a0d0-4e40-9cea-66fae6d3f1e3 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Floating IP 3cf094a9-49b6-41cc-9cb0-ef182185c2d3 disassociated (deleted). External IP: 10.96.250.209, port: 526e6179-9bfd-456d-aa58-b5ab64d9c417. [pid: 8|app: 0|req: 1412/2940] 10.0.0.159 () {32 vars in 732 bytes} [Fri Apr 17 01:43:42 2026] DELETE /v2.0/floatingips/3cf094a9-49b6-41cc-9cb0-ef182185c2d3 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:43.475 7 INFO neutron.api.v2.resource [None req-6ac1a4bc-9fff-4831-ae48-681e2dd27b87 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/2941] 10.0.0.159 () {32 vars in 729 bytes} [Fri Apr 17 01:43:43 2026] GET /v2.0/floatingips/3cf094a9-49b6-41cc-9cb0-ef182185c2d3 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:43.483 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-67777f3f-b662-494c-9b19-c3b1bd5b819a'] response: {'name': 'network-changed', 'server_uuid': 'b565b07e-625f-41ea-9b0c-1588e3bbf205', 'tag': '526e6179-9bfd-456d-aa58-b5ab64d9c417', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1413/2942] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:43:43 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2943] 10.0.0.165 () {34 vars in 1040 bytes} [Fri Apr 17 01:43:43 2026] GET /v2.0/security-groups?id=370c1e86-d8a6-4d6f-b0bc-e526939908cf&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2944] 199.204.45.65 () {34 vars in 1079 bytes} [Fri Apr 17 01:43:43 2026] GET /v2.0/ports?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2945] 199.204.45.65 () {34 vars in 985 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/networks?id=0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2946] 199.204.45.65 () {34 vars in 1057 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 1532/2947] 199.204.45.65 () {34 vars in 1101 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2c&port_id=526e6179-9bfd-456d-aa58-b5ab64d9c417 => 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: 1416/2948] 199.204.45.65 () {34 vars in 1063 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/subnets?id=5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077&id=05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2949] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 1417/2950] 199.204.45.65 () {34 vars in 1051 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/ports?network_id=0ce32ff2-dac8-47fa-9607-b499ad49a228&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: 1534/2951] 199.204.45.65 () {34 vars in 1011 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1418/2952] 199.204.45.65 () {34 vars in 1111 bytes} [Fri Apr 17 01:43:44 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228?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: 1535/2953] 199.204.45.65 () {34 vars in 993 bytes} [Fri Apr 17 01:43:46 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 01:43:46.201 8 INFO neutron_taas.services.taas.taas_plugin [req-06cf31d5-a8f3-424a-b312-b5f384adb766 req-284af826-90d7-4497-96d3-bcd0fc04f0e4 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 526e6179-9bfd-456d-aa58-b5ab64d9c417 2026-04-17 01:43:46.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-06cf31d5-a8f3-424a-b312-b5f384adb766 req-284af826-90d7-4497-96d3-bcd0fc04f0e4 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 526e6179-9bfd-456d-aa58-b5ab64d9c417 [pid: 8|app: 0|req: 1419/2954] 199.204.45.65 () {36 vars in 996 bytes} [Fri Apr 17 01:43:46 2026] DELETE /v2.0/ports/526e6179-9bfd-456d-aa58-b5ab64d9c417 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:46.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1c7c82c-b104-49eb-ac18-a10b5f7b08a4'] response: {'server_uuid': 'b565b07e-625f-41ea-9b0c-1588e3bbf205', 'name': 'network-vif-deleted', 'tag': '526e6179-9bfd-456d-aa58-b5ab64d9c417', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1536/2955] 10.0.0.165 () {34 vars in 990 bytes} [Fri Apr 17 01:43:48 2026] GET /v2.0/ports?device_id=b565b07e-625f-41ea-9b0c-1588e3bbf205 => 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: 1421/2958] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:53 2026] DELETE /v2.0/security-group-rules/41aa8f07-9cf5-46c4-93a2-403fc3dfe3f1 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:53.974 7 INFO neutron.api.v2.resource [None req-ee602be9-8ec2-4658-9890-025ab4679e70 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/2959] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:53 2026] GET /v2.0/security-group-rules/41aa8f07-9cf5-46c4-93a2-403fc3dfe3f1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2960] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:53 2026] DELETE /v2.0/security-group-rules/03bf392f-577e-4740-876a-4596bc28f102 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.059 7 INFO neutron.api.v2.resource [None req-8ad1d726-d349-4432-b63d-a5a1505594ec fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/2961] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/03bf392f-577e-4740-876a-4596bc28f102 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2962] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/6cdca310-808a-44b3-a62b-ef8e14517ff7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.137 7 INFO neutron.api.v2.resource [None req-1dced4ec-2171-41ef-af9c-9b706a53ba23 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/2963] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/6cdca310-808a-44b3-a62b-ef8e14517ff7 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2964] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/541132b6-46ff-4b94-935d-42e49fc42150 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.218 7 INFO neutron.api.v2.resource [None req-4be24af6-dc5c-43f7-ae5d-36f743316f61 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/2965] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/541132b6-46ff-4b94-935d-42e49fc42150 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2966] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/2b7cc7e0-6f4b-489e-bb9c-a34504afb095 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.297 7 INFO neutron.api.v2.resource [None req-86f8c0ab-7c8d-486c-ad72-6fbbed3ff3bc fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/2967] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/2b7cc7e0-6f4b-489e-bb9c-a34504afb095 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2968] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/38763816-cbba-4393-aef4-097c527f0e48 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.380 7 INFO neutron.api.v2.resource [None req-fdadcf20-01bd-4f8e-895a-d640ce1da11d fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/2969] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/38763816-cbba-4393-aef4-097c527f0e48 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2970] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/f5419937-cbbd-4fc7-a646-3f278adb04aa => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.463 7 INFO neutron.api.v2.resource [None req-3d22a958-cdc6-4121-8b7f-3de441808736 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/2971] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/f5419937-cbbd-4fc7-a646-3f278adb04aa => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2972] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/83aa9d34-ca31-4f7c-9afe-bc8eb5c8ce22 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.544 7 INFO neutron.api.v2.resource [None req-fec4eaed-fd58-4e19-a901-636d1946d304 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/2973] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/83aa9d34-ca31-4f7c-9afe-bc8eb5c8ce22 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2974] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/dcecfb7d-782b-4426-b9c2-e2a62e0a29e0 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.623 7 INFO neutron.api.v2.resource [None req-def97ab5-b7e2-4811-889a-65781b2aa743 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/2975] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/dcecfb7d-782b-4426-b9c2-e2a62e0a29e0 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2976] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/13cd3d99-b74a-4eb5-b94c-e58e0a1046b1 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.703 7 INFO neutron.api.v2.resource [None req-53d51cc5-bb7b-406f-aa80-c310102a68e9 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/2977] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/13cd3d99-b74a-4eb5-b94c-e58e0a1046b1 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2978] 10.0.0.159 () {32 vars in 750 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-group-rules/66309708-b7b2-480d-a8cb-fe13ff485775 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.790 7 INFO neutron.api.v2.resource [None req-b0f5362c-797e-4601-b457-c292c9666f57 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/2979] 10.0.0.159 () {32 vars in 747 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-group-rules/66309708-b7b2-480d-a8cb-fe13ff485775 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2980] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:43:54 2026] DELETE /v2.0/security-groups/370c1e86-d8a6-4d6f-b0bc-e526939908cf => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:54.891 7 INFO neutron.api.v2.resource [None req-68117038-01be-47cc-b45a-1e2ca8c7c049 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/2981] 10.0.0.159 () {32 vars in 737 bytes} [Fri Apr 17 01:43:54 2026] GET /v2.0/security-groups/370c1e86-d8a6-4d6f-b0bc-e526939908cf => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:55.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-20af7e7a-fd2f-4a31-b859-aac6a163741b fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 2026-04-17 01:43:55.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20af7e7a-fd2f-4a31-b859-aac6a163741b fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 4bec3c6e-4cfb-42f8-9f3d-b2af32c818e1 [pid: 8|app: 0|req: 1433/2982] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:43:54 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/remove_router_interface => generated 309 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:43:55.877 7 INFO neutron.api.v2.resource [None req-9914304b-8d5e-440b-aa5e-7c6bb2a15ed8 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/2983] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:43:55 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:56.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-faafb7be-48c6-4e73-952a-b373c1f442ae fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 78ce4815-8e02-437b-935d-abbad572a250 2026-04-17 01:43:56.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faafb7be-48c6-4e73-952a-b373c1f442ae fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 78ce4815-8e02-437b-935d-abbad572a250 [pid: 8|app: 0|req: 1434/2984] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:43:55 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:43:56.886 7 INFO neutron.api.v2.resource [None req-2dd5768f-3132-40e0-abfd-613523986e86 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/2985] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:43:56 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:57.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b8565c1-4572-424a-ac81-069fe4d6bcd2 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 2b291467-3cda-440b-bf36-d8c05b3289bb 2026-04-17 01:43:57.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b8565c1-4572-424a-ac81-069fe4d6bcd2 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 2b291467-3cda-440b-bf36-d8c05b3289bb [pid: 8|app: 0|req: 1435/2986] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:43:56 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 01:43:57.951 7 INFO neutron.api.v2.resource [None req-217be9dd-8408-4e8f-a4ff-18ce036022f4 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/2987] 10.0.0.159 () {34 vars in 789 bytes} [Fri Apr 17 01:43:57 2026] PUT /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:58.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2cb6b2a-0771-4e64-a3d6-7d80f0f3eb19 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 34610e9f-51ce-4a24-93b1-4f9ea73e42b2 2026-04-17 01:43:58.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2cb6b2a-0771-4e64-a3d6-7d80f0f3eb19 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 34610e9f-51ce-4a24-93b1-4f9ea73e42b2 2026-04-17 01:43:58.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2cb6b2a-0771-4e64-a3d6-7d80f0f3eb19 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: c2a5869b-7dd5-4f2e-a027-b8c81dfaf1e6 2026-04-17 01:43:58.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2cb6b2a-0771-4e64-a3d6-7d80f0f3eb19 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: c2a5869b-7dd5-4f2e-a027-b8c81dfaf1e6 2026-04-17 01:43:58.809 8 INFO neutron.db.l3_hamode_db [None req-a2cb6b2a-0771-4e64-a3d6-7d80f0f3eb19 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] HA network 33cf5111-ec97-4a86-a0f5-52bd013fdc40 was deleted as no HA routers are present in tenant f2296318ae614dbea0dd79a4ab838ca1. [pid: 8|app: 0|req: 1436/2988] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:43:57 2026] DELETE /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 01:43:58.839 8 INFO neutron.services.segments.plugin [-] Segment 44f4e380-221e-45b1-af79-b5f992b40893 resource provider aggregate not found 2026-04-17 01:43:58.844 7 INFO neutron.api.v2.resource [None req-f816e466-44f2-4a70-af23-2a49d1572b4c fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/2989] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:43:58 2026] GET /v2.0/routers/18f7c2c7-fc82-4379-bab9-a91b77a665c5 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:58.846 8 INFO neutron.services.segments.plugin [-] Segment 44f4e380-221e-45b1-af79-b5f992b40893 resource provider aggregate not found 2026-04-17 01:43:58.866 8 INFO neutron.services.segments.plugin [-] Segment 44f4e380-221e-45b1-af79-b5f992b40893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f4e380-221e-45b1-af79-b5f992b40893 found for delete ", "request_id": "req-02605abf-89a9-4bd4-b1e7-4fd1ba130eb4"}]} 2026-04-17 01:43:58.869 8 INFO neutron.services.segments.plugin [-] Segment 44f4e380-221e-45b1-af79-b5f992b40893 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f4e380-221e-45b1-af79-b5f992b40893 found for delete ", "request_id": "req-adc36cd4-b79a-4501-a7e4-2c66ab3ba715"}]} [pid: 8|app: 0|req: 1437/2990] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:43:58 2026] DELETE /v2.0/subnets/76767ee3-6073-4f83-816b-39629d70190b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:59.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e43a838-caf9-4ac6-9f4f-3afa732ee769 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/2991] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:43:58 2026] GET /v2.0/subnets/76767ee3-6073-4f83-816b-39629d70190b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2992] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:43:59 2026] DELETE /v2.0/subnets/ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:59.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09e3ddef-db76-4878-b979-5f7150224479 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/2993] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:43:59 2026] GET /v2.0/subnets/ba66bf12-3e67-4c1c-b4e7-517eaf3bfe8d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:59.281 8 INFO neutron_taas.services.taas.taas_plugin [None req-e98ca7ed-3366-42fb-8c93-3db138bfe3e0 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 1313a857-b7c8-4741-bf13-4087c280d48f 2026-04-17 01:43:59.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e98ca7ed-3366-42fb-8c93-3db138bfe3e0 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 1313a857-b7c8-4741-bf13-4087c280d48f [pid: 8|app: 0|req: 1439/2994] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:43:59 2026] DELETE /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:59.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c08aada9-3a07-4bfa-baa6-3249f3c564a3 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/2995] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:43:59 2026] GET /v2.0/networks/a8ce3c1e-23ec-4aec-9430-c009bd04a0d7 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2996] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:43:59 2026] DELETE /v2.0/subnets/05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:59.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5990f522-8dda-44ee-bca9-74cf6d8d8219 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/2997] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:43:59 2026] GET /v2.0/subnets/05960030-6cfb-41fb-8195-6e1c20f8d75b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2998] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:43:59 2026] DELETE /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:43:59.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15865903-2894-4882-b9d3-d17d645a54ce fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/2999] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:43:59 2026] GET /v2.0/subnets/5c2b8f9f-7208-4d4a-bfc2-6e7cf3b11077 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:43:59.983 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ef0604c-cd66-4024-831b-0f92732dcaf1 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: f12c79eb-7dad-443b-b900-66db52ca9f16 2026-04-17 01:43:59.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ef0604c-cd66-4024-831b-0f92732dcaf1 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: f12c79eb-7dad-443b-b900-66db52ca9f16 [pid: 8|app: 0|req: 1442/3000] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:43:59 2026] DELETE /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:44:00.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-830d77e2-768e-4c81-94c0-3f84fe78551e fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3001] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:44:00 2026] GET /v2.0/networks/0ce32ff2-dac8-47fa-9607-b499ad49a228 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3002] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:44:00 2026] DELETE /v2.0/subnets/9f1ed44b-f075-4098-8ef1-55f37be28227 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:44:00.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-beee4ac6-3e26-457b-a7d2-825d5e570e2d fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3003] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:44:00 2026] GET /v2.0/subnets/9f1ed44b-f075-4098-8ef1-55f37be28227 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3004] 10.0.0.159 () {32 vars in 724 bytes} [Fri Apr 17 01:44:00 2026] DELETE /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:44:00.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f2134ee-6a5b-4474-9449-8c027f771003 fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3005] 10.0.0.159 () {32 vars in 721 bytes} [Fri Apr 17 01:44:00 2026] GET /v2.0/subnets/6c5323c4-9aad-4e18-8e69-391263b7c5e3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:44:00.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-f758e8a0-8280-416e-ab1a-901ceea3058c fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] TaaS: Handle Delete Port: 98e4ad74-e142-49d5-baf5-c6d84f16f86a 2026-04-17 01:44:00.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f758e8a0-8280-416e-ab1a-901ceea3058c fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] Tap Mirror: Handle Delete Port: 98e4ad74-e142-49d5-baf5-c6d84f16f86a [pid: 8|app: 0|req: 1445/3006] 10.0.0.159 () {32 vars in 726 bytes} [Fri Apr 17 01:44:00 2026] DELETE /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 01:44:00.872 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d8eecfc-8d7c-4383-8052-66d15135c37c fd9761546e8a48459098e6bfa8ef3acd f2296318ae614dbea0dd79a4ab838ca1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3007] 10.0.0.159 () {32 vars in 723 bytes} [Fri Apr 17 01:44:00 2026] GET /v2.0/networks/cbe82dd9-c26b-4895-b4c9-f49a84113ab5 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 01:44:00.886 8 INFO neutron.services.segments.plugin [-] Segment 78384ac6-411e-4e95-89de-ef4949ad1d0a resource provider aggregate not found 2026-04-17 01:44:00.890 8 INFO neutron.services.segments.plugin [-] Segment 78384ac6-411e-4e95-89de-ef4949ad1d0a resource provider aggregate not found 2026-04-17 01:44:00.903 8 INFO neutron.services.segments.plugin [-] Segment 78384ac6-411e-4e95-89de-ef4949ad1d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78384ac6-411e-4e95-89de-ef4949ad1d0a found for delete ", "request_id": "req-a341f9cc-9e42-4d56-9693-e31d1b1b719a"}]} 2026-04-17 01:44:00.907 8 INFO neutron.services.segments.plugin [-] Segment 78384ac6-411e-4e95-89de-ef4949ad1d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78384ac6-411e-4e95-89de-ef4949ad1d0a found for delete ", "request_id": "req-c18fcd99-3933-40a1-abae-6e0950e3ee5d"}]} 2026-04-17 01:44:00.921 8 INFO neutron.services.segments.plugin [-] Segment c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 resource provider aggregate not found 2026-04-17 01:44:00.926 8 INFO neutron.services.segments.plugin [-] Segment c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 resource provider aggregate not found 2026-04-17 01:44:00.937 8 INFO neutron.services.segments.plugin [-] Segment c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 found for delete ", "request_id": "req-c79de93a-9d6c-41b0-85b4-811b51a1ccfd"}]} 2026-04-17 01:44:00.944 8 INFO neutron.services.segments.plugin [-] Segment c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c701f2fe-7fee-4a3e-aa92-e4e2a27e58c4 found for delete ", "request_id": "req-07668886-434f-4a95-a8c3-3dd14c24ae3e"}]} 2026-04-17 01:44:00.951 8 INFO neutron.services.segments.plugin [-] Segment 92c61f95-4440-4c05-876b-e97b9abb61a7 resource provider aggregate not found 2026-04-17 01:44:00.959 8 INFO neutron.services.segments.plugin [-] Segment 92c61f95-4440-4c05-876b-e97b9abb61a7 resource provider aggregate not found 2026-04-17 01:44:00.968 8 INFO neutron.services.segments.plugin [-] Segment 92c61f95-4440-4c05-876b-e97b9abb61a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92c61f95-4440-4c05-876b-e97b9abb61a7 found for delete ", "request_id": "req-06802e1f-1ebd-4199-8eea-90f2ab2ea4a0"}]} 2026-04-17 01:44:00.977 8 INFO neutron.services.segments.plugin [-] Segment 92c61f95-4440-4c05-876b-e97b9abb61a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92c61f95-4440-4c05-876b-e97b9abb61a7 found for delete ", "request_id": "req-6b1ea721-3f72-4000-a7d4-378d204c6a70"}]} [pid: 8|app: 0|req: 1446/3008] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:02 2026] GET /v2.0/security-groups?tenant_id=674803b0d54f46b0b18f0e960cb6d3dd&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3009] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:03 2026] DELETE /v2.0/security-groups/7dd3db17-05d0-49aa-8046-f59b5959ba75 => 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: 1447/3010] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:03 2026] GET /v2.0/security-groups?tenant_id=cfc76e20dc134e33a5f4db07eb18f9fb&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3011] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:03 2026] DELETE /v2.0/security-groups/cec89b4b-b8ab-4265-bb49-9e867021ec72 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3012] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:03 2026] GET /v2.0/security-groups?tenant_id=3ad3b10743324fde92be81a2aba9b73d&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3013] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:03 2026] DELETE /v2.0/security-groups/382b8857-9400-4cae-bc9a-12cee928a6bb => 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: 1449/3014] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:03 2026] GET /v2.0/security-groups?tenant_id=f2296318ae614dbea0dd79a4ab838ca1&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: 1566/3015] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:03 2026] DELETE /v2.0/security-groups/9696e44a-3205-40ae-ba99-182ee276c8ed => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3016] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:04 2026] GET /v2.0/security-groups?tenant_id=8bc78b70e94b401cba30c71181717228&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3017] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:04 2026] DELETE /v2.0/security-groups/dd833c88-1ae2-4fd0-b7ef-2c9da668644f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3018] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:04 2026] GET /v2.0/security-groups?tenant_id=8e16eb6cf9784fc296ac4b45c1aa3261&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3019] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:04 2026] DELETE /v2.0/security-groups/83437a87-7750-4fbf-ba65-835f8fcfc54c => 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: 1452/3020] 10.0.0.159 () {32 vars in 774 bytes} [Fri Apr 17 01:44:04 2026] GET /v2.0/security-groups?tenant_id=5f1b2e4bb2a54b46a22e3d11eaebf676&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3021] 10.0.0.159 () {32 vars in 740 bytes} [Fri Apr 17 01:44:05 2026] DELETE /v2.0/security-groups/8390f8f8-7959-440e-817b-b382f361a43a => 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: 1571/3024] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:44:07 2026] GET /v2.0/networks => generated 2168 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3025] 10.0.0.159 () {32 vars in 655 bytes} [Fri Apr 17 01:44:08 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3026] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:44:08 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3027] 10.0.0.159 () {32 vars in 643 bytes} [Fri Apr 17 01:44:08 2026] GET /v2.0/ports => generated 4725 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3028] 10.0.0.159 () {32 vars in 647 bytes} [Fri Apr 17 01:44:09 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3029] 10.0.0.159 () {32 vars in 649 bytes} [Fri Apr 17 01:44:09 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3030] 10.0.0.159 () {32 vars in 663 bytes} [Fri Apr 17 01:44:09 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3031] 10.0.0.159 () {32 vars in 655 bytes} [Fri Apr 17 01:44:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)