+ 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 May 15 16:03:13 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-6b766f674f-wjv88 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 0x7f6422538668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-15 16:03:17.451 7 INFO neutron.common.config [-] Logging enabled! 2026-05-15 16:03:17.451 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-15 16:03:17.518 8 INFO neutron.common.config [-] Logging enabled! 2026-05-15 16:03:17.518 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-15 16:03:18.489 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-15 16:03:18.572 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-15 16:03:19.945 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-15 16:03:19.948 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-15 16:03:19.951 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-15 16:03:19.952 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-15 16:03:19.952 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-15 16:03:19.953 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-15 16:03:19.953 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 16:03:19.960 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 16:03:19.960 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 16:03:19.960 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-15 16:03:19.982 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-15 16:03:19.983 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-15 16:03:19.984 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-15 16:03:20.009 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-15 16:03:20.010 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-15 16:03:20.010 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-15 16:03:20.010 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-15 16:03:20.103 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-15 16:03:20.105 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-15 16:03:20.110 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-15 16:03:20.113 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-15 16:03:20.113 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-15 16:03:20.113 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-15 16:03:20.114 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 16:03:20.127 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 16:03:20.127 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-15 16:03:20.127 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-15 16:03:20.148 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-15 16:03:20.150 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-15 16:03:20.150 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-15 16:03:20.175 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-15 16:03:20.175 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-15 16:03:20.175 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-15 16:03:20.175 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-15 16:03:20.291 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing driver for type 'vlan' 2026-05-15 16:03:20.461 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing driver for type 'vlan' 2026-05-15 16:03:20.554 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] VlanTypeDriver initialization complete 2026-05-15 16:03:20.554 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing driver for type 'vxlan' 2026-05-15 16:03:20.554 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-15 16:03:20.567 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-15 16:03:20.568 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-15 16:03:20.568 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing extension driver 'port_security' 2026-05-15 16:03:20.568 7 INFO neutron.plugins.ml2.extensions.port_security [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-15 16:03:20.568 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing extension driver 'qos' 2026-05-15 16:03:20.568 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-15 16:03:20.568 7 INFO neutron.plugins.ml2.managers [None req-677e5457-167f-490f-b056-083dc65e1a0c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-15 16:03:20.584 7 INFO neutron.quota [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded quota_driver: . 2026-05-15 16:03:20.585 7 INFO neutron.plugins.ml2.plugin [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Modular L2 Plugin initialization complete 2026-05-15 16:03:20.585 7 INFO neutron.plugins.ml2.managers [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-15 16:03:20.585 7 INFO neutron.plugins.ml2.managers [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-15 16:03:20.585 7 INFO neutron.plugins.ml2.managers [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-15 16:03:20.585 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: qos 2026-05-15 16:03:20.598 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: router 2026-05-15 16:03:20.642 7 INFO neutron.services.service_base [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-15 16:03:20.642 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: segments 2026-05-15 16:03:20.725 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] VlanTypeDriver initialization complete 2026-05-15 16:03:20.725 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing driver for type 'vxlan' 2026-05-15 16:03:20.725 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-15 16:03:20.735 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: trunk 2026-05-15 16:03:20.738 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-15 16:03:20.739 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-15 16:03:20.739 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing extension driver 'port_security' 2026-05-15 16:03:20.739 8 INFO neutron.plugins.ml2.extensions.port_security [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-15 16:03:20.739 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing extension driver 'qos' 2026-05-15 16:03:20.739 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-15 16:03:20.739 8 INFO neutron.plugins.ml2.managers [None req-4060633a-10e3-4092-822a-902e3b484d09 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-15 16:03:20.749 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: vpnaas 2026-05-15 16:03:20.755 8 INFO neutron.quota [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded quota_driver: . 2026-05-15 16:03:20.756 8 INFO neutron.plugins.ml2.plugin [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Modular L2 Plugin initialization complete 2026-05-15 16:03:20.756 8 INFO neutron.plugins.ml2.managers [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-15 16:03:20.756 8 INFO neutron.plugins.ml2.managers [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-15 16:03:20.756 8 INFO neutron.plugins.ml2.managers [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-15 16:03:20.756 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: qos 2026-05-15 16:03:20.769 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: router 2026-05-15 16:03:20.787 7 WARNING stevedore.named [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 16:03:20.813 8 INFO neutron.services.service_base [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-15 16:03:20.813 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: segments 2026-05-15 16:03:20.856 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-15 16:03:20.856 7 INFO neutron.common.utils [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-15 16:03:20.856 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: taas 2026-05-15 16:03:20.878 7 WARNING stevedore.named [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 16:03:20.879 7 WARNING stevedore.named [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-15 16:03:20.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-15 16:03:20.905 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: tapmirror 2026-05-15 16:03:20.908 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: trunk 2026-05-15 16:03:20.919 7 WARNING stevedore.named [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 16:03:20.920 7 WARNING stevedore.named [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-15 16:03:20.932 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: vpnaas 2026-05-15 16:03:20.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-15 16:03:20.939 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: auto_allocate 2026-05-15 16:03:20.946 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: tag 2026-05-15 16:03:20.955 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: timestamp 2026-05-15 16:03:20.957 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: network_ip_availability 2026-05-15 16:03:20.965 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: flavors 2026-05-15 16:03:20.969 7 INFO neutron.manager [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loading Plugin: revisions 2026-05-15 16:03:20.970 8 WARNING stevedore.named [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 16:03:20.972 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Initializing extension manager. 2026-05-15 16:03:20.973 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: address-group 2026-05-15 16:03:20.975 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: address-scope 2026-05-15 16:03:20.975 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-15 16:03:20.976 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: agent 2026-05-15 16:03:20.977 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: agent-resources-synced 2026-05-15 16:03:20.978 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-15 16:03:20.978 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-15 16:03:20.979 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: availability_zone 2026-05-15 16:03:20.980 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: availability_zone_filter 2026-05-15 16:03:20.980 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-15 16:03:20.981 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: default-subnetpools 2026-05-15 16:03:20.982 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-15 16:03:20.983 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: dns-integration 2026-05-15 16:03:20.983 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: dns-domain-ports 2026-05-15 16:03:20.984 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-15 16:03:20.985 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: dvr 2026-05-15 16:03:20.985 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-15 16:03:20.986 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: empty-string-filtering 2026-05-15 16:03:20.986 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-15 16:03:20.987 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-15 16:03:20.987 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: external-net 2026-05-15 16:03:20.988 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-15 16:03:20.988 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: extraroute 2026-05-15 16:03:20.989 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: extraroute-atomic 2026-05-15 16:03:20.990 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-15 16:03:20.990 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-15 16:03:20.991 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-15 16:03:20.992 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-15 16:03:20.994 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: fip-port-details 2026-05-15 16:03:20.996 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: flavors 2026-05-15 16:03:20.999 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-15 16:03:21.001 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: floatingip-pools 2026-05-15 16:03:21.002 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: ip_allocation 2026-05-15 16:03:21.003 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-15 16:03:21.005 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: l2_adjacency 2026-05-15 16:03:21.007 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: router 2026-05-15 16:03:21.009 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-15 16:03:21.010 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-15 16:03:21.011 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-15 16:03:21.012 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: ext-gw-mode 2026-05-15 16:03:21.012 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: l3-ha 2026-05-15 16:03:21.013 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-15 16:03:21.014 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-15 16:03:21.014 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: l3-flavors 2026-05-15 16:03:21.016 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-15 16:03:21.016 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-15 16:03:21.019 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-15 16:03:21.020 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-15 16:03:21.021 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-15 16:03:21.023 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-15 16:03:21.025 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-15 16:03:21.025 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: multi-provider 2026-05-15 16:03:21.026 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: net-mtu 2026-05-15 16:03:21.027 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: net-mtu-writable 2026-05-15 16:03:21.027 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: network_availability_zone 2026-05-15 16:03:21.028 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: network_ha 2026-05-15 16:03:21.028 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: network-ip-availability 2026-05-15 16:03:21.029 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-15 16:03:21.030 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: pagination 2026-05-15 16:03:21.030 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-device-profile 2026-05-15 16:03:21.031 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-15 16:03:21.031 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-15 16:03:21.032 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-15 16:03:21.032 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-mac-override 2026-05-15 16:03:21.033 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-15 16:03:21.033 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-15 16:03:21.034 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-15 16:03:21.034 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-resource-request 2026-05-15 16:03:21.035 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-15 16:03:21.035 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-15 16:03:21.036 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: binding 2026-05-15 16:03:21.037 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: binding-extended 2026-05-15 16:03:21.037 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-security 2026-05-15 16:03:21.038 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: project-id 2026-05-15 16:03:21.038 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: provider 2026-05-15 16:03:21.039 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-15 16:03:21.040 8 INFO neutron_vpnaas.services.vpn.plugin [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-15 16:03:21.040 8 INFO neutron.common.utils [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-15 16:03:21.040 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: taas 2026-05-15 16:03:21.041 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos 2026-05-15 16:03:21.042 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-15 16:03:21.042 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-15 16:03:21.043 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-default 2026-05-15 16:03:21.043 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-fip 2026-05-15 16:03:21.044 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-15 16:03:21.044 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-15 16:03:21.045 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-15 16:03:21.045 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-15 16:03:21.046 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-15 16:03:21.046 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-pps 2026-05-15 16:03:21.047 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-15 16:03:21.047 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-15 16:03:21.048 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: qos-rules-alias 2026-05-15 16:03:21.049 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: quota-check-limit 2026-05-15 16:03:21.049 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-15 16:03:21.051 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: quotas 2026-05-15 16:03:21.052 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: quota_details 2026-05-15 16:03:21.054 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: rbac-policies 2026-05-15 16:03:21.054 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: rbac-address-group 2026-05-15 16:03:21.055 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: rbac-address-scope 2026-05-15 16:03:21.055 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: rbac-security-groups 2026-05-15 16:03:21.057 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-15 16:03:21.057 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: revision-if-match 2026-05-15 16:03:21.058 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-15 16:03:21.058 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: router_availability_zone 2026-05-15 16:03:21.059 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-15 16:03:21.061 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-15 16:03:21.061 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-15 16:03:21.062 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-15 16:03:21.062 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-15 16:03:21.063 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-15 16:03:21.063 8 WARNING stevedore.named [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 16:03:21.063 8 WARNING stevedore.named [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-15 16:03:21.064 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-15 16:03:21.068 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: security-group 2026-05-15 16:03:21.069 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: segment 2026-05-15 16:03:21.070 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-15 16:03:21.070 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: service-type 2026-05-15 16:03:21.071 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: sorting 2026-05-15 16:03:21.071 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: standard-attr-segment 2026-05-15 16:03:21.072 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: standard-attr-description 2026-05-15 16:03:21.072 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: stateful-security-group 2026-05-15 16:03:21.073 7 WARNING neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-15 16:03:21.073 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-15 16:03:21.074 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: subnet-external-network 2026-05-15 16:03:21.074 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: subnet_onboard 2026-05-15 16:03:21.076 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-15 16:03:21.076 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: subnet-service-types 2026-05-15 16:03:21.077 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: subnet_allocation 2026-05-15 16:03:21.078 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-15 16:03:21.078 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: tag-creation 2026-05-15 16:03:21.079 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-15 16:03:21.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-15 16:03:21.082 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: tapmirror 2026-05-15 16:03:21.082 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: standard-attr-tag 2026-05-15 16:03:21.083 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-15 16:03:21.084 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: trunk 2026-05-15 16:03:21.084 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: trunk-details 2026-05-15 16:03:21.085 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-15 16:03:21.085 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-15 16:03:21.086 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-15 16:03:21.087 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-15 16:03:21.088 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-15 16:03:21.089 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-15 16:03:21.090 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: vpn-flavors 2026-05-15 16:03:21.093 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: vpnaas 2026-05-15 16:03:21.095 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: taas 2026-05-15 16:03:21.095 8 WARNING stevedore.named [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-15 16:03:21.095 8 WARNING stevedore.named [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-15 16:03:21.096 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: tap-mirror 2026-05-15 16:03:21.096 7 INFO neutron.api.extensions [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-15 16:03:21.099 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-15 16:03:21.099 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-15 16:03:21.099 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.099 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-15 16:03:21.102 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-15 16:03:21.103 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-15 16:03:21.107 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-15 16:03:21.108 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-15 16:03:21.109 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-15 16:03:21.109 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.110 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.110 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.110 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.111 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-15 16:03:21.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-15 16:03:21.111 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: auto_allocate 2026-05-15 16:03:21.111 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.111 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.112 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-15 16:03:21.112 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-15 16:03:21.113 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-15 16:03:21.113 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.113 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ipsecpolicy is already registered 2026-05-15 16:03:21.113 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.114 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ikepolicy is already registered 2026-05-15 16:03:21.118 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-15 16:03:21.118 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] router is already registered 2026-05-15 16:03:21.118 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: tag 2026-05-15 16:03:21.119 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-15 16:03:21.119 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] floatingip is already registered 2026-05-15 16:03:21.122 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-15 16:03:21.122 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] rbac_policy is already registered 2026-05-15 16:03:21.123 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-15 16:03:21.123 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] security_group is already registered 2026-05-15 16:03:21.123 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-15 16:03:21.124 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] security_group_rule is already registered 2026-05-15 16:03:21.124 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.124 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.125 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.125 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.125 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-15 16:03:21.126 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] trunk is already registered 2026-05-15 16:03:21.126 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.126 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ikepolicy is already registered 2026-05-15 16:03:21.126 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.127 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ipsecpolicy is already registered 2026-05-15 16:03:21.127 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-15 16:03:21.127 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] endpoint_group is already registered 2026-05-15 16:03:21.127 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-15 16:03:21.128 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] vpnservice is already registered 2026-05-15 16:03:21.128 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: timestamp 2026-05-15 16:03:21.128 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-15 16:03:21.128 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ipsec_site_connection is already registered 2026-05-15 16:03:21.128 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.129 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ipsecpolicy is already registered 2026-05-15 16:03:21.129 7 INFO neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.129 7 WARNING neutron.quota.resource_registry [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] ikepolicy is already registered 2026-05-15 16:03:21.131 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: network_ip_availability 2026-05-15 16:03:21.135 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: flavors 2026-05-15 16:03:21.138 8 INFO neutron.manager [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loading Plugin: revisions 2026-05-15 16:03:21.141 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Initializing extension manager. 2026-05-15 16:03:21.143 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: address-group 2026-05-15 16:03:21.144 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: address-scope 2026-05-15 16:03:21.144 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-15 16:03:21.145 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: agent 2026-05-15 16:03:21.145 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: agent-resources-synced 2026-05-15 16:03:21.147 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-15 16:03:21.147 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-15 16:03:21.148 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: availability_zone 2026-05-15 16:03:21.148 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: availability_zone_filter 2026-05-15 16:03:21.149 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-15 16:03:21.149 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: default-subnetpools 2026-05-15 16:03:21.151 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-15 16:03:21.151 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: dns-integration 2026-05-15 16:03:21.152 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: dns-domain-ports 2026-05-15 16:03:21.153 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-15 16:03:21.153 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: dvr 2026-05-15 16:03:21.154 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-15 16:03:21.154 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: empty-string-filtering 2026-05-15 16:03:21.155 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-15 16:03:21.155 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-15 16:03:21.156 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: external-net 2026-05-15 16:03:21.156 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-15 16:03:21.157 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: extraroute 2026-05-15 16:03:21.157 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: extraroute-atomic 2026-05-15 16:03:21.158 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-15 16:03:21.158 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-15 16:03:21.159 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-15 16:03:21.159 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-15 16:03:21.160 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: fip-port-details 2026-05-15 16:03:21.160 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: flavors 2026-05-15 16:03:21.162 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-15 16:03:21.163 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: floatingip-pools 2026-05-15 16:03:21.163 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: ip_allocation 2026-05-15 16:03:21.164 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-15 16:03:21.165 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: l2_adjacency 2026-05-15 16:03:21.166 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: router 2026-05-15 16:03:21.167 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-15 16:03:21.168 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-15 16:03:21.169 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-15 16:03:21.169 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: ext-gw-mode 2026-05-15 16:03:21.170 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: l3-ha 2026-05-15 16:03:21.170 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-15 16:03:21.171 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-15 16:03:21.171 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: l3-flavors 2026-05-15 16:03:21.172 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-15 16:03:21.173 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-15 16:03:21.174 7 WARNING keystonemiddleware._common.config [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-15 16:03:21.175 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-15 16:03:21.176 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-15 16:03:21.177 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-15 16:03:21.178 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-15 16:03:21.179 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-15 16:03:21.179 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: multi-provider 2026-05-15 16:03:21.180 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: net-mtu 2026-05-15 16:03:21.180 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: net-mtu-writable 2026-05-15 16:03:21.181 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: network_availability_zone 2026-05-15 16:03:21.181 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: network_ha 2026-05-15 16:03:21.181 7 WARNING oslo_config.cfg [None req-3c990c9d-3608-491f-8ebe-bb8d7dd70789 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-15 16:03:21.182 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: network-ip-availability 2026-05-15 16:03:21.183 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-15 16:03:21.183 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: pagination WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6422538668 pid: 7 (default app) 2026-05-15 16:03:21.184 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-device-profile 2026-05-15 16:03:21.184 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-15 16:03:21.185 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-15 16:03:21.185 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-15 16:03:21.186 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-mac-override 2026-05-15 16:03:21.186 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-15 16:03:21.187 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-15 16:03:21.187 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-15 16:03:21.188 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-resource-request 2026-05-15 16:03:21.188 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-15 16:03:21.189 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-15 16:03:21.189 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: binding 2026-05-15 16:03:21.190 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: binding-extended 2026-05-15 16:03:21.190 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-security 2026-05-15 16:03:21.191 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: project-id 2026-05-15 16:03:21.191 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: provider 2026-05-15 16:03:21.192 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-15 16:03:21.194 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos 2026-05-15 16:03:21.195 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-15 16:03:21.195 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-15 16:03:21.196 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-default 2026-05-15 16:03:21.196 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-fip 2026-05-15 16:03:21.197 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-15 16:03:21.197 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-15 16:03:21.198 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-15 16:03:21.198 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-15 16:03:21.199 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-15 16:03:21.199 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-pps 2026-05-15 16:03:21.200 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-15 16:03:21.200 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-15 16:03:21.201 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: qos-rules-alias 2026-05-15 16:03:21.201 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: quota-check-limit 2026-05-15 16:03:21.202 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-15 16:03:21.204 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: quotas 2026-05-15 16:03:21.205 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: quota_details 2026-05-15 16:03:21.207 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: rbac-policies 2026-05-15 16:03:21.207 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: rbac-address-group 2026-05-15 16:03:21.208 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: rbac-address-scope 2026-05-15 16:03:21.208 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: rbac-security-groups 2026-05-15 16:03:21.209 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-15 16:03:21.209 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: revision-if-match 2026-05-15 16:03:21.210 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-15 16:03:21.210 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: router_availability_zone 2026-05-15 16:03:21.211 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-15 16:03:21.212 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-15 16:03:21.213 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-15 16:03:21.213 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-15 16:03:21.214 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-15 16:03:21.214 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-15 16:03:21.215 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-15 16:03:21.219 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: security-group 2026-05-15 16:03:21.220 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: segment 2026-05-15 16:03:21.221 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-15 16:03:21.221 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: service-type 2026-05-15 16:03:21.222 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: sorting 2026-05-15 16:03:21.222 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: standard-attr-segment 2026-05-15 16:03:21.223 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: standard-attr-description 2026-05-15 16:03:21.223 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: stateful-security-group 2026-05-15 16:03:21.224 8 WARNING neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-15 16:03:21.224 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-15 16:03:21.225 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: subnet-external-network 2026-05-15 16:03:21.225 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: subnet_onboard 2026-05-15 16:03:21.226 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-15 16:03:21.226 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: subnet-service-types 2026-05-15 16:03:21.228 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: subnet_allocation 2026-05-15 16:03:21.228 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-15 16:03:21.229 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: tag-creation 2026-05-15 16:03:21.229 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-15 16:03:21.233 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: standard-attr-tag 2026-05-15 16:03:21.234 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-15 16:03:21.234 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: trunk 2026-05-15 16:03:21.235 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: trunk-details 2026-05-15 16:03:21.235 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-15 16:03:21.236 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-15 16:03:21.236 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-15 16:03:21.237 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-15 16:03:21.239 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-15 16:03:21.240 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-15 16:03:21.240 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: vpn-flavors 2026-05-15 16:03:21.243 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: vpnaas 2026-05-15 16:03:21.244 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: taas 2026-05-15 16:03:21.245 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: tap-mirror 2026-05-15 16:03:21.246 8 INFO neutron.api.extensions [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-15 16:03:21.248 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-15 16:03:21.248 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-15 16:03:21.248 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.249 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-15 16:03:21.252 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-15 16:03:21.253 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-15 16:03:21.257 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-15 16:03:21.257 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-15 16:03:21.258 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-15 16:03:21.259 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.259 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.259 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.260 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.260 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-15 16:03:21.260 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.261 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.261 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-15 16:03:21.262 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-15 16:03:21.262 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-15 16:03:21.262 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.263 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ipsecpolicy is already registered 2026-05-15 16:03:21.263 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.263 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ikepolicy is already registered 2026-05-15 16:03:21.268 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-15 16:03:21.268 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] router is already registered 2026-05-15 16:03:21.268 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-15 16:03:21.268 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] floatingip is already registered 2026-05-15 16:03:21.272 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-15 16:03:21.272 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] rbac_policy is already registered 2026-05-15 16:03:21.273 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-15 16:03:21.273 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] security_group is already registered 2026-05-15 16:03:21.273 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-15 16:03:21.273 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] security_group_rule is already registered 2026-05-15 16:03:21.274 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.274 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.275 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-15 16:03:21.275 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] subnetpool is already registered 2026-05-15 16:03:21.275 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-15 16:03:21.275 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] trunk is already registered 2026-05-15 16:03:21.276 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.276 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ikepolicy is already registered 2026-05-15 16:03:21.276 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.276 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ipsecpolicy is already registered 2026-05-15 16:03:21.277 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-15 16:03:21.277 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] endpoint_group is already registered 2026-05-15 16:03:21.277 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-15 16:03:21.277 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] vpnservice is already registered 2026-05-15 16:03:21.278 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-15 16:03:21.278 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ipsec_site_connection is already registered 2026-05-15 16:03:21.278 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-15 16:03:21.278 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ipsecpolicy is already registered 2026-05-15 16:03:21.278 8 INFO neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-15 16:03:21.279 8 WARNING neutron.quota.resource_registry [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] ikepolicy is already registered 2026-05-15 16:03:21.316 8 WARNING keystonemiddleware._common.config [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-15 16:03:21.322 8 WARNING oslo_config.cfg [None req-03f8a235-caf9-4e10-b65d-9efabdda0786 - - - - - -] 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 0x7f6422538668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:03:25.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d02d8ffb-0b95-46e4-a9ae-bdda744b3f4f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:25 2026] GET /v2.0/networks/public => generated 108 bytes in 801 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] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:03:26.561 7 WARNING neutron.services.revisions.revision_plugin [None req-93dfc51f-df8a-4957-80e7-cdf77dda4cd0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Could not find related network for resource to bump revision. 2026-05-15 16:03:26.576 7 INFO neutron.db.segments_db [None req-93dfc51f-df8a-4957-80e7-cdf77dda4cd0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 2510f9ae-6f56-47c4-aedc-9778d88d3d3e of type flat for network be031978-cfc1-47f2-a404-1552ced8c8c5 2026-05-15 16:03:26.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93dfc51f-df8a-4957-80e7-cdf77dda4cd0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 162.253.55.100 () {48 vars in 968 bytes} [Fri May 15 16:03:26 2026] POST /v2.0/networks => generated 124 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:03:32.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75cea84f-bfa3-4500-b080-9022d3510e79 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:32 2026] GET /v2.0/networks/public => generated 108 bytes in 378 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:03:33.300 8 WARNING neutron.services.revisions.revision_plugin [None req-0de99ec9-29e1-4fce-8992-a7fb2b2dbb87 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Could not find related network for resource to bump revision. 2026-05-15 16:03:33.325 8 INFO neutron.db.segments_db [None req-0de99ec9-29e1-4fce-8992-a7fb2b2dbb87 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 8bc86f2e-fd6e-46b1-9e71-d8f9726e2628 of type flat for network 8b69b36e-9949-421e-8671-9bba597510a7 2026-05-15 16:03:33.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0de99ec9-29e1-4fce-8992-a7fb2b2dbb87 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 162.253.55.100 () {48 vars in 968 bytes} [Fri May 15 16:03:32 2026] POST /v2.0/networks => generated 124 bytes in 564 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:03:39.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5781f0f-48f6-463e-946e-9ede56bd2657 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:39 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/11] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:03:39.303 7 WARNING neutron.services.revisions.revision_plugin [None req-ce58e428-872c-4129-82a3-ce5536805468 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Could not find related network for resource to bump revision. 2026-05-15 16:03:39.314 7 INFO neutron.db.segments_db [None req-ce58e428-872c-4129-82a3-ce5536805468 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 4d9363df-a6ef-45d5-b37f-29d97147c96e of type flat for network ec0c1145-1913-4ee0-947f-77c01092bb59 2026-05-15 16:03:39.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce58e428-872c-4129-82a3-ce5536805468 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/12] 162.253.55.100 () {48 vars in 968 bytes} [Fri May 15 16:03:39 2026] POST /v2.0/networks => generated 124 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:03:45.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd3c6a35-254a-4345-9426-e89e5aff4796 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:45 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:03:45.244 7 WARNING neutron.services.revisions.revision_plugin [None req-2e21388d-46b9-4cbd-b29a-cc0f6453b874 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Could not find related network for resource to bump revision. 2026-05-15 16:03:45.269 7 INFO neutron.db.segments_db [None req-2e21388d-46b9-4cbd-b29a-cc0f6453b874 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 8b599388-2e08-4eb8-b4be-a0bf2fcba39d of type flat for network 1fa398f3-decf-4995-9951-56ab5a8d918b 2026-05-15 16:03:45.295 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e21388d-46b9-4cbd-b29a-cc0f6453b874 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 162.253.55.100 () {48 vars in 968 bytes} [Fri May 15 16:03:45 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:03:51.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34ec01d8-4af0-4103-b278-69b454c21fa8 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:51 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: 11/18] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:03:51.206 8 WARNING neutron.services.revisions.revision_plugin [None req-285e3fb5-a9ab-4c5d-baef-07193a5a22a0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Could not find related network for resource to bump revision. 2026-05-15 16:03:51.226 8 INFO neutron.db.segments_db [None req-285e3fb5-a9ab-4c5d-baef-07193a5a22a0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 7e2fbcd0-3867-4ea5-ae6a-7abb95b4f32c of type flat for network 19511cbf-613e-48cb-b286-c159b222ab6e 2026-05-15 16:03:51.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-285e3fb5-a9ab-4c5d-baef-07193a5a22a0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 162.253.55.100 () {48 vars in 968 bytes} [Fri May 15 16:03:51 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:03:57.159 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60dff8b6-4ea5-4d04-81fa-0fa5c9e7bb82 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:57 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:03:57.231 8 WARNING neutron.services.revisions.revision_plugin [None req-5072d6c1-4c6d-424d-9998-e5814f89a730 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Could not find related network for resource to bump revision. 2026-05-15 16:03:57.250 8 INFO neutron.db.segments_db [None req-5072d6c1-4c6d-424d-9998-e5814f89a730 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 05b7be23-c4b7-4729-8ad1-fa6a3465af14 of type flat for network f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 [pid: 8|app: 0|req: 10/23] 162.253.55.100 () {48 vars in 968 bytes} [Fri May 15 16:03:57 2026] POST /v2.0/networks => generated 706 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:03:58.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79dff4e5-aa1d-4cfd-b31d-e07e221a2e2c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:03:58 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:03:58 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:03:58.585 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce507157-5803-4b89-870b-830a0fe83ce1 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 162.253.55.100 () {44 vars in 1035 bytes} [Fri May 15 16:03:58 2026] GET /v2.0/subnets/public-subnet?network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 162.253.55.100 () {44 vars in 1058 bytes} [Fri May 15 16:03:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 162.253.55.100 () {48 vars in 966 bytes} [Fri May 15 16:03:58 2026] POST /v2.0/subnets => generated 664 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:08:59.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c842febc-3b95-4d5e-b4a8-e0901aa71ade 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 162.253.55.100 () {44 vars in 938 bytes} [Fri May 15 16:08:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 162.253.55.100 () {44 vars in 960 bytes} [Fri May 15 16:08:59 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:08:59.410 7 INFO neutron.db.segments_db [None req-6fa05246-e5af-4479-867f-9e4998ef06db 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 0fe18db4-dbeb-4cd0-aa75-a37e30d3ad0f of type vxlan for network 14b92888-2956-4158-b0f5-3dc846df002f [pid: 7|app: 0|req: 37/70] 162.253.55.100 () {48 vars in 967 bytes} [Fri May 15 16:08:59 2026] POST /v2.0/networks => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:09:00.488 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66a91181-c3a2-4ed0-8cd7-de9c3883442b 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 162.253.55.100 () {44 vars in 938 bytes} [Fri May 15 16:09:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 162.253.55.100 () {44 vars in 960 bytes} [Fri May 15 16:09:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:09:00.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-662d9f26-d6ee-407a-a774-a2fc0cb79d9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 162.253.55.100 () {44 vars in 1037 bytes} [Fri May 15 16:09:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 162.253.55.100 () {44 vars in 1060 bytes} [Fri May 15 16:09:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 162.253.55.100 () {48 vars in 966 bytes} [Fri May 15 16:09:00 2026] POST /v2.0/subnets => generated 651 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:09:02.395 7 INFO neutron.api.v2.resource [None req-3edfdd56-ed10-4937-9eef-3abdb8d09281 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 162.253.55.100 () {44 vars in 972 bytes} [Fri May 15 16:09:02 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 162.253.55.100 () {44 vars in 994 bytes} [Fri May 15 16:09:02 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 162.253.55.100 () {48 vars in 981 bytes} [Fri May 15 16:09:02 2026] POST /v2.0/security-groups => generated 1616 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:04 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 1616 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:04 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:04 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:05 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 2230 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:05 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:05 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:06 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:06 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:06 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:06 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:07 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:07 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:07 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:08 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:08 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:08 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 162.253.55.100 () {44 vars in 988 bytes} [Fri May 15 16:09:09 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:09:09.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31983967-7109-4fad-b3d2-5f13658fa96f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 162.253.55.100 () {44 vars in 1077 bytes} [Fri May 15 16:09:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 162.253.55.100 () {44 vars in 1100 bytes} [Fri May 15 16:09:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=14b92888-2956-4158-b0f5-3dc846df002f => 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: 53/102] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:09 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 162.253.55.100 () {48 vars in 962 bytes} [Fri May 15 16:09:10 2026] POST /v2.0/ports => generated 1100 bytes in 429 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:09:18.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1a1f580-e484-497d-bc96-55561a33febc 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 162.253.55.100 () {44 vars in 980 bytes} [Fri May 15 16:09:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 162.253.55.100 () {48 vars in 1032 bytes} [Fri May 15 16:09:18 2026] PUT /v2.0/ports/e42d28d5-771e-4650-a06f-92044d2fa92a => generated 1249 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 162.253.55.100 () {44 vars in 921 bytes} [Fri May 15 16:09:20 2026] GET /v2.0/ports => generated 3730 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:09:22.026 8 INFO neutron.api.v2.resource [None req-75e9009d-9d86-4a98-b937-2ebed123f51b 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/110] 162.253.55.100 () {44 vars in 960 bytes} [Fri May 15 16:09:21 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 162.253.55.100 () {44 vars in 982 bytes} [Fri May 15 16:09:22 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 162.253.55.100 () {48 vars in 981 bytes} [Fri May 15 16:09:22 2026] POST /v2.0/security-groups => generated 1610 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:23 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:23 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:23 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:23 2026] POST /v2.0/security-group-rules => generated 623 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:24 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:24 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => 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: 61/119] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:09:24 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/120] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:09:24 2026] POST /v2.0/security-group-rules => generated 627 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/135] 162.253.55.100 () {44 vars in 976 bytes} [Fri May 15 16:11:03 2026] GET /v2.0/quotas/1137ea6b01094c4eb15a87e2d89c4252 => 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: 67/136] 162.253.55.100 () {48 vars in 1028 bytes} [Fri May 15 16:11:04 2026] PUT /v2.0/quotas/1137ea6b01094c4eb15a87e2d89c4252 => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:13:26.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d06c65d1-6c51-4242-a3aa-62197fceb13c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/157] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:13:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 208 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 80/158] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:13:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:13:28.219 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a1bc844-6060-48cd-a03b-aac7f2a0b88d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/159] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:13:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/160] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:13:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:21:32.431 7 INFO neutron.api.v2.resource [None req-d4f11aaf-e568-4e63-ae72-e646207fbff4 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 114/225] 162.253.55.100 () {44 vars in 1075 bytes} [Fri May 15 16:21:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=aba17e017ba3476a82c469865e006c42 => generated 139 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 162.253.55.100 () {44 vars in 1098 bytes} [Fri May 15 16:21:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=aba17e017ba3476a82c469865e006c42 => generated 23 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 162.253.55.100 () {48 vars in 982 bytes} [Fri May 15 16:21:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:33 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:21:33 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:33 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:21:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:34 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 2234 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:21:34 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:34 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:21:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:36 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:21:36 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:36 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => 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: 121/239] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:21:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/240] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:37 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:21:37 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:21:37 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 162.253.55.100 () {48 vars in 992 bytes} [Fri May 15 16:21:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/264] 162.253.55.100 () {30 vars in 740 bytes} [Fri May 15 16:24:09 2026] GET /v2.0/networks?tenant_id=aba17e017ba3476a82c469865e006c42&shared=False => generated 15 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:24:09.886 7 INFO neutron.db.segments_db [None req-1a9b14ef-0279-4565-ab8f-97d24c538df0 96f8220919e94552b95326802e3139bb aba17e017ba3476a82c469865e006c42 - - 563aa7a5e51149bca49056b02a69fcd1 563aa7a5e51149bca49056b02a69fcd1] Added segment 517e3cf3-a0a8-4457-a59a-32c5392b6f42 of type vxlan for network 761a88d7-8a08-4119-9ab0-ecbd53875a3c [pid: 7|app: 0|req: 134/265] 162.253.55.100 () {34 vars in 682 bytes} [Fri May 15 16:24:09 2026] POST /v2.0/networks => generated 699 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/266] 162.253.55.100 () {30 vars in 722 bytes} [Fri May 15 16:24:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 135/267] 162.253.55.100 () {30 vars in 633 bytes} [Fri May 15 16:24:10 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/268] 162.253.55.100 () {34 vars in 677 bytes} [Fri May 15 16:24:10 2026] POST /v2.0/ports => generated 999 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/269] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:24:10 2026] GET /v2.0/networks/761a88d7-8a08-4119-9ab0-ecbd53875a3c => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/272] 162.253.55.100 () {30 vars in 722 bytes} [Fri May 15 16:24:12 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/273] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:24:12 2026] GET /v2.0/networks/761a88d7-8a08-4119-9ab0-ecbd53875a3c => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/276] 162.253.55.100 () {44 vars in 976 bytes} [Fri May 15 16:24:29 2026] GET /v2.0/quotas/aba17e017ba3476a82c469865e006c42 => 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: 140/277] 162.253.55.100 () {48 vars in 1028 bytes} [Fri May 15 16:24:29 2026] PUT /v2.0/quotas/aba17e017ba3476a82c469865e006c42 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:35:42.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-288be7a2-4465-4984-9e07-458cdfbf1fa2 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/368] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:35:42 2026] GET /v2.0/networks/public => generated 108 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:35:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:35:43.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c8ff12b-ab80-45c9-b7c8-e07821384b18 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/370] 162.253.55.100 () {44 vars in 928 bytes} [Fri May 15 16:35:43 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:35:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:35:43.453 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d32e2ac7-09a7-4673-9ed9-cfaa8a3c1fb7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/372] 162.253.55.100 () {44 vars in 1035 bytes} [Fri May 15 16:35:43 2026] GET /v2.0/subnets/public-subnet?network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 162.253.55.100 () {44 vars in 1058 bytes} [Fri May 15 16:35:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:36:11.295 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b053b4e-53fc-49d3-9620-3b61605f1611 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/378] 162.253.55.100 () {44 vars in 938 bytes} [Fri May 15 16:36:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 162.253.55.100 () {44 vars in 960 bytes} [Fri May 15 16:36:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:36:12.311 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6651a994-4f01-4384-b2c0-93760f6b8371 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/380] 162.253.55.100 () {44 vars in 938 bytes} [Fri May 15 16:36:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 162.253.55.100 () {44 vars in 960 bytes} [Fri May 15 16:36:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:36:12.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6bcc0c9-87cb-4c69-bffb-6278e4022b00 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/382] 162.253.55.100 () {44 vars in 1037 bytes} [Fri May 15 16:36:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 162.253.55.100 () {44 vars in 1060 bytes} [Fri May 15 16:36:12 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:36:13.782 7 INFO neutron.api.v2.resource [None req-b7e619e2-0d2a-4b02-91f7-d859e25ae28d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/384] 162.253.55.100 () {44 vars in 972 bytes} [Fri May 15 16:36:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 162.253.55.100 () {44 vars in 994 bytes} [Fri May 15 16:36:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:14 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:14 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:14 2026] GET /v2.0/security-group-rules/b160482d-8f1b-4e60-a95f-76d63e0809d6 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:15 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:15 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:15 2026] GET /v2.0/security-group-rules/4d1b4d89-4170-4c11-8d65-b61c8a04818c => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:16 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:16 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:16 2026] GET /v2.0/security-group-rules/80bf8e3c-e3b2-47ff-93a2-4fda71ab58f8 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:17 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:17 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:17 2026] GET /v2.0/security-group-rules/5459f636-cfe7-4212-acab-3b4db17ea97d => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:18 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:18 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:18 2026] GET /v2.0/security-group-rules/ffda2997-7c27-49c1-956d-e8b7d57dc8be => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 162.253.55.100 () {44 vars in 988 bytes} [Fri May 15 16:36:19 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:36:19.904 7 INFO neutron.pecan_wsgi.hooks.translation [None req-958299ee-77d2-458a-9949-7e1fa2df1e97 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/402] 162.253.55.100 () {44 vars in 1077 bytes} [Fri May 15 16:36:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 162.253.55.100 () {44 vars in 1100 bytes} [Fri May 15 16:36:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=14b92888-2956-4158-b0f5-3dc846df002f => generated 1254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:19 2026] GET /v2.0/security-groups/2b4aab53-dbd3-47e3-ab3b-9071d76b15b5 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:36:27.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6823f88f-57e4-4998-960a-d720c8448680 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/407] 162.253.55.100 () {44 vars in 980 bytes} [Fri May 15 16:36:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 162.253.55.100 () {44 vars in 921 bytes} [Fri May 15 16:36:29 2026] GET /v2.0/ports => generated 4725 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:36:30.247 7 INFO neutron.api.v2.resource [None req-15c86ba3-f663-4c95-86b2-88a05bba4175 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/410] 162.253.55.100 () {44 vars in 960 bytes} [Fri May 15 16:36:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 162.253.55.100 () {44 vars in 982 bytes} [Fri May 15 16:36:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:31 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 2886 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:31 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 2886 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:31 2026] GET /v2.0/security-group-rules/5dc7117d-4db3-47df-ac06-816ef67bc828 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:32 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:36:32 2026] GET /v2.0/security-groups/615a57cd-6c7e-4aa6-9149-00ce97eb2e17 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:36:32 2026] GET /v2.0/security-group-rules/4c60e7d0-eb42-4ffb-9f5a-440992dc0692 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 162.253.55.100 () {44 vars in 976 bytes} [Fri May 15 16:36:43 2026] GET /v2.0/quotas/1137ea6b01094c4eb15a87e2d89c4252 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:37:37.292 7 INFO neutron.api.v2.resource [None req-20410972-2fe5-48c6-8863-9b55aff38f62 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 215/427] 162.253.55.100 () {44 vars in 1075 bytes} [Fri May 15 16:37:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=aba17e017ba3476a82c469865e006c42 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 162.253.55.100 () {44 vars in 1098 bytes} [Fri May 15 16:37:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=aba17e017ba3476a82c469865e006c42 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:37:38 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:37:38 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:37:38 2026] GET /v2.0/security-group-rules/406b5ac0-6f72-4533-adf4-71d48fe94c5c => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:37:39 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:37:39 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/434] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:37:39 2026] GET /v2.0/security-group-rules/09de0510-2822-4c61-8427-1053e1e8a84d => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:37:40 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/436] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:37:40 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/437] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:37:40 2026] GET /v2.0/security-group-rules/7faf26aa-f23b-4371-a88b-22318e30a9c9 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/440] 162.253.55.100 () {44 vars in 1089 bytes} [Fri May 15 16:37:41 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0?project_id=aba17e017ba3476a82c469865e006c42 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/441] 162.253.55.100 () {44 vars in 1002 bytes} [Fri May 15 16:37:41 2026] GET /v2.0/security-groups/426a14ad-20f2-4393-97fb-735ae11cfdc0 => generated 4075 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 162.253.55.100 () {44 vars in 1012 bytes} [Fri May 15 16:37:41 2026] GET /v2.0/security-group-rules/a79275d3-de9e-450d-8c96-283203eb4f46 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/443] 162.253.55.100 () {44 vars in 976 bytes} [Fri May 15 16:37:48 2026] GET /v2.0/quotas/aba17e017ba3476a82c469865e006c42 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 162.253.55.100 () {44 vars in 950 bytes} [Fri May 15 16:38:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:39:18 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: 228/458] 10.0.0.138 () {32 vars in 655 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/floatingips => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/462] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.138 () {32 vars in 655 bytes} [Fri May 15 16:39:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:31.307 7 INFO neutron.db.segments_db [None req-1826dd8a-1b01-4579-ab5e-47782d3e5f49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 7e8f2893-086f-4a83-93aa-78f245219578 of type vxlan for network 7da87e1c-5619-4180-b223-4473ad76c3d9 2026-05-15 16:39:31.316 8 INFO neutron.db.segments_db [None req-87c2f274-0279-46e2-a367-c4e9ea5ce166 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment d4a116a6-2f76-4038-bd9d-0acf774e5e4c of type vxlan for network 731e04c5-9916-40f7-9390-23075bacfc59 [pid: 7|app: 0|req: 235/467] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/networks => generated 730 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/networks => generated 728 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:31.562 7 INFO neutron.db.segments_db [None req-4293ecad-e964-4a36-8525-1a53b48474b4 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 5064c726-48f3-46fb-aa2d-f21da0f6f870 of type vxlan for network 1f3346d2-4bb6-4895-b9b8-177e4e313d4a [pid: 8|app: 0|req: 234/469] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/subnets => generated 696 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/networks => generated 733 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:31.685 7 INFO neutron.db.segments_db [None req-75ede985-b728-4488-b814-0716a4015f03 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment be967a13-a1d4-4369-a969-74ed10ac52a6 of type vxlan for network d21639c4-0816-4161-b024-7aede52964b6 [pid: 8|app: 0|req: 235/471] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/subnets => generated 694 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/subnets => generated 699 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:31.923 7 INFO neutron.db.l3_hamode_db [None req-75ede985-b728-4488-b814-0716a4015f03 5cf0c763b1814e7b89ad188323c029ca 11995f63fea9437db235c87742485a38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:39:31.958 8 INFO neutron.db.segments_db [None req-b552869c-853f-4506-a2df-a48d48974cf8 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 40b0742e-b3e5-4b9e-9891-14c20bde8e18 of type vxlan for network fd7d6df3-0aac-44ea-a816-449926aadd97 2026-05-15 16:39:32.183 8 INFO neutron.db.l3_hamode_db [None req-b552869c-853f-4506-a2df-a48d48974cf8 5cf0c763b1814e7b89ad188323c029ca 86d02a2752b54af6bd2532eb84abc01b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:39:32.809 7 INFO neutron.db.l3_hamode_db [None req-75ede985-b728-4488-b814-0716a4015f03 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:39:33.069 8 INFO neutron.db.l3_hamode_db [None req-b552869c-853f-4506-a2df-a48d48974cf8 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/473] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/routers => generated 734 bytes in 1958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:33.920 8 INFO neutron.db.segments_db [None req-e5c7a983-7add-44bc-9a3a-28bfb287269b 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 7c8d0b36-a912-49f2-a2c7-af1ba37be079 of type vxlan for network 97b19fad-7f1a-4c3d-975b-e5914b60de03 [pid: 7|app: 0|req: 237/474] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:31 2026] POST /v2.0/routers => generated 736 bytes in 2386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:34.174 8 INFO neutron.db.l3_hamode_db [None req-e5c7a983-7add-44bc-9a3a-28bfb287269b 5cf0c763b1814e7b89ad188323c029ca e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/475] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:34 2026] GET /v2.0/security-groups?tenant_id=8673d95b8afe4c2ab0ac22d42a2c89bf&name=default => generated 2923 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:39:34.923 8 INFO neutron.db.l3_hamode_db [None req-e5c7a983-7add-44bc-9a3a-28bfb287269b 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/476] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:39:34 2026] PUT /v2.0/routers/7f5a3614-12c3-4a4f-9d3a-4e3b16abe31d/add_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/477] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:33 2026] POST /v2.0/routers => generated 739 bytes in 1795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/478] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:35 2026] DELETE /v2.0/security-groups/df5cd075-b93c-4fad-974c-08d87d219caa => 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: 240/479] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:39:35 2026] PUT /v2.0/routers/c29a3b87-ffbf-4a1e-99d3-2499bbca2082/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:39:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:39:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:39:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:39:35 2026] PUT /v2.0/routers/d5e8ad29-8f96-4011-be4c-2b3a1abfeb02/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:39:36 2026] POST /v2.0/floatingips => generated 552 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/485] 10.0.0.215 () {38 vars in 971 bytes} [Fri May 15 16:39:37 2026] POST /v2.0/security-groups => generated 1684 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:39:37 2026] POST /v2.0/security-groups => generated 1659 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/487] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:39:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:39:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:38 2026] GET /v2.0/security-groups/608c2c81-39ae-4aac-8efa-9547c6d17550 => generated 1684 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/490] 10.0.0.215 () {38 vars in 981 bytes} [Fri May 15 16:39:38 2026] POST /v2.0/security-group-rules => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/491] 10.0.0.215 () {38 vars in 971 bytes} [Fri May 15 16:39:38 2026] POST /v2.0/security-groups => generated 1685 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:39:38 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/493] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:38 2026] GET /v2.0/security-groups/44a9eb56-ed1e-4e9d-951b-310eabc131ac => generated 1685 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/494] 10.0.0.215 () {38 vars in 981 bytes} [Fri May 15 16:39:38 2026] POST /v2.0/security-group-rules => generated 614 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/495] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:38 2026] GET /v2.0/security-groups/44a9eb56-ed1e-4e9d-951b-310eabc131ac => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/496] 10.0.0.215 () {38 vars in 981 bytes} [Fri May 15 16:39:38 2026] POST /v2.0/security-group-rules => generated 619 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/497] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/security-groups/44a9eb56-ed1e-4e9d-951b-310eabc131ac => generated 2940 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/498] 10.0.0.215 () {34 vars in 1098 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--526575080&fields=id&tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/499] 10.0.0.215 () {34 vars in 1001 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/security-group-rules/87ab417a-547e-44f6-bb98-36d10ae6e99d => generated 616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/500] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/security-groups/44a9eb56-ed1e-4e9d-951b-310eabc131ac => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/501] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 684 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/502] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/quotas/e7c4d7d7a3e64824b6a1a6b4dd8f5420 => 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: 251/503] 10.0.0.215 () {36 vars in 1023 bytes} [Fri May 15 16:39:39 2026] DELETE /v2.0/security-group-rules/87ab417a-547e-44f6-bb98-36d10ae6e99d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/504] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/security-groups/44a9eb56-ed1e-4e9d-951b-310eabc131ac => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/505] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/506] 10.0.0.215 () {36 vars in 1013 bytes} [Fri May 15 16:39:39 2026] DELETE /v2.0/security-groups/44a9eb56-ed1e-4e9d-951b-310eabc131ac => 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: 254/507] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/security-groups/608c2c81-39ae-4aac-8efa-9547c6d17550 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/508] 10.0.0.215 () {36 vars in 1013 bytes} [Fri May 15 16:39:39 2026] DELETE /v2.0/security-groups/608c2c81-39ae-4aac-8efa-9547c6d17550 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/509] 10.0.0.215 () {34 vars in 907 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/extensions => generated 21537 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/510] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 257/511] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:39:39 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 258/512] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:40 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:40.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dbb2a30-944c-4a39-bf7a-c30f4ee79463 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: fdcbae8a-58f4-4549-9b5b-6fb5473658c0 2026-05-15 16:39:40.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dbb2a30-944c-4a39-bf7a-c30f4ee79463 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: fdcbae8a-58f4-4549-9b5b-6fb5473658c0 [pid: 7|app: 0|req: 255/513] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:39:39 2026] PUT /v2.0/routers/c29a3b87-ffbf-4a1e-99d3-2499bbca2082/remove_router_interface => generated 309 bytes in 1267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/516] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:41 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:41.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2b9b59c-c3e8-437d-b500-3ff4ec2dbe49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 6c185554-6235-4177-b014-a6b3247b8d30 2026-05-15 16:39:41.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b9b59c-c3e8-437d-b500-3ff4ec2dbe49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 6c185554-6235-4177-b014-a6b3247b8d30 2026-05-15 16:39:41.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2b9b59c-c3e8-437d-b500-3ff4ec2dbe49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: b70a8d41-f64c-4625-b95e-38ebd13e01fd 2026-05-15 16:39:41.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b9b59c-c3e8-437d-b500-3ff4ec2dbe49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: b70a8d41-f64c-4625-b95e-38ebd13e01fd 2026-05-15 16:39:41.969 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-e2b9b59c-c3e8-437d-b500-3ff4ec2dbe49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 259/517] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:41 2026] GET /v2.0/security-groups?tenant_id=c45ea769d65c4551b440f915ed2ebb5c&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/518] 10.0.0.215 () {34 vars in 1100 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1979036630&fields=id&tenant_id=86d02a2752b54af6bd2532eb84abc01b => 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: 261/519] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:42 2026] DELETE /v2.0/security-groups/a3d9be43-fee5-4285-b20d-3717c2f2c8f1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/networks?id=731e04c5-9916-40f7-9390-23075bacfc59 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/521] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/quotas/86d02a2752b54af6bd2532eb84abc01b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:42.357 8 INFO neutron.db.l3_hamode_db [None req-e2b9b59c-c3e8-437d-b500-3ff4ec2dbe49 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network d21639c4-0816-4161-b024-7aede52964b6 was deleted as no HA routers are present in tenant 11995f63fea9437db235c87742485a38. [pid: 8|app: 0|req: 259/522] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:39:40 2026] DELETE /v2.0/routers/c29a3b87-ffbf-4a1e-99d3-2499bbca2082 => generated 0 bytes in 1499 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/523] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/ports?tenant_id=86d02a2752b54af6bd2532eb84abc01b&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/524] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/security-groups?tenant_id=79ddf5d893464e6291f44ee2bf82ebb3&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/525] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => 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: 265/526] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:39:42 2026] DELETE /v2.0/subnets/62e36336-2ad7-47e6-905d-a5ac747d4985 => 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: 262/527] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:42 2026] DELETE /v2.0/security-groups/49d01f69-7349-46e5-b240-edd190021512 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:39:42.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d82a1e4-a870-4298-972d-3ef967e2eac5 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 4a446b57-158e-499d-8ff0-e4e9c1758b22 2026-05-15 16:39:42.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d82a1e4-a870-4298-972d-3ef967e2eac5 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 4a446b57-158e-499d-8ff0-e4e9c1758b22 [pid: 8|app: 0|req: 263/528] 10.0.0.215 () {34 vars in 907 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/extensions => generated 21537 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-15 16:39:42.850 8 INFO neutron.services.segments.plugin [-] Segment be967a13-a1d4-4369-a969-74ed10ac52a6 resource provider aggregate not found 2026-05-15 16:39:42.889 8 INFO neutron.services.segments.plugin [-] Segment be967a13-a1d4-4369-a969-74ed10ac52a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be967a13-a1d4-4369-a969-74ed10ac52a6 found for delete ", "request_id": "req-3996026f-2db8-4454-b5b7-a3558ebcb6c3"}]} 2026-05-15 16:39:42.893 8 INFO neutron.services.segments.plugin [-] Segment be967a13-a1d4-4369-a969-74ed10ac52a6 resource provider aggregate not found [pid: 7|app: 0|req: 266/529] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:39:42 2026] DELETE /v2.0/networks/7da87e1c-5619-4180-b223-4473ad76c3d9 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/530] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:42.921 8 INFO neutron.services.segments.plugin [-] Segment be967a13-a1d4-4369-a969-74ed10ac52a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be967a13-a1d4-4369-a969-74ed10ac52a6 found for delete ", "request_id": "req-6272f987-b97c-4691-af30-3a375e4e0500"}]} [pid: 7|app: 0|req: 267/531] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:39:42 2026] GET /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59?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: 265/532] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:43 2026] GET /v2.0/security-groups?tenant_id=11995f63fea9437db235c87742485a38&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/533] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:43 2026] DELETE /v2.0/security-groups/f4669b1a-5ccd-4996-a7ec-7a30fefa40d8 => 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: 266/534] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:43 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:43.335 7 INFO neutron.services.segments.plugin [-] Segment 7e8f2893-086f-4a83-93aa-78f245219578 resource provider aggregate not found 2026-05-15 16:39:43.358 7 INFO neutron.services.segments.plugin [-] Segment 7e8f2893-086f-4a83-93aa-78f245219578 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e8f2893-086f-4a83-93aa-78f245219578 found for delete ", "request_id": "req-92392276-ed03-4889-afc0-7031be0cc7d7"}]} 2026-05-15 16:39:43.493 7 INFO neutron.services.segments.plugin [-] Segment 7e8f2893-086f-4a83-93aa-78f245219578 resource provider aggregate not found 2026-05-15 16:39:43.508 7 INFO neutron.services.segments.plugin [-] Segment 7e8f2893-086f-4a83-93aa-78f245219578 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e8f2893-086f-4a83-93aa-78f245219578 found for delete ", "request_id": "req-3bab6825-45be-4c09-9d5d-e6b81530ddae"}]} [pid: 7|app: 0|req: 269/535] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:43 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => 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: 267/536] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:44 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/537] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:44 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:45.061 8 INFO neutron.db.segments_db [None req-3361107b-8fcf-400a-b11e-23aa67091e01 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment b13549a9-eca0-4875-a9c8-aa05cdbd9418 of type vxlan for network 74c7f4e2-d67b-41d0-8c83-72982d9fd86c [pid: 7|app: 0|req: 271/538] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:39:45 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 684 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/539] 162.253.55.100 () {34 vars in 911 bytes} [Fri May 15 16:39:45 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/540] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:39:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/541] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:39:44 2026] POST /v2.0/networks => generated 725 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/542] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:45 2026] POST /v2.0/subnets => generated 692 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:45.405 8 INFO neutron.db.segments_db [None req-042e1356-4621-45b6-ace2-4243328fc2ce 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment ab175313-0d6c-45e8-a0b8-691bae472b85 of type vxlan for network 7ad73e1e-8f71-4c9b-ab2d-abea12f20e82 [pid: 7|app: 0|req: 274/543] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:39:45 2026] POST /v2.0/ports => generated 954 bytes in 347 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: 275/544] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:45 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:39:45.625 8 INFO neutron.db.l3_hamode_db [None req-042e1356-4621-45b6-ace2-4243328fc2ce 5cf0c763b1814e7b89ad188323c029ca 124a8e0eae5948168bdec7dbb392e28c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 276/545] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:45 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:46.244 8 INFO neutron.db.l3_hamode_db [None req-042e1356-4621-45b6-ace2-4243328fc2ce 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 277/546] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:39:45 2026] PUT /v2.0/ports/1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 1235 bytes in 531 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: 278/547] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:46 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 279/548] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:46 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 270/549] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:45 2026] POST /v2.0/routers => generated 732 bytes in 1731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:39:47.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d9e0cc3-b83e-4137-8d5a-7beca9c34635'] response: {'name': 'network-changed', 'server_uuid': '5908c580-f826-46f4-b389-daf6a9349cc5', 'tag': '1df3f733-4087-4017-9f52-23a50c9e78e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 271/550] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:39:47 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1238 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/551] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:39:47 2026] GET /v2.0/networks?id=731e04c5-9916-40f7-9390-23075bacfc59 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/552] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/553] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:39:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86d02a2752b54af6bd2532eb84abc01b => 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: 275/554] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:47 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/555] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:39:47 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/556] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:39:47 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 278/557] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:48 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/558] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:48 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 957 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/559] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:39:48 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/560] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:39:47 2026] PUT /v2.0/routers/a8db87da-a7cd-4e81-9255-c5f3b7211caf/add_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/561] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:48 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/562] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:39:48 2026] PUT /v2.0/ports/652ff3d0-c344-48ad-8459-b6c4687256cc => generated 1235 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:39:48 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?fields=segments => generated 14 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, ' [pid: 8|app: 0|req: 282/564] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:39:48 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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) 2026-05-15 16:39:49.126 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76174b64-f5a0-4734-b0b7-8c2d3e4f5436'] response: {'name': 'network-changed', 'server_uuid': '686f3d45-1ccf-4958-b05e-63e4ca56d9f3', 'tag': '652ff3d0-c344-48ad-8459-b6c4687256cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 283/565] 10.0.0.215 () {38 vars in 971 bytes} [Fri May 15 16:39:49 2026] POST /v2.0/security-groups => generated 1679 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/566] 10.0.0.215 () {38 vars in 971 bytes} [Fri May 15 16:39:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/567] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups?tenant_id=670150de4e98466798530c639c6b4192&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/568] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/569] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:49 2026] DELETE /v2.0/security-groups/7d57e5e1-e3de-41c5-8947-e241233730e6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/570] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 286/571] 10.0.0.215 () {38 vars in 971 bytes} [Fri May 15 16:39:49 2026] POST /v2.0/security-groups => generated 1681 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/572] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups?tenant_id=124a8e0eae5948168bdec7dbb392e28c => generated 7906 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/573] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups/d4ba8eb6-0255-4f76-92af-cf11ac2157e6 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/574] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/ports?tenant_id=86d02a2752b54af6bd2532eb84abc01b&device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 1238 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/575] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups/d4ba8eb6-0255-4f76-92af-cf11ac2157e6 => generated 2922 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/576] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/577] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups?tenant_id=3de46568afb34585a6857e61c216b0fa&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/578] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups/7cf31fb8-d2f9-4c82-ac74-c0eb4604c9d1 => generated 1679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/579] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/networks?tenant_id=86d02a2752b54af6bd2532eb84abc01b&shared=False => generated 775 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/580] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/581] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/582] 10.0.0.215 () {36 vars in 1013 bytes} [Fri May 15 16:39:49 2026] DELETE /v2.0/security-groups/7cf31fb8-d2f9-4c82-ac74-c0eb4604c9d1 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/583] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:49 2026] DELETE /v2.0/security-groups/661a6290-4b47-47e9-982f-72c9416fce95 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/584] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:39:49 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) 2026-05-15 16:39:49.973 8 INFO neutron.api.v2.resource [req-a1749b00-142b-482a-88cc-6c3dfa3f0479 req-91c0ff83-23a2-476b-9e0f-fd1d5955b879 2ec9ee8e05e946028a65b3bfc9b88a49 124a8e0eae5948168bdec7dbb392e28c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 295/585] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups/7cf31fb8-d2f9-4c82-ac74-c0eb4604c9d1 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/586] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/587] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => 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: 292/588] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:49 2026] GET /v2.0/security-groups/88fea802-a8e0-446e-b84e-4c00a555d288 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/589] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/590] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&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: 293/591] 10.0.0.215 () {36 vars in 1013 bytes} [Fri May 15 16:39:50 2026] DELETE /v2.0/security-groups/88fea802-a8e0-446e-b84e-4c00a555d288 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:39:50.168 7 INFO neutron.api.v2.resource [req-927c7564-68d5-436b-8d9d-e8f6d233a5c6 req-da27ffcc-425d-45b4-bd73-e1a09c5deff4 2ec9ee8e05e946028a65b3bfc9b88a49 124a8e0eae5948168bdec7dbb392e28c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 294/592] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/88fea802-a8e0-446e-b84e-4c00a555d288 => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/593] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/594] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/527d3694-5bd4-443b-9830-a84d80eb5de4 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/595] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/596] 10.0.0.215 () {36 vars in 1013 bytes} [Fri May 15 16:39:50 2026] DELETE /v2.0/security-groups/527d3694-5bd4-443b-9830-a84d80eb5de4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:39:50.347 8 INFO neutron.api.v2.resource [req-c25cdd93-dbf6-4739-80b1-d5a51cbcdf81 req-c0051681-5be5-4a52-b787-0be5b5b2854d 2ec9ee8e05e946028a65b3bfc9b88a49 124a8e0eae5948168bdec7dbb392e28c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 301/597] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/527d3694-5bd4-443b-9830-a84d80eb5de4 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/598] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups?tenant_id=124a8e0eae5948168bdec7dbb392e28c => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/599] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/d4ba8eb6-0255-4f76-92af-cf11ac2157e6 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/600] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/d4ba8eb6-0255-4f76-92af-cf11ac2157e6 => generated 2922 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:39:50.542 8 INFO neutron.api.v2.resource [req-512ec53d-5a43-480f-baa8-4b1ec8c228ea req-49fbd872-9b0f-4782-ba0e-88cc71619629 2ec9ee8e05e946028a65b3bfc9b88a49 124a8e0eae5948168bdec7dbb392e28c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 303/601] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/527d3694-5bd4-443b-9830-a84d80eb5de4 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:39:50.603 7 INFO neutron.api.v2.resource [req-7cdc3336-9638-4e93-acef-a810f5bd63c0 req-18f85184-3b1f-43a5-9588-1e4454006fb5 2ec9ee8e05e946028a65b3bfc9b88a49 124a8e0eae5948168bdec7dbb392e28c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/602] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/88fea802-a8e0-446e-b84e-4c00a555d288 => generated 146 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/603] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:50.636 7 INFO neutron.api.v2.resource [req-8daff2d6-7170-4ef3-b9c9-d807c1df2e1a req-35bd08d0-0cf5-43bf-a8bf-50bc7b9191c5 2ec9ee8e05e946028a65b3bfc9b88a49 124a8e0eae5948168bdec7dbb392e28c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 300/604] 10.0.0.215 () {34 vars in 991 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups/7cf31fb8-d2f9-4c82-ac74-c0eb4604c9d1 => 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: 305/605] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 306/606] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/607] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:50 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:51.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1ff3abf-79fc-46ea-b7a2-ca4220bfec8e 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: f08e7794-3a2c-4adc-9195-e4f6e0f78153 2026-05-15 16:39:51.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1ff3abf-79fc-46ea-b7a2-ca4220bfec8e 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: f08e7794-3a2c-4adc-9195-e4f6e0f78153 [pid: 8|app: 0|req: 308/608] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/ports?tenant_id=86d02a2752b54af6bd2532eb84abc01b&device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 309/609] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=652ff3d0-c344-48ad-8459-b6c4687256cc => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/610] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/subnets?id=6b46e45d-56d1-4247-901a-b5a32eb8768b => generated 697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/611] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/ports?network_id=731e04c5-9916-40f7-9390-23075bacfc59&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/612] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59?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: 313/613] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59?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: 301/614] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:39:50 2026] PUT /v2.0/routers/a8db87da-a7cd-4e81-9255-c5f3b7211caf/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:51.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-40673d9d-4d74-4721-80af-f8790f484e32 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 03dfc5c9-4020-4c65-bce5-72645385203f 2026-05-15 16:39:51.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40673d9d-4d74-4721-80af-f8790f484e32 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 03dfc5c9-4020-4c65-bce5-72645385203f [pid: 7|app: 0|req: 302/615] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/616] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:51 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:52.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-40673d9d-4d74-4721-80af-f8790f484e32 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 2071727d-cead-4946-8130-9454e4ea823b 2026-05-15 16:39:52.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40673d9d-4d74-4721-80af-f8790f484e32 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 2071727d-cead-4946-8130-9454e4ea823b [pid: 7|app: 0|req: 304/617] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:52 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/618] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:52 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&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-05-15 16:39:52.396 8 INFO neutron.services.segments.plugin [-] Segment ab175313-0d6c-45e8-a0b8-691bae472b85 resource provider aggregate not found 2026-05-15 16:39:52.412 8 INFO neutron.services.segments.plugin [-] Segment ab175313-0d6c-45e8-a0b8-691bae472b85 resource provider aggregate not found 2026-05-15 16:39:52.421 8 INFO neutron.services.segments.plugin [-] Segment ab175313-0d6c-45e8-a0b8-691bae472b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab175313-0d6c-45e8-a0b8-691bae472b85 found for delete ", "request_id": "req-700a9483-8b41-43ef-9ea5-eb659abee914"}]} 2026-05-15 16:39:52.435 8 INFO neutron.db.l3_hamode_db [None req-40673d9d-4d74-4721-80af-f8790f484e32 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network 7ad73e1e-8f71-4c9b-ab2d-abea12f20e82 was deleted as no HA routers are present in tenant 124a8e0eae5948168bdec7dbb392e28c. [pid: 8|app: 0|req: 314/619] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:39:51 2026] DELETE /v2.0/routers/a8db87da-a7cd-4e81-9255-c5f3b7211caf => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:39:52.455 8 INFO neutron.services.segments.plugin [-] Segment ab175313-0d6c-45e8-a0b8-691bae472b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab175313-0d6c-45e8-a0b8-691bae472b85 found for delete ", "request_id": "req-30f014fc-1f2d-45b8-8e60-e23fcdf12e9d"}]} [pid: 7|app: 0|req: 306/620] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:39:52 2026] DELETE /v2.0/subnets/ccbc4543-689e-4613-9b60-c27910252511 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:39:52.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7014802-9efe-452a-bc5c-00bc06ad02f0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 111e8e32-0f2e-4e45-ae42-e248c12af50e 2026-05-15 16:39:52.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7014802-9efe-452a-bc5c-00bc06ad02f0 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 111e8e32-0f2e-4e45-ae42-e248c12af50e [pid: 8|app: 0|req: 315/621] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:39:52 2026] DELETE /v2.0/networks/74c7f4e2-d67b-41d0-8c83-72982d9fd86c => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/622] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:52 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/623] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:53 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/624] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:53 2026] GET /v2.0/security-groups?tenant_id=124a8e0eae5948168bdec7dbb392e28c&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: 317/625] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:53 2026] DELETE /v2.0/security-groups/d4ba8eb6-0255-4f76-92af-cf11ac2157e6 => 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: 309/626] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:53 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 318/627] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:53 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/628] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:54 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/629] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:54 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:54.441 8 INFO neutron.services.segments.plugin [-] Segment b13549a9-eca0-4875-a9c8-aa05cdbd9418 resource provider aggregate not found 2026-05-15 16:39:54.456 8 INFO neutron.services.segments.plugin [-] Segment b13549a9-eca0-4875-a9c8-aa05cdbd9418 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b13549a9-eca0-4875-a9c8-aa05cdbd9418 found for delete ", "request_id": "req-cc97c9c2-8f84-4633-b62e-1c84e1349d9c"}]} 2026-05-15 16:39:54.481 8 INFO neutron.services.segments.plugin [-] Segment b13549a9-eca0-4875-a9c8-aa05cdbd9418 resource provider aggregate not found 2026-05-15 16:39:54.502 8 INFO neutron.services.segments.plugin [-] Segment b13549a9-eca0-4875-a9c8-aa05cdbd9418 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b13549a9-eca0-4875-a9c8-aa05cdbd9418 found for delete ", "request_id": "req-209cca58-0403-4d70-be1f-fda16fec9403"}]} [pid: 8|app: 0|req: 320/630] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:54 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/631] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:54 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&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: 311/632] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:54 2026] GET /v2.0/security-groups?tenant_id=e9bd3b24ea2945b2bd679af3a19ebd0f&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/633] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:54 2026] DELETE /v2.0/security-groups/3530ffc1-a8c9-45ca-8488-de6d05686376 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/634] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:39:54 2026] GET /v2.0/security-groups?tenant_id=cd6c6dd1c2d64df6bb7f11042545811b&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/635] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:39:54 2026] DELETE /v2.0/security-groups/3918aefa-6085-46c1-a27b-f2a253fdf53b => 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: 324/636] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:55 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/637] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:55 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:55.460 7 INFO neutron.db.segments_db [None req-33ca5647-81db-4ff0-930c-4965a172bc5a 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment a41c98dd-6a7f-4cd5-9008-5f10df095794 of type vxlan for network 63fd55f9-3d53-49f6-82ff-f7b32078cdaf [pid: 7|app: 0|req: 313/638] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:39:55 2026] POST /v2.0/networks => generated 727 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/639] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:55 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/640] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:55 2026] POST /v2.0/subnets => generated 693 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/641] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:55 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&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-05-15 16:39:55.759 8 INFO neutron.db.segments_db [None req-66a42945-c742-4d00-a106-bace29469510 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 7f926e75-525a-4062-9480-54cf0d366d39 of type vxlan for network 6988ff9e-6729-49f0-b5a5-528b8a19a164 2026-05-15 16:39:55.964 8 INFO neutron.db.l3_hamode_db [None req-66a42945-c742-4d00-a106-bace29469510 5cf0c763b1814e7b89ad188323c029ca 1864df90929b471aae3b526f44c0fc38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 318/644] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:56 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/645] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:56 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 320/646] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:56 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:56.807 8 INFO neutron.db.l3_hamode_db [None req-66a42945-c742-4d00-a106-bace29469510 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 327/647] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:39:55 2026] POST /v2.0/routers => generated 733 bytes in 1909 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/648] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:57 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:57.772 7 INFO neutron.db.l3_db [None req-c13105ca-6f05-4621-a4d9-08ab63326f12 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] Floating IP b57dc525-8068-4301-bd13-1f0d532b4f8e associated. External IP: 10.96.250.213, port: 1df3f733-4087-4017-9f52-23a50c9e78e6. [pid: 7|app: 0|req: 321/649] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:39:56 2026] PUT /v2.0/floatingips/b57dc525-8068-4301-bd13-1f0d532b4f8e => generated 855 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/650] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/651] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:58.251 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51bcea4a-5ee5-4fcd-bd85-163d4ae646f0'] response: {'name': 'network-changed', 'server_uuid': '5908c580-f826-46f4-b389-daf6a9349cc5', 'tag': '1df3f733-4087-4017-9f52-23a50c9e78e6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 324/652] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 325/653] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/654] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => 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: 327/655] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/656] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/657] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:39:58 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&device_owner=network%3Adhcp => generated 1244 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/658] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:39:59 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 331/659] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:39:59 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 329/660] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:39:57 2026] PUT /v2.0/routers/ec1f84ca-3c1d-4047-8aad-80ed9ed00a77/add_router_interface => generated 309 bytes in 1635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/661] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:59 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/662] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:39:59 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&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: 333/663] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:39:59 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:39:59.973 8 INFO neutron.db.l3_db [None req-7a14904d-779b-47ce-adc2-14dc11478e57 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] Floating IP 33b55567-49af-44c4-a8d5-a812dada721c associated. External IP: 10.96.250.216, port: 652ff3d0-c344-48ad-8459-b6c4687256cc. [pid: 8|app: 0|req: 331/664] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:39:59 2026] PUT /v2.0/floatingips/33b55567-49af-44c4-a8d5-a812dada721c => generated 855 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/665] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/networks?id=63fd55f9-3d53-49f6-82ff-f7b32078cdaf => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/666] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/quotas/1864df90929b471aae3b526f44c0fc38 => generated 292 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 336/668] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/669] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/ports?tenant_id=1864df90929b471aae3b526f44c0fc38&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:00.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c8b019f-e38e-4ec9-ae27-85bb9135c8a0'] response: {'name': 'network-changed', 'server_uuid': '686f3d45-1ccf-4958-b05e-63e4ca56d9f3', 'tag': '652ff3d0-c344-48ad-8459-b6c4687256cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 337/670] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/networks/63fd55f9-3d53-49f6-82ff-f7b32078cdaf?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/671] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/networks/63fd55f9-3d53-49f6-82ff-f7b32078cdaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/672] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/673] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/674] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:00 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/675] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/ports?tenant_id=86d02a2752b54af6bd2532eb84abc01b&device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/676] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/networks?id=731e04c5-9916-40f7-9390-23075bacfc59 => generated 775 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/677] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=652ff3d0-c344-48ad-8459-b6c4687256cc => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/678] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/subnets?id=6b46e45d-56d1-4247-901a-b5a32eb8768b => generated 697 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/679] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/ports?network_id=731e04c5-9916-40f7-9390-23075bacfc59&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: 342/680] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59?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: 339/681] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59?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: 343/682] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:01 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 340/683] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:02 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/684] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:02 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&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: 344/685] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:02 2026] GET /v2.0/security-groups?tenant_id=783c1d9b509d4bc48cc9e79f97000673&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/686] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:02 2026] DELETE /v2.0/security-groups/f045235a-a67f-43ae-971e-138b774c80d9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/687] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:02 2026] GET /v2.0/security-groups?tenant_id=1e73a9bd5a114d01b2fb467eecb267c3&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/688] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:02 2026] DELETE /v2.0/security-groups/9b46a016-c0cc-41f6-8ba9-c18efa93081a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/689] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:02 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 344/690] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:03 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/691] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:03 2026] GET /v2.0/security-groups?id=e60907dd-a6ef-428c-a164-c944244ee449&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/692] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:40:03 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:03.501 7 INFO neutron_taas.services.taas.taas_plugin [req-3eb27b75-686e-4d86-99d8-b81cf8724d76 req-07c2c0d9-5297-4080-ad9b-e02434f1387f 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] TaaS: Handle Delete Port: 652ff3d0-c344-48ad-8459-b6c4687256cc 2026-05-15 16:40:03.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3eb27b75-686e-4d86-99d8-b81cf8724d76 req-07c2c0d9-5297-4080-ad9b-e02434f1387f 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] Tap Mirror: Handle Delete Port: 652ff3d0-c344-48ad-8459-b6c4687256cc 2026-05-15 16:40:03.684 7 INFO neutron.db.l3_db [req-3eb27b75-686e-4d86-99d8-b81cf8724d76 req-07c2c0d9-5297-4080-ad9b-e02434f1387f 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] Floating IP 33b55567-49af-44c4-a8d5-a812dada721c disassociated. External IP: 10.96.250.216, port: 652ff3d0-c344-48ad-8459-b6c4687256cc. [pid: 7|app: 0|req: 348/693] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:40:03 2026] DELETE /v2.0/ports/652ff3d0-c344-48ad-8459-b6c4687256cc => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/694] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:04.087 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8470fcd1-74d5-4fcc-9bbc-f6db6426257d'] response: {'server_uuid': '686f3d45-1ccf-4958-b05e-63e4ca56d9f3', 'name': 'network-vif-deleted', 'tag': '652ff3d0-c344-48ad-8459-b6c4687256cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 349/695] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 347/696] 10.0.0.138 () {32 vars in 653 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions => generated 21537 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/697] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/698] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/699] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/700] 10.0.0.138 () {32 vars in 665 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/701] 10.0.0.138 () {32 vars in 699 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/702] 10.0.0.138 () {32 vars in 697 bytes} [Fri May 15 16:40:04 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: 353/703] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:04 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: 351/704] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/705] 10.0.0.138 () {32 vars in 703 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/706] 10.0.0.138 () {32 vars in 693 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/707] 10.0.0.138 () {32 vars in 695 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/708] 10.0.0.138 () {32 vars in 685 bytes} [Fri May 15 16:40:04 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: 356/709] 10.0.0.138 () {32 vars in 687 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/710] 10.0.0.138 () {32 vars in 661 bytes} [Fri May 15 16:40:04 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: 357/711] 10.0.0.138 () {32 vars in 699 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/712] 10.0.0.138 () {32 vars in 679 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/713] 10.0.0.138 () {32 vars in 683 bytes} [Fri May 15 16:40:04 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/714] 10.0.0.138 () {32 vars in 675 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/715] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/716] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/717] 10.0.0.138 () {32 vars in 687 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/fip-port-details => 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: 358/718] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/719] 10.0.0.138 () {32 vars in 687 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/720] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/721] 10.0.0.138 () {32 vars in 699 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/722] 10.0.0.138 () {32 vars in 679 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/723] 10.0.0.138 () {32 vars in 667 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/724] 10.0.0.138 () {32 vars in 677 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/725] 10.0.0.138 () {32 vars in 665 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/l3-ha => 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: 365/726] 10.0.0.138 () {32 vars in 675 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/727] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 363/728] 10.0.0.138 () {32 vars in 713 bytes} [Fri May 15 16:40:05 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: 364/729] 10.0.0.138 () {32 vars in 691 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/730] 10.0.0.138 () {32 vars in 683 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/731] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/732] 10.0.0.138 () {32 vars in 687 bytes} [Fri May 15 16:40:05 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: 7|app: 0|req: 366/733] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/networks?id=63fd55f9-3d53-49f6-82ff-f7b32078cdaf => generated 678 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/734] 10.0.0.138 () {32 vars in 705 bytes} [Fri May 15 16:40:05 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: 369/735] 10.0.0.138 () {32 vars in 675 bytes} [Fri May 15 16:40:05 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: 370/736] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/737] 10.0.0.138 () {32 vars in 675 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/738] 10.0.0.138 () {32 vars in 693 bytes} [Fri May 15 16:40:05 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: 373/739] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/740] 10.0.0.138 () {32 vars in 709 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/741] 10.0.0.138 () {32 vars in 705 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/742] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:40:05 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: 377/743] 10.0.0.138 () {32 vars in 697 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/744] 10.0.0.138 () {32 vars in 711 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/745] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/746] 10.0.0.138 () {32 vars in 687 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/747] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/748] 10.0.0.138 () {32 vars in 675 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/749] 10.0.0.138 () {32 vars in 671 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/750] 10.0.0.138 () {32 vars in 661 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/751] 10.0.0.138 () {32 vars in 699 bytes} [Fri May 15 16:40:05 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: 8|app: 0|req: 386/752] 10.0.0.138 () {32 vars in 699 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/753] 10.0.0.138 () {32 vars in 677 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/754] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/755] 10.0.0.138 () {32 vars in 683 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/756] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/757] 10.0.0.138 () {32 vars in 685 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/758] 10.0.0.138 () {32 vars in 707 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/759] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/760] 10.0.0.138 () {32 vars in 697 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/761] 10.0.0.138 () {32 vars in 695 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/762] 10.0.0.138 () {32 vars in 685 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/qos-rules-alias => 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: 397/763] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/764] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 399/765] 10.0.0.138 () {32 vars in 705 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/766] 10.0.0.138 () {32 vars in 667 bytes} [Fri May 15 16:40:05 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: 8|app: 0|req: 401/767] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/768] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/769] 10.0.0.138 () {32 vars in 691 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/770] 10.0.0.138 () {32 vars in 691 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/771] 10.0.0.138 () {32 vars in 695 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/772] 10.0.0.138 () {32 vars in 685 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/773] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/774] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/775] 10.0.0.138 () {32 vars in 703 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/776] 10.0.0.138 () {32 vars in 713 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/777] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/778] 10.0.0.138 () {32 vars in 715 bytes} [Fri May 15 16:40:05 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: 8|app: 0|req: 413/779] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:40:05 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: 7|app: 0|req: 367/780] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:40:05 2026] POST /v2.0/ports => generated 958 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/781] 10.0.0.138 () {32 vars in 741 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 415/782] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/783] 10.0.0.138 () {32 vars in 683 bytes} [Fri May 15 16:40:05 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: 417/784] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/785] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/786] 10.0.0.138 () {32 vars in 679 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/787] 10.0.0.138 () {32 vars in 669 bytes} [Fri May 15 16:40:05 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: 8|app: 0|req: 421/788] 10.0.0.138 () {32 vars in 697 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/standard-attr-segment => 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: 422/789] 10.0.0.138 () {32 vars in 705 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/790] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:05 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: 424/791] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:05 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: 8|app: 0|req: 425/792] 10.0.0.138 () {32 vars in 683 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/793] 10.0.0.138 () {32 vars in 705 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/794] 10.0.0.138 () {32 vars in 695 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/795] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/796] 10.0.0.138 () {32 vars in 697 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/797] 10.0.0.138 () {32 vars in 679 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/798] 10.0.0.138 () {32 vars in 689 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/799] 10.0.0.138 () {32 vars in 701 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/800] 10.0.0.138 () {32 vars in 665 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/801] 10.0.0.138 () {32 vars in 681 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/802] 10.0.0.138 () {32 vars in 677 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/803] 10.0.0.138 () {32 vars in 693 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/804] 10.0.0.138 () {32 vars in 677 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/805] 10.0.0.138 () {32 vars in 667 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/806] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/807] 10.0.0.138 () {32 vars in 675 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/808] 10.0.0.138 () {32 vars in 687 bytes} [Fri May 15 16:40:05 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/809] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:40:05 2026] PUT /v2.0/ports/7623e59e-7bae-4deb-a74f-b9acfae86475 => generated 1239 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:06.124 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4a1963d-10a4-4c62-8421-17760839e061'] response: {'name': 'network-changed', 'server_uuid': '640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0', 'tag': '7623e59e-7bae-4deb-a74f-b9acfae86475', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 442/810] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:06 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 973 bytes in 89 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: 369/811] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:06 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&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: 443/812] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:06 2026] GET /v2.0/security-groups?tenant_id=c00f0ffd72ae477ab20c2f4b990e250f&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/813] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:06 2026] GET /v2.0/ports?tenant_id=1864df90929b471aae3b526f44c0fc38&device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/814] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:06 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/815] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:06 2026] DELETE /v2.0/security-groups/68de151a-f462-462f-bf32-a66f9487f73f => 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: 372/816] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:40:06 2026] GET /v2.0/networks?tenant_id=1864df90929b471aae3b526f44c0fc38&shared=False => generated 774 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/817] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:40:06 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: 373/818] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 446/819] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&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: 374/820] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/ports?device_id=686f3d45-1ccf-4958-b05e-63e4ca56d9f3 => 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: 447/821] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/ports?tenant_id=1864df90929b471aae3b526f44c0fc38&device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 375/822] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7623e59e-7bae-4deb-a74f-b9acfae86475 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/823] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/subnets?id=b9dabfd8-1020-4391-a53e-910324a60a5d => generated 696 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/824] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:07 2026] GET /v2.0/ports?network_id=63fd55f9-3d53-49f6-82ff-f7b32078cdaf&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: 449/825] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:08 2026] GET /v2.0/networks/63fd55f9-3d53-49f6-82ff-f7b32078cdaf?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: 377/826] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:08 2026] GET /v2.0/networks/63fd55f9-3d53-49f6-82ff-f7b32078cdaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/827] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:08 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/828] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:08 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/829] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:08 2026] DELETE /v2.0/security-groups/e60907dd-a6ef-428c-a164-c944244ee449 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:09.037 7 INFO neutron.api.v2.resource [None req-73f85cc1-dab4-4bea-b0bb-334f15f68d3c 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 380/830] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/security-groups/e60907dd-a6ef-428c-a164-c944244ee449 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:40:09.084 8 INFO neutron.db.segments_db [None req-ff8f2552-6762-4c18-82f4-cc40d80a807f 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Added segment 4f6e0faa-2fab-4000-9817-c6ce1591a9df of type vxlan for network 4854dec0-2d34-4712-8c18-0801b9ea00cb 2026-05-15 16:40:09.160 8 INFO neutron.db.segments_db [None req-ff8f2552-6762-4c18-82f4-cc40d80a807f 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Added segment a2eea9f4-cd00-4174-b4b2-bd4a297438f2 of type vxlan for network db1d8d05-60ec-408f-8e5e-347ffd2967ee 2026-05-15 16:40:09.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-c377f117-b1b1-41f4-8985-d31b63a01257 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] TaaS: Handle Delete Port: 5cfb5264-2fb7-4d60-8563-9321e418cbcc 2026-05-15 16:40:09.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c377f117-b1b1-41f4-8985-d31b63a01257 37ef4cd7f92d4b9494f12a07ec31124f 86d02a2752b54af6bd2532eb84abc01b - - default default] Tap Mirror: Handle Delete Port: 5cfb5264-2fb7-4d60-8563-9321e418cbcc [pid: 8|app: 0|req: 451/831] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:08 2026] POST /v2.0/networks => generated 1206 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/832] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:40:09 2026] DELETE /v2.0/floatingips/33b55567-49af-44c4-a8d5-a812dada721c => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/833] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/networks => generated 1843 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/834] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1240 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:09.584 8 INFO neutron.services.segments.plugin [-] Segment 4f6e0faa-2fab-4000-9817-c6ce1591a9df resource provider aggregate not found 2026-05-15 16:40:09.591 8 INFO neutron.services.segments.plugin [-] Segment 4f6e0faa-2fab-4000-9817-c6ce1591a9df resource provider aggregate not found 2026-05-15 16:40:09.611 8 INFO neutron.services.segments.plugin [-] Segment 4f6e0faa-2fab-4000-9817-c6ce1591a9df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f6e0faa-2fab-4000-9817-c6ce1591a9df found for delete ", "request_id": "req-4f97f192-f240-4388-b52c-b56afc92db6a"}]} [pid: 8|app: 0|req: 453/835] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:09 2026] DELETE /v2.0/networks/4854dec0-2d34-4712-8c18-0801b9ea00cb => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:09.616 8 INFO neutron.services.segments.plugin [-] Segment 4f6e0faa-2fab-4000-9817-c6ce1591a9df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f6e0faa-2fab-4000-9817-c6ce1591a9df found for delete ", "request_id": "req-54c72806-0740-408d-9cb2-6d773bc02775"}]} [pid: 8|app: 0|req: 454/836] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/837] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:09 2026] DELETE /v2.0/networks/db1d8d05-60ec-408f-8e5e-347ffd2967ee => 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: 456/838] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:09.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-176cff53-b2db-4155-8afe-134a1c733690 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 9eafb1a2-2acd-4ee2-b950-0be23a83ee87 2026-05-15 16:40:09.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-176cff53-b2db-4155-8afe-134a1c733690 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 9eafb1a2-2acd-4ee2-b950-0be23a83ee87 [pid: 8|app: 0|req: 457/839] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/840] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:09 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:09.939 8 INFO neutron.db.segments_db [None req-7e32c62c-ab1b-40cb-a708-b1af60a39bad 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Added segment 4d20e4c1-8802-47a0-a8bd-bc84caf70794 of type vxlan for network 0200d182-d6bb-4946-b62a-35d343788ba6 [pid: 8|app: 0|req: 459/841] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:09 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:10.080 8 INFO neutron.db.segments_db [None req-351c5fb7-e9c4-4972-bc84-6678f774a017 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Added segment f001310a-3439-4533-b242-df332a863dcd of type vxlan for network 0285a372-48ee-4606-a9f5-0d78bf3da827 [pid: 8|app: 0|req: 460/842] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:10 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/843] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:40:09 2026] PUT /v2.0/routers/7f5a3614-12c3-4a4f-9d3a-4e3b16abe31d/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:10.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-bac55536-51ce-4e2f-95b6-fc563686fa9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 5e22c30b-993d-4a42-9b5e-247ab1fa0a4d 2026-05-15 16:40:10.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bac55536-51ce-4e2f-95b6-fc563686fa9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 5e22c30b-993d-4a42-9b5e-247ab1fa0a4d [pid: 8|app: 0|req: 461/844] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:40:10 2026] POST /v2.0/ports => generated 1506 bytes in 842 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:40:11.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-bac55536-51ce-4e2f-95b6-fc563686fa9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 8988a5b1-9f3e-4cb0-acd1-6d4de27265cd 2026-05-15 16:40:11.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bac55536-51ce-4e2f-95b6-fc563686fa9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 8988a5b1-9f3e-4cb0-acd1-6d4de27265cd [pid: 8|app: 0|req: 464/847] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:11 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:11.119 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bac55536-51ce-4e2f-95b6-fc563686fa9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - 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: 465/848] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:40:11 2026] GET /v2.0/ports => generated 1506 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/849] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:11 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:11.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c13db2c-0005-45e8-a647-305acfb55e23 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] TaaS: Handle Delete Port: 4b5ef980-ade0-46f6-b0fa-1fc665be6892 2026-05-15 16:40:11.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c13db2c-0005-45e8-a647-305acfb55e23 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Tap Mirror: Handle Delete Port: 4b5ef980-ade0-46f6-b0fa-1fc665be6892 [pid: 8|app: 0|req: 467/850] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:11 2026] DELETE /v2.0/ports/4b5ef980-ade0-46f6-b0fa-1fc665be6892 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:11.490 7 INFO neutron.services.segments.plugin [-] Segment 40b0742e-b3e5-4b9e-9891-14c20bde8e18 resource provider aggregate not found 2026-05-15 16:40:11.503 7 INFO neutron.services.segments.plugin [-] Segment 40b0742e-b3e5-4b9e-9891-14c20bde8e18 resource provider aggregate not found 2026-05-15 16:40:11.510 7 INFO neutron.services.segments.plugin [-] Segment 40b0742e-b3e5-4b9e-9891-14c20bde8e18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40b0742e-b3e5-4b9e-9891-14c20bde8e18 found for delete ", "request_id": "req-35dfaa96-6a6a-44cf-a34c-f039246be662"}]} 2026-05-15 16:40:11.528 7 INFO neutron.services.segments.plugin [-] Segment 40b0742e-b3e5-4b9e-9891-14c20bde8e18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40b0742e-b3e5-4b9e-9891-14c20bde8e18 found for delete ", "request_id": "req-7b5084ef-51e2-42b9-9074-d936cdec6ed7"}]} 2026-05-15 16:40:11.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-820f94dd-0d46-4a3f-a6ec-f504f12a22d5 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] TaaS: Handle Delete Port: 6b09c577-691a-4292-b545-89515ae14b45 2026-05-15 16:40:11.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820f94dd-0d46-4a3f-a6ec-f504f12a22d5 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Tap Mirror: Handle Delete Port: 6b09c577-691a-4292-b545-89515ae14b45 2026-05-15 16:40:11.570 7 INFO neutron.db.l3_hamode_db [None req-bac55536-51ce-4e2f-95b6-fc563686fa9c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network fd7d6df3-0aac-44ea-a816-449926aadd97 was deleted as no HA routers are present in tenant 86d02a2752b54af6bd2532eb84abc01b. [pid: 7|app: 0|req: 384/851] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:10 2026] DELETE /v2.0/routers/7f5a3614-12c3-4a4f-9d3a-4e3b16abe31d => generated 0 bytes in 1124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:11.645 8 INFO neutron.services.segments.plugin [-] Segment a2eea9f4-cd00-4174-b4b2-bd4a297438f2 resource provider aggregate not found 2026-05-15 16:40:11.658 8 INFO neutron.services.segments.plugin [-] Segment a2eea9f4-cd00-4174-b4b2-bd4a297438f2 resource provider aggregate not found 2026-05-15 16:40:11.663 8 INFO neutron.services.segments.plugin [-] Segment a2eea9f4-cd00-4174-b4b2-bd4a297438f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2eea9f4-cd00-4174-b4b2-bd4a297438f2 found for delete ", "request_id": "req-1b105bbf-8900-483f-87d0-d38462835af9"}]} 2026-05-15 16:40:11.675 8 INFO neutron.services.segments.plugin [-] Segment a2eea9f4-cd00-4174-b4b2-bd4a297438f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2eea9f4-cd00-4174-b4b2-bd4a297438f2 found for delete ", "request_id": "req-8db573ef-dfa9-42c6-b2ab-f450cf6eef78"}]} [pid: 8|app: 0|req: 468/852] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:11 2026] DELETE /v2.0/ports/6b09c577-691a-4292-b545-89515ae14b45 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/853] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:40:11 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: 385/854] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:11 2026] DELETE /v2.0/subnets/6b46e45d-56d1-4247-901a-b5a32eb8768b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:11.887 8 INFO neutron.db.segments_db [None req-62325157-03f4-4bc3-a099-29ba41642e72 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Added segment b7517c02-f640-44a1-ba31-fd848e183c79 of type vxlan for network e89de5d1-dad8-458f-bdcd-e699f51ed48c 2026-05-15 16:40:11.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-87544553-dc7a-4d02-8f49-31177b52637d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: dfb12ad1-c55c-4844-8e65-963a329d85bd 2026-05-15 16:40:11.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87544553-dc7a-4d02-8f49-31177b52637d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: dfb12ad1-c55c-4844-8e65-963a329d85bd [pid: 8|app: 0|req: 470/855] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:11 2026] POST /v2.0/networks => generated 631 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:12.186 8 INFO neutron.db.segments_db [None req-32bce904-2739-488e-914e-2705601933f2 5beaced684914e5491f05ad22d1c8377 218a402f0a404f3488fff1c1a2dd1be8 - - default default] Added segment 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a of type vxlan for network de3e798f-ee30-44ab-8d13-a02d43b1c18f [pid: 7|app: 0|req: 386/856] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:11 2026] DELETE /v2.0/networks/731e04c5-9916-40f7-9390-23075bacfc59 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/857] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:12 2026] POST /v2.0/networks => generated 631 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/858] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:12 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 388/859] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:12 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&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: 7|app: 0|req: 389/860] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:12 2026] GET /v2.0/security-groups?tenant_id=86d02a2752b54af6bd2532eb84abc01b&name=default => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/861] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:12 2026] DELETE /v2.0/security-groups/b5ae0b5b-16a0-4455-af68-04e183b955a4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/862] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:12 2026] POST /v2.0/subnets => generated 1273 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/863] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:40:13 2026] GET /v2.0/subnets => generated 1909 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:13.532 7 INFO neutron.services.segments.plugin [-] Segment d4a116a6-2f76-4038-bd9d-0acf774e5e4c resource provider aggregate not found 2026-05-15 16:40:13.556 7 INFO neutron.services.segments.plugin [-] Segment d4a116a6-2f76-4038-bd9d-0acf774e5e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4a116a6-2f76-4038-bd9d-0acf774e5e4c found for delete ", "request_id": "req-2481c525-df49-4055-8f55-ee2b10f22cea"}]} [pid: 8|app: 0|req: 473/864] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:13 2026] DELETE /v2.0/subnets/06fcf84c-8771-4364-8f3c-2ed540cf6404 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:13.563 7 INFO neutron.services.segments.plugin [-] Segment d4a116a6-2f76-4038-bd9d-0acf774e5e4c resource provider aggregate not found 2026-05-15 16:40:13.579 7 INFO neutron.services.segments.plugin [-] Segment d4a116a6-2f76-4038-bd9d-0acf774e5e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4a116a6-2f76-4038-bd9d-0acf774e5e4c found for delete ", "request_id": "req-a5cfed35-aaa1-4cf8-a2eb-5d6aec3d5a68"}]} [pid: 7|app: 0|req: 392/865] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:13 2026] DELETE /v2.0/subnets/4115bca0-e44e-46f8-b782-51b3afd22ff7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/866] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:40:13 2026] GET /v2.0/subnets => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/867] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:13 2026] DELETE /v2.0/networks/de3e798f-ee30-44ab-8d13-a02d43b1c18f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/868] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:13 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/869] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:14 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/870] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:13 2026] DELETE /v2.0/networks/e89de5d1-dad8-458f-bdcd-e699f51ed48c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:14.270 8 INFO neutron.services.segments.plugin [-] Segment f001310a-3439-4533-b242-df332a863dcd resource provider aggregate not found 2026-05-15 16:40:14.273 8 INFO neutron.services.segments.plugin [-] Segment f001310a-3439-4533-b242-df332a863dcd resource provider aggregate not found 2026-05-15 16:40:14.292 8 INFO neutron.services.segments.plugin [-] Segment f001310a-3439-4533-b242-df332a863dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f001310a-3439-4533-b242-df332a863dcd found for delete ", "request_id": "req-78a49e57-05bd-4c24-add1-b0b84f1ec06d"}]} 2026-05-15 16:40:14.294 8 INFO neutron.services.segments.plugin [-] Segment f001310a-3439-4533-b242-df332a863dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f001310a-3439-4533-b242-df332a863dcd found for delete ", "request_id": "req-7e7a1d99-a148-4f94-8d11-d2dbbcb57d92"}]} [pid: 8|app: 0|req: 477/871] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:14 2026] DELETE /v2.0/networks/0285a372-48ee-4606-a9f5-0d78bf3da827 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/872] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:14 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/873] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:14 2026] DELETE /v2.0/networks/0200d182-d6bb-4946-b62a-35d343788ba6 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/874] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:14 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&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: 396/875] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:14 2026] GET /v2.0/security-groups?tenant_id=218a402f0a404f3488fff1c1a2dd1be8&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: 397/876] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:15 2026] DELETE /v2.0/security-groups/77c93003-aa58-410b-b7e5-3b5060d0b4b1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:15.308 8 INFO neutron.db.segments_db [None req-c990276e-ea8a-422f-ab8f-ba16528d7ef2 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment ae83e15b-0096-4aa9-8e14-33145bb306b0 of type vxlan for network 6d03a0fe-be64-470a-8310-760bc647818e [pid: 8|app: 0|req: 480/877] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:40:15 2026] POST /v2.0/networks => generated 717 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:15.577 7 INFO neutron.services.segments.plugin [-] Segment 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a resource provider aggregate not found 2026-05-15 16:40:15.598 7 INFO neutron.services.segments.plugin [-] Segment 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a resource provider aggregate not found 2026-05-15 16:40:15.611 7 INFO neutron.services.segments.plugin [-] Segment 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a found for delete ", "request_id": "req-129f51f8-e858-4249-a8ef-318cca397816"}]} 2026-05-15 16:40:15.624 7 INFO neutron.services.segments.plugin [-] Segment 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 598fc8b2-87fa-4fbb-b9a5-eaf6f912f91a found for delete ", "request_id": "req-ee91b5b0-e770-4f7f-af46-1073b6af3c54"}]} 2026-05-15 16:40:15.648 7 INFO neutron.services.segments.plugin [-] Segment b7517c02-f640-44a1-ba31-fd848e183c79 resource provider aggregate not found 2026-05-15 16:40:15.653 7 INFO neutron.services.segments.plugin [-] Segment b7517c02-f640-44a1-ba31-fd848e183c79 resource provider aggregate not found [pid: 8|app: 0|req: 481/878] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:15 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:15.667 7 INFO neutron.services.segments.plugin [-] Segment b7517c02-f640-44a1-ba31-fd848e183c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7517c02-f640-44a1-ba31-fd848e183c79 found for delete ", "request_id": "req-25619b53-f1d7-46c2-83ee-62b95ff7dd48"}]} 2026-05-15 16:40:15.668 7 INFO neutron.services.segments.plugin [-] Segment b7517c02-f640-44a1-ba31-fd848e183c79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7517c02-f640-44a1-ba31-fd848e183c79 found for delete ", "request_id": "req-2bdaf692-fcb6-4259-9a09-5df5c662b315"}]} 2026-05-15 16:40:15.682 7 INFO neutron.services.segments.plugin [-] Segment 4d20e4c1-8802-47a0-a8bd-bc84caf70794 resource provider aggregate not found 2026-05-15 16:40:15.686 7 INFO neutron.services.segments.plugin [-] Segment 4d20e4c1-8802-47a0-a8bd-bc84caf70794 resource provider aggregate not found 2026-05-15 16:40:15.702 7 INFO neutron.services.segments.plugin [-] Segment 4d20e4c1-8802-47a0-a8bd-bc84caf70794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d20e4c1-8802-47a0-a8bd-bc84caf70794 found for delete ", "request_id": "req-079dd7b5-15a1-4cef-97e4-e581f020b174"}]} 2026-05-15 16:40:15.703 7 INFO neutron.services.segments.plugin [-] Segment 4d20e4c1-8802-47a0-a8bd-bc84caf70794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d20e4c1-8802-47a0-a8bd-bc84caf70794 found for delete ", "request_id": "req-b3f80d3f-6559-44b3-8feb-0bc17b6b36c2"}]} [pid: 8|app: 0|req: 482/879] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:15 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/880] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:15 2026] POST /v2.0/subnets => generated 683 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:15.784 8 INFO neutron.db.segments_db [None req-3cfb78e6-6983-4237-b5d7-9a47a0619194 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 1ecc3d8b-4b14-4013-a92c-34713b55da93 of type vxlan for network fc5f8051-9429-4ea1-9616-0a44ed1c8bed 2026-05-15 16:40:16.017 8 INFO neutron.db.l3_hamode_db [None req-3cfb78e6-6983-4237-b5d7-9a47a0619194 5cf0c763b1814e7b89ad188323c029ca 46ba6e6e677847f5888719b3a8c18181 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:40:16.765 8 INFO neutron.db.l3_hamode_db [None req-3cfb78e6-6983-4237-b5d7-9a47a0619194 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 399/881] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:16 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/882] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:16 2026] GET /v2.0/security-groups?id=9532a969-620f-48fd-940b-0c3c2087fe73&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: 401/883] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:40:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/884] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:40:17 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/885] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:40:17 2026] GET /v2.0/security-groups => generated 4529 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:17.472 7 INFO neutron_taas.services.taas.taas_plugin [req-2e62b679-02c6-4421-a29c-e7cb1f23e2b5 req-d369b47c-b6e0-4eaf-afb3-6db897e3da77 7dcab20c4849443897a26f3af69a3c51 1864df90929b471aae3b526f44c0fc38 - - default default] TaaS: Handle Delete Port: 7623e59e-7bae-4deb-a74f-b9acfae86475 2026-05-15 16:40:17.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e62b679-02c6-4421-a29c-e7cb1f23e2b5 req-d369b47c-b6e0-4eaf-afb3-6db897e3da77 7dcab20c4849443897a26f3af69a3c51 1864df90929b471aae3b526f44c0fc38 - - default default] Tap Mirror: Handle Delete Port: 7623e59e-7bae-4deb-a74f-b9acfae86475 [pid: 8|app: 0|req: 483/886] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:15 2026] POST /v2.0/routers => generated 723 bytes in 1879 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/887] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:40:17 2026] DELETE /v2.0/ports/7623e59e-7bae-4deb-a74f-b9acfae86475 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:17.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e5ef5a3-b4bb-4329-93ed-c67bd976d92c'] response: {'server_uuid': '640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0', 'name': 'network-vif-deleted', 'tag': '7623e59e-7bae-4deb-a74f-b9acfae86475', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 484/888] 10.0.0.138 () {34 vars in 758 bytes} [Fri May 15 16:40:17 2026] PUT /v2.0/security-groups/64dec62e-4194-456c-b587-8ea42ae0c528 => generated 1664 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/889] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:40:17 2026] GET /v2.0/security-groups/64dec62e-4194-456c-b587-8ea42ae0c528 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/890] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:17 2026] DELETE /v2.0/security-groups/64dec62e-4194-456c-b587-8ea42ae0c528 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/891] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:40:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:17.809 8 INFO neutron.api.v2.resource [None req-5dcf6cdb-101d-4a08-ba5a-cc51012d0550 909cfbebdfcb49e990fbe092b84ac042 f45bbab0592c496c8eca01eb8d10cfe8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/892] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:17 2026] DELETE /v2.0/security-groups/64dec62e-4194-456c-b587-8ea42ae0c528 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/893] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:40:17 2026] POST /v2.0/security-groups => generated 1625 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/894] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:17 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 491/895] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/896] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules/ecf4facd-fa53-4b66-97d8-06c2151024af => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/897] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/898] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:40:18 2026] DELETE /v2.0/security-group-rules/ecf4facd-fa53-4b66-97d8-06c2151024af => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/899] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/900] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/901] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules/15ee608c-22fa-43be-9e71-4b03b382dd20 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/902] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/903] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:40:18 2026] DELETE /v2.0/security-group-rules/15ee608c-22fa-43be-9e71-4b03b382dd20 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/904] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/905] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:40:17 2026] PUT /v2.0/routers/0cc3e6ab-d7ad-4441-89c2-4bf803a4bf2e/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/906] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/907] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules/2cedf120-1f87-41ae-b068-97dc6099bbbf => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/908] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/909] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:40:18 2026] DELETE /v2.0/security-group-rules/2cedf120-1f87-41ae-b068-97dc6099bbbf => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/910] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:40:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/911] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:18 2026] DELETE /v2.0/security-groups/78ae82e6-a76b-4469-b642-9f1b6bcfbd13 => 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: 409/912] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:19 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/913] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:40:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/914] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:40:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/915] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:40:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/916] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/917] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/918] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:19 2026] GET /v2.0/security-groups?tenant_id=f45bbab0592c496c8eca01eb8d10cfe8&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/919] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:19 2026] DELETE /v2.0/security-groups/1b7f01eb-ecb1-4e86-a8c3-b5aad2d70b41 => 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: 414/920] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 507/921] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:40:19 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/922] 10.0.0.215 () {34 vars in 1100 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1012453456&fields=id&tenant_id=46ba6e6e677847f5888719b3a8c18181 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/923] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/networks?id=6d03a0fe-be64-470a-8310-760bc647818e => generated 668 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/924] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/quotas/46ba6e6e677847f5888719b3a8c18181 => 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: 509/925] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/ports?tenant_id=46ba6e6e677847f5888719b3a8c18181&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/926] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e?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: 510/927] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:40:20 2026] GET /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e?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: 418/928] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:21 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => 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: 511/929] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:21 2026] GET /v2.0/ports?device_id=640d3f2e-f4a7-47d4-8a82-fa5a2ad9bcf0 => 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: 419/930] 10.0.0.138 () {32 vars in 623 bytes} [Fri May 15 16:40:21 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: 512/931] 10.0.0.138 () {32 vars in 633 bytes} [Fri May 15 16:40:21 2026] GET /v2.0/ => generated 632 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/932] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:22 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => 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: 513/933] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:22 2026] GET /v2.0/security-groups?tenant_id=90283a3390df4455b71077be13679957&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/934] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:22 2026] DELETE /v2.0/security-groups/09ac28f5-9a1d-4932-a5d3-3009af73bb5c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:22.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-709b7696-5c7e-4941-a54f-f4317de344b5 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 8c8e1628-4784-4c63-b7ab-cb8a21765a0a 2026-05-15 16:40:22.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-709b7696-5c7e-4941-a54f-f4317de344b5 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 8c8e1628-4784-4c63-b7ab-cb8a21765a0a [pid: 7|app: 0|req: 421/935] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:40:22 2026] PUT /v2.0/routers/ec1f84ca-3c1d-4047-8aad-80ed9ed00a77/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/936] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:23 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:23.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-c469d988-15d6-4af9-aea5-ef0c11d8478c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 94b379bb-3cfe-4200-8388-7a08584ea210 2026-05-15 16:40:23.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c469d988-15d6-4af9-aea5-ef0c11d8478c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 94b379bb-3cfe-4200-8388-7a08584ea210 2026-05-15 16:40:23.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-c469d988-15d6-4af9-aea5-ef0c11d8478c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 993886b9-f237-4207-bb51-48739cb5ec50 2026-05-15 16:40:23.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c469d988-15d6-4af9-aea5-ef0c11d8478c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 993886b9-f237-4207-bb51-48739cb5ec50 2026-05-15 16:40:23.924 8 INFO neutron.services.segments.plugin [-] Segment 7f926e75-525a-4062-9480-54cf0d366d39 resource provider aggregate not found 2026-05-15 16:40:23.930 8 INFO neutron.services.segments.plugin [-] Segment 7f926e75-525a-4062-9480-54cf0d366d39 resource provider aggregate not found 2026-05-15 16:40:23.938 8 INFO neutron.services.segments.plugin [-] Segment 7f926e75-525a-4062-9480-54cf0d366d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f926e75-525a-4062-9480-54cf0d366d39 found for delete ", "request_id": "req-c2b4e908-351f-4128-8efe-7afe7afff597"}]} 2026-05-15 16:40:23.948 8 INFO neutron.services.segments.plugin [-] Segment 7f926e75-525a-4062-9480-54cf0d366d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f926e75-525a-4062-9480-54cf0d366d39 found for delete ", "request_id": "req-2f1fd770-0301-4a4d-ba72-bad6922dac56"}]} 2026-05-15 16:40:23.956 8 INFO neutron.db.l3_hamode_db [None req-c469d988-15d6-4af9-aea5-ef0c11d8478c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network 6988ff9e-6729-49f0-b5a5-528b8a19a164 was deleted as no HA routers are present in tenant 1864df90929b471aae3b526f44c0fc38. [pid: 8|app: 0|req: 515/937] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:23 2026] DELETE /v2.0/routers/ec1f84ca-3c1d-4047-8aad-80ed9ed00a77 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/938] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:23 2026] DELETE /v2.0/subnets/b9dabfd8-1020-4391-a53e-910324a60a5d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:24.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-165cebca-5f6c-4e4c-ba12-cc369cee5355 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 9e71ddbe-bf55-4ed1-8aa8-d2a5f607eee7 2026-05-15 16:40:24.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-165cebca-5f6c-4e4c-ba12-cc369cee5355 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 9e71ddbe-bf55-4ed1-8aa8-d2a5f607eee7 [pid: 7|app: 0|req: 424/939] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:24 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => 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: 516/940] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:24 2026] DELETE /v2.0/networks/63fd55f9-3d53-49f6-82ff-f7b32078cdaf => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/941] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:24 2026] GET /v2.0/security-groups?tenant_id=1864df90929b471aae3b526f44c0fc38&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/942] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:24 2026] DELETE /v2.0/security-groups/9532a969-620f-48fd-940b-0c3c2087fe73 => 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: 426/943] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:25 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => 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: 518/944] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:25 2026] GET /v2.0/networks?id=6d03a0fe-be64-470a-8310-760bc647818e => generated 668 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/945] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:40:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=46ba6e6e677847f5888719b3a8c18181 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:25.955 8 INFO neutron.services.segments.plugin [-] Segment a41c98dd-6a7f-4cd5-9008-5f10df095794 resource provider aggregate not found 2026-05-15 16:40:25.974 8 INFO neutron.services.segments.plugin [-] Segment a41c98dd-6a7f-4cd5-9008-5f10df095794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41c98dd-6a7f-4cd5-9008-5f10df095794 found for delete ", "request_id": "req-a040f2d2-7c04-41c0-9cb9-29f9b7d360fa"}]} 2026-05-15 16:40:25.979 8 INFO neutron.services.segments.plugin [-] Segment a41c98dd-6a7f-4cd5-9008-5f10df095794 resource provider aggregate not found 2026-05-15 16:40:25.998 8 INFO neutron.services.segments.plugin [-] Segment a41c98dd-6a7f-4cd5-9008-5f10df095794 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41c98dd-6a7f-4cd5-9008-5f10df095794 found for delete ", "request_id": "req-8e6d2490-7bd6-43f6-8e0e-a41449c630e0"}]} [pid: 8|app: 0|req: 519/948] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:40:25 2026] POST /v2.0/ports => generated 954 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/949] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:40:26 2026] PUT /v2.0/ports/f93d0913-cc2b-43f2-b13f-4a095310c2ea => generated 1235 bytes in 453 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: 520/950] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:26 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 969 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: 431/951] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:26 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:26.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5817976f-7d71-4f04-8db9-84fe8da661cc'] response: {'name': 'network-changed', 'server_uuid': 'dfd4745a-2ffd-403f-b87b-b97419e6336f', 'tag': 'f93d0913-cc2b-43f2-b13f-4a095310c2ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 521/952] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/ports?tenant_id=46ba6e6e677847f5888719b3a8c18181&device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/953] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/networks?tenant_id=46ba6e6e677847f5888719b3a8c18181&shared=False => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/954] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:40:27 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: 433/955] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/security-groups?tenant_id=bb48ce058bb04eafa9c92f13af8d50ad&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/956] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/957] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:27 2026] DELETE /v2.0/security-groups/9ac7a50f-d093-49df-836a-cf598cda762a => 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: 435/958] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/959] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/960] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:40:27 2026] GET /v2.0/ports/1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 968 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/961] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/ports?tenant_id=46ba6e6e677847f5888719b3a8c18181&device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/962] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f93d0913-cc2b-43f2-b13f-4a095310c2ea => 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: 526/963] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/subnets?id=4fa85c02-8a7b-42cb-995e-d7c853f8adfe => generated 686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/964] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/ports?network_id=6d03a0fe-be64-470a-8310-760bc647818e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/965] 162.253.55.100 () {34 vars in 1000 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/subnets?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/966] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e?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: 440/967] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/968] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/969] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/970] 162.253.55.100 () {34 vars in 1146 bytes} [Fri May 15 16:40:28 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5&device_owner=compute%3Anova&network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 971 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/971] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/972] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&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: 443/973] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:40:29 2026] PUT /v2.0/ports/1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 1149 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:30.243 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89a24104-9f78-47db-a5e0-8c477b0f7d23'] response: {'name': 'network-changed', 'server_uuid': '5908c580-f826-46f4-b389-daf6a9349cc5', 'tag': '1df3f733-4087-4017-9f52-23a50c9e78e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 531/974] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 444/975] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/976] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => 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: 445/977] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/978] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/979] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/980] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:30 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 447/981] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:31 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 448/982] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:31 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/983] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:31 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/984] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:31 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 536/985] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:31 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/986] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/987] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/988] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/989] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/990] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/991] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&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: 453/992] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 454/993] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/994] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 455/995] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&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: 456/996] 162.253.55.100 () {34 vars in 1120 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/997] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:32 2026] GET /v2.0/security-groups?tenant_id=a121fc35b8e54be8a42f4f14b0ca5ea0&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/998] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:33 2026] DELETE /v2.0/security-groups/ad0758b6-0898-4c67-9dd0-673f53354474 => 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: 457/999] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:40:33 2026] PUT /v2.0/ports/1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 968 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:33.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aeaf113b-be16-41e9-b9d4-66ffbfe5035a'] response: {'name': 'network-changed', 'server_uuid': '5908c580-f826-46f4-b389-daf6a9349cc5', 'tag': '1df3f733-4087-4017-9f52-23a50c9e78e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 543/1000] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:33 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 36 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: 458/1001] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:33 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1002] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:33 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1003] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1004] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/1005] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1006] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1007] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1008] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1009] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1010] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1011] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&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: 551/1012] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&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: 552/1013] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1014] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:34 2026] GET /v2.0/security-groups?tenant_id=35689beeaa714a13932f8685b2324c7b&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/1015] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:35 2026] DELETE /v2.0/security-groups/1677b2c0-3509-4ae4-9099-44cc745e921c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:35.325 8 INFO neutron.db.l3_db [None req-fbf441c8-271c-4a66-b2f3-9bd1c140c8b7 aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] Floating IP 56a937db-fd04-483e-a28f-6e894f8461ea associated. External IP: 10.96.250.211, port: f93d0913-cc2b-43f2-b13f-4a095310c2ea. [pid: 7|app: 0|req: 464/1016] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/security-groups?tenant_id=a025d92fcdbe4a65b3a351918f6ef26c&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: 465/1017] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/ports?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1018] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:35 2026] DELETE /v2.0/security-groups/3808f488-02fe-46b5-a897-19bf08ab920e => 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: 467/1019] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/networks?id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1020] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:40:35 2026] PUT /v2.0/floatingips/56a937db-fd04-483e-a28f-6e894f8461ea => generated 855 bytes in 646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1021] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:35.718 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b34292d4-9134-4a40-a7b8-24d94985b4db'] response: {'name': 'network-changed', 'server_uuid': 'dfd4745a-2ffd-403f-b87b-b97419e6336f', 'tag': 'f93d0913-cc2b-43f2-b13f-4a095310c2ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 554/1022] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/subnets?id=3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1023] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/ports?network_id=1f3346d2-4bb6-4895-b9b8-177e4e313d4a&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1024] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1025] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1026] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1027] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a?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: 471/1028] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:35 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => 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: 558/1029] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1030] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1031] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&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: 473/1032] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/ports?tenant_id=46ba6e6e677847f5888719b3a8c18181&device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1033] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/networks?id=6d03a0fe-be64-470a-8310-760bc647818e => generated 764 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1034] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f93d0913-cc2b-43f2-b13f-4a095310c2ea => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1035] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/subnets?id=4fa85c02-8a7b-42cb-995e-d7c853f8adfe => generated 686 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1036] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/ports?network_id=6d03a0fe-be64-470a-8310-760bc647818e&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1037] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1038] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:36 2026] GET /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:36.949 8 INFO neutron.db.segments_db [None req-d205f592-4202-4aad-a32e-4ef232e4dcf3 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Added segment afbfd882-d869-4d35-8cc3-f87a89ac7d01 of type vxlan for network a42842db-cd21-48ef-ad06-f6099f694677 [pid: 8|app: 0|req: 563/1039] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:40:36 2026] POST /v2.0/networks => generated 613 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:37.093 7 INFO neutron.db.segments_db [None req-56f6b1bc-d5a2-46d8-bb7e-04e1eddacb15 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Added segment 949b01c9-d099-445b-bcdb-bfed8807eb4b of type vxlan for network a624f80c-5704-4383-9893-840d78c9596b [pid: 8|app: 0|req: 564/1040] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:37 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1041] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:40:37 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1042] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:37 2026] GET /v2.0/security-groups?id=a42c7a66-3ba0-406a-a9aa-ccdba480dd2a&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:37.398 7 INFO neutron.db.l3_hamode_db [None req-56f6b1bc-d5a2-46d8-bb7e-04e1eddacb15 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:40:37.409 8 INFO neutron_taas.services.taas.taas_plugin [req-69411a7d-77d8-4c32-8c33-5890b12ba5ed req-0ee87146-2008-49dd-987d-92c502de33a0 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] TaaS: Handle Delete Port: 1df3f733-4087-4017-9f52-23a50c9e78e6 2026-05-15 16:40:37.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-69411a7d-77d8-4c32-8c33-5890b12ba5ed req-0ee87146-2008-49dd-987d-92c502de33a0 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] Tap Mirror: Handle Delete Port: 1df3f733-4087-4017-9f52-23a50c9e78e6 2026-05-15 16:40:37.590 8 INFO neutron.db.l3_db [req-69411a7d-77d8-4c32-8c33-5890b12ba5ed req-0ee87146-2008-49dd-987d-92c502de33a0 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] Floating IP b57dc525-8068-4301-bd13-1f0d532b4f8e disassociated. External IP: 10.96.250.213, port: 1df3f733-4087-4017-9f52-23a50c9e78e6. [pid: 8|app: 0|req: 567/1043] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:40:37 2026] DELETE /v2.0/ports/1df3f733-4087-4017-9f52-23a50c9e78e6 => generated 0 bytes in 709 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:38.030 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-879f225a-876d-4e0b-b055-3d02cfb0eea2'] response: {'server_uuid': '5908c580-f826-46f4-b389-daf6a9349cc5', 'name': 'network-vif-deleted', 'tag': '1df3f733-4087-4017-9f52-23a50c9e78e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 568/1044] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:37 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1045] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:38 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:38.300 7 INFO neutron.db.l3_hamode_db [None req-56f6b1bc-d5a2-46d8-bb7e-04e1eddacb15 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 570/1046] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:38 2026] GET /v2.0/security-groups?tenant_id=4a1f8401641347b997771aef1807dc1c&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1047] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:38 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => 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: 572/1048] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:38 2026] DELETE /v2.0/security-groups/ed28a868-feb0-4b2e-88ba-73b643917912 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1049] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:40:38 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:38.985 8 INFO neutron_taas.services.taas.taas_plugin [req-0ca2d74c-852b-4465-9390-47dc3e86f97e req-ff17ec65-32db-4a46-ab22-3ca76fa8c1f2 aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] TaaS: Handle Delete Port: f93d0913-cc2b-43f2-b13f-4a095310c2ea 2026-05-15 16:40:38.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0ca2d74c-852b-4465-9390-47dc3e86f97e req-ff17ec65-32db-4a46-ab22-3ca76fa8c1f2 aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] Tap Mirror: Handle Delete Port: f93d0913-cc2b-43f2-b13f-4a095310c2ea [pid: 7|app: 0|req: 477/1050] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:37 2026] POST /v2.0/routers => generated 693 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:39.141 8 INFO neutron.db.l3_db [req-0ca2d74c-852b-4465-9390-47dc3e86f97e req-ff17ec65-32db-4a46-ab22-3ca76fa8c1f2 aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] Floating IP 56a937db-fd04-483e-a28f-6e894f8461ea disassociated. External IP: 10.96.250.211, port: f93d0913-cc2b-43f2-b13f-4a095310c2ea. [pid: 7|app: 0|req: 478/1051] 10.0.0.138 () {32 vars in 776 bytes} [Fri May 15 16:40:39 2026] GET /v2.0/subnets?project_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&cidr=10.100.0.0%2F28 => generated 14 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1052] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:39 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1053] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:40:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1054] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:39 2026] GET /v2.0/security-groups?id=8c79d0c3-f423-4895-b334-59b24c30ffac&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1055] 10.0.0.138 () {32 vars in 784 bytes} [Fri May 15 16:40:39 2026] GET /v2.0/subnets?network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1056] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:40:38 2026] DELETE /v2.0/ports/f93d0913-cc2b-43f2-b13f-4a095310c2ea => generated 0 bytes in 685 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1057] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:39 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => 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: 483/1058] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:39 2026] POST /v2.0/subnets => generated 657 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:40.080 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f43955ad-cfdc-421e-8515-25944b8f5952'] response: {'server_uuid': 'dfd4745a-2ffd-403f-b87b-b97419e6336f', 'name': 'network-vif-deleted', 'tag': 'f93d0913-cc2b-43f2-b13f-4a095310c2ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 484/1059] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:40 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => 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: 485/1060] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:40 2026] GET /v2.0/ports?device_id=5908c580-f826-46f4-b389-daf6a9349cc5 => 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: 576/1063] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:40:39 2026] PUT /v2.0/routers/2bf46015-491d-4ebb-812f-5e206f7d4e71/add_router_interface => generated 309 bytes in 1391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1064] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:40:41 2026] GET /v2.0/networks => generated 6514 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1065] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:40:41 2026] GET /v2.0/subnets => generated 5201 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1066] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:40 2026] GET /v2.0/security-groups?tenant_id=2e3ab7d259ef446492202c56cf4077aa&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1067] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:40:41 2026] GET /v2.0/routers => generated 2190 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1068] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:41 2026] DELETE /v2.0/security-groups/e61a43ed-d86e-44d1-a60f-d43d600f5a26 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1069] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:40:41 2026] POST /v2.0/security-groups => generated 1675 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1070] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:41 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1071] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1072] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1073] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1074] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:41 2026] DELETE /v2.0/security-groups/a42c7a66-3ba0-406a-a9aa-ccdba480dd2a => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:41.879 8 INFO neutron.api.v2.resource [None req-844df652-a399-485d-a6aa-4b763449fbf8 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1075] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:40:41 2026] GET /v2.0/security-groups/a42c7a66-3ba0-406a-a9aa-ccdba480dd2a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:40:41.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4d0c197-8024-4131-bbe8-2bfb48e43768 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] TaaS: Handle Delete Port: be7f4b42-391e-4175-8292-3831bae949c7 2026-05-15 16:40:41.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4d0c197-8024-4131-bbe8-2bfb48e43768 422ab877ac494357bb8f14fd9f7b01b7 e7c4d7d7a3e64824b6a1a6b4dd8f5420 - - default default] Tap Mirror: Handle Delete Port: be7f4b42-391e-4175-8292-3831bae949c7 [pid: 7|app: 0|req: 492/1076] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:42.070 7 INFO neutron.db.securitygroups_db [None req-725fc8e3-77cf-4254-aeb8-2a41273ee48b d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Project 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 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: 585/1077] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:40:41 2026] DELETE /v2.0/floatingips/b57dc525-8068-4301-bd13-1f0d532b4f8e => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1078] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:42.203 8 INFO neutron.db.securitygroups_db [None req-92aff573-c3b3-43a1-a240-820d6fefc787 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Project 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 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: 586/1079] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:42.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-773db54f-c137-495a-a7f1-636ef19e400f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 36d6aad9-0d96-4076-934a-99cb6b996f63 2026-05-15 16:40:42.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773db54f-c137-495a-a7f1-636ef19e400f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 36d6aad9-0d96-4076-934a-99cb6b996f63 [pid: 8|app: 0|req: 587/1080] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:40:42 2026] GET /v2.0/networks => generated 1297 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1081] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:42 2026] GET /v2.0/ports?device_id=dfd4745a-2ffd-403f-b87b-b97419e6336f => 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: 589/1082] 10.0.0.215 () {34 vars in 1100 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1599727047&fields=id&tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1083] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1084] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/quotas/3aaa04f5b9ac4a0eafc2cbf22ecc1b95 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1085] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&fields=id => generated 103 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1086] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:40:42 2026] PUT /v2.0/routers/d5e8ad29-8f96-4011-be4c-2b3a1abfeb02/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1087] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?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: 594/1088] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1089] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:43 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:43.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-964edfa2-4c1b-4d37-8bd2-45d54de966ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 0524a47d-e61c-4373-b031-e5e68fc613c0 2026-05-15 16:40:43.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-964edfa2-4c1b-4d37-8bd2-45d54de966ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 0524a47d-e61c-4373-b031-e5e68fc613c0 2026-05-15 16:40:43.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-964edfa2-4c1b-4d37-8bd2-45d54de966ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 1352630a-7f19-4499-8b27-a332652a6f6f 2026-05-15 16:40:43.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-964edfa2-4c1b-4d37-8bd2-45d54de966ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 1352630a-7f19-4499-8b27-a332652a6f6f [pid: 8|app: 0|req: 596/1090] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:44 2026] DELETE /v2.0/security-groups/8c79d0c3-f423-4895-b334-59b24c30ffac => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:44.183 8 INFO neutron.api.v2.resource [None req-62262c40-2e94-4925-bebe-92f7933c5fef aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1091] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:40:44 2026] GET /v2.0/security-groups/8c79d0c3-f423-4895-b334-59b24c30ffac => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:40:44.205 7 INFO neutron.services.segments.plugin [-] Segment 7c8d0b36-a912-49f2-a2c7-af1ba37be079 resource provider aggregate not found 2026-05-15 16:40:44.212 7 INFO neutron.services.segments.plugin [-] Segment 7c8d0b36-a912-49f2-a2c7-af1ba37be079 resource provider aggregate not found 2026-05-15 16:40:44.225 7 INFO neutron.db.l3_hamode_db [None req-964edfa2-4c1b-4d37-8bd2-45d54de966ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network 97b19fad-7f1a-4c3d-975b-e5914b60de03 was deleted as no HA routers are present in tenant e7c4d7d7a3e64824b6a1a6b4dd8f5420. 2026-05-15 16:40:44.226 7 INFO neutron.services.segments.plugin [-] Segment 7c8d0b36-a912-49f2-a2c7-af1ba37be079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c8d0b36-a912-49f2-a2c7-af1ba37be079 found for delete ", "request_id": "req-dac31a91-b16b-4223-a185-d26a97b2eede"}]} [pid: 7|app: 0|req: 495/1092] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:43 2026] DELETE /v2.0/routers/d5e8ad29-8f96-4011-be4c-2b3a1abfeb02 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:44.233 7 INFO neutron.services.segments.plugin [-] Segment 7c8d0b36-a912-49f2-a2c7-af1ba37be079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c8d0b36-a912-49f2-a2c7-af1ba37be079 found for delete ", "request_id": "req-209002c9-11c9-4761-9c64-cf45f0620668"}]} 2026-05-15 16:40:44.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-7672671f-cac5-494b-bf88-2cf2d4e61152 aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] TaaS: Handle Delete Port: 1cba49c9-3cc1-4f1d-b57a-a6dc17da69ad 2026-05-15 16:40:44.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7672671f-cac5-494b-bf88-2cf2d4e61152 aee9842ac7594f7aa4c6324435cfe537 46ba6e6e677847f5888719b3a8c18181 - - default default] Tap Mirror: Handle Delete Port: 1cba49c9-3cc1-4f1d-b57a-a6dc17da69ad [pid: 7|app: 0|req: 496/1093] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:44 2026] DELETE /v2.0/subnets/3f5c707c-499b-4606-9f46-94a2f79ba7e9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1094] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:40:44 2026] DELETE /v2.0/floatingips/56a937db-fd04-483e-a28f-6e894f8461ea => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:40:44.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-42b32602-77dd-470f-a7ca-6aafa0989839 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 66e9c5e5-0ee4-40e2-a3ad-f8d018f2c80e 2026-05-15 16:40:44.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42b32602-77dd-470f-a7ca-6aafa0989839 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 66e9c5e5-0ee4-40e2-a3ad-f8d018f2c80e [pid: 7|app: 0|req: 497/1095] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:44 2026] DELETE /v2.0/networks/1f3346d2-4bb6-4895-b9b8-177e4e313d4a => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1096] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:44 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => 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: 499/1097] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:44 2026] GET /v2.0/security-groups?tenant_id=e7c4d7d7a3e64824b6a1a6b4dd8f5420&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:40:44.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fb8378b-9da8-4dcd-ab5e-21ea2e08c087 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 1454b207-82df-49ce-86b8-8e14eb84ec57 2026-05-15 16:40:44.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fb8378b-9da8-4dcd-ab5e-21ea2e08c087 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 1454b207-82df-49ce-86b8-8e14eb84ec57 [pid: 7|app: 0|req: 500/1098] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:44 2026] DELETE /v2.0/security-groups/9deb314f-5aae-41bc-977e-878296364065 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1099] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:40:44 2026] PUT /v2.0/routers/0cc3e6ab-d7ad-4441-89c2-4bf803a4bf2e/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:45.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-225bc00f-ca40-4590-95c8-1b3c9b7deb97 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: ee87b4ac-328a-4646-b4d6-9a355f299dd6 2026-05-15 16:40:45.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-225bc00f-ca40-4590-95c8-1b3c9b7deb97 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: ee87b4ac-328a-4646-b4d6-9a355f299dd6 [pid: 8|app: 0|req: 600/1100] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:45 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:46.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-225bc00f-ca40-4590-95c8-1b3c9b7deb97 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: b4638e0d-c43d-432f-a1b3-649b13530ad1 2026-05-15 16:40:46.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-225bc00f-ca40-4590-95c8-1b3c9b7deb97 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: b4638e0d-c43d-432f-a1b3-649b13530ad1 2026-05-15 16:40:46.265 7 INFO neutron.services.segments.plugin [-] Segment 5064c726-48f3-46fb-aa2d-f21da0f6f870 resource provider aggregate not found 2026-05-15 16:40:46.271 7 INFO neutron.services.segments.plugin [-] Segment 5064c726-48f3-46fb-aa2d-f21da0f6f870 resource provider aggregate not found 2026-05-15 16:40:46.282 7 INFO neutron.services.segments.plugin [-] Segment 5064c726-48f3-46fb-aa2d-f21da0f6f870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5064c726-48f3-46fb-aa2d-f21da0f6f870 found for delete ", "request_id": "req-c2935b58-b1ed-4c52-8378-c9acd453e5fe"}]} 2026-05-15 16:40:46.298 7 INFO neutron.services.segments.plugin [-] Segment 5064c726-48f3-46fb-aa2d-f21da0f6f870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5064c726-48f3-46fb-aa2d-f21da0f6f870 found for delete ", "request_id": "req-3363d582-3d82-48a7-a087-2084d1506a9e"}]} 2026-05-15 16:40:46.439 7 INFO neutron.db.l3_hamode_db [None req-225bc00f-ca40-4590-95c8-1b3c9b7deb97 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network fc5f8051-9429-4ea1-9616-0a44ed1c8bed was deleted as no HA routers are present in tenant 46ba6e6e677847f5888719b3a8c18181. [pid: 7|app: 0|req: 501/1101] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:45 2026] DELETE /v2.0/routers/0cc3e6ab-d7ad-4441-89c2-4bf803a4bf2e => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1102] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:46 2026] DELETE /v2.0/subnets/4fa85c02-8a7b-42cb-995e-d7c853f8adfe => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:46.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-f45f3db6-e265-4818-bba1-07f06c5534eb 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 31125240-416f-42af-8a1a-9696309f7b8f 2026-05-15 16:40:46.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f45f3db6-e265-4818-bba1-07f06c5534eb 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 31125240-416f-42af-8a1a-9696309f7b8f [pid: 8|app: 0|req: 601/1103] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:46 2026] GET /v2.0/security-groups?tenant_id=34a6d5f4be584b8289c95f6c30270e18&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1104] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:46 2026] DELETE /v2.0/networks/6d03a0fe-be64-470a-8310-760bc647818e => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1105] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:46 2026] DELETE /v2.0/security-groups/0cb12d65-8acd-45fa-94db-1b9c88283c7a => 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: 603/1106] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:46 2026] GET /v2.0/security-groups?tenant_id=46ba6e6e677847f5888719b3a8c18181&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1107] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:46 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:47.010 7 INFO neutron.db.segments_db [None req-fd6a39ef-20d1-4376-890f-7e5c4b55399a 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 8deafb52-6a3b-44c2-b1da-771957f208d6 of type vxlan for network e2b0ae77-80a6-41a8-adaf-1879a58fac0d [pid: 8|app: 0|req: 605/1108] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:46 2026] DELETE /v2.0/security-groups/dd747fa7-2e7c-4cf6-b391-176d6afe2c98 => 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: 504/1109] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:40:46 2026] POST /v2.0/networks => generated 724 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1110] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:47 2026] POST /v2.0/subnets => generated 690 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:47.403 7 INFO neutron.db.segments_db [None req-a0c98f24-d0d8-4084-8a46-913fcbfbdfd3 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment d5c5c138-0766-4968-adc8-e129c233de74 of type vxlan for network c64e334d-b16f-4232-a59c-9a29e8448dc7 2026-05-15 16:40:47.758 7 INFO neutron.db.l3_hamode_db [None req-a0c98f24-d0d8-4084-8a46-913fcbfbdfd3 5cf0c763b1814e7b89ad188323c029ca 0a59010910f04d9f9c60e82027a4020f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 607/1111] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:47 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1112] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:40:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:48.312 7 INFO neutron.services.segments.plugin [-] Segment 1ecc3d8b-4b14-4013-a92c-34713b55da93 resource provider aggregate not found 2026-05-15 16:40:48.337 7 INFO neutron.services.segments.plugin [-] Segment 1ecc3d8b-4b14-4013-a92c-34713b55da93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ecc3d8b-4b14-4013-a92c-34713b55da93 found for delete ", "request_id": "req-7b94df12-0e4e-4a08-8e4a-854f88e3c2e4"}]} 2026-05-15 16:40:48.343 7 INFO neutron.services.segments.plugin [-] Segment 1ecc3d8b-4b14-4013-a92c-34713b55da93 resource provider aggregate not found 2026-05-15 16:40:48.359 7 INFO neutron.services.segments.plugin [-] Segment 1ecc3d8b-4b14-4013-a92c-34713b55da93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ecc3d8b-4b14-4013-a92c-34713b55da93 found for delete ", "request_id": "req-9e0b001b-daa8-4223-875d-fac6c4449f96"}]} 2026-05-15 16:40:48.365 7 INFO neutron.services.segments.plugin [-] Segment ae83e15b-0096-4aa9-8e14-33145bb306b0 resource provider aggregate not found [pid: 8|app: 0|req: 609/1113] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:40:47 2026] POST /v2.0/ports => generated 954 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:48.387 7 INFO neutron.services.segments.plugin [-] Segment ae83e15b-0096-4aa9-8e14-33145bb306b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae83e15b-0096-4aa9-8e14-33145bb306b0 found for delete ", "request_id": "req-ed1a1613-2b8d-4693-af65-b8f9592a9eb7"}]} 2026-05-15 16:40:48.400 7 INFO neutron.services.segments.plugin [-] Segment ae83e15b-0096-4aa9-8e14-33145bb306b0 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:40:48.432 7 INFO neutron.services.segments.plugin [-] Segment ae83e15b-0096-4aa9-8e14-33145bb306b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae83e15b-0096-4aa9-8e14-33145bb306b0 found for delete ", "request_id": "req-04dd6abd-c505-4106-b245-025ad4848d62"}]} [pid: 8|app: 0|req: 610/1114] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:48 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 957 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:48.557 7 INFO neutron.db.l3_hamode_db [None req-a0c98f24-d0d8-4084-8a46-913fcbfbdfd3 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1115] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:40:48 2026] PUT /v2.0/ports/70ca8998-9573-4ae9-8b62-cb5db59d1583 => generated 1235 bytes in 385 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: 612/1116] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:48 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:48.861 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecda2f96-53c7-4100-a8b4-67b621548e93'] response: {'name': 'network-changed', 'server_uuid': '032c86f9-ba81-4f3d-b842-e7d7636bbf7a', 'tag': '70ca8998-9573-4ae9-8b62-cb5db59d1583', 'status': 'completed', 'code': 200} 2026-05-15 16:40:49.169 8 INFO neutron.db.segments_db [None req-441f18f1-bfff-466e-a292-2a1f5899f960 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Added segment f4234191-e907-4f8a-bc35-1bffd2bfbc59 of type vxlan for network cbc6108c-30ad-4af2-95cd-bd420752eb00 [pid: 7|app: 0|req: 505/1117] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:47 2026] POST /v2.0/routers => generated 730 bytes in 1856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1118] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:48 2026] POST /v2.0/networks => generated 626 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:49.416 7 INFO neutron.db.segments_db [None req-54a65968-ec56-464b-ac27-ca3d72b174ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 9ec94e67-291b-4cfb-ada7-e35c5fe87235 of type vxlan for network 7ee7cc00-fc06-4ddc-8362-c61291dc3d8c [pid: 7|app: 0|req: 506/1119] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:40:49 2026] POST /v2.0/networks => generated 725 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1120] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:40:49 2026] POST /v2.0/ports => generated 775 bytes in 294 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: 508/1121] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:49 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1122] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:49 2026] POST /v2.0/subnets => generated 691 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:50.170 7 INFO neutron.db.segments_db [None req-fc8f932c-932d-4e50-a812-184bd0d96425 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Added segment 54a31cfb-7c06-4f24-9877-9bb5bac2509d of type vxlan for network cdf32051-f52d-4cc1-8524-18c6201d2236 [pid: 7|app: 0|req: 510/1123] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:50 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1124] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:40:50 2026] GET /v2.0/networks?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&shared=False => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1125] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:50 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:50.443 7 INFO neutron.db.segments_db [None req-d3e94594-f9b5-4358-baad-38aa4231b17c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment c9a0a8bf-db54-4950-ab44-2df8dd0b5783 of type vxlan for network 30d1136b-4feb-436f-baad-5c7f566b794d [pid: 8|app: 0|req: 614/1126] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:40:49 2026] PUT /v2.0/routers/e3247090-a714-4fa6-b31f-6d45d610f760/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:50.700 7 INFO neutron.db.l3_hamode_db [None req-d3e94594-f9b5-4358-baad-38aa4231b17c 5cf0c763b1814e7b89ad188323c029ca 475ea5e7b767447daaef862b6bd3c5e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1127] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:50 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1128] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:40:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1129] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:50 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1130] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:40:50 2026] POST /v2.0/ports => generated 949 bytes in 285 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: 619/1131] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:40:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-15 16:40:51.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5b05772-7f43-4f08-89cd-33979da13518 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] TaaS: Handle Delete Port: 58554f24-2fc5-4c4b-abd3-9813ea12638a 2026-05-15 16:40:51.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5b05772-7f43-4f08-89cd-33979da13518 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Tap Mirror: Handle Delete Port: 58554f24-2fc5-4c4b-abd3-9813ea12638a [pid: 8|app: 0|req: 620/1132] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:51 2026] DELETE /v2.0/ports/58554f24-2fc5-4c4b-abd3-9813ea12638a => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:51.581 7 INFO neutron.db.l3_hamode_db [None req-d3e94594-f9b5-4358-baad-38aa4231b17c 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 621/1133] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:51.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6565beb-cae2-4dd1-9cf4-b32f4e17c6b9 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1134] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:51 2026] DELETE /v2.0/ports/58554f24-2fc5-4c4b-abd3-9813ea12638a => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1135] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:51.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25268a99-90de-4cb4-9ec2-6d3ad1d1bcb5 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1136] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:40:51 2026] GET /v2.0/ports/58554f24-2fc5-4c4b-abd3-9813ea12638a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1137] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:40:51 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1138] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:40:51 2026] POST /v2.0/floatingips => generated 552 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1139] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:50 2026] POST /v2.0/routers => generated 731 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1140] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70ca8998-9573-4ae9-8b62-cb5db59d1583 => 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: 515/1141] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:52 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1142] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:52 2026] DELETE /v2.0/subnets/15fad4b9-b51c-45d6-8432-bb0756793150 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1143] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:40:52 2026] GET /v2.0/subnets?id=d51f597b-4bba-40ca-bc66-a4d7b20ba28b => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1144] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:52 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&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-05-15 16:40:53.017 8 INFO neutron.services.segments.plugin [-] Segment 54a31cfb-7c06-4f24-9877-9bb5bac2509d resource provider aggregate not found 2026-05-15 16:40:53.023 8 INFO neutron.services.segments.plugin [-] Segment 54a31cfb-7c06-4f24-9877-9bb5bac2509d resource provider aggregate not found 2026-05-15 16:40:53.042 8 INFO neutron.services.segments.plugin [-] Segment 54a31cfb-7c06-4f24-9877-9bb5bac2509d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54a31cfb-7c06-4f24-9877-9bb5bac2509d found for delete ", "request_id": "req-998b70ed-fdf2-47bc-8891-5f155793b37d"}]} 2026-05-15 16:40:53.045 8 INFO neutron.services.segments.plugin [-] Segment 54a31cfb-7c06-4f24-9877-9bb5bac2509d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54a31cfb-7c06-4f24-9877-9bb5bac2509d found for delete ", "request_id": "req-dfbdb8cb-f682-4bc0-82a1-4ac266b7def8"}]} [pid: 8|app: 0|req: 630/1145] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:52 2026] DELETE /v2.0/networks/cdf32051-f52d-4cc1-8524-18c6201d2236 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1146] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:40:53 2026] GET /v2.0/ports?network_id=a42842db-cd21-48ef-ad06-f6099f694677&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1147] 10.0.0.215 () {34 vars in 1098 bytes} [Fri May 15 16:40:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--852220575&fields=id&tenant_id=0a59010910f04d9f9c60e82027a4020f => generated 69 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:53.157 8 INFO neutron.db.segments_db [None req-261162ec-e9e9-41e7-9af4-7783239be1b0 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Added segment 457cbbc2-bd31-4564-bccf-f0853a882171 of type vxlan for network 2fdcf4ca-3da7-4abd-a6f9-77515339530e [pid: 8|app: 0|req: 633/1148] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:53 2026] POST /v2.0/networks => generated 612 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1149] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:40:53 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?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: 635/1150] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:40:53 2026] GET /v2.0/networks?id=e2b0ae77-80a6-41a8-adaf-1879a58fac0d => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1151] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:53 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1152] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:40:53 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1153] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:40:53 2026] GET /v2.0/quotas/0a59010910f04d9f9c60e82027a4020f => 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: 639/1154] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:40:53 2026] POST /v2.0/ports => generated 912 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1155] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:40:52 2026] PUT /v2.0/routers/2f45039d-61a7-4db4-aa41-49038cc0d5df/add_router_interface => generated 309 bytes in 1340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1156] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/ports?tenant_id=0a59010910f04d9f9c60e82027a4020f&fields=id => generated 103 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1157] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:54.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdf862f3-166c-4f40-9a03-1396b8b59bb5 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] TaaS: Handle Delete Port: 56bc9f4e-eebe-49fb-9aa1-1db7c08f6cd9 [pid: 7|app: 0|req: 518/1158] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:40:54.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdf862f3-166c-4f40-9a03-1396b8b59bb5 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Tap Mirror: Handle Delete Port: 56bc9f4e-eebe-49fb-9aa1-1db7c08f6cd9 [pid: 7|app: 0|req: 519/1159] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1160] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d?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: 641/1161] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:54 2026] DELETE /v2.0/ports/56bc9f4e-eebe-49fb-9aa1-1db7c08f6cd9 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:54.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddc9d69f-5d52-416b-99f7-bef56373143b d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1162] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/ports/56bc9f4e-eebe-49fb-9aa1-1db7c08f6cd9 => 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: 522/1163] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:54 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => 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: 642/1164] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:54 2026] DELETE /v2.0/subnets/7c410f20-fc8d-45dc-8d7c-62cca4b427d4 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:54.813 7 INFO neutron.services.segments.plugin [-] Segment 457cbbc2-bd31-4564-bccf-f0853a882171 resource provider aggregate not found 2026-05-15 16:40:54.824 7 INFO neutron.services.segments.plugin [-] Segment 457cbbc2-bd31-4564-bccf-f0853a882171 resource provider aggregate not found 2026-05-15 16:40:54.839 7 INFO neutron.services.segments.plugin [-] Segment 457cbbc2-bd31-4564-bccf-f0853a882171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 457cbbc2-bd31-4564-bccf-f0853a882171 found for delete ", "request_id": "req-0623954d-a137-4ef1-b5c6-d3ffc49bf8b8"}]} 2026-05-15 16:40:54.845 7 INFO neutron.services.segments.plugin [-] Segment 457cbbc2-bd31-4564-bccf-f0853a882171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 457cbbc2-bd31-4564-bccf-f0853a882171 found for delete ", "request_id": "req-5f47d0d6-e23a-4530-a40d-fec5f9047e8f"}]} [pid: 7|app: 0|req: 523/1165] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:54 2026] DELETE /v2.0/networks/2fdcf4ca-3da7-4abd-a6f9-77515339530e => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1166] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:40:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1167] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1168] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:40:54 2026] POST /v2.0/ports => generated 775 bytes in 338 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: 645/1169] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:40:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1170] 10.0.0.138 () {34 vars in 737 bytes} [Fri May 15 16:40:55 2026] PUT /v2.0/ports/29e138eb-3802-452e-a3b8-7d99698a74ea => generated 752 bytes in 252 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: 526/1171] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:55.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-f64e5ccc-e45f-4a6d-829c-d970eed0b201 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] TaaS: Handle Delete Port: 29e138eb-3802-452e-a3b8-7d99698a74ea 2026-05-15 16:40:55.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f64e5ccc-e45f-4a6d-829c-d970eed0b201 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Tap Mirror: Handle Delete Port: 29e138eb-3802-452e-a3b8-7d99698a74ea [pid: 7|app: 0|req: 527/1172] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:55 2026] DELETE /v2.0/ports/29e138eb-3802-452e-a3b8-7d99698a74ea => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1173] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1174] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1175] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/ports => generated 778 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:55.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33d54cdf-5a64-4d49-9900-9f37d7cd7007 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1178] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/ports/29e138eb-3802-452e-a3b8-7d99698a74ea => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1179] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/ports => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1180] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:40:55 2026] GET /v2.0/ports/7e720f2a-9dec-4ce0-9f20-255e65b5a9f0 => generated 775 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:56.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80224ced-9d7b-4b56-8183-c5031f3b222f d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1181] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:56 2026] DELETE /v2.0/ports/56bc9f4e-eebe-49fb-9aa1-1db7c08f6cd9 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:40:56.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-823940fc-9f4b-4505-bd14-1551c6b4ff22 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 537/1182] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:56 2026] DELETE /v2.0/subnets/7c410f20-fc8d-45dc-8d7c-62cca4b427d4 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:40:56.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb9ed152-0877-461c-8ddc-dbca70982e00 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1183] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:40:56 2026] DELETE /v2.0/subnets/15fad4b9-b51c-45d6-8432-bb0756793150 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1184] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:40:55 2026] POST /v2.0/floatingips => generated 552 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:40:56.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc45c1b9-2f75-48e2-bdb2-a74452459470 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] TaaS: Handle Delete Port: 7e720f2a-9dec-4ce0-9f20-255e65b5a9f0 2026-05-15 16:40:56.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc45c1b9-2f75-48e2-bdb2-a74452459470 d87fb6e3a47b47b3a61db4dd656f56f5 3a8e72130d7b459fb500f4d48818c287 - - default default] Tap Mirror: Handle Delete Port: 7e720f2a-9dec-4ce0-9f20-255e65b5a9f0 [pid: 7|app: 0|req: 539/1185] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:40:56 2026] DELETE /v2.0/ports/7e720f2a-9dec-4ce0-9f20-255e65b5a9f0 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:56.459 8 INFO neutron.services.segments.plugin [-] Segment f4234191-e907-4f8a-bc35-1bffd2bfbc59 resource provider aggregate not found 2026-05-15 16:40:56.473 8 INFO neutron.services.segments.plugin [-] Segment f4234191-e907-4f8a-bc35-1bffd2bfbc59 resource provider aggregate not found 2026-05-15 16:40:56.479 8 INFO neutron.services.segments.plugin [-] Segment f4234191-e907-4f8a-bc35-1bffd2bfbc59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4234191-e907-4f8a-bc35-1bffd2bfbc59 found for delete ", "request_id": "req-220cd151-c84a-4ad3-b823-d3149a58768b"}]} [pid: 8|app: 0|req: 647/1186] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:40:56 2026] DELETE /v2.0/networks/cbc6108c-30ad-4af2-95cd-bd420752eb00 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:40:56.493 8 INFO neutron.services.segments.plugin [-] Segment f4234191-e907-4f8a-bc35-1bffd2bfbc59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4234191-e907-4f8a-bc35-1bffd2bfbc59 found for delete ", "request_id": "req-b6ef184a-1432-4972-a2d4-ee5539958241"}]} [pid: 7|app: 0|req: 540/1187] 10.0.0.215 () {34 vars in 1098 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--826443478&fields=id&tenant_id=475ea5e7b767447daaef862b6bd3c5e1 => 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: 648/1188] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/networks?id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1189] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/quotas/475ea5e7b767447daaef862b6bd3c5e1 => 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: 649/1190] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/ports?tenant_id=475ea5e7b767447daaef862b6bd3c5e1&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1191] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?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: 650/1192] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1193] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1194] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:56 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1195] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:57 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1196] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:57 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 652/1197] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:40:57 2026] GET /v2.0/security-groups?tenant_id=3a8e72130d7b459fb500f4d48818c287&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1198] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:40:57 2026] DELETE /v2.0/security-groups/fd9afccd-09ea-4eb1-a826-f5f01aac5435 => 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: 653/1199] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:58 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1200] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:58 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1201] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:58 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => 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: 548/1202] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:58 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 655/1203] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:40:59 2026] GET /v2.0/networks?id=e2b0ae77-80a6-41a8-adaf-1879a58fac0d => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1204] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:40:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a59010910f04d9f9c60e82027a4020f => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:59.491 7 INFO neutron.db.segments_db [None req-d3e54043-40fd-400d-9733-9c6db8897eb8 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment 7fb0730d-0d90-4aa0-9790-bfb92398804f of type vxlan for network 8d737fa2-5ab1-45f7-9c3b-fd239f840019 [pid: 7|app: 0|req: 550/1205] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:59 2026] POST /v2.0/networks => generated 614 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1206] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:40:59 2026] POST /v2.0/ports => generated 954 bytes in 460 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: 551/1207] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:59 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1208] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:40:59 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:40:59.733 7 INFO neutron.db.segments_db [None req-695e8224-d26c-4514-98f4-c08bfc681312 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment d1252c3d-8725-4e63-9785-eaef52150469 of type vxlan for network e025335b-4605-4ecf-8785-1c19b7fd960d [pid: 7|app: 0|req: 552/1209] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:40:59 2026] POST /v2.0/networks => generated 614 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1210] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:59 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&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: 554/1211] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:40:59 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&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: 658/1212] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:40:59 2026] PUT /v2.0/ports/f4c8c5e0-de43-4175-b3a7-80a66a23e7db => generated 1235 bytes in 543 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: 659/1213] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:00 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:00.295 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3db68b0-50a3-42a5-9555-3812b826c563'] response: {'name': 'network-changed', 'server_uuid': '707c6c71-54de-45fb-9876-34ce4697ea3a', 'tag': 'f4c8c5e0-de43-4175-b3a7-80a66a23e7db', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 660/1214] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:00 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1215] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:00 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1216] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:00 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1217] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:40:59 2026] POST /v2.0/subnets => generated 646 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1218] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:00 2026] POST /v2.0/subnets => generated 655 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1219] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:00 2026] GET /v2.0/ports?tenant_id=0a59010910f04d9f9c60e82027a4020f&device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:00.940 7 INFO neutron.db.segments_db [None req-11a2b087-a5c8-4292-bce7-dfd59bc20525 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 of type vxlan for network cb0d9486-c69e-4b11-880d-487b54d8f389 2026-05-15 16:41:01.448 7 INFO neutron.db.l3_hamode_db [None req-11a2b087-a5c8-4292-bce7-dfd59bc20525 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:01.597 7 INFO neutron.db.l3_hamode_db [None req-11a2b087-a5c8-4292-bce7-dfd59bc20525 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:01.722 8 INFO neutron.db.l3_db [None req-4db8f439-e11a-468b-8f8a-9b169bcf6e9d d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Floating IP 0a3f1494-4ac7-4622-8349-6408ebac270f associated. External IP: 10.96.250.219, port: 70ca8998-9573-4ae9-8b62-cb5db59d1583. [pid: 8|app: 0|req: 663/1220] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:41:00 2026] POST /v2.0/floatingips => generated 855 bytes in 1648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1221] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/networks?tenant_id=0a59010910f04d9f9c60e82027a4020f&shared=False => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1222] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1223] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1224] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/networks?id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1225] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1226] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1227] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:02.358 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70670c7f-7f86-44b9-a70e-2b9afd49aa3a'] response: {'name': 'network-changed', 'server_uuid': '032c86f9-ba81-4f3d-b842-e7d7636bbf7a', 'tag': '70ca8998-9573-4ae9-8b62-cb5db59d1583', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 671/1228] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=475ea5e7b767447daaef862b6bd3c5e1 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1229] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:00 2026] POST /v2.0/routers => generated 510 bytes in 1502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1230] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:41:02 2026] POST /v2.0/ports => generated 958 bytes in 508 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: 673/1231] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:02 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => 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: 674/1232] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:41:02 2026] PUT /v2.0/ports/5003339a-4242-4a47-8e8a-69f64936606c => 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, ' [pid: 8|app: 0|req: 675/1233] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 756 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1234] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 855 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1235] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1236] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/ports?tenant_id=0a59010910f04d9f9c60e82027a4020f&device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 1238 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1237] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70ca8998-9573-4ae9-8b62-cb5db59d1583 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1238] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1239] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 682/1240] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f4c8c5e0-de43-4175-b3a7-80a66a23e7db => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1241] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/subnets?id=d51f597b-4bba-40ca-bc66-a4d7b20ba28b => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1242] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1243] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/subnets?id=ddb2127c-28bd-489b-a308-9d27d1ad6e14 => generated 693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1244] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/ports?network_id=a42842db-cd21-48ef-ad06-f6099f694677&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1245] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/ports?network_id=e2b0ae77-80a6-41a8-adaf-1879a58fac0d&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1246] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1247] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d?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: 690/1248] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1249] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d?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: 559/1250] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:41:02 2026] PUT /v2.0/routers/740fd0c1-28a7-475f-8803-9333d0e241e9/add_router_interface => generated 309 bytes in 1587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1251] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:03 2026] GET /v2.0/ports/85ecc19b-5275-4511-90d9-3dc9e2f9cb5e => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:04.407 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cfbb5d2-4e26-4a91-9ce2-05fe0ca1aad2'] response: {'name': 'network-changed', 'server_uuid': '73a41520-74bb-40b1-867f-b8d2c8363422', 'tag': '5003339a-4242-4a47-8e8a-69f64936606c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 693/1252] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/ports?tenant_id=475ea5e7b767447daaef862b6bd3c5e1&device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1253] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1254] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5003339a-4242-4a47-8e8a-69f64936606c => 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: 696/1255] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/subnets?id=dc642609-8d27-4fcc-95dd-44138ce187e8 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1256] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/ports?network_id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c&device_owner=network%3Adhcp => 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: 698/1257] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1258] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?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: 700/1259] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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/1260] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1261] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1262] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:04 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&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: 560/1263] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:41:04 2026] PUT /v2.0/routers/740fd0c1-28a7-475f-8803-9333d0e241e9/add_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1264] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/ports/f6e90dbb-2bd5-4a7f-b27e-1447d2795f60 => generated 967 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:05.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-27c27a43-a28f-4868-833c-51f1571fddf1 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: f6e90dbb-2bd5-4a7f-b27e-1447d2795f60 2026-05-15 16:41:05.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c27a43-a28f-4868-833c-51f1571fddf1 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: f6e90dbb-2bd5-4a7f-b27e-1447d2795f60 [pid: 8|app: 0|req: 705/1265] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/ports?tenant_id=475ea5e7b767447daaef862b6bd3c5e1&device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1266] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/networks?id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c => generated 772 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1267] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5003339a-4242-4a47-8e8a-69f64936606c => 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: 561/1268] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:05 2026] PUT /v2.0/routers/740fd0c1-28a7-475f-8803-9333d0e241e9/remove_router_interface => generated 309 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1269] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1270] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/subnets?id=dc642609-8d27-4fcc-95dd-44138ce187e8 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1271] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1272] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/ports?network_id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1273] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?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: 566/1274] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:05 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1275] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:06 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?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: 568/1276] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:06 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:06.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-df47f70f-ba09-4225-8844-0bbab8169641 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: 85ecc19b-5275-4511-90d9-3dc9e2f9cb5e 2026-05-15 16:41:06.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df47f70f-ba09-4225-8844-0bbab8169641 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: 85ecc19b-5275-4511-90d9-3dc9e2f9cb5e [pid: 8|app: 0|req: 709/1277] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:05 2026] PUT /v2.0/routers/740fd0c1-28a7-475f-8803-9333d0e241e9/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1278] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:06 2026] GET /v2.0/ports?device_id=740fd0c1-28a7-475f-8803-9333d0e241e9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:06.929 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc0671f9-75e4-4348-928d-4148c0d3dac2 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: b2518c1f-a28d-4a7b-9119-bd9f8db27a30 2026-05-15 16:41:06.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc0671f9-75e4-4348-928d-4148c0d3dac2 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: b2518c1f-a28d-4a7b-9119-bd9f8db27a30 [pid: 7|app: 0|req: 570/1279] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:06 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 973 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1280] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:07 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1281] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:07 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1282] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:07 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:07.362 8 INFO neutron.services.segments.plugin [-] Segment 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 resource provider aggregate not found 2026-05-15 16:41:07.374 8 INFO neutron.services.segments.plugin [-] Segment 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 resource provider aggregate not found 2026-05-15 16:41:07.399 8 INFO neutron.services.segments.plugin [-] Segment 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 found for delete ", "request_id": "req-10f40ba2-9615-42d8-918c-7d4e3c2ff84d"}]} 2026-05-15 16:41:07.403 8 INFO neutron.db.l3_hamode_db [None req-cc0671f9-75e4-4348-928d-4148c0d3dac2 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] HA network cb0d9486-c69e-4b11-880d-487b54d8f389 was deleted as no HA routers are present in tenant b12cd7bed3e34e02ba48404d3c26bfe0. 2026-05-15 16:41:07.409 8 INFO neutron.services.segments.plugin [-] Segment 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23bf6ec4-fa68-4ee1-83b3-ffbadf88cb52 found for delete ", "request_id": "req-216bc731-d655-4c36-9852-89bfc95cccdf"}]} [pid: 8|app: 0|req: 710/1283] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:06 2026] DELETE /v2.0/routers/740fd0c1-28a7-475f-8803-9333d0e241e9 => generated 0 bytes in 667 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1284] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:07 2026] DELETE /v2.0/subnets/3a739358-6d24-46f4-a32e-39adeb9841dd => 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: 711/1285] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:07 2026] DELETE /v2.0/subnets/6b87a746-08c6-42c4-8213-f6531df9d091 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:07.823 7 INFO neutron.services.segments.plugin [-] Segment d1252c3d-8725-4e63-9785-eaef52150469 resource provider aggregate not found 2026-05-15 16:41:07.828 7 INFO neutron.services.segments.plugin [-] Segment d1252c3d-8725-4e63-9785-eaef52150469 resource provider aggregate not found 2026-05-15 16:41:07.840 7 INFO neutron.services.segments.plugin [-] Segment d1252c3d-8725-4e63-9785-eaef52150469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1252c3d-8725-4e63-9785-eaef52150469 found for delete ", "request_id": "req-5c43f306-e32e-448f-9ee8-cff3dd9834e6"}]} [pid: 7|app: 0|req: 575/1286] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:07 2026] DELETE /v2.0/networks/e025335b-4605-4ecf-8785-1c19b7fd960d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:07.853 7 INFO neutron.services.segments.plugin [-] Segment d1252c3d-8725-4e63-9785-eaef52150469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1252c3d-8725-4e63-9785-eaef52150469 found for delete ", "request_id": "req-5d30957b-ddbb-4cce-813f-28c169b2c3f0"}]} [pid: 8|app: 0|req: 712/1287] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:07 2026] DELETE /v2.0/networks/8d737fa2-5ab1-45f7-9c3b-fd239f840019 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:08.066 7 INFO neutron.db.segments_db [None req-4d8fe689-1a32-42e5-9644-36db395c6fda 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment f99e986b-597e-483c-9a28-09e2517af268 of type vxlan for network 1790b3c1-fe69-42b7-b4fb-d6839654af55 [pid: 7|app: 0|req: 576/1288] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:08 2026] POST /v2.0/networks => generated 614 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1289] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:08 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1290] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:08 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1291] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:08 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1292] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:08 2026] POST /v2.0/subnets => generated 646 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1293] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:08 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&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-05-15 16:41:08.602 8 INFO neutron.db.segments_db [None req-dd7ab5a3-ff80-4ff5-87be-8eb015e6ff32 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment 40408e36-ae42-4a8f-af65-ae7dc80b4c15 of type vxlan for network f966e47a-b057-4ae9-8a40-87fc50f0e20c 2026-05-15 16:41:08.899 8 INFO neutron.db.l3_hamode_db [None req-dd7ab5a3-ff80-4ff5-87be-8eb015e6ff32 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:09.001 8 INFO neutron.db.l3_hamode_db [None req-dd7ab5a3-ff80-4ff5-87be-8eb015e6ff32 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:09.416 8 INFO neutron.services.segments.plugin [-] Segment 7fb0730d-0d90-4aa0-9790-bfb92398804f resource provider aggregate not found [pid: 7|app: 0|req: 581/1294] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:09 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:09.442 8 INFO neutron.services.segments.plugin [-] Segment 7fb0730d-0d90-4aa0-9790-bfb92398804f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb0730d-0d90-4aa0-9790-bfb92398804f found for delete ", "request_id": "req-1384f6ae-85e6-44a0-8810-1fc45a58f0c4"}]} 2026-05-15 16:41:09.443 8 INFO neutron.services.segments.plugin [-] Segment 7fb0730d-0d90-4aa0-9790-bfb92398804f resource provider aggregate not found 2026-05-15 16:41:09.471 8 INFO neutron.services.segments.plugin [-] Segment 7fb0730d-0d90-4aa0-9790-bfb92398804f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb0730d-0d90-4aa0-9790-bfb92398804f found for delete ", "request_id": "req-bbc79f38-a6ad-447d-a833-e9c8d9b6a9e1"}]} [pid: 7|app: 0|req: 582/1295] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:09 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 583/1296] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:09 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1297] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:08 2026] POST /v2.0/routers => generated 511 bytes in 1163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1298] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:09 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1299] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:09 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => 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: 715/1300] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:09 2026] POST /v2.0/ports => generated 959 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:41:10.167 7 INFO neutron.db.l3_db [None req-54fab9ed-2906-463c-bcb8-34fc2d9f733e c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] Floating IP 8b4daf5e-0419-422e-aadd-f117bb0edfd6 associated. External IP: 10.96.250.201, port: f4c8c5e0-de43-4175-b3a7-80a66a23e7db. [pid: 7|app: 0|req: 586/1301] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:09 2026] PUT /v2.0/floatingips/8b4daf5e-0419-422e-aadd-f117bb0edfd6 => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1302] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:10 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 588/1303] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:10 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 589/1304] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:10 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:10.663 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64fc9396-99a8-4b2a-aceb-e6726830fe49'] response: {'name': 'network-changed', 'server_uuid': '707c6c71-54de-45fb-9876-34ce4697ea3a', 'tag': 'f4c8c5e0-de43-4175-b3a7-80a66a23e7db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 590/1305] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:10 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&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: 591/1306] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:10 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:11.119 7 INFO neutron.db.l3_db [None req-89aaad1f-c082-4c56-8e66-f4b1c97515fb 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] Floating IP 6b83bd6a-9f7c-46e1-8279-a0ba89153b5a associated. External IP: 10.96.250.211, port: 5003339a-4242-4a47-8e8a-69f64936606c. [pid: 8|app: 0|req: 716/1307] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:41:10 2026] PUT /v2.0/routers/ff974ce8-fe5a-4645-bb86-224a58fbb1fa/add_router_interface => generated 309 bytes in 1216 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: 719/1310] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => 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: 720/1311] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/ports?tenant_id=0a59010910f04d9f9c60e82027a4020f&device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1312] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/ports/6abfe1c0-d462-491a-a8f7-076ae5fd9429 => generated 1033 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1313] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&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: 592/1314] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:10 2026] PUT /v2.0/floatingips/6b83bd6a-9f7c-46e1-8279-a0ba89153b5a => generated 856 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1315] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/networks?id=e2b0ae77-80a6-41a8-adaf-1879a58fac0d => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1316] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f4c8c5e0-de43-4175-b3a7-80a66a23e7db => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1317] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/subnets?id=ddb2127c-28bd-489b-a308-9d27d1ad6e14 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1318] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/ports?network_id=e2b0ae77-80a6-41a8-adaf-1879a58fac0d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1319] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1320] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:11 2026] GET /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d?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) 2026-05-15 16:41:11.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-671a2175-44a7-4792-8ea6-587d44e89b97 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: 6abfe1c0-d462-491a-a8f7-076ae5fd9429 2026-05-15 16:41:11.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-671a2175-44a7-4792-8ea6-587d44e89b97 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: 6abfe1c0-d462-491a-a8f7-076ae5fd9429 [pid: 7|app: 0|req: 593/1321] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:11 2026] PUT /v2.0/routers/ff974ce8-fe5a-4645-bb86-224a58fbb1fa/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:12.408 8 INFO neutron.api.v2.resource [None req-64263f60-594d-4c50-9271-1c3df95dd7f2 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1322] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:12 2026] PUT /v2.0/routers/ff974ce8-fe5a-4645-bb86-224a58fbb1fa/remove_router_interface => generated 197 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 594/1323] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:12 2026] GET /v2.0/ports?device_id=ff974ce8-fe5a-4645-bb86-224a58fbb1fa => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:12.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-11f3de58-e62a-4e93-85c0-eb306a479dcd 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: 5fdde3c9-50cc-4e6e-8e88-28f09132324d 2026-05-15 16:41:12.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11f3de58-e62a-4e93-85c0-eb306a479dcd 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: 5fdde3c9-50cc-4e6e-8e88-28f09132324d [pid: 7|app: 0|req: 595/1324] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:12 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1325] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:12 2026] GET /v2.0/security-groups?id=33c954bd-3c24-4606-93cc-a99ae7e3e95e&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:12.696 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df5b2a1d-946f-493e-86cf-edec9d5199a4'] response: {'name': 'network-changed', 'server_uuid': '73a41520-74bb-40b1-867f-b8d2c8363422', 'tag': '5003339a-4242-4a47-8e8a-69f64936606c', 'status': 'completed', 'code': 200} 2026-05-15 16:41:12.969 8 INFO neutron.services.segments.plugin [-] Segment 40408e36-ae42-4a8f-af65-ae7dc80b4c15 resource provider aggregate not found 2026-05-15 16:41:12.973 8 INFO neutron.services.segments.plugin [-] Segment 40408e36-ae42-4a8f-af65-ae7dc80b4c15 resource provider aggregate not found 2026-05-15 16:41:12.991 8 INFO neutron.services.segments.plugin [-] Segment 40408e36-ae42-4a8f-af65-ae7dc80b4c15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40408e36-ae42-4a8f-af65-ae7dc80b4c15 found for delete ", "request_id": "req-57f13306-5c45-46f8-916f-dc82d3c0f62b"}]} 2026-05-15 16:41:12.991 8 INFO neutron.services.segments.plugin [-] Segment 40408e36-ae42-4a8f-af65-ae7dc80b4c15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40408e36-ae42-4a8f-af65-ae7dc80b4c15 found for delete ", "request_id": "req-eb984142-3d7b-4eed-9d67-2f3cb872ca68"}]} 2026-05-15 16:41:13.003 8 INFO neutron.db.l3_hamode_db [None req-11f3de58-e62a-4e93-85c0-eb306a479dcd 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] HA network f966e47a-b057-4ae9-8a40-87fc50f0e20c was deleted as no HA routers are present in tenant b12cd7bed3e34e02ba48404d3c26bfe0. [pid: 8|app: 0|req: 730/1326] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:12 2026] DELETE /v2.0/routers/ff974ce8-fe5a-4645-bb86-224a58fbb1fa => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1327] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:13 2026] DELETE /v2.0/subnets/931952d7-b622-4362-9c70-4792c836e8a1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1328] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/ports?tenant_id=475ea5e7b767447daaef862b6bd3c5e1&device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1329] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/networks?id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1330] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:13 2026] DELETE /v2.0/networks/1790b3c1-fe69-42b7-b4fb-d6839654af55 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1331] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5003339a-4242-4a47-8e8a-69f64936606c => generated 861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:13.390 8 INFO neutron.db.segments_db [None req-7266a69b-76af-41d5-93fe-d2e028799153 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b of type vxlan for network 2a52e43c-a1f6-491e-a125-487b1def4327 [pid: 7|app: 0|req: 601/1332] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1333] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/subnets?id=dc642609-8d27-4fcc-95dd-44138ce187e8 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1334] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:13 2026] POST /v2.0/networks => generated 614 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1335] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/ports?network_id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:13.587 7 INFO neutron_taas.services.taas.taas_plugin [req-e54c27d6-af2f-4fa7-bf4f-6d204a1b178a req-22ce3fe2-7e3b-421c-ad90-20e15a7072b4 c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] TaaS: Handle Delete Port: f4c8c5e0-de43-4175-b3a7-80a66a23e7db 2026-05-15 16:41:13.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e54c27d6-af2f-4fa7-bf4f-6d204a1b178a req-22ce3fe2-7e3b-421c-ad90-20e15a7072b4 c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] Tap Mirror: Handle Delete Port: f4c8c5e0-de43-4175-b3a7-80a66a23e7db 2026-05-15 16:41:13.729 7 INFO neutron.db.l3_db [req-e54c27d6-af2f-4fa7-bf4f-6d204a1b178a req-22ce3fe2-7e3b-421c-ad90-20e15a7072b4 c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] Floating IP 8b4daf5e-0419-422e-aadd-f117bb0edfd6 disassociated. External IP: 10.96.250.201, port: f4c8c5e0-de43-4175-b3a7-80a66a23e7db. [pid: 8|app: 0|req: 734/1336] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:13 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1337] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?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: 736/1338] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:13 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:13.905 8 INFO neutron.db.segments_db [None req-1bf34c59-78ff-49ff-99ec-75474f5dfda5 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment ae9edeb2-fdb2-4070-8216-96ff76c0b26b of type vxlan for network 7144b8f9-3d33-446d-93b4-79a59a1a0a48 [pid: 7|app: 0|req: 603/1339] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:41:13 2026] DELETE /v2.0/ports/f4c8c5e0-de43-4175-b3a7-80a66a23e7db => generated 0 bytes in 673 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:14.169 8 INFO neutron.db.l3_hamode_db [None req-1bf34c59-78ff-49ff-99ec-75474f5dfda5 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 604/1340] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:14 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:14.306 8 INFO neutron.db.l3_hamode_db [None req-1bf34c59-78ff-49ff-99ec-75474f5dfda5 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:14.733 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03eb6a9a-59ae-4915-87b6-cd229b3f2007'] response: {'server_uuid': '707c6c71-54de-45fb-9876-34ce4697ea3a', 'name': 'network-vif-deleted', 'tag': 'f4c8c5e0-de43-4175-b3a7-80a66a23e7db', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 737/1341] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:13 2026] POST /v2.0/routers => generated 511 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1342] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:14 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:15.007 8 INFO neutron.services.segments.plugin [-] Segment f99e986b-597e-483c-9a28-09e2517af268 resource provider aggregate not found 2026-05-15 16:41:15.011 8 INFO neutron.services.segments.plugin [-] Segment f99e986b-597e-483c-9a28-09e2517af268 resource provider aggregate not found 2026-05-15 16:41:15.022 8 INFO neutron.services.segments.plugin [-] Segment f99e986b-597e-483c-9a28-09e2517af268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99e986b-597e-483c-9a28-09e2517af268 found for delete ", "request_id": "req-cf986230-73d4-4851-b2b8-86c100ff44e1"}]} 2026-05-15 16:41:15.024 8 INFO neutron.services.segments.plugin [-] Segment f99e986b-597e-483c-9a28-09e2517af268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99e986b-597e-483c-9a28-09e2517af268 found for delete ", "request_id": "req-c159d8ca-36e4-4f39-9217-946667562f8e"}]} [pid: 7|app: 0|req: 605/1343] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:41:14 2026] PUT /v2.0/routers/48120b34-1ad1-48b8-8d32-b13a6941217d/add_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1344] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:15 2026] GET /v2.0/ports/c02a3f85-60fb-45a4-b264-68dd1645d53e => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1345] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:16 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:16.085 7 INFO neutron_taas.services.taas.taas_plugin [None req-e82179a8-825d-417b-b917-e73a3411edb6 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: c02a3f85-60fb-45a4-b264-68dd1645d53e 2026-05-15 16:41:16.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e82179a8-825d-417b-b917-e73a3411edb6 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: c02a3f85-60fb-45a4-b264-68dd1645d53e [pid: 7|app: 0|req: 606/1346] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:15 2026] PUT /v2.0/routers/48120b34-1ad1-48b8-8d32-b13a6941217d/remove_router_interface => generated 309 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1347] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:16 2026] GET /v2.0/ports?device_id=48120b34-1ad1-48b8-8d32-b13a6941217d => 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: 607/1348] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:41:16 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 1240 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1349] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:41:16 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&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-05-15 16:41:16.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-907f87e6-f667-468e-a934-4e89f8069d23 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: 5b583e48-bbeb-49be-a341-645c12069894 2026-05-15 16:41:16.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-907f87e6-f667-468e-a934-4e89f8069d23 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: 5b583e48-bbeb-49be-a341-645c12069894 2026-05-15 16:41:17.045 8 INFO neutron.services.segments.plugin [-] Segment ae9edeb2-fdb2-4070-8216-96ff76c0b26b resource provider aggregate not found 2026-05-15 16:41:17.050 8 INFO neutron.services.segments.plugin [-] Segment ae9edeb2-fdb2-4070-8216-96ff76c0b26b resource provider aggregate not found 2026-05-15 16:41:17.071 8 INFO neutron.services.segments.plugin [-] Segment ae9edeb2-fdb2-4070-8216-96ff76c0b26b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9edeb2-fdb2-4070-8216-96ff76c0b26b found for delete ", "request_id": "req-b2969644-c16f-4036-a959-b488c0580f36"}]} 2026-05-15 16:41:17.072 8 INFO neutron.services.segments.plugin [-] Segment ae9edeb2-fdb2-4070-8216-96ff76c0b26b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9edeb2-fdb2-4070-8216-96ff76c0b26b found for delete ", "request_id": "req-a77a78c2-8576-4ee9-b3af-ec6491c107e7"}]} 2026-05-15 16:41:17.077 8 INFO neutron.db.l3_hamode_db [None req-907f87e6-f667-468e-a934-4e89f8069d23 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] HA network 7144b8f9-3d33-446d-93b4-79a59a1a0a48 was deleted as no HA routers are present in tenant b12cd7bed3e34e02ba48404d3c26bfe0. [pid: 8|app: 0|req: 742/1350] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:16 2026] DELETE /v2.0/routers/48120b34-1ad1-48b8-8d32-b13a6941217d => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1351] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:17 2026] GET /v2.0/ports?device_id=707c6c71-54de-45fb-9876-34ce4697ea3a => 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: 609/1352] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:17 2026] DELETE /v2.0/subnets/1bf3d5d7-3761-48aa-9f92-73efa2ef1f3f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:17.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4d500ca-0244-4d46-bccc-fc5c64f133a0 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: 1041d190-fc2b-4c3f-a1e4-af9afbb0c31a 2026-05-15 16:41:17.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4d500ca-0244-4d46-bccc-fc5c64f133a0 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: 1041d190-fc2b-4c3f-a1e4-af9afbb0c31a [pid: 8|app: 0|req: 744/1353] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:17 2026] DELETE /v2.0/networks/2a52e43c-a1f6-491e-a125-487b1def4327 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:17.673 7 INFO neutron.db.segments_db [None req-a74b3882-9979-47fc-b85d-4cf96f1422e4 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Added segment 44629524-92c7-485b-a9c5-0cb8a8a837f4 of type vxlan for network 12e4b3e5-62be-4d3b-b8af-171a0287416d 2026-05-15 16:41:17.904 7 INFO neutron.db.l3_hamode_db [None req-a74b3882-9979-47fc-b85d-4cf96f1422e4 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 745/1354] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:18 2026] DELETE /v2.0/security-groups/33c954bd-3c24-4606-93cc-a99ae7e3e95e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:18.351 8 INFO neutron.api.v2.resource [None req-1ba78604-e933-4dd8-a5ac-bce22fc74e06 c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1355] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:41:18 2026] GET /v2.0/security-groups/33c954bd-3c24-4606-93cc-a99ae7e3e95e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:18.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4b1377d-5f0e-4fa7-8f17-a5ffb8f1c43b c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] TaaS: Handle Delete Port: d8c1e3eb-6c3d-4c17-bd79-97c0057ad23b 2026-05-15 16:41:18.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4b1377d-5f0e-4fa7-8f17-a5ffb8f1c43b c0793e52c7f1459d8eb5494df40d2fe7 0a59010910f04d9f9c60e82027a4020f - - default default] Tap Mirror: Handle Delete Port: d8c1e3eb-6c3d-4c17-bd79-97c0057ad23b [pid: 8|app: 0|req: 747/1356] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:41:18 2026] DELETE /v2.0/floatingips/8b4daf5e-0419-422e-aadd-f117bb0edfd6 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:18.669 7 INFO neutron.db.l3_hamode_db [None req-a74b3882-9979-47fc-b85d-4cf96f1422e4 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:18.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-383daf5f-2ae7-436f-97c6-d95f4f644e7f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 305f7270-c2dd-431b-9f67-6aaa515c3abd 2026-05-15 16:41:18.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383daf5f-2ae7-436f-97c6-d95f4f644e7f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 305f7270-c2dd-431b-9f67-6aaa515c3abd 2026-05-15 16:41:19.092 8 INFO neutron.services.segments.plugin [-] Segment 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b resource provider aggregate not found 2026-05-15 16:41:19.101 8 INFO neutron.services.segments.plugin [-] Segment 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b resource provider aggregate not found 2026-05-15 16:41:19.112 8 INFO neutron.services.segments.plugin [-] Segment 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b found for delete ", "request_id": "req-c3a5f123-60b6-4068-90f6-4a3d40f6d590"}]} 2026-05-15 16:41:19.121 8 INFO neutron.services.segments.plugin [-] Segment 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 137bd8b2-1f7b-4033-ab61-94fe45fd5d5b found for delete ", "request_id": "req-2a2d1e33-3ed2-4b25-981d-3b7bab9e8ae8"}]} [pid: 7|app: 0|req: 610/1357] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:17 2026] POST /v2.0/routers => generated 691 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1358] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:18 2026] PUT /v2.0/routers/e3247090-a714-4fa6-b31f-6d45d610f760/remove_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1359] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:41:19 2026] GET /v2.0/routers/47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 697 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1360] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:41:19 2026] GET /v2.0/routers => generated 700 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:19.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-754072c5-a7ff-4277-b381-7358f7222ac7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 1c39e783-62ae-4eb3-9f4f-2a623d717ef8 2026-05-15 16:41:19.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754072c5-a7ff-4277-b381-7358f7222ac7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 1c39e783-62ae-4eb3-9f4f-2a623d717ef8 2026-05-15 16:41:20.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-754072c5-a7ff-4277-b381-7358f7222ac7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 98772705-3f0c-4d91-9fb9-7fdcd9cd3488 2026-05-15 16:41:20.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754072c5-a7ff-4277-b381-7358f7222ac7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 98772705-3f0c-4d91-9fb9-7fdcd9cd3488 [pid: 7|app: 0|req: 613/1361] 10.0.0.138 () {34 vars in 741 bytes} [Fri May 15 16:41:19 2026] PUT /v2.0/routers/47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 704 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1362] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:41:20 2026] GET /v2.0/routers/47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 704 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1363] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:20 2026] GET /v2.0/ports?device_id=47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:20.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbd50096-95e4-4ebf-a931-062bb1d30a43 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: 9d6d3c11-9eb6-4df0-92ce-3c81721a71c2 2026-05-15 16:41:20.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd50096-95e4-4ebf-a931-062bb1d30a43 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: 9d6d3c11-9eb6-4df0-92ce-3c81721a71c2 2026-05-15 16:41:20.552 8 INFO neutron.db.l3_hamode_db [None req-754072c5-a7ff-4277-b381-7358f7222ac7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network c64e334d-b16f-4232-a59c-9a29e8448dc7 was deleted as no HA routers are present in tenant 0a59010910f04d9f9c60e82027a4020f. [pid: 8|app: 0|req: 749/1364] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:19 2026] DELETE /v2.0/routers/e3247090-a714-4fa6-b31f-6d45d610f760 => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:20.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbd50096-95e4-4ebf-a931-062bb1d30a43 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] TaaS: Handle Delete Port: d72f03ed-da78-4ae7-a71c-03aeab74cd8b 2026-05-15 16:41:20.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd50096-95e4-4ebf-a931-062bb1d30a43 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] Tap Mirror: Handle Delete Port: d72f03ed-da78-4ae7-a71c-03aeab74cd8b [pid: 8|app: 0|req: 750/1365] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:20 2026] DELETE /v2.0/subnets/ddb2127c-28bd-489b-a308-9d27d1ad6e14 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:20.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd1a6dd7-91e5-4144-8a35-930c2f0dccf6 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: a675dfa5-570e-4d12-bfcb-f22edba980ba 2026-05-15 16:41:20.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd1a6dd7-91e5-4144-8a35-930c2f0dccf6 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: a675dfa5-570e-4d12-bfcb-f22edba980ba [pid: 8|app: 0|req: 751/1366] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:20 2026] DELETE /v2.0/networks/e2b0ae77-80a6-41a8-adaf-1879a58fac0d => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:21.132 8 INFO neutron.services.segments.plugin [-] Segment d5c5c138-0766-4968-adc8-e129c233de74 resource provider aggregate not found 2026-05-15 16:41:21.139 8 INFO neutron.services.segments.plugin [-] Segment d5c5c138-0766-4968-adc8-e129c233de74 resource provider aggregate not found 2026-05-15 16:41:21.153 8 INFO neutron.services.segments.plugin [-] Segment d5c5c138-0766-4968-adc8-e129c233de74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c5c138-0766-4968-adc8-e129c233de74 found for delete ", "request_id": "req-4958ccf1-ff6e-41fe-93e4-23793e049418"}]} 2026-05-15 16:41:21.157 7 INFO neutron.services.segments.plugin [-] Segment 44629524-92c7-485b-a9c5-0cb8a8a837f4 resource provider aggregate not found 2026-05-15 16:41:21.159 8 INFO neutron.services.segments.plugin [-] Segment d5c5c138-0766-4968-adc8-e129c233de74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c5c138-0766-4968-adc8-e129c233de74 found for delete ", "request_id": "req-fac326af-e7ce-4de9-bbd2-49f52c12a952"}]} 2026-05-15 16:41:21.170 7 INFO neutron.services.segments.plugin [-] Segment 44629524-92c7-485b-a9c5-0cb8a8a837f4 resource provider aggregate not found 2026-05-15 16:41:21.177 8 INFO neutron.services.segments.plugin [-] Segment 8deafb52-6a3b-44c2-b1da-771957f208d6 resource provider aggregate not found 2026-05-15 16:41:21.187 7 INFO neutron.services.segments.plugin [-] Segment 44629524-92c7-485b-a9c5-0cb8a8a837f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44629524-92c7-485b-a9c5-0cb8a8a837f4 found for delete ", "request_id": "req-a2bd63cc-237a-45d3-b3d7-81fe42915ec9"}]} 2026-05-15 16:41:21.202 8 INFO neutron.services.segments.plugin [-] Segment 8deafb52-6a3b-44c2-b1da-771957f208d6 resource provider aggregate not found 2026-05-15 16:41:21.211 7 INFO neutron.services.segments.plugin [-] Segment 44629524-92c7-485b-a9c5-0cb8a8a837f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44629524-92c7-485b-a9c5-0cb8a8a837f4 found for delete ", "request_id": "req-eb68e2ce-3d54-48db-9f25-446bb76602ef"}]} 2026-05-15 16:41:21.214 7 INFO neutron.db.l3_hamode_db [None req-bbd50096-95e4-4ebf-a931-062bb1d30a43 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] HA network 12e4b3e5-62be-4d3b-b8af-171a0287416d was deleted as no HA routers are present in tenant b12cd7bed3e34e02ba48404d3c26bfe0. 2026-05-15 16:41:21.216 8 INFO neutron.services.segments.plugin [-] Segment 8deafb52-6a3b-44c2-b1da-771957f208d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8deafb52-6a3b-44c2-b1da-771957f208d6 found for delete ", "request_id": "req-bc1f7c3e-4f97-45bb-b93d-c62287247836"}]} 2026-05-15 16:41:21.221 8 INFO neutron.services.segments.plugin [-] Segment 8deafb52-6a3b-44c2-b1da-771957f208d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8deafb52-6a3b-44c2-b1da-771957f208d6 found for delete ", "request_id": "req-d4943377-19a6-48bb-9263-a3151443b20f"}]} [pid: 7|app: 0|req: 616/1367] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:20 2026] DELETE /v2.0/routers/47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1368] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:21 2026] GET /v2.0/ports?device_id=47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:21.290 7 INFO neutron.api.v2.resource [None req-2256b2fe-0386-4274-9ed7-381c695d32b0 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1369] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/routers/47857cf0-2f04-46c6-a0dd-87cbaa47a4e0 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1370] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:21 2026] GET /v2.0/ports?device_id=48120b34-1ad1-48b8-8d32-b13a6941217d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:21.346 7 INFO neutron.api.v2.resource [None req-2697c2e8-a878-4f6f-bd1d-e9bb73762dd1 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 618/1371] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/routers/48120b34-1ad1-48b8-8d32-b13a6941217d => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:21.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09428e08-22f7-4a79-9637-33ea784c7fa5 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1372] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/subnets/1bf3d5d7-3761-48aa-9f92-73efa2ef1f3f => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1373] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:21 2026] GET /v2.0/ports?device_id=ff974ce8-fe5a-4645-bb86-224a58fbb1fa => 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: 619/1374] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:21 2026] GET /v2.0/security-groups?tenant_id=0a59010910f04d9f9c60e82027a4020f&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:21.427 8 INFO neutron.api.v2.resource [None req-fc1cfcde-9603-4371-b9b6-4a94e65f672b 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1375] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/routers/ff974ce8-fe5a-4645-bb86-224a58fbb1fa => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:21.444 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26a9c1a6-a2ae-48fc-b614-fb3d19c8b34a 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1376] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/subnets/931952d7-b622-4362-9c70-4792c836e8a1 => 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: 758/1377] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:21 2026] GET /v2.0/ports?device_id=740fd0c1-28a7-475f-8803-9333d0e241e9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:21.512 8 INFO neutron.api.v2.resource [None req-7506e40e-23af-4070-b175-0a94c5ebfafe 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1378] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/routers/740fd0c1-28a7-475f-8803-9333d0e241e9 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:21.532 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71919f1e-cdc3-4b19-b983-e83cd8ee19fb 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1379] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/subnets/3a739358-6d24-46f4-a32e-39adeb9841dd => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1380] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/security-groups/cb312cb5-79e9-41ef-bc53-ffeb7f762bfe => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:21.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55f492d3-e1ac-4014-bf4b-f60094005e69 4057346cb7af423cb5a1d97ba09a1219 b12cd7bed3e34e02ba48404d3c26bfe0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1381] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:21 2026] DELETE /v2.0/subnets/6b87a746-08c6-42c4-8213-f6531df9d091 => 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: 621/1382] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:22 2026] GET /v2.0/security-groups?tenant_id=b12cd7bed3e34e02ba48404d3c26bfe0&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1383] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:22 2026] DELETE /v2.0/security-groups/e3c0a5a6-f8fa-41e7-b78f-ee7a6f6fc3a0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1384] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:41:23 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1385] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:41:23 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1386] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1387] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:41:24 2026] GET /v2.0/security-groups => generated 4530 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1388] 10.0.0.138 () {34 vars in 758 bytes} [Fri May 15 16:41:24 2026] PUT /v2.0/security-groups/699f5fb3-e819-4ee2-989c-8a66e81ccf86 => generated 1663 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1389] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:41:24 2026] GET /v2.0/security-groups/699f5fb3-e819-4ee2-989c-8a66e81ccf86 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1390] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:24 2026] DELETE /v2.0/security-groups/699f5fb3-e819-4ee2-989c-8a66e81ccf86 => 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: 766/1391] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:41:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:24.965 7 INFO neutron.api.v2.resource [None req-855c190d-b1bc-463c-ba28-2e72b9d31fd8 7c20f56a03f44945bc0d96803fd9f070 b995fbf4ea904647847729a4ca7f8c1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1392] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:24 2026] DELETE /v2.0/security-groups/699f5fb3-e819-4ee2-989c-8a66e81ccf86 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1393] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1394] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1395] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:41:25 2026] GET /v2.0/security-group-rules/5f0a1b3b-83ef-4bb4-91de-645dd1837bcb => generated 601 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1396] 10.0.0.138 () {32 vars in 826 bytes} [Fri May 15 16:41:25 2026] GET /v2.0/ports?project_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&network_id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 3691 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1397] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:41:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1400] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:41:25 2026] DELETE /v2.0/security-group-rules/5f0a1b3b-83ef-4bb4-91de-645dd1837bcb => 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: 631/1401] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:41:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1402] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1403] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:41:26 2026] GET /v2.0/subnets?network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1404] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:25 2026] GET /v2.0/security-groups?tenant_id=2bde26c8e92440ed98ffd5fad2b3676c&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1405] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:41:26 2026] GET /v2.0/security-group-rules/0724c5fb-8ec4-43ad-8b72-a97150887383 => 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: 635/1406] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:41:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1407] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:41:26 2026] DELETE /v2.0/security-group-rules/0724c5fb-8ec4-43ad-8b72-a97150887383 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1408] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:26 2026] DELETE /v2.0/security-groups/c89d7115-5abe-4b5d-a1dc-edc743cadcd4 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1409] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:41:26 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) 2026-05-15 16:41:26.664 7 INFO neutron.db.securitygroups_db [None req-2f20b432-036e-43c4-8ca2-5cc25c464f7c 7c20f56a03f44945bc0d96803fd9f070 b995fbf4ea904647847729a4ca7f8c1f - - default default] Project b995fbf4ea904647847729a4ca7f8c1f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-15 16:41:26.702 8 INFO neutron.db.l3_db [None req-19bdc884-fb1c-4392-95c3-10124002084b d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Floating IP 0a3f1494-4ac7-4622-8349-6408ebac270f disassociated. External IP: 10.96.250.219, port: 70ca8998-9573-4ae9-8b62-cb5db59d1583. [pid: 7|app: 0|req: 638/1410] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1411] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:26 2026] GET /v2.0/security-groups?tenant_id=1e6f0755a8da4bdb89bab851517f92b2&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1412] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:26 2026] PUT /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 554 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1413] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/security-group-rules/cb774c16-cba7-4914-adf3-734b8425311a => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1414] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 554 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:27.088 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5258542-e5b1-4f06-ac89-d480ac69c8a8'] response: {'name': 'network-changed', 'server_uuid': '032c86f9-ba81-4f3d-b842-e7d7636bbf7a', 'tag': '70ca8998-9573-4ae9-8b62-cb5db59d1583', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 642/1415] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1416] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:27 2026] DELETE /v2.0/security-groups/58e04edc-b652-4d97-86de-ad9ac901ef6b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1417] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:41:27 2026] DELETE /v2.0/security-group-rules/cb774c16-cba7-4914-adf3-734b8425311a => 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: 775/1418] 10.0.0.138 () {32 vars in 673 bytes} [Fri May 15 16:41:27 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: 7|app: 0|req: 644/1419] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:27 2026] DELETE /v2.0/security-groups/edc99a74-37af-4638-aa99-86619d22c1df => 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: 776/1420] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1421] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1422] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1423] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1424] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70ca8998-9573-4ae9-8b62-cb5db59d1583 => 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: 647/1425] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/subnets?id=d51f597b-4bba-40ca-bc66-a4d7b20ba28b => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1426] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/ports?network_id=a42842db-cd21-48ef-ad06-f6099f694677&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1427] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?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: 780/1428] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:27 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?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: 649/1429] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:28 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1430] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:28 2026] GET /v2.0/security-groups?tenant_id=b995fbf4ea904647847729a4ca7f8c1f&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1431] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:28 2026] DELETE /v2.0/security-groups/c92b6621-c380-4750-aa1f-877dd000a41f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1432] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:29 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 552 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:29.589 7 INFO neutron.db.segments_db [None req-a923c9bb-b2b0-4e4a-b4d2-59f16581b2dd 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Added segment a6d72731-ee33-4df4-afb7-f47d0caa7b49 of type vxlan for network a43599d3-400c-49aa-a133-3c24df49502e [pid: 7|app: 0|req: 651/1433] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:29 2026] POST /v2.0/networks => generated 630 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1434] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:29 2026] POST /v2.0/subnets => generated 627 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:30.065 7 INFO neutron.db.segments_db [None req-606af4ee-9b19-47d4-ae51-563c0865dbe4 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Added segment f714c71f-3c94-4f63-b9ee-bb8078bb64a9 of type vxlan for network 357eae94-2469-43f0-958d-3bc85c0b433b [pid: 8|app: 0|req: 784/1435] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:41:30 2026] POST /v2.0/security-groups => generated 1675 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-15 16:41:30.386 7 INFO neutron.db.l3_hamode_db [None req-606af4ee-9b19-47d4-ae51-563c0865dbe4 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 785/1436] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1437] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1438] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1439] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41: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) 2026-05-15 16:41:31.054 8 INFO neutron.db.securitygroups_db [None req-4860ef0a-f8e6-468e-bb06-77743a99471a d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Project 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-15 16:41:31.130 7 INFO neutron.db.l3_hamode_db [None req-606af4ee-9b19-47d4-ae51-563c0865dbe4 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 789/1440] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:31.202 8 INFO neutron.db.securitygroups_db [None req-ad557cda-cc5c-447c-9a56-2e39c2d4c420 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Project 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 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: 790/1441] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:41:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1442] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:41:31 2026] GET /v2.0/networks => generated 1297 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1443] 10.0.0.215 () {34 vars in 1100 bytes} [Fri May 15 16:41:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1677393935&fields=id&tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1444] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:41:31 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1445] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:41:32 2026] GET /v2.0/quotas/3aaa04f5b9ac4a0eafc2cbf22ecc1b95 => 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: 795/1446] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:41:32 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&fields=id => generated 149 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1447] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:41:32 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1448] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:41:32 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1449] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:32 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1450] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:30 2026] POST /v2.0/routers => generated 695 bytes in 2490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1451] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:33 2026] GET /v2.0/security-groups?tenant_id=dec335fb5fda4099a0febda378e994ce&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1452] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:33 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => 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: 655/1453] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:33 2026] DELETE /v2.0/security-groups/578d33e3-5a15-4698-88a8-7affb2b76078 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1454] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:33 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1455] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:41:32 2026] PUT /v2.0/routers/476bacda-f265-4b6e-a260-afa88f4f7d33/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1456] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:33 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 658/1457] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:34 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 659/1458] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:34 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 800/1459] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:33 2026] POST /v2.0/ports => generated 959 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 801/1460] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:34 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 802/1461] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:34 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 660/1462] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:34 2026] POST /v2.0/ports => generated 959 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: 661/1463] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:34 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:35.364 8 INFO neutron.db.l3_db [None req-d7802231-a777-4ca7-972f-55accb7f6ed6 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Floating IP 22d02b35-2e76-4510-8b3e-a4d0979a3cab associated. External IP: 10.96.250.216, port: f9f7b622-7e33-483f-84bf-39b965b74737. [pid: 7|app: 0|req: 662/1464] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:35 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 803/1465] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:41:34 2026] POST /v2.0/floatingips => generated 843 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1466] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:35 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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-05-15 16:41:35.822 7 INFO neutron.db.l3_db [None req-d2bcd987-7500-48bd-8b62-f44cdd2ef365 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Floating IP 22d02b35-2e76-4510-8b3e-a4d0979a3cab disassociated. External IP: 10.96.250.216, port: f9f7b622-7e33-483f-84bf-39b965b74737. [pid: 8|app: 0|req: 805/1467] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:35 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => 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: 806/1468] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:35 2026] GET /v2.0/ports?tenant_id=475ea5e7b767447daaef862b6bd3c5e1&device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 807/1469] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/networks?id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1470] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5003339a-4242-4a47-8e8a-69f64936606c => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1471] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/subnets?id=dc642609-8d27-4fcc-95dd-44138ce187e8 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1472] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:35 2026] PUT /v2.0/floatingips/22d02b35-2e76-4510-8b3e-a4d0979a3cab => generated 552 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1473] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/ports?network_id=7ee7cc00-fc06-4ddc-8362-c61291dc3d8c&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: 8|app: 0|req: 811/1474] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:36.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef64f947-8633-4a9b-ab9f-74aa22a84a5d 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: 5b1a731b-c0d8-4284-b147-f185d6805eef 2026-05-15 16:41:36.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef64f947-8633-4a9b-ab9f-74aa22a84a5d 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: 5b1a731b-c0d8-4284-b147-f185d6805eef [pid: 8|app: 0|req: 812/1475] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c?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: 664/1476] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:41:36 2026] DELETE /v2.0/floatingips/22d02b35-2e76-4510-8b3e-a4d0979a3cab => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1477] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 660 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1478] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 667/1479] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95 => generated 274 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1480] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:36 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1481] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:41:36 2026] POST /v2.0/ports => generated 954 bytes in 400 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: 670/1482] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:37 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1483] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:37 2026] GET /v2.0/security-groups?tenant_id=4f93b02ce7cc4de5a01d5cc6bb63f454&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:37.692 8 INFO neutron.db.l3_db [None req-fd9fcde8-ffe5-4cc6-bf26-60e2ac644d15 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Floating IP 3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e associated. External IP: 10.96.250.207, port: badce7a3-0134-46c9-980a-e1e61773f7e1. [pid: 8|app: 0|req: 813/1484] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:41:36 2026] POST /v2.0/floatingips => generated 843 bytes in 1523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1485] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:37 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 672/1486] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:41:37 2026] PUT /v2.0/ports/4716dd48-4777-4087-97d5-ea9aeef09fa9 => generated 1235 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:41:38.055 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b13be5a-7dde-45dd-8f84-c684a0004567'] response: {'name': 'network-changed', 'server_uuid': '72ad32dc-eeb4-41d3-a516-6b036b9f242f', 'tag': '4716dd48-4777-4087-97d5-ea9aeef09fa9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 673/1487] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1488] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/floatingips/3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1489] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:38 2026] DELETE /v2.0/security-groups/092d7a29-18fe-47a5-b2bd-b70a66e07e48 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1490] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 816/1491] 10.0.0.138 () {32 vars in 655 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/floatingips => generated 846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:38.540 7 INFO neutron.db.l3_db [None req-aad2d010-6b2d-45ce-ae96-50a7fb32e507 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Floating IP 3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e associated. External IP: 10.96.250.207, port: badce7a3-0134-46c9-980a-e1e61773f7e1. [pid: 8|app: 0|req: 817/1492] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1493] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/networks?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1494] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:41:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1495] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:38 2026] PUT /v2.0/floatingips/3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e => generated 843 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1496] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1497] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 822/1498] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:39.312 7 INFO neutron.db.l3_db [None req-133555bd-30a8-4b9d-a826-941cd9b02658 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Floating IP 3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e disassociated. External IP: 10.96.250.207, port: f9f7b622-7e33-483f-84bf-39b965b74737. [pid: 8|app: 0|req: 823/1499] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 677/1500] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:39 2026] PUT /v2.0/floatingips/3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e => generated 552 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:39.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-9685390f-c573-436b-83b6-44eee7bbfcf2 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: ee400e36-6ab0-4cbf-8cf7-9542dec50717 2026-05-15 16:41:39.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9685390f-c573-436b-83b6-44eee7bbfcf2 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: ee400e36-6ab0-4cbf-8cf7-9542dec50717 [pid: 7|app: 0|req: 678/1501] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => 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: 679/1502] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4716dd48-4777-4087-97d5-ea9aeef09fa9 => 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: 680/1503] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/subnets?id=d51f597b-4bba-40ca-bc66-a4d7b20ba28b => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1504] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:41:39 2026] DELETE /v2.0/floatingips/3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:39.855 7 INFO neutron.api.v2.resource [None req-35275fa5-8c4b-4070-8b30-8397a036ffba 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1505] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:41:39 2026] DELETE /v2.0/floatingips/3bb3f4ae-ea82-4c7e-bd09-50b5bb678e0e => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1506] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/ports?network_id=a42842db-cd21-48ef-ad06-f6099f694677&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: 826/1507] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1508] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:39 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:40.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2d6e340-2681-47f0-9a59-68e78d7d7d6a 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: f9f7b622-7e33-483f-84bf-39b965b74737 2026-05-15 16:41:40.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2d6e340-2681-47f0-9a59-68e78d7d7d6a 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: f9f7b622-7e33-483f-84bf-39b965b74737 [pid: 7|app: 0|req: 682/1509] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:39 2026] DELETE /v2.0/ports/f9f7b622-7e33-483f-84bf-39b965b74737 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1510] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:40 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:40.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-549edfc8-d9b5-4eaf-bfc3-a1c3802314e1 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: badce7a3-0134-46c9-980a-e1e61773f7e1 2026-05-15 16:41:40.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-549edfc8-d9b5-4eaf-bfc3-a1c3802314e1 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: badce7a3-0134-46c9-980a-e1e61773f7e1 [pid: 7|app: 0|req: 684/1511] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:40 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 685/1512] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:40 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1513] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:40 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1514] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:40 2026] DELETE /v2.0/ports/badce7a3-0134-46c9-980a-e1e61773f7e1 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1515] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:40 2026] GET /v2.0/ports?device_id=476bacda-f265-4b6e-a260-afa88f4f7d33 => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:40.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-335432ef-e141-41cd-a918-368ba0f744e6 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: 74a023ed-fa0d-4bf3-935b-979574d559e5 2026-05-15 16:41:40.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-335432ef-e141-41cd-a918-368ba0f744e6 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: 74a023ed-fa0d-4bf3-935b-979574d559e5 [pid: 8|app: 0|req: 829/1518] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:41:40 2026] PUT /v2.0/routers/476bacda-f265-4b6e-a260-afa88f4f7d33/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1519] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:41 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => 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: 691/1520] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:41 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 692/1521] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:41 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1522] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:41 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:41.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d224a56-16f3-4122-bb9d-5ea30d6299ec 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: 423f256b-dd81-4b40-85ff-70d15edf63f9 2026-05-15 16:41:41.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d224a56-16f3-4122-bb9d-5ea30d6299ec 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: 423f256b-dd81-4b40-85ff-70d15edf63f9 2026-05-15 16:41:41.929 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d224a56-16f3-4122-bb9d-5ea30d6299ec 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] TaaS: Handle Delete Port: e6470334-76f6-4963-ac34-4de5f6a6f910 2026-05-15 16:41:41.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d224a56-16f3-4122-bb9d-5ea30d6299ec 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] Tap Mirror: Handle Delete Port: e6470334-76f6-4963-ac34-4de5f6a6f910 2026-05-15 16:41:42.227 8 INFO neutron.services.segments.plugin [-] Segment f714c71f-3c94-4f63-b9ee-bb8078bb64a9 resource provider aggregate not found 2026-05-15 16:41:42.234 8 INFO neutron.services.segments.plugin [-] Segment f714c71f-3c94-4f63-b9ee-bb8078bb64a9 resource provider aggregate not found 2026-05-15 16:41:42.250 8 INFO neutron.services.segments.plugin [-] Segment f714c71f-3c94-4f63-b9ee-bb8078bb64a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f714c71f-3c94-4f63-b9ee-bb8078bb64a9 found for delete ", "request_id": "req-512dc513-f6b1-4e2e-836e-860a51ddadc1"}]} 2026-05-15 16:41:42.253 8 INFO neutron.db.l3_hamode_db [None req-2d224a56-16f3-4122-bb9d-5ea30d6299ec 68ab0d7269dc4d1d8ec22c36d8bdfb03 8b1c2ca0901546188c86ee6e5b67f6d9 - - default default] HA network 357eae94-2469-43f0-958d-3bc85c0b433b was deleted as no HA routers are present in tenant 8b1c2ca0901546188c86ee6e5b67f6d9. 2026-05-15 16:41:42.256 8 INFO neutron.services.segments.plugin [-] Segment f714c71f-3c94-4f63-b9ee-bb8078bb64a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f714c71f-3c94-4f63-b9ee-bb8078bb64a9 found for delete ", "request_id": "req-fb34e972-e0f6-40b3-99e2-afb46ef36c73"}]} [pid: 8|app: 0|req: 830/1523] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:41 2026] DELETE /v2.0/routers/476bacda-f265-4b6e-a260-afa88f4f7d33 => generated 0 bytes in 748 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1524] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:42 2026] DELETE /v2.0/subnets/1eab3838-0347-47c9-bcd4-264d5c924742 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:42.512 7 INFO neutron.db.segments_db [None req-d9171ab3-a2bd-4038-b888-b0c93cc4bbe9 d42de9bbc4774b8b8eb4c19d7e31186c 7e788318798a433483d2dc21aebed626 - - default default] Added segment b85af761-4c86-46c5-8835-e82954c1e8c1 of type vxlan for network 9a5617d6-085d-42ca-984b-e0abe8f9fe6a [pid: 8|app: 0|req: 832/1525] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:42 2026] DELETE /v2.0/networks/a43599d3-400c-49aa-a133-3c24df49502e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1526] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:42 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-05-15 16:41:42.691 8 INFO neutron.db.segments_db [None req-6adaa094-2a32-4238-b44d-22afa92d08bc d42de9bbc4774b8b8eb4c19d7e31186c 7e788318798a433483d2dc21aebed626 - - default default] Added segment d26d6863-ecd0-4047-87fc-cb905f6c3add of type vxlan for network 56c20332-a605-4206-bfb2-48e9e5d0ceb2 [pid: 7|app: 0|req: 695/1527] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:42 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1528] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:42 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1529] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:42 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 697/1530] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:42 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:42.933 8 INFO neutron.db.segments_db [None req-e21527fa-d6ea-4a2b-8c3c-dc5350eb479c d42de9bbc4774b8b8eb4c19d7e31186c 7e788318798a433483d2dc21aebed626 - - default default] Added segment a9d3e03b-f151-48c9-90c4-408f10524e11 of type vxlan for network c0560129-19f8-4ab4-85db-8995d065159c [pid: 7|app: 0|req: 698/1531] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:42 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1532] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:42 2026] POST /v2.0/networks => generated 612 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:43.110 7 INFO neutron.db.segments_db [None req-eeae38cc-f28a-4123-b625-e63936ebe251 d42de9bbc4774b8b8eb4c19d7e31186c 7e788318798a433483d2dc21aebed626 - - default default] Added segment 483f0223-6858-458a-820f-630b839b4693 of type vxlan for network 7eb5e2b5-8307-4de9-8f58-6442f4fef1e4 [pid: 7|app: 0|req: 699/1533] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:43 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:43.263 7 INFO neutron.db.segments_db [None req-9ff818e8-063b-4254-95e4-a0c3d3344153 d42de9bbc4774b8b8eb4c19d7e31186c 7e788318798a433483d2dc21aebed626 - - default default] Added segment d6f875af-53d9-48d0-9df7-1a34d32099e0 of type vxlan for network d36dcf66-e5ba-4ad5-bb83-f7eafb69c5eb [pid: 8|app: 0|req: 835/1534] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/security-groups?tenant_id=8b1c2ca0901546188c86ee6e5b67f6d9&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1535] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:43 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1536] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:41:43 2026] PUT /v2.0/networks/9a5617d6-085d-42ca-984b-e0abe8f9fe6a/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1537] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:43 2026] DELETE /v2.0/security-groups/f808e06c-3605-48e4-bcaa-816a0ce07545 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1538] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:41:43 2026] PUT /v2.0/networks/56c20332-a605-4206-bfb2-48e9e5d0ceb2/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1539] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:41:43 2026] PUT /v2.0/networks/c0560129-19f8-4ab4-85db-8995d065159c/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1540] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:41:43 2026] PUT /v2.0/networks/7eb5e2b5-8307-4de9-8f58-6442f4fef1e4/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1541] 10.0.0.138 () {32 vars in 666 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1542] 10.0.0.138 () {32 vars in 680 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1543] 10.0.0.138 () {32 vars in 676 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1544] 10.0.0.138 () {32 vars in 688 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1545] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1546] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 706/1547] 10.0.0.138 () {32 vars in 674 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1548] 10.0.0.138 () {32 vars in 688 bytes} [Fri May 15 16:41:43 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1549] 10.0.0.138 () {32 vars in 684 bytes} [Fri May 15 16:41:44 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1550] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:44 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1551] 10.0.0.138 () {32 vars in 696 bytes} [Fri May 15 16:41:44 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1552] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:44 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:44.256 7 INFO neutron.services.segments.plugin [-] Segment b85af761-4c86-46c5-8835-e82954c1e8c1 resource provider aggregate not found 2026-05-15 16:41:44.263 7 INFO neutron.services.segments.plugin [-] Segment b85af761-4c86-46c5-8835-e82954c1e8c1 resource provider aggregate not found 2026-05-15 16:41:44.264 8 INFO neutron.services.segments.plugin [-] Segment a6d72731-ee33-4df4-afb7-f47d0caa7b49 resource provider aggregate not found 2026-05-15 16:41:44.268 8 INFO neutron.services.segments.plugin [-] Segment a6d72731-ee33-4df4-afb7-f47d0caa7b49 resource provider aggregate not found 2026-05-15 16:41:44.272 7 INFO neutron.services.segments.plugin [-] Segment b85af761-4c86-46c5-8835-e82954c1e8c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85af761-4c86-46c5-8835-e82954c1e8c1 found for delete ", "request_id": "req-43449d44-722f-4f41-bb52-540cc454633b"}]} 2026-05-15 16:41:44.276 8 INFO neutron.services.segments.plugin [-] Segment a6d72731-ee33-4df4-afb7-f47d0caa7b49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d72731-ee33-4df4-afb7-f47d0caa7b49 found for delete ", "request_id": "req-3c15aac3-355b-48d0-ac08-efa84333bba6"}]} 2026-05-15 16:41:44.280 8 INFO neutron.services.segments.plugin [-] Segment a6d72731-ee33-4df4-afb7-f47d0caa7b49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d72731-ee33-4df4-afb7-f47d0caa7b49 found for delete ", "request_id": "req-260674e1-c3dc-4b0b-84f5-498df0297b2e"}]} 2026-05-15 16:41:44.285 7 INFO neutron.services.segments.plugin [-] Segment b85af761-4c86-46c5-8835-e82954c1e8c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85af761-4c86-46c5-8835-e82954c1e8c1 found for delete ", "request_id": "req-11e191a5-2083-45a0-be52-9be963ae5ff2"}]} [pid: 7|app: 0|req: 709/1553] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:44 2026] DELETE /v2.0/networks/9a5617d6-085d-42ca-984b-e0abe8f9fe6a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1554] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:44 2026] DELETE /v2.0/networks/56c20332-a605-4206-bfb2-48e9e5d0ceb2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1555] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:44 2026] DELETE /v2.0/networks/c0560129-19f8-4ab4-85db-8995d065159c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1556] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:44 2026] DELETE /v2.0/networks/7eb5e2b5-8307-4de9-8f58-6442f4fef1e4 => 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: 711/1557] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:44 2026] DELETE /v2.0/networks/d36dcf66-e5ba-4ad5-bb83-f7eafb69c5eb => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1558] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:45 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1559] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:45 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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-05-15 16:41:45.564 8 INFO neutron.db.segments_db [None req-2211288d-5079-40bc-aacc-90c23f578b76 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Added segment 2f4259f2-1655-40cd-8f70-98794847cfe7 of type vxlan for network 088277ea-c9e7-4f42-a1a1-1efcbddc4957 2026-05-15 16:41:45.624 8 INFO neutron.db.segments_db [None req-2211288d-5079-40bc-aacc-90c23f578b76 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Added segment 9a007516-eccd-4988-bc68-bdd34a2c1d39 of type vxlan for network 0df6fad8-0ed8-4865-b4d1-91355e2d470a [pid: 8|app: 0|req: 848/1560] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:45 2026] POST /v2.0/networks => generated 1207 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1561] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:41:45 2026] GET /v2.0/networks => generated 1844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1562] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:45 2026] DELETE /v2.0/networks/088277ea-c9e7-4f42-a1a1-1efcbddc4957 => 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: 849/1563] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:45 2026] GET /v2.0/security-groups?tenant_id=2c2482cd7b204f50bcc2d2fc741a9678&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1564] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:45 2026] DELETE /v2.0/networks/0df6fad8-0ed8-4865-b4d1-91355e2d470a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1565] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:41:46 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1566] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:46 2026] DELETE /v2.0/security-groups/2022bf23-d4f5-49c3-8518-3d6856a24170 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:46.174 7 INFO neutron.db.segments_db [None req-37a61439-c059-4019-aff4-7ee433976c47 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Added segment 881887b9-3501-4e9a-a5b7-c213b29612c8 of type vxlan for network 3628ceac-4d1f-4320-a73f-87677e3e4ad7 [pid: 7|app: 0|req: 717/1567] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:46 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:46.302 7 INFO neutron.services.segments.plugin [-] Segment a9d3e03b-f151-48c9-90c4-408f10524e11 resource provider aggregate not found 2026-05-15 16:41:46.310 7 INFO neutron.services.segments.plugin [-] Segment a9d3e03b-f151-48c9-90c4-408f10524e11 resource provider aggregate not found [pid: 8|app: 0|req: 851/1568] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:46 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:46.315 8 INFO neutron.services.segments.plugin [-] Segment d26d6863-ecd0-4047-87fc-cb905f6c3add resource provider aggregate not found 2026-05-15 16:41:46.331 7 INFO neutron.services.segments.plugin [-] Segment a9d3e03b-f151-48c9-90c4-408f10524e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9d3e03b-f151-48c9-90c4-408f10524e11 found for delete ", "request_id": "req-f19724f0-4d5a-46f2-b80d-c339643bc462"}]} 2026-05-15 16:41:46.331 8 INFO neutron.services.segments.plugin [-] Segment d26d6863-ecd0-4047-87fc-cb905f6c3add resource provider aggregate not found 2026-05-15 16:41:46.338 8 INFO neutron.services.segments.plugin [-] Segment d26d6863-ecd0-4047-87fc-cb905f6c3add resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26d6863-ecd0-4047-87fc-cb905f6c3add found for delete ", "request_id": "req-243a9098-1df0-44d3-84f8-90edb2be53b7"}]} 2026-05-15 16:41:46.338 7 INFO neutron.services.segments.plugin [-] Segment a9d3e03b-f151-48c9-90c4-408f10524e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9d3e03b-f151-48c9-90c4-408f10524e11 found for delete ", "request_id": "req-3ffdd913-d930-4aa1-aaef-a6d5c743562b"}]} 2026-05-15 16:41:46.346 7 INFO neutron.db.segments_db [None req-a2fe0692-167f-4c7d-a135-d315fa160940 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Added segment 426833ad-f7f5-46ce-a2bf-6d74dc94106b of type vxlan for network 4c1b984d-4f0c-4614-9607-a17d237767c8 2026-05-15 16:41:46.369 7 INFO neutron.services.segments.plugin [-] Segment d6f875af-53d9-48d0-9df7-1a34d32099e0 resource provider aggregate not found 2026-05-15 16:41:46.371 8 INFO neutron.services.segments.plugin [-] Segment d26d6863-ecd0-4047-87fc-cb905f6c3add resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26d6863-ecd0-4047-87fc-cb905f6c3add found for delete ", "request_id": "req-3c929ea9-6e35-44bd-821e-9da21526934b"}]} 2026-05-15 16:41:46.373 7 INFO neutron.services.segments.plugin [-] Segment d6f875af-53d9-48d0-9df7-1a34d32099e0 resource provider aggregate not found 2026-05-15 16:41:46.378 8 INFO neutron.services.segments.plugin [-] Segment 483f0223-6858-458a-820f-630b839b4693 resource provider aggregate not found [pid: 8|app: 0|req: 852/1569] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:46 2026] GET /v2.0/security-groups?tenant_id=7e788318798a433483d2dc21aebed626&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:46.388 7 INFO neutron.services.segments.plugin [-] Segment d6f875af-53d9-48d0-9df7-1a34d32099e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f875af-53d9-48d0-9df7-1a34d32099e0 found for delete ", "request_id": "req-63ba0f2e-cb2d-4361-8610-f02a5c009b01"}]} 2026-05-15 16:41:46.396 7 INFO neutron.services.segments.plugin [-] Segment d6f875af-53d9-48d0-9df7-1a34d32099e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f875af-53d9-48d0-9df7-1a34d32099e0 found for delete ", "request_id": "req-858c978b-af6d-44f1-b467-b22ed523b720"}]} 2026-05-15 16:41:46.403 8 INFO neutron.services.segments.plugin [-] Segment 483f0223-6858-458a-820f-630b839b4693 resource provider aggregate not found 2026-05-15 16:41:46.410 8 INFO neutron.services.segments.plugin [-] Segment 483f0223-6858-458a-820f-630b839b4693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 483f0223-6858-458a-820f-630b839b4693 found for delete ", "request_id": "req-6b512bf7-a655-4399-b20e-7c04afb3a6ec"}]} 2026-05-15 16:41:46.413 7 INFO neutron.services.segments.plugin [-] Segment 2f4259f2-1655-40cd-8f70-98794847cfe7 resource provider aggregate not found 2026-05-15 16:41:46.416 7 INFO neutron.services.segments.plugin [-] Segment 2f4259f2-1655-40cd-8f70-98794847cfe7 resource provider aggregate not found 2026-05-15 16:41:46.423 8 INFO neutron.services.segments.plugin [-] Segment 483f0223-6858-458a-820f-630b839b4693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 483f0223-6858-458a-820f-630b839b4693 found for delete ", "request_id": "req-bf33d71d-0288-40d9-beaa-458cc534404f"}]} [pid: 8|app: 0|req: 853/1570] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:46 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:46.432 7 INFO neutron.services.segments.plugin [-] Segment 2f4259f2-1655-40cd-8f70-98794847cfe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f4259f2-1655-40cd-8f70-98794847cfe7 found for delete ", "request_id": "req-19ec2f6f-9cdd-4b3d-bbc8-0226cc881c4c"}]} 2026-05-15 16:41:46.438 7 INFO neutron.services.segments.plugin [-] Segment 2f4259f2-1655-40cd-8f70-98794847cfe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f4259f2-1655-40cd-8f70-98794847cfe7 found for delete ", "request_id": "req-4d9e0d25-0b61-44b3-9cc9-0c7140860338"}]} 2026-05-15 16:41:46.460 7 INFO neutron.services.segments.plugin [-] Segment 9a007516-eccd-4988-bc68-bdd34a2c1d39 resource provider aggregate not found 2026-05-15 16:41:46.464 7 INFO neutron.services.segments.plugin [-] Segment 9a007516-eccd-4988-bc68-bdd34a2c1d39 resource provider aggregate not found 2026-05-15 16:41:46.479 7 INFO neutron.services.segments.plugin [-] Segment 9a007516-eccd-4988-bc68-bdd34a2c1d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a007516-eccd-4988-bc68-bdd34a2c1d39 found for delete ", "request_id": "req-a6473222-43d5-4f52-89b9-dfa5e7ef32c7"}]} [pid: 7|app: 0|req: 718/1571] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:46 2026] POST /v2.0/networks => generated 634 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:46.489 7 INFO neutron.services.segments.plugin [-] Segment 9a007516-eccd-4988-bc68-bdd34a2c1d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a007516-eccd-4988-bc68-bdd34a2c1d39 found for delete ", "request_id": "req-3a0b4c4a-623f-4e5d-9f09-3f514836b803"}]} [pid: 8|app: 0|req: 854/1572] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:46 2026] DELETE /v2.0/security-groups/ea48b301-b9eb-4131-8285-a08d4eb6b488 => 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: 855/1573] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:46 2026] GET /v2.0/security-groups?tenant_id=7e7f19202264407ea43ebe77fcf9cf3d&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1574] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:46 2026] DELETE /v2.0/security-groups/57ac8b66-124c-4ba6-b215-8331bedfc365 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1575] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:46 2026] POST /v2.0/ports => generated 1505 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1576] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/ports => generated 1505 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:41:47.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-98e660cb-8cef-4fca-b10b-3293dfffbe2a 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] TaaS: Handle Delete Port: 7c5feb4a-d7b7-443d-a488-4d4876e4304f 2026-05-15 16:41:47.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98e660cb-8cef-4fca-b10b-3293dfffbe2a 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Tap Mirror: Handle Delete Port: 7c5feb4a-d7b7-443d-a488-4d4876e4304f [pid: 7|app: 0|req: 720/1577] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:47 2026] DELETE /v2.0/ports/7c5feb4a-d7b7-443d-a488-4d4876e4304f => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:47.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-327d0cfa-e36b-4897-880d-cf0b49c7a35e 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] TaaS: Handle Delete Port: e15bc412-f928-4c5a-b4af-fee99c6b91cf 2026-05-15 16:41:47.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-327d0cfa-e36b-4897-880d-cf0b49c7a35e 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Tap Mirror: Handle Delete Port: e15bc412-f928-4c5a-b4af-fee99c6b91cf [pid: 7|app: 0|req: 721/1578] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1579] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:47 2026] DELETE /v2.0/ports/e15bc412-f928-4c5a-b4af-fee99c6b91cf => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1580] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1581] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:47.684 7 INFO neutron.db.segments_db [None req-d0c4ed4d-0478-4ce2-9f15-2f717264a74e 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Added segment 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf of type vxlan for network 414ce633-4109-4b84-a03c-70272266541d [pid: 8|app: 0|req: 860/1582] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1583] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1584] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:47 2026] POST /v2.0/networks => generated 634 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1585] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:41:47 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:47.874 8 INFO neutron.db.segments_db [None req-8810fd1e-bf8f-49b1-a01f-4cf32432dba6 85cd75c5d2004559b5f7963ad3939a76 2c7694f6082345d2adf03468b8988160 - - default default] Added segment fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff of type vxlan for network c967f5d1-1563-4752-8854-759d22f042b0 [pid: 8|app: 0|req: 862/1586] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:47 2026] POST /v2.0/networks => generated 634 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:48.202 7 INFO neutron.db.l3_db [None req-af6acc70-0c7f-4bb9-84bd-d2cb53311cb1 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Floating IP 0a3f1494-4ac7-4622-8349-6408ebac270f associated. External IP: 10.96.250.219, port: 4716dd48-4777-4087-97d5-ea9aeef09fa9. [pid: 7|app: 0|req: 725/1587] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:41:47 2026] PUT /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 855 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1588] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:48 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:48.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f76769ec-4258-4ed1-8f22-3c5b0c106bad'] response: {'name': 'network-changed', 'server_uuid': '72ad32dc-eeb4-41d3-a516-6b036b9f242f', 'tag': '4716dd48-4777-4087-97d5-ea9aeef09fa9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 863/1589] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:48 2026] POST /v2.0/subnets => generated 1323 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1590] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:41:48 2026] GET /v2.0/subnets => generated 1959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1591] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:48 2026] DELETE /v2.0/subnets/f2566d24-44d8-4f7d-95f6-a90ad922f37d => 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: 865/1592] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/ports?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1593] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:49 2026] DELETE /v2.0/subnets/eeb45be3-221d-477e-9cc7-b297531694b4 => 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: 866/1594] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/networks?id=a42842db-cd21-48ef-ad06-f6099f694677 => generated 756 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1595] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/subnets => generated 649 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1596] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4716dd48-4777-4087-97d5-ea9aeef09fa9 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1597] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/subnets?id=d51f597b-4bba-40ca-bc66-a4d7b20ba28b => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1598] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/ports?network_id=a42842db-cd21-48ef-ad06-f6099f694677&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:49.377 7 INFO neutron.services.segments.plugin [-] Segment fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff resource provider aggregate not found 2026-05-15 16:41:49.382 7 INFO neutron.services.segments.plugin [-] Segment fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff resource provider aggregate not found [pid: 8|app: 0|req: 870/1599] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:41:49.420 7 INFO neutron.services.segments.plugin [-] Segment fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff found for delete ", "request_id": "req-f0b3e5d4-b40e-421d-a287-22f627ec06bd"}]} 2026-05-15 16:41:49.421 7 INFO neutron.services.segments.plugin [-] Segment fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4f1d48-be8b-4f5d-8240-1a0aa6c8daff found for delete ", "request_id": "req-8974e64d-0920-42fa-beef-d43269ad563c"}]} [pid: 7|app: 0|req: 730/1600] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:49 2026] DELETE /v2.0/networks/c967f5d1-1563-4752-8854-759d22f042b0 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1601] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1602] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:49 2026] DELETE /v2.0/networks/414ce633-4109-4b84-a03c-70272266541d => 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: 732/1603] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:49 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:49.711 8 INFO neutron.services.segments.plugin [-] Segment 426833ad-f7f5-46ce-a2bf-6d74dc94106b resource provider aggregate not found 2026-05-15 16:41:49.718 8 INFO neutron.services.segments.plugin [-] Segment 426833ad-f7f5-46ce-a2bf-6d74dc94106b resource provider aggregate not found 2026-05-15 16:41:49.729 8 INFO neutron.services.segments.plugin [-] Segment 426833ad-f7f5-46ce-a2bf-6d74dc94106b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 426833ad-f7f5-46ce-a2bf-6d74dc94106b found for delete ", "request_id": "req-1db9af6e-30bb-407d-a766-f9d58f78dab2"}]} 2026-05-15 16:41:49.735 8 INFO neutron.services.segments.plugin [-] Segment 426833ad-f7f5-46ce-a2bf-6d74dc94106b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 426833ad-f7f5-46ce-a2bf-6d74dc94106b found for delete ", "request_id": "req-83081f58-4859-4338-910f-8f00a2b7e36a"}]} [pid: 8|app: 0|req: 872/1604] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:49 2026] DELETE /v2.0/networks/4c1b984d-4f0c-4614-9607-a17d237767c8 => 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: 733/1605] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:49 2026] DELETE /v2.0/networks/3628ceac-4d1f-4320-a73f-87677e3e4ad7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1606] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:50 2026] GET /v2.0/security-groups?tenant_id=2c7694f6082345d2adf03468b8988160&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1607] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:41:50 2026] GET /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1608] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:50 2026] DELETE /v2.0/security-groups/4be76c73-09be-4571-b5ae-f5d711a61d54 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:51.441 7 INFO neutron.services.segments.plugin [-] Segment 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf resource provider aggregate not found 2026-05-15 16:41:51.447 7 INFO neutron.services.segments.plugin [-] Segment 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf resource provider aggregate not found 2026-05-15 16:41:51.460 7 INFO neutron.services.segments.plugin [-] Segment 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf found for delete ", "request_id": "req-db57390a-882b-49a4-9c72-83f30ae124e1"}]} 2026-05-15 16:41:51.466 7 INFO neutron.services.segments.plugin [-] Segment 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f3f5450-269b-4c00-9ca2-3c66f8de5fbf found for delete ", "request_id": "req-223517eb-340c-4978-89eb-3364f9a6ae9b"}]} 2026-05-15 16:41:51.471 7 INFO neutron.services.segments.plugin [-] Segment 881887b9-3501-4e9a-a5b7-c213b29612c8 resource provider aggregate not found 2026-05-15 16:41:51.484 7 INFO neutron.services.segments.plugin [-] Segment 881887b9-3501-4e9a-a5b7-c213b29612c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 881887b9-3501-4e9a-a5b7-c213b29612c8 found for delete ", "request_id": "req-bbdb4f57-a789-4b5f-af7e-639336793a13"}]} 2026-05-15 16:41:51.485 7 INFO neutron.services.segments.plugin [-] Segment 881887b9-3501-4e9a-a5b7-c213b29612c8 resource provider aggregate not found 2026-05-15 16:41:51.496 7 INFO neutron.services.segments.plugin [-] Segment 881887b9-3501-4e9a-a5b7-c213b29612c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 881887b9-3501-4e9a-a5b7-c213b29612c8 found for delete ", "request_id": "req-715480a0-e9bf-4f62-bf88-fa89f24063c4"}]} [pid: 8|app: 0|req: 875/1609] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1610] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1611] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1612] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1613] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:41:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1614] 10.0.0.138 () {34 vars in 767 bytes} [Fri May 15 16:41:52 2026] PUT /v2.0/security-groups/023be24b-7445-44e0-ade9-515d6ec30d44/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1615] 10.0.0.138 () {34 vars in 767 bytes} [Fri May 15 16:41:52 2026] PUT /v2.0/security-groups/83658e67-18a2-4c78-bdca-853f32558b8f/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1616] 10.0.0.138 () {34 vars in 767 bytes} [Fri May 15 16:41:52 2026] PUT /v2.0/security-groups/bcdafada-0cdc-4838-a883-f90588cecc1a/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: 880/1617] 10.0.0.138 () {34 vars in 767 bytes} [Fri May 15 16:41:52 2026] PUT /v2.0/security-groups/296edb34-007f-42f6-9d59-a33ecd52488e/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1618] 10.0.0.138 () {32 vars in 680 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1619] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1620] 10.0.0.138 () {32 vars in 690 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1621] 10.0.0.138 () {32 vars in 702 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1622] 10.0.0.138 () {32 vars in 688 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:52.706 7 INFO neutron.db.segments_db [None req-30bd0d7a-7e59-4c98-909f-108039627d1d 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Added segment 03482be4-38d7-4c0d-98ff-418cd943b590 of type vxlan for network 4636e991-6d5a-459e-9720-40cb21be2304 [pid: 8|app: 0|req: 886/1623] 10.0.0.138 () {32 vars in 702 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1624] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:52 2026] POST /v2.0/networks => generated 629 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1625] 10.0.0.138 () {32 vars in 698 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1626] 10.0.0.138 () {32 vars in 710 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1627] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:52 2026] DELETE /v2.0/security-groups/023be24b-7445-44e0-ade9-515d6ec30d44 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1628] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:41:52 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 891/1629] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:52 2026] DELETE /v2.0/security-groups/83658e67-18a2-4c78-bdca-853f32558b8f => 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: 892/1630] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:41:53 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 7|app: 0|req: 739/1631] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:52 2026] POST /v2.0/ports => generated 778 bytes in 318 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: 893/1632] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:53 2026] DELETE /v2.0/security-groups/bcdafada-0cdc-4838-a883-f90588cecc1a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:53.177 7 INFO neutron.db.segments_db [None req-7045f71e-d003-4262-8d72-69de2d33fc4c 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Added segment 715f92ad-d416-4496-9be3-ad8715f213fc of type vxlan for network a9b0a5a9-2584-437d-a2d5-afdf5b9d4dcf [pid: 8|app: 0|req: 894/1633] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:53 2026] DELETE /v2.0/security-groups/296edb34-007f-42f6-9d59-a33ecd52488e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1634] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:53 2026] POST /v2.0/networks => generated 617 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1635] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:53 2026] DELETE /v2.0/security-groups/b044ebc2-d309-4774-b05b-9f089a250b80 => 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: 741/1636] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:53 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: 896/1637] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:53 2026] POST /v2.0/ports => generated 961 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:53.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-4873c004-0e16-4019-806f-cc8f7f9a0b4b 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] TaaS: Handle Delete Port: db0fcb9b-6b5a-4cb5-854a-424a31d28873 2026-05-15 16:41:53.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4873c004-0e16-4019-806f-cc8f7f9a0b4b 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Tap Mirror: Handle Delete Port: db0fcb9b-6b5a-4cb5-854a-424a31d28873 [pid: 7|app: 0|req: 742/1638] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:53 2026] DELETE /v2.0/ports/db0fcb9b-6b5a-4cb5-854a-424a31d28873 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:54.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff6f4df3-21c6-4376-9826-fbf93c6d9ee9 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1639] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:54 2026] DELETE /v2.0/ports/db0fcb9b-6b5a-4cb5-854a-424a31d28873 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:54.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f1169fd-bc7a-4d45-86d9-1413731b10c9 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1640] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:54 2026] GET /v2.0/ports/db0fcb9b-6b5a-4cb5-854a-424a31d28873 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 745/1641] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:54 2026] DELETE /v2.0/subnets/7ed80074-c6da-4117-a108-5de873008206 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1642] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:54 2026] GET /v2.0/security-groups?tenant_id=132945d627064a29a4058e59d9bf0807&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:54.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-d03c2ae0-6b35-49b3-8a2f-89e84779a3b7 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] TaaS: Handle Delete Port: 8866df07-dc55-4649-b837-1680b5055327 2026-05-15 16:41:54.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d03c2ae0-6b35-49b3-8a2f-89e84779a3b7 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Tap Mirror: Handle Delete Port: 8866df07-dc55-4649-b837-1680b5055327 [pid: 8|app: 0|req: 898/1643] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:54 2026] DELETE /v2.0/security-groups/4c87bd4c-d4cc-4018-878e-d467131f9a00 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:54.586 7 INFO neutron.services.segments.plugin [-] Segment 715f92ad-d416-4496-9be3-ad8715f213fc resource provider aggregate not found 2026-05-15 16:41:54.595 7 INFO neutron.services.segments.plugin [-] Segment 715f92ad-d416-4496-9be3-ad8715f213fc resource provider aggregate not found 2026-05-15 16:41:54.611 7 INFO neutron.services.segments.plugin [-] Segment 715f92ad-d416-4496-9be3-ad8715f213fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 715f92ad-d416-4496-9be3-ad8715f213fc found for delete ", "request_id": "req-f6a8f850-e232-498c-aeec-43c4d335ad37"}]} 2026-05-15 16:41:54.614 7 INFO neutron.services.segments.plugin [-] Segment 715f92ad-d416-4496-9be3-ad8715f213fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 715f92ad-d416-4496-9be3-ad8715f213fc found for delete ", "request_id": "req-4b311735-fa7c-4a6a-845e-d4789a62ad32"}]} [pid: 7|app: 0|req: 746/1644] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:54 2026] DELETE /v2.0/networks/a9b0a5a9-2584-437d-a2d5-afdf5b9d4dcf => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:54.704 7 INFO neutron.db.segments_db [None req-f46fb32a-f1f6-4e88-9560-0cfb7d58badc 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Added segment 4a5fdda6-7455-43c1-9667-9c525fdc330f of type vxlan for network d1c2ba1b-221f-4b51-8156-5066579da8ed [pid: 8|app: 0|req: 899/1645] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:54 2026] GET /v2.0/security-groups?tenant_id=8daa21d236cd4c4eac6b7f0243793959&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1646] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:41:54 2026] POST /v2.0/networks => generated 616 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1647] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:54 2026] DELETE /v2.0/security-groups/e4e30484-f6b8-4562-8add-1e64314e163d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1648] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:41:54 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1649] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:55 2026] GET /v2.0/security-groups?tenant_id=303b7af2e8c94598b5d9b49df7b18261&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1650] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:55 2026] DELETE /v2.0/security-groups/18007352-fd13-43a7-9c2f-711a166a1d69 => 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: 749/1651] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:55 2026] POST /v2.0/ports => generated 927 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:41:55.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3baf9f-ff49-46fe-81d2-fc96a1a51367 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] TaaS: Handle Delete Port: ffc770cf-e62b-4fda-b9ce-394a9d63b2ce 2026-05-15 16:41:55.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3baf9f-ff49-46fe-81d2-fc96a1a51367 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Tap Mirror: Handle Delete Port: ffc770cf-e62b-4fda-b9ce-394a9d63b2ce [pid: 8|app: 0|req: 903/1652] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:55 2026] DELETE /v2.0/ports/ffc770cf-e62b-4fda-b9ce-394a9d63b2ce => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:55.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1af2fc98-81c4-41ab-80f0-e7bda1a59e34 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1653] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:55 2026] GET /v2.0/ports/ffc770cf-e62b-4fda-b9ce-394a9d63b2ce => 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: 904/1654] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:55 2026] DELETE /v2.0/subnets/36413c5e-88a1-4ea0-8537-8ef3250490ec => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:41:56.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bbd31e8-4a54-4150-9f7e-b9bf2410d7be 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] TaaS: Handle Delete Port: 3af9ae84-2013-401f-b659-72a110a2d721 2026-05-15 16:41:56.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bbd31e8-4a54-4150-9f7e-b9bf2410d7be 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Tap Mirror: Handle Delete Port: 3af9ae84-2013-401f-b659-72a110a2d721 2026-05-15 16:41:56.190 8 INFO neutron.services.segments.plugin [-] Segment 4a5fdda6-7455-43c1-9667-9c525fdc330f resource provider aggregate not found 2026-05-15 16:41:56.197 8 INFO neutron.services.segments.plugin [-] Segment 4a5fdda6-7455-43c1-9667-9c525fdc330f resource provider aggregate not found 2026-05-15 16:41:56.209 8 INFO neutron.services.segments.plugin [-] Segment 4a5fdda6-7455-43c1-9667-9c525fdc330f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a5fdda6-7455-43c1-9667-9c525fdc330f found for delete ", "request_id": "req-ab3cfab9-24fb-4b40-8e38-9f3158792bee"}]} 2026-05-15 16:41:56.218 8 INFO neutron.services.segments.plugin [-] Segment 4a5fdda6-7455-43c1-9667-9c525fdc330f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a5fdda6-7455-43c1-9667-9c525fdc330f found for delete ", "request_id": "req-be2f1a40-1fb9-46d2-a331-850752d33d5d"}]} [pid: 8|app: 0|req: 906/1657] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:55 2026] DELETE /v2.0/networks/d1c2ba1b-221f-4b51-8156-5066579da8ed => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1658] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:41:56 2026] POST /v2.0/ports => generated 779 bytes in 282 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: 753/1659] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:41:56 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1660] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:41:56 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1661] 10.0.0.138 () {34 vars in 737 bytes} [Fri May 15 16:41:56 2026] PUT /v2.0/ports/8073299c-1f33-4f5d-8361-b3052dde7b04 => generated 752 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:56.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-af81e13b-3fef-43b1-bd81-198f3a7d3e0b 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] TaaS: Handle Delete Port: 8073299c-1f33-4f5d-8361-b3052dde7b04 2026-05-15 16:41:56.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af81e13b-3fef-43b1-bd81-198f3a7d3e0b 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Tap Mirror: Handle Delete Port: 8073299c-1f33-4f5d-8361-b3052dde7b04 [pid: 7|app: 0|req: 755/1662] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:56 2026] DELETE /v2.0/ports/8073299c-1f33-4f5d-8361-b3052dde7b04 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 908/1663] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:41:57 2026] GET /v2.0/ports => generated 781 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:57.066 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d82f6569-1cd0-4fa5-a9d9-ce0cb58b823c 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1664] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:57 2026] GET /v2.0/ports/8073299c-1f33-4f5d-8361-b3052dde7b04 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1665] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:41:57 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1666] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:41:57 2026] GET /v2.0/ports/decc8bb0-c9a6-4f02-a329-dd919136bbb4 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:41:57.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1b75a3a-dd75-4607-86e0-830ac63eaeac 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1667] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:57 2026] DELETE /v2.0/ports/ffc770cf-e62b-4fda-b9ce-394a9d63b2ce => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:57.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0b5cfa2-7fc4-403e-8a3c-d8ef2ee59702 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1668] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:57 2026] DELETE /v2.0/subnets/36413c5e-88a1-4ea0-8537-8ef3250490ec => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:57.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91678244-758e-4cfd-8cc0-ef419fa7fcce 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1669] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:41:57 2026] DELETE /v2.0/subnets/7ed80074-c6da-4117-a108-5de873008206 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:41:57.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-4851acd0-b3cd-423d-9b47-a1a53f797e7a 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] TaaS: Handle Delete Port: decc8bb0-c9a6-4f02-a329-dd919136bbb4 2026-05-15 16:41:57.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4851acd0-b3cd-423d-9b47-a1a53f797e7a 8706149e48474a9b9f3b5132582af825 5d94bb6dc0de4bbd8cd080776e862290 - - default default] Tap Mirror: Handle Delete Port: decc8bb0-c9a6-4f02-a329-dd919136bbb4 [pid: 7|app: 0|req: 759/1670] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:41:57 2026] DELETE /v2.0/ports/decc8bb0-c9a6-4f02-a329-dd919136bbb4 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1671] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:41:57 2026] DELETE /v2.0/networks/4636e991-6d5a-459e-9720-40cb21be2304 => 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: 760/1672] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:41:58 2026] GET /v2.0/security-groups?tenant_id=5d94bb6dc0de4bbd8cd080776e862290&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:41:58.243 8 INFO neutron.services.segments.plugin [-] Segment 03482be4-38d7-4c0d-98ff-418cd943b590 resource provider aggregate not found 2026-05-15 16:41:58.250 8 INFO neutron.services.segments.plugin [-] Segment 03482be4-38d7-4c0d-98ff-418cd943b590 resource provider aggregate not found 2026-05-15 16:41:58.264 8 INFO neutron.services.segments.plugin [-] Segment 03482be4-38d7-4c0d-98ff-418cd943b590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03482be4-38d7-4c0d-98ff-418cd943b590 found for delete ", "request_id": "req-8f87c4ff-edeb-4c2e-ae94-cafda7db7e35"}]} 2026-05-15 16:41:58.270 8 INFO neutron.services.segments.plugin [-] Segment 03482be4-38d7-4c0d-98ff-418cd943b590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03482be4-38d7-4c0d-98ff-418cd943b590 found for delete ", "request_id": "req-8f7204a3-31ab-4232-b4a1-aaabc8ab9a87"}]} [pid: 8|app: 0|req: 913/1673] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:41:58 2026] DELETE /v2.0/security-groups/3aa14220-d03f-4e92-a89a-e5903d851a8b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:41:58.407 7 INFO neutron.db.segments_db [None req-22647eff-3153-4c93-b766-1162266f2bac df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] Added segment c8aa38f5-7e69-4886-b504-b8281ba23e9a of type vxlan for network e406fe5f-19ee-42ac-b20c-ea66c92fb516 2026-05-15 16:41:58.664 7 INFO neutron.db.l3_hamode_db [None req-22647eff-3153-4c93-b766-1162266f2bac df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:41:58.783 7 INFO neutron.db.l3_hamode_db [None req-22647eff-3153-4c93-b766-1162266f2bac df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 761/1674] 10.0.0.138 () {34 vars in 668 bytes} [Fri May 15 16:41:58 2026] POST /v2.0/routers => generated 474 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1675] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:41:59 2026] PUT /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1676] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:41:59 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1677] 10.0.0.138 () {34 vars in 762 bytes} [Fri May 15 16:41:59 2026] PUT /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/green => generated 4 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1678] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:41:59 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1679] 10.0.0.138 () {34 vars in 758 bytes} [Fri May 15 16:41:59 2026] PUT /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/red => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1680] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:42:00 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:00.348 7 INFO neutron.db.segments_db [None req-abdb0895-9a94-48ff-bc46-7c6299bcbd8b 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment 0274844e-0d59-49f8-a15c-7e741be138c9 of type vxlan for network 51b46a1e-5bd9-4d89-8ae2-82a7e38404e2 [pid: 8|app: 0|req: 918/1681] 10.0.0.138 () {34 vars in 780 bytes} [Fri May 15 16:42:00 2026] PUT /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/black.or.white => generated 4 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1682] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:00 2026] POST /v2.0/networks => generated 611 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:00.510 7 INFO neutron.db.segments_db [None req-225497d2-f9b3-400b-b308-8f1c2653391c 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment 5a2add02-8733-4efd-a1b3-e7f98f318909 of type vxlan for network 28a4a4fc-b9fa-4269-bd83-98a490a950e6 [pid: 8|app: 0|req: 919/1683] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:42:00 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 52 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1684] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:00 2026] POST /v2.0/networks => generated 611 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1685] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:42:00 2026] PUT /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1686] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:42:00 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1687] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:00 2026] POST /v2.0/subnets => generated 626 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1688] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:00 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/red => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:00.924 8 INFO neutron.api.v2.resource [None req-177e2c3f-de66-4272-aa79-b1dbab57cc92 df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1689] 10.0.0.138 () {32 vars in 743 bytes} [Fri May 15 16:42:00 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1690] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:00 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1691] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:42:00 2026] DELETE /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/red => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:01.076 7 INFO neutron.db.segments_db [None req-9f6590bc-5ad6-40b0-87d8-f7c02769fd05 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment 65bacfd4-5a8d-47ec-98a1-166ef08075cc of type vxlan for network 8cdbe79a-fe58-45e4-a423-f8d90c9d85ae [pid: 8|app: 0|req: 925/1692] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:42:01 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:01.228 8 INFO neutron.api.v2.resource [None req-a072a567-876d-4ba1-877c-68dbd43b2e4b df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1693] 10.0.0.138 () {32 vars in 746 bytes} [Fri May 15 16:42:01 2026] DELETE /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-15 16:42:01.317 7 INFO neutron.db.l3_hamode_db [None req-9f6590bc-5ad6-40b0-87d8-f7c02769fd05 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 927/1694] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:42:01 2026] DELETE /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:01.430 7 INFO neutron.db.l3_hamode_db [None req-9f6590bc-5ad6-40b0-87d8-f7c02769fd05 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 928/1695] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:42:01 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12/tags => generated 12 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1696] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:42:01 2026] GET /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1697] 10.0.0.138 () {34 vars in 742 bytes} [Fri May 15 16:42:01 2026] PUT /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12 => generated 480 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1698] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:01 2026] POST /v2.0/routers => generated 507 bytes in 984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1699] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:02 2026] GET /v2.0/ports?device_id=a17fd7db-6f1f-4912-a588-0bea0f4e3e12 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:02.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-003404e4-c11d-4317-9ee7-d1cf8e0c61c1 df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] TaaS: Handle Delete Port: 9e5e2857-83c4-4d66-9ad5-ee73783c5142 2026-05-15 16:42:02.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-003404e4-c11d-4317-9ee7-d1cf8e0c61c1 df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] Tap Mirror: Handle Delete Port: 9e5e2857-83c4-4d66-9ad5-ee73783c5142 2026-05-15 16:42:02.532 7 INFO neutron.services.segments.plugin [-] Segment c8aa38f5-7e69-4886-b504-b8281ba23e9a resource provider aggregate not found 2026-05-15 16:42:02.538 7 INFO neutron.services.segments.plugin [-] Segment c8aa38f5-7e69-4886-b504-b8281ba23e9a resource provider aggregate not found 2026-05-15 16:42:02.558 7 INFO neutron.services.segments.plugin [-] Segment c8aa38f5-7e69-4886-b504-b8281ba23e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8aa38f5-7e69-4886-b504-b8281ba23e9a found for delete ", "request_id": "req-62c627b3-ba46-4b77-9842-4799dfe6df94"}]} 2026-05-15 16:42:02.562 7 INFO neutron.services.segments.plugin [-] Segment c8aa38f5-7e69-4886-b504-b8281ba23e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8aa38f5-7e69-4886-b504-b8281ba23e9a found for delete ", "request_id": "req-5390cc04-1e18-47b2-967a-90c487c5accb"}]} 2026-05-15 16:42:02.571 7 INFO neutron.db.l3_hamode_db [None req-003404e4-c11d-4317-9ee7-d1cf8e0c61c1 df551fb6f39949a6a001ff0141884f46 88265db9fd384b079a2a938a2235d4ca - - default default] HA network e406fe5f-19ee-42ac-b20c-ea66c92fb516 was deleted as no HA routers are present in tenant 88265db9fd384b079a2a938a2235d4ca. [pid: 7|app: 0|req: 770/1700] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:02 2026] DELETE /v2.0/routers/a17fd7db-6f1f-4912-a588-0bea0f4e3e12 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1701] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:02 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1702] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:02 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 773/1703] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:02 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 774/1704] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:02 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 931/1705] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:02 2026] PUT /v2.0/routers/682f05a3-492a-4ab3-9716-63ff1d6d3d49/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1706] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:42:03 2026] GET /v2.0/ports/9d7245e7-e18d-44c4-b198-9c2396a1319b => generated 955 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1707] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:03 2026] GET /v2.0/security-groups?tenant_id=88265db9fd384b079a2a938a2235d4ca&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1708] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:03 2026] DELETE /v2.0/security-groups/53b3a5d5-f85a-4000-9427-513f1cea5f7d => 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: 777/1709] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:03 2026] GET /v2.0/security-groups?tenant_id=11f57db69dfd4b849f61e1425c1fb420&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1710] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:03 2026] DELETE /v2.0/security-groups/f55e8c7b-8be1-4f1f-bf4c-429e59e9b572 => 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: 779/1711] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:03 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 780/1712] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:04 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1713] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:03 2026] PUT /v2.0/routers/682f05a3-492a-4ab3-9716-63ff1d6d3d49/add_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1714] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:42:04 2026] GET /v2.0/ports/8167f3ed-d909-4245-a1cd-8dd12eabb698 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:04.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-05896e5a-0998-4e1f-a8e5-abb946ec125d 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 8167f3ed-d909-4245-a1cd-8dd12eabb698 2026-05-15 16:42:04.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05896e5a-0998-4e1f-a8e5-abb946ec125d 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 8167f3ed-d909-4245-a1cd-8dd12eabb698 [pid: 7|app: 0|req: 782/1715] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:05 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 783/1716] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:05 2026] GET /v2.0/security-groups?id=998b76b6-fc5d-4a41-8c6c-a152d17f3709&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: 784/1717] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:42:05 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:05.542 7 INFO neutron_taas.services.taas.taas_plugin [req-c8b5ff36-1f2c-4c7c-bb39-3607dcbc4be5 req-676306b3-ad08-4a7a-aca2-eaf9a4cba582 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] TaaS: Handle Delete Port: 5003339a-4242-4a47-8e8a-69f64936606c 2026-05-15 16:42:05.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8b5ff36-1f2c-4c7c-bb39-3607dcbc4be5 req-676306b3-ad08-4a7a-aca2-eaf9a4cba582 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] Tap Mirror: Handle Delete Port: 5003339a-4242-4a47-8e8a-69f64936606c 2026-05-15 16:42:05.661 7 INFO neutron.db.l3_db [req-c8b5ff36-1f2c-4c7c-bb39-3607dcbc4be5 req-676306b3-ad08-4a7a-aca2-eaf9a4cba582 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] Floating IP 6b83bd6a-9f7c-46e1-8279-a0ba89153b5a disassociated. External IP: 10.96.250.211, port: 5003339a-4242-4a47-8e8a-69f64936606c. [pid: 8|app: 0|req: 934/1718] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:04 2026] PUT /v2.0/routers/682f05a3-492a-4ab3-9716-63ff1d6d3d49/remove_router_interface => generated 309 bytes in 1360 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1719] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:42:05 2026] DELETE /v2.0/ports/5003339a-4242-4a47-8e8a-69f64936606c => generated 0 bytes in 553 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:06.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cd56f43-9fc0-4340-aac5-2986f89aac07'] response: {'server_uuid': '73a41520-74bb-40b1-867f-b8d2c8363422', 'name': 'network-vif-deleted', 'tag': '5003339a-4242-4a47-8e8a-69f64936606c', 'status': 'completed', 'code': 200} 2026-05-15 16:42:06.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-0166c286-9c90-491b-91f7-d2cc35b85c54 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 9d7245e7-e18d-44c4-b198-9c2396a1319b 2026-05-15 16:42:06.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0166c286-9c90-491b-91f7-d2cc35b85c54 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 9d7245e7-e18d-44c4-b198-9c2396a1319b [pid: 7|app: 0|req: 786/1720] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:06 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 935/1721] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:05 2026] PUT /v2.0/routers/682f05a3-492a-4ab3-9716-63ff1d6d3d49/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1722] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:06 2026] GET /v2.0/ports?device_id=682f05a3-492a-4ab3-9716-63ff1d6d3d49 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:06.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-b030466c-7c40-4b48-aed4-0ee682336919 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 77ae1a6a-cc1f-4f8f-9dac-7442298e90c6 2026-05-15 16:42:06.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b030466c-7c40-4b48-aed4-0ee682336919 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 77ae1a6a-cc1f-4f8f-9dac-7442298e90c6 2026-05-15 16:42:07.212 8 INFO neutron.services.segments.plugin [-] Segment 65bacfd4-5a8d-47ec-98a1-166ef08075cc resource provider aggregate not found 2026-05-15 16:42:07.215 8 INFO neutron.services.segments.plugin [-] Segment 65bacfd4-5a8d-47ec-98a1-166ef08075cc resource provider aggregate not found 2026-05-15 16:42:07.230 8 INFO neutron.services.segments.plugin [-] Segment 65bacfd4-5a8d-47ec-98a1-166ef08075cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bacfd4-5a8d-47ec-98a1-166ef08075cc found for delete ", "request_id": "req-d947899d-b221-44eb-b6c0-bab323dc33e8"}]} 2026-05-15 16:42:07.236 8 INFO neutron.services.segments.plugin [-] Segment 65bacfd4-5a8d-47ec-98a1-166ef08075cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bacfd4-5a8d-47ec-98a1-166ef08075cc found for delete ", "request_id": "req-be0c0dc9-174d-4190-aeed-bedaf0444002"}]} 2026-05-15 16:42:07.245 8 INFO neutron.db.l3_hamode_db [None req-b030466c-7c40-4b48-aed4-0ee682336919 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] HA network 8cdbe79a-fe58-45e4-a423-f8d90c9d85ae was deleted as no HA routers are present in tenant e90111c139534861b8300506ea1a37b8. [pid: 8|app: 0|req: 936/1723] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:06 2026] DELETE /v2.0/routers/682f05a3-492a-4ab3-9716-63ff1d6d3d49 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1724] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:42:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1725] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/subnets/5dd76016-2d22-40fd-b3cc-432b53f01eff => 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: 789/1726] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:42:07 2026] PUT /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1727] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1728] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => 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: 792/1729] 10.0.0.138 () {34 vars in 770 bytes} [Fri May 15 16:42:07 2026] PUT /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1730] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1731] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/subnets/9546d835-5190-48bd-b1f6-5d7e92080038 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1732] 10.0.0.138 () {34 vars in 766 bytes} [Fri May 15 16:42:07 2026] PUT /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1733] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:07.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-baaf47b5-8ed7-4b27-bd2c-088cf50922f3 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 88ef2c64-c7d2-4868-b966-dc670804bc00 2026-05-15 16:42:07.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baaf47b5-8ed7-4b27-bd2c-088cf50922f3 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 88ef2c64-c7d2-4868-b966-dc670804bc00 [pid: 7|app: 0|req: 796/1734] 10.0.0.138 () {34 vars in 788 bytes} [Fri May 15 16:42:07 2026] PUT /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1735] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1736] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:42:07 2026] PUT /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1737] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1738] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/networks/28a4a4fc-b9fa-4269-bd83-98a490a950e6 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1739] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:07.857 7 INFO neutron.api.v2.resource [None req-e94de141-a495-4a81-b70b-e36960b5d0c2 6567ffc80fb64c039c114f47351c3e45 25197a371ae643fea06771f65f9f5aa4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1740] 10.0.0.138 () {32 vars in 751 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-15 16:42:07.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4af8c8f-0ee6-4a45-8bdc-5fbbdf771be5 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 26a6de0c-1264-4a62-8ad2-48c5a1c417f0 [pid: 7|app: 0|req: 802/1741] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:07.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4af8c8f-0ee6-4a45-8bdc-5fbbdf771be5 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 26a6de0c-1264-4a62-8ad2-48c5a1c417f0 [pid: 7|app: 0|req: 803/1742] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:07 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:07.956 7 INFO neutron.api.v2.resource [None req-4e6163ac-54e6-4d20-9401-d7e6811f24f6 6567ffc80fb64c039c114f47351c3e45 25197a371ae643fea06771f65f9f5aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1743] 10.0.0.138 () {32 vars in 754 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/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: 805/1744] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1745] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:42:08 2026] GET /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721/tags => 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: 940/1746] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:07 2026] DELETE /v2.0/networks/51b46a1e-5bd9-4d89-8ae2-82a7e38404e2 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1747] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:08 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1748] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:08 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1749] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:42:08 2026] DELETE /v2.0/subnetpools/fd6690ad-3152-4e5e-a74f-fdd738566721 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:08.178 7 INFO neutron.db.segments_db [None req-5c365333-f37f-47a5-8ecd-f4c2bc7947d5 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment ee42ec36-7890-4cd3-b6fb-ed5955976300 of type vxlan for network f6325063-7a08-49bb-a383-f27a9f2c1dcd [pid: 7|app: 0|req: 809/1750] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:08 2026] POST /v2.0/networks => generated 610 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1751] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:08 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:08.521 7 INFO neutron.db.segments_db [None req-88b21667-7d82-4b43-99bb-6e2664f5fd51 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment 745f5a89-0c60-4849-bc3d-49f10a539f6d of type vxlan for network 5a0944fe-e9d4-4438-9701-1b85358b0990 [pid: 8|app: 0|req: 943/1752] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:08 2026] GET /v2.0/ports?device_id=73a41520-74bb-40b1-867f-b8d2c8363422 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:08.708 7 INFO neutron.db.l3_hamode_db [None req-88b21667-7d82-4b43-99bb-6e2664f5fd51 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:42:08.822 7 INFO neutron.db.l3_hamode_db [None req-88b21667-7d82-4b43-99bb-6e2664f5fd51 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 944/1753] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:08 2026] GET /v2.0/security-groups?tenant_id=25197a371ae643fea06771f65f9f5aa4&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1754] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:09 2026] DELETE /v2.0/security-groups/ba46c225-6563-464b-ac3a-49af21f1582b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:09.252 8 INFO neutron.services.segments.plugin [-] Segment 5a2add02-8733-4efd-a1b3-e7f98f318909 resource provider aggregate not found 2026-05-15 16:42:09.266 8 INFO neutron.services.segments.plugin [-] Segment 5a2add02-8733-4efd-a1b3-e7f98f318909 resource provider aggregate not found 2026-05-15 16:42:09.273 8 INFO neutron.services.segments.plugin [-] Segment 5a2add02-8733-4efd-a1b3-e7f98f318909 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a2add02-8733-4efd-a1b3-e7f98f318909 found for delete ", "request_id": "req-b00f0d32-7794-40f2-835a-2c6cab39f09e"}]} 2026-05-15 16:42:09.286 8 INFO neutron.services.segments.plugin [-] Segment 0274844e-0d59-49f8-a15c-7e741be138c9 resource provider aggregate not found 2026-05-15 16:42:09.291 8 INFO neutron.services.segments.plugin [-] Segment 5a2add02-8733-4efd-a1b3-e7f98f318909 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a2add02-8733-4efd-a1b3-e7f98f318909 found for delete ", "request_id": "req-9d17dc90-1fdd-455c-bf5f-1679b6a0eb28"}]} 2026-05-15 16:42:09.303 8 INFO neutron.services.segments.plugin [-] Segment 0274844e-0d59-49f8-a15c-7e741be138c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0274844e-0d59-49f8-a15c-7e741be138c9 found for delete ", "request_id": "req-c89ba186-f3a2-4050-b56e-c46111fc9654"}]} [pid: 8|app: 0|req: 946/1755] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:09 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:09.312 8 INFO neutron.services.segments.plugin [-] Segment 0274844e-0d59-49f8-a15c-7e741be138c9 resource provider aggregate not found 2026-05-15 16:42:09.328 8 INFO neutron.services.segments.plugin [-] Segment 0274844e-0d59-49f8-a15c-7e741be138c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0274844e-0d59-49f8-a15c-7e741be138c9 found for delete ", "request_id": "req-ca8fa271-3a45-4f6f-925a-8dbbc2aef561"}]} [pid: 7|app: 0|req: 810/1756] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:08 2026] POST /v2.0/routers => generated 505 bytes in 962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1757] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:09 2026] GET /v2.0/security-groups?tenant_id=2ca44c6b6bd446f9a24ea40065132524&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: 811/1758] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:09 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&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: 812/1759] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:09 2026] DELETE /v2.0/security-groups/c35cbb0a-b520-4133-a33c-aab9509fdf1d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1760] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:09 2026] DELETE /v2.0/security-groups/998b76b6-fc5d-4a41-8c6c-a152d17f3709 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:09.750 7 INFO neutron.api.v2.resource [None req-f9ffb547-fff1-4f09-8276-0451736406ee 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1761] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:42:09 2026] GET /v2.0/security-groups/998b76b6-fc5d-4a41-8c6c-a152d17f3709 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1762] 10.0.0.138 () {34 vars in 665 bytes} [Fri May 15 16:42:09 2026] POST /v2.0/ports => generated 948 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:42:09.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-88c2e120-541e-43e8-9891-723f655b53b5 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] TaaS: Handle Delete Port: b50a25fe-3b04-42fe-b762-55d6defc5280 2026-05-15 16:42:09.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88c2e120-541e-43e8-9891-723f655b53b5 67641b19b09a4b76828a79a6cb53b30a 475ea5e7b767447daaef862b6bd3c5e1 - - default default] Tap Mirror: Handle Delete Port: b50a25fe-3b04-42fe-b762-55d6defc5280 [pid: 7|app: 0|req: 815/1763] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:42:09 2026] DELETE /v2.0/floatingips/6b83bd6a-9f7c-46e1-8279-a0ba89153b5a => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:10.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe2de2aa-6cd5-4373-9c6d-313642aa4443 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: c59c88cc-9f52-408d-ab5d-ed5495238d07 2026-05-15 16:42:10.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe2de2aa-6cd5-4373-9c6d-313642aa4443 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: c59c88cc-9f52-408d-ab5d-ed5495238d07 [pid: 8|app: 0|req: 949/1764] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:09 2026] PUT /v2.0/routers/8afc40f4-a6d4-46aa-80c7-7214816e894c/add_router_interface => generated 309 bytes in 1231 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: 950/1765] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:42:11 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1766] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:10 2026] PUT /v2.0/routers/2f45039d-61a7-4db4-aa41-49038cc0d5df/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1769] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:11 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1770] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:42:11 2026] GET /v2.0/ports/4ee28e26-1787-4ec1-bd0d-7008d1f7703e => generated 1022 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:42:11.192 8 INFO neutron_taas.services.taas.taas_plugin [req-aa4ccbb2-0644-4152-bd46-678a24ca2748 req-f31c607c-9fe4-4aae-b3a9-313ba8e8691a d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 4716dd48-4777-4087-97d5-ea9aeef09fa9 2026-05-15 16:42:11.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aa4ccbb2-0644-4152-bd46-678a24ca2748 req-f31c607c-9fe4-4aae-b3a9-313ba8e8691a d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 4716dd48-4777-4087-97d5-ea9aeef09fa9 2026-05-15 16:42:11.310 8 INFO neutron.db.l3_db [req-aa4ccbb2-0644-4152-bd46-678a24ca2748 req-f31c607c-9fe4-4aae-b3a9-313ba8e8691a d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Floating IP 0a3f1494-4ac7-4622-8349-6408ebac270f disassociated. External IP: 10.96.250.219, port: 4716dd48-4777-4087-97d5-ea9aeef09fa9. 2026-05-15 16:42:11.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-879a0b36-2115-484d-bc92-e34f81b92fe7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: a134e0cb-c742-4a5a-9124-c4cd53e006cd 2026-05-15 16:42:11.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-879a0b36-2115-484d-bc92-e34f81b92fe7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: a134e0cb-c742-4a5a-9124-c4cd53e006cd 2026-05-15 16:42:11.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-879a0b36-2115-484d-bc92-e34f81b92fe7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: b2f61f02-c127-4fb8-af96-0a42e9192f89 2026-05-15 16:42:11.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-879a0b36-2115-484d-bc92-e34f81b92fe7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: b2f61f02-c127-4fb8-af96-0a42e9192f89 [pid: 8|app: 0|req: 952/1771] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:42:11 2026] DELETE /v2.0/ports/4716dd48-4777-4087-97d5-ea9aeef09fa9 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1772] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:11 2026] GET /v2.0/security-groups?id=2db571a2-e2b8-4568-b489-d0d700b067bb&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:11.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a229ed3e-7562-44cb-9376-c2de027bfc68'] response: {'server_uuid': '72ad32dc-eeb4-41d3-a516-6b036b9f242f', 'name': 'network-vif-deleted', 'tag': '4716dd48-4777-4087-97d5-ea9aeef09fa9', 'status': 'completed', 'code': 200} 2026-05-15 16:42:11.977 7 INFO neutron.services.segments.plugin [-] Segment c9a0a8bf-db54-4950-ab44-2df8dd0b5783 resource provider aggregate not found 2026-05-15 16:42:11.980 7 INFO neutron.services.segments.plugin [-] Segment c9a0a8bf-db54-4950-ab44-2df8dd0b5783 resource provider aggregate not found 2026-05-15 16:42:11.992 7 INFO neutron.services.segments.plugin [-] Segment c9a0a8bf-db54-4950-ab44-2df8dd0b5783 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a0a8bf-db54-4950-ab44-2df8dd0b5783 found for delete ", "request_id": "req-10e61b93-36de-4423-8fd7-9e989ebd5f35"}]} 2026-05-15 16:42:12.004 7 INFO neutron.services.segments.plugin [-] Segment c9a0a8bf-db54-4950-ab44-2df8dd0b5783 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a0a8bf-db54-4950-ab44-2df8dd0b5783 found for delete ", "request_id": "req-712311af-3751-48b8-b9f0-802d655406d6"}]} 2026-05-15 16:42:12.007 7 INFO neutron.db.l3_hamode_db [None req-879a0b36-2115-484d-bc92-e34f81b92fe7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network 30d1136b-4feb-436f-baad-5c7f566b794d was deleted as no HA routers are present in tenant 475ea5e7b767447daaef862b6bd3c5e1. [pid: 7|app: 0|req: 820/1773] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:11 2026] DELETE /v2.0/routers/2f45039d-61a7-4db4-aa41-49038cc0d5df => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:12.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-254cd922-6ed2-4292-8b94-a98c9f2576f6 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 4ee28e26-1787-4ec1-bd0d-7008d1f7703e 2026-05-15 16:42:12.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-254cd922-6ed2-4292-8b94-a98c9f2576f6 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 4ee28e26-1787-4ec1-bd0d-7008d1f7703e [pid: 7|app: 0|req: 821/1774] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:12 2026] DELETE /v2.0/subnets/dc642609-8d27-4fcc-95dd-44138ce187e8 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:12.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-c30fd4cc-e0e2-4cd4-a29f-c78a48d09bbc 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 8c1ebbfb-147a-46c6-a070-d2eaad9ccc8e 2026-05-15 16:42:12.308 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c30fd4cc-e0e2-4cd4-a29f-c78a48d09bbc 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 8c1ebbfb-147a-46c6-a070-d2eaad9ccc8e [pid: 7|app: 0|req: 822/1775] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:12 2026] DELETE /v2.0/networks/7ee7cc00-fc06-4ddc-8362-c61291dc3d8c => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1776] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:11 2026] PUT /v2.0/routers/8afc40f4-a6d4-46aa-80c7-7214816e894c/remove_router_interface => generated 309 bytes in 781 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: 955/1777] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:12 2026] GET /v2.0/security-groups?tenant_id=475ea5e7b767447daaef862b6bd3c5e1&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1778] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:12 2026] DELETE /v2.0/security-groups/9f6243f3-f3aa-4abe-a353-20963235c295 => 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: 957/1779] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:12 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:13.049 7 INFO neutron.api.v2.resource [None req-ad7c8a14-13b4-4bb0-adbb-1b932ba50f28 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1780] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:12 2026] PUT /v2.0/routers/8afc40f4-a6d4-46aa-80c7-7214816e894c/remove_router_interface => generated 197 bytes in 539 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1781] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:13 2026] GET /v2.0/ports?device_id=8afc40f4-a6d4-46aa-80c7-7214816e894c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:13.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfddaf3e-009c-4e95-95bb-253ce70727c5 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: b2bc7394-c8b2-4b49-b85e-9462fb3df874 2026-05-15 16:42:13.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfddaf3e-009c-4e95-95bb-253ce70727c5 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: b2bc7394-c8b2-4b49-b85e-9462fb3df874 [pid: 8|app: 0|req: 959/1782] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:13 2026] GET /v2.0/security-groups?tenant_id=2eea84e061f4440aa2083c964f2b3fe9&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1783] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:13 2026] DELETE /v2.0/security-groups/96fa53e2-7b6c-4e65-905f-3f17533ccaa1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:13.685 7 INFO neutron.db.l3_hamode_db [None req-cfddaf3e-009c-4e95-95bb-253ce70727c5 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] HA network 5a0944fe-e9d4-4438-9701-1b85358b0990 was deleted as no HA routers are present in tenant e90111c139534861b8300506ea1a37b8. [pid: 7|app: 0|req: 824/1784] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:13 2026] DELETE /v2.0/routers/8afc40f4-a6d4-46aa-80c7-7214816e894c => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1785] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:13 2026] GET /v2.0/security-groups?tenant_id=a7709938f06c48f382c5f310a250ea89&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: 825/1786] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:13 2026] DELETE /v2.0/subnets/c06f0c84-bec9-491a-8f6a-e24de71afb45 => 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: 962/1787] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:13 2026] DELETE /v2.0/security-groups/0614b801-ccc4-4b86-99e4-da680285501c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:13.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-f95e592a-b01a-4707-b8d0-3ecfe7ed3c5c 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: a3865cf9-f11e-47b3-9500-0674ba4066db 2026-05-15 16:42:13.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f95e592a-b01a-4707-b8d0-3ecfe7ed3c5c 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: a3865cf9-f11e-47b3-9500-0674ba4066db [pid: 8|app: 0|req: 963/1788] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:13 2026] GET /v2.0/ports?device_id=72ad32dc-eeb4-41d3-a516-6b036b9f242f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:14.027 7 INFO neutron.services.segments.plugin [-] Segment 9ec94e67-291b-4cfb-ada7-e35c5fe87235 resource provider aggregate not found 2026-05-15 16:42:14.030 7 INFO neutron.services.segments.plugin [-] Segment 9ec94e67-291b-4cfb-ada7-e35c5fe87235 resource provider aggregate not found 2026-05-15 16:42:14.050 7 INFO neutron.services.segments.plugin [-] Segment 9ec94e67-291b-4cfb-ada7-e35c5fe87235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec94e67-291b-4cfb-ada7-e35c5fe87235 found for delete ", "request_id": "req-bce28cf2-e365-4f5e-b249-b7554a2d169f"}]} 2026-05-15 16:42:14.055 7 INFO neutron.services.segments.plugin [-] Segment 9ec94e67-291b-4cfb-ada7-e35c5fe87235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec94e67-291b-4cfb-ada7-e35c5fe87235 found for delete ", "request_id": "req-10448f7f-1442-4f51-a1b1-b7f16cd01a29"}]} 2026-05-15 16:42:14.078 7 INFO neutron.services.segments.plugin [-] Segment 745f5a89-0c60-4849-bc3d-49f10a539f6d resource provider aggregate not found 2026-05-15 16:42:14.081 7 INFO neutron.services.segments.plugin [-] Segment 745f5a89-0c60-4849-bc3d-49f10a539f6d resource provider aggregate not found 2026-05-15 16:42:14.101 7 INFO neutron.services.segments.plugin [-] Segment 745f5a89-0c60-4849-bc3d-49f10a539f6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745f5a89-0c60-4849-bc3d-49f10a539f6d found for delete ", "request_id": "req-0bd281a3-7750-4eb8-99c3-9c029c557670"}]} 2026-05-15 16:42:14.102 7 INFO neutron.services.segments.plugin [-] Segment 745f5a89-0c60-4849-bc3d-49f10a539f6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745f5a89-0c60-4849-bc3d-49f10a539f6d found for delete ", "request_id": "req-9a640a04-e627-4f4b-8920-9bc1e6a8b64f"}]} [pid: 7|app: 0|req: 826/1789] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:13 2026] DELETE /v2.0/networks/f6325063-7a08-49bb-a383-f27a9f2c1dcd => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:14.290 8 INFO neutron.db.segments_db [None req-0fd35ed9-6d98-4cf5-a670-61a0002e51b8 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment 571afb47-11d6-4e80-95fc-794f2613fa0e of type vxlan for network 1f6f5aa8-46fc-4074-a571-a64f25cfb9b5 [pid: 8|app: 0|req: 964/1790] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:14 2026] POST /v2.0/networks => generated 611 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1791] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:14 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:14.661 8 INFO neutron.db.segments_db [None req-00c4074e-3022-4dad-8a6b-90032bef2285 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment b87cbcbc-422a-47a0-b242-8804ac5204e1 of type vxlan for network 910d2417-4658-4ebc-98b2-bd696f613900 2026-05-15 16:42:14.900 8 INFO neutron.db.l3_hamode_db [None req-00c4074e-3022-4dad-8a6b-90032bef2285 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:42:15.050 8 INFO neutron.db.l3_hamode_db [None req-00c4074e-3022-4dad-8a6b-90032bef2285 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1792] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:15 2026] DELETE /v2.0/security-groups/2db571a2-e2b8-4568-b489-d0d700b067bb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:15.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-088821ca-7f18-4fa2-b7bf-fb530b8fd64a d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 372f0605-c839-4972-9970-6191edfff992 2026-05-15 16:42:15.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-088821ca-7f18-4fa2-b7bf-fb530b8fd64a d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 372f0605-c839-4972-9970-6191edfff992 [pid: 7|app: 0|req: 829/1793] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:42:15 2026] DELETE /v2.0/floatingips/0a3f1494-4ac7-4622-8349-6408ebac270f => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1794] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:14 2026] POST /v2.0/routers => generated 507 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1795] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:15 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1796] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:15 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:16.128 7 INFO neutron.services.segments.plugin [-] Segment ee42ec36-7890-4cd3-b6fb-ed5955976300 resource provider aggregate not found 2026-05-15 16:42:16.131 7 INFO neutron.services.segments.plugin [-] Segment ee42ec36-7890-4cd3-b6fb-ed5955976300 resource provider aggregate not found 2026-05-15 16:42:16.143 7 INFO neutron.services.segments.plugin [-] Segment ee42ec36-7890-4cd3-b6fb-ed5955976300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee42ec36-7890-4cd3-b6fb-ed5955976300 found for delete ", "request_id": "req-3894624b-441c-4720-92b6-cd06cbc54bde"}]} 2026-05-15 16:42:16.149 7 INFO neutron.services.segments.plugin [-] Segment ee42ec36-7890-4cd3-b6fb-ed5955976300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee42ec36-7890-4cd3-b6fb-ed5955976300 found for delete ", "request_id": "req-7d0fcaae-8004-4e95-bc09-fc3ff4e2a28f"}]} [pid: 8|app: 0|req: 966/1797] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:15 2026] PUT /v2.0/routers/f14fe3d7-917f-48e1-ad45-56a856e50464/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1798] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:16 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => 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: 833/1799] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:16 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&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: 967/1800] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:42:16 2026] GET /v2.0/ports/931a6e97-9e2d-498a-a0cd-15d4955a6ea2 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:17.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1312959-0c8f-4ffe-be75-6c7b45639b9a 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 931a6e97-9e2d-498a-a0cd-15d4955a6ea2 2026-05-15 16:42:17.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1312959-0c8f-4ffe-be75-6c7b45639b9a 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 931a6e97-9e2d-498a-a0cd-15d4955a6ea2 [pid: 8|app: 0|req: 968/1801] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:17 2026] GET /v2.0/security-groups?tenant_id=64ae7699227c4a8985d52d3cd7e9a750&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1802] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:17 2026] DELETE /v2.0/security-groups/5a99ae64-42fd-4962-8003-e3b8d4126a58 => 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: 834/1803] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:16 2026] PUT /v2.0/routers/f14fe3d7-917f-48e1-ad45-56a856e50464/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1804] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:17 2026] GET /v2.0/ports?device_id=f14fe3d7-917f-48e1-ad45-56a856e50464 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:18.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7b5b6f2-db26-4a9e-9031-5e8a51510360 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 1fad81e9-3fe0-4b2f-bc62-915b119b783c 2026-05-15 16:42:18.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7b5b6f2-db26-4a9e-9031-5e8a51510360 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 1fad81e9-3fe0-4b2f-bc62-915b119b783c [pid: 8|app: 0|req: 971/1805] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:17 2026] GET /v2.0/security-groups?tenant_id=42caff2cfe9142479f0e294154c19120&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1806] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:18 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1807] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:18 2026] DELETE /v2.0/security-groups/2d847894-a9f7-4fe8-ad9c-0ae99aae76c9 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1808] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:42:18 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => 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: 975/1809] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:18 2026] GET /v2.0/security-groups?id=0e5ee60f-faa8-43f7-ae88-541e579e8c4f&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:18.401 7 INFO neutron.services.segments.plugin [-] Segment b87cbcbc-422a-47a0-b242-8804ac5204e1 resource provider aggregate not found 2026-05-15 16:42:18.402 7 INFO neutron.services.segments.plugin [-] Segment b87cbcbc-422a-47a0-b242-8804ac5204e1 resource provider aggregate not found 2026-05-15 16:42:18.426 7 INFO neutron.services.segments.plugin [-] Segment b87cbcbc-422a-47a0-b242-8804ac5204e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87cbcbc-422a-47a0-b242-8804ac5204e1 found for delete ", "request_id": "req-840a0162-3619-40df-b2d3-fb4cda5c99f4"}]} 2026-05-15 16:42:18.429 7 INFO neutron.services.segments.plugin [-] Segment b87cbcbc-422a-47a0-b242-8804ac5204e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87cbcbc-422a-47a0-b242-8804ac5204e1 found for delete ", "request_id": "req-b211682f-72a0-4f71-94c3-ed65f0bc8947"}]} 2026-05-15 16:42:18.430 7 INFO neutron.db.l3_hamode_db [None req-c7b5b6f2-db26-4a9e-9031-5e8a51510360 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] HA network 910d2417-4658-4ebc-98b2-bd696f613900 was deleted as no HA routers are present in tenant e90111c139534861b8300506ea1a37b8. [pid: 7|app: 0|req: 835/1810] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:17 2026] DELETE /v2.0/routers/f14fe3d7-917f-48e1-ad45-56a856e50464 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:18.440 8 INFO neutron_taas.services.taas.taas_plugin [req-44264ad3-ee78-4739-afc7-8f10fa2cb9e2 req-f2c70ba6-2f85-4cc0-afe0-9fff5dfee7a7 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 70ca8998-9573-4ae9-8b62-cb5db59d1583 2026-05-15 16:42:18.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44264ad3-ee78-4739-afc7-8f10fa2cb9e2 req-f2c70ba6-2f85-4cc0-afe0-9fff5dfee7a7 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 70ca8998-9573-4ae9-8b62-cb5db59d1583 [pid: 8|app: 0|req: 976/1811] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:42:18 2026] DELETE /v2.0/ports/70ca8998-9573-4ae9-8b62-cb5db59d1583 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:18.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb926ffe-885d-4b9e-aee8-a60c9dcd44c9'] response: {'server_uuid': '032c86f9-ba81-4f3d-b842-e7d7636bbf7a', 'name': 'network-vif-deleted', 'tag': '70ca8998-9573-4ae9-8b62-cb5db59d1583', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 836/1812] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:18 2026] DELETE /v2.0/subnets/6002b7cb-3abe-47df-b4c1-8deac3bbdd5e => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:18.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d0e421d-f24e-493d-ae2c-ec09cbc82344 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: d7c281e6-236a-45b7-91dc-42a58346d2f8 2026-05-15 16:42:18.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d0e421d-f24e-493d-ae2c-ec09cbc82344 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: d7c281e6-236a-45b7-91dc-42a58346d2f8 2026-05-15 16:42:18.946 8 INFO neutron.services.segments.plugin [-] Segment 571afb47-11d6-4e80-95fc-794f2613fa0e resource provider aggregate not found 2026-05-15 16:42:18.953 8 INFO neutron.services.segments.plugin [-] Segment 571afb47-11d6-4e80-95fc-794f2613fa0e resource provider aggregate not found 2026-05-15 16:42:18.966 8 INFO neutron.services.segments.plugin [-] Segment 571afb47-11d6-4e80-95fc-794f2613fa0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571afb47-11d6-4e80-95fc-794f2613fa0e found for delete ", "request_id": "req-c923373f-c7fd-4748-822a-ad533b443a5e"}]} 2026-05-15 16:42:18.975 8 INFO neutron.services.segments.plugin [-] Segment 571afb47-11d6-4e80-95fc-794f2613fa0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571afb47-11d6-4e80-95fc-794f2613fa0e found for delete ", "request_id": "req-b890920a-d817-4eeb-9a0b-8f9c8a174696"}]} [pid: 8|app: 0|req: 977/1813] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:18 2026] DELETE /v2.0/networks/1f6f5aa8-46fc-4074-a571-a64f25cfb9b5 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:19.033 7 INFO neutron.db.segments_db [None req-2e43a8d5-60c0-4fc6-95d7-edef990db7ac 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Added segment c8484852-4c5f-429c-a251-405bd3e67e68 of type vxlan for network 96192b91-17a7-48c9-87da-5ebf81924c09 2026-05-15 16:42:19.289 7 INFO neutron.db.l3_hamode_db [None req-2e43a8d5-60c0-4fc6-95d7-edef990db7ac 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 978/1814] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:19 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:20.097 7 INFO neutron.db.l3_hamode_db [None req-2e43a8d5-60c0-4fc6-95d7-edef990db7ac 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 979/1815] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:20 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => 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: 837/1816] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:18 2026] POST /v2.0/routers => generated 687 bytes in 2168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1817] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:42:21 2026] GET /v2.0/routers/2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 693 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1818] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:42:21 2026] GET /v2.0/routers => generated 696 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1819] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:21 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => 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: 981/1820] 10.0.0.138 () {34 vars in 741 bytes} [Fri May 15 16:42:21 2026] PUT /v2.0/routers/2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 700 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1821] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:42:21 2026] GET /v2.0/routers/2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 700 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1822] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:21 2026] GET /v2.0/ports?device_id=2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:22.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-43350612-39d9-48a2-be70-5a28b1240d63 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: 0f9bb9f3-2ccd-48e4-841e-7d477c40821a 2026-05-15 16:42:22.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43350612-39d9-48a2-be70-5a28b1240d63 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: 0f9bb9f3-2ccd-48e4-841e-7d477c40821a 2026-05-15 16:42:22.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-43350612-39d9-48a2-be70-5a28b1240d63 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] TaaS: Handle Delete Port: df4d39ba-77a2-458b-8441-b2d3718c6cc1 2026-05-15 16:42:22.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43350612-39d9-48a2-be70-5a28b1240d63 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] Tap Mirror: Handle Delete Port: df4d39ba-77a2-458b-8441-b2d3718c6cc1 2026-05-15 16:42:22.804 7 INFO neutron.services.segments.plugin [-] Segment c8484852-4c5f-429c-a251-405bd3e67e68 resource provider aggregate not found 2026-05-15 16:42:22.809 7 INFO neutron.services.segments.plugin [-] Segment c8484852-4c5f-429c-a251-405bd3e67e68 resource provider aggregate not found [pid: 8|app: 0|req: 983/1823] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:22 2026] GET /v2.0/ports?device_id=032c86f9-ba81-4f3d-b842-e7d7636bbf7a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:22.826 7 INFO neutron.services.segments.plugin [-] Segment c8484852-4c5f-429c-a251-405bd3e67e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8484852-4c5f-429c-a251-405bd3e67e68 found for delete ", "request_id": "req-5d667b63-82bf-49b9-b28e-1f8ecb16231f"}]} 2026-05-15 16:42:22.829 7 INFO neutron.services.segments.plugin [-] Segment c8484852-4c5f-429c-a251-405bd3e67e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8484852-4c5f-429c-a251-405bd3e67e68 found for delete ", "request_id": "req-f5768f56-e66b-4ab9-a9a8-5f3d0354adb0"}]} 2026-05-15 16:42:22.830 7 INFO neutron.db.l3_hamode_db [None req-43350612-39d9-48a2-be70-5a28b1240d63 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] HA network 96192b91-17a7-48c9-87da-5ebf81924c09 was deleted as no HA routers are present in tenant e90111c139534861b8300506ea1a37b8. [pid: 7|app: 0|req: 841/1824] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:21 2026] DELETE /v2.0/routers/2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 0 bytes in 1028 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1825] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:22 2026] GET /v2.0/ports?device_id=2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:22.885 7 INFO neutron.api.v2.resource [None req-5d30da86-3d78-4432-99c9-b5f4490e4833 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1826] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:22 2026] DELETE /v2.0/routers/2332a451-32e9-4c5c-9af5-6478530f8f4a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1827] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:22 2026] GET /v2.0/ports?device_id=f14fe3d7-917f-48e1-ad45-56a856e50464 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:22.934 7 INFO neutron.api.v2.resource [None req-33ed8557-eaa2-49ab-aa2f-a3b203621291 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1828] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:22 2026] DELETE /v2.0/routers/f14fe3d7-917f-48e1-ad45-56a856e50464 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:22.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-316e37d4-f2a4-4e69-80fc-80debe9da411 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 986/1829] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:22 2026] DELETE /v2.0/subnets/6002b7cb-3abe-47df-b4c1-8deac3bbdd5e => 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: 844/1830] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:22 2026] GET /v2.0/ports?device_id=8afc40f4-a6d4-46aa-80c7-7214816e894c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:22.997 8 INFO neutron.api.v2.resource [None req-aec96985-3738-4781-9767-3df7c340f645 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/1831] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:22 2026] DELETE /v2.0/routers/8afc40f4-a6d4-46aa-80c7-7214816e894c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:23.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1b4dc2c-94d6-411e-b7eb-53c729a80f4e 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 845/1832] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/subnets/c06f0c84-bec9-491a-8f6a-e24de71afb45 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1833] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:42:23 2026] GET /v2.0/ports?device_id=682f05a3-492a-4ab3-9716-63ff1d6d3d49 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:23.060 7 INFO neutron.api.v2.resource [None req-3f8201f0-093c-4488-920f-ab5110e9f5d7 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1834] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/routers/682f05a3-492a-4ab3-9716-63ff1d6d3d49 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:23.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1361ea91-5a28-4fa2-a174-59e5dbbf5643 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 989/1835] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/subnets/5dd76016-2d22-40fd-b3cc-432b53f01eff => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:23.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4a26b54-86eb-4743-b0e9-f8c9181dbd73 37d6e619dace4f3a9135c06e76795168 e90111c139534861b8300506ea1a37b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1836] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/subnets/9546d835-5190-48bd-b1f6-5d7e92080038 => 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: 848/1837] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:23 2026] GET /v2.0/security-groups?tenant_id=e90111c139534861b8300506ea1a37b8&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1838] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:23 2026] GET /v2.0/security-groups?tenant_id=b0222c3c99654635a34779b23f4b5a92&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1839] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/security-groups/8265100f-0227-457c-b930-762307faf602 => 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: 991/1840] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/security-groups/1dc93dd0-db60-4bea-82da-eae9efbfadd1 => 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: 850/1841] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:23 2026] DELETE /v2.0/security-groups/0e5ee60f-faa8-43f7-ae88-541e579e8c4f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1842] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:23 2026] GET /v2.0/security-groups?tenant_id=ca0ca3885a8f41b69e9d8a043490b7d1&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1843] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:24 2026] DELETE /v2.0/security-groups/39fb5838-78df-4f49-a8ab-00a28cd4e3f3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:24.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-4164d84f-6c33-4172-bed8-fd20e4d77009 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 4d1fb453-8ce0-41b6-8b7b-798b37558c31 2026-05-15 16:42:24.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4164d84f-6c33-4172-bed8-fd20e4d77009 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 4d1fb453-8ce0-41b6-8b7b-798b37558c31 [pid: 7|app: 0|req: 851/1844] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:42:24 2026] PUT /v2.0/routers/2bf46015-491d-4ebb-812f-5e206f7d4e71/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1845] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:24 2026] DELETE /v2.0/subnets/d51f597b-4bba-40ca-bc66-a4d7b20ba28b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:25.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-c25a3d8c-3ec9-419d-963a-2a84dff4b6ee d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 55e7eb6a-5525-405c-a8a2-453e699591f1 2026-05-15 16:42:25.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25a3d8c-3ec9-419d-963a-2a84dff4b6ee d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 55e7eb6a-5525-405c-a8a2-453e699591f1 2026-05-15 16:42:25.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-c25a3d8c-3ec9-419d-963a-2a84dff4b6ee d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 3da206fa-d192-49c5-b698-383056c02c68 2026-05-15 16:42:25.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25a3d8c-3ec9-419d-963a-2a84dff4b6ee d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 3da206fa-d192-49c5-b698-383056c02c68 [pid: 8|app: 0|req: 995/1846] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:42:25 2026] POST /v2.0/subnetpools => generated 549 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1847] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:42:25 2026] GET /v2.0/subnetpools/a9e118c3-c0c9-4fb3-8cb0-9f7e24a1ab55 => generated 549 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:25.808 7 INFO neutron.services.segments.plugin [-] Segment 949b01c9-d099-445b-bcdb-bfed8807eb4b resource provider aggregate not found 2026-05-15 16:42:25.814 7 INFO neutron.services.segments.plugin [-] Segment 949b01c9-d099-445b-bcdb-bfed8807eb4b resource provider aggregate not found 2026-05-15 16:42:25.831 7 INFO neutron.services.segments.plugin [-] Segment 949b01c9-d099-445b-bcdb-bfed8807eb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 949b01c9-d099-445b-bcdb-bfed8807eb4b found for delete ", "request_id": "req-2fe5f46d-fdf2-497c-b568-e4daa4d6dc01"}]} 2026-05-15 16:42:25.836 7 INFO neutron.services.segments.plugin [-] Segment 949b01c9-d099-445b-bcdb-bfed8807eb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 949b01c9-d099-445b-bcdb-bfed8807eb4b found for delete ", "request_id": "req-c87d931f-8cb0-4904-83d2-7037d3afeba7"}]} 2026-05-15 16:42:25.846 7 INFO neutron.db.l3_hamode_db [None req-c25a3d8c-3ec9-419d-963a-2a84dff4b6ee d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] HA network a624f80c-5704-4383-9893-840d78c9596b was deleted as no HA routers are present in tenant 3aaa04f5b9ac4a0eafc2cbf22ecc1b95. [pid: 7|app: 0|req: 852/1848] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:25 2026] DELETE /v2.0/routers/2bf46015-491d-4ebb-812f-5e206f7d4e71 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1849] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:42:25 2026] PUT /v2.0/subnetpools/a9e118c3-c0c9-4fb3-8cb0-9f7e24a1ab55 => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1850] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:42:25 2026] DELETE /v2.0/subnetpools/a9e118c3-c0c9-4fb3-8cb0-9f7e24a1ab55 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:25.947 8 INFO neutron.api.v2.resource [None req-39130ebc-c721-4891-aa11-6907a2ceac04 4ee104a6edcc4fefa30799aeadba796f edb18375fd3243e28eec2d51c8f61092 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/1853] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:42:25 2026] GET /v2.0/subnetpools/a9e118c3-c0c9-4fb3-8cb0-9f7e24a1ab55 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:25.958 8 INFO neutron.api.v2.resource [None req-fd8a50b1-bd4f-4870-bd89-0c139f9206f0 4ee104a6edcc4fefa30799aeadba796f edb18375fd3243e28eec2d51c8f61092 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1002/1854] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:42:25 2026] DELETE /v2.0/subnetpools/a9e118c3-c0c9-4fb3-8cb0-9f7e24a1ab55 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:25.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b649631-8eec-45da-90f8-0b05bcc5bb81 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] TaaS: Handle Delete Port: 1820ddf5-b2b5-4463-83ea-78c2abf3f6f9 2026-05-15 16:42:25.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b649631-8eec-45da-90f8-0b05bcc5bb81 d8756c72b0a34cdfbda285d19bc57c6f 3aaa04f5b9ac4a0eafc2cbf22ecc1b95 - - default default] Tap Mirror: Handle Delete Port: 1820ddf5-b2b5-4463-83ea-78c2abf3f6f9 [pid: 7|app: 0|req: 853/1855] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:25 2026] DELETE /v2.0/networks/a42842db-cd21-48ef-ad06-f6099f694677 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1856] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:26 2026] GET /v2.0/security-groups?tenant_id=edb18375fd3243e28eec2d51c8f61092&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1857] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:26 2026] DELETE /v2.0/security-groups/0e8d7eb1-2ddc-4f7c-bf14-21723d6c90ad => 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: 854/1858] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:26 2026] GET /v2.0/security-groups?tenant_id=3aaa04f5b9ac4a0eafc2cbf22ecc1b95&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1859] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:27 2026] DELETE /v2.0/security-groups/9e4c9a8f-b2dd-406d-9660-ea6cbcbcc2ba => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1860] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:27 2026] GET /v2.0/security-groups?tenant_id=6b41260b0f014261973a03104d286cc7&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: 1006/1861] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:27 2026] DELETE /v2.0/security-groups/90470087-f010-48cd-84a4-fcf566600677 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:27.852 7 INFO neutron.services.segments.plugin [-] Segment afbfd882-d869-4d35-8cc3-f87a89ac7d01 resource provider aggregate not found 2026-05-15 16:42:27.857 7 INFO neutron.services.segments.plugin [-] Segment afbfd882-d869-4d35-8cc3-f87a89ac7d01 resource provider aggregate not found 2026-05-15 16:42:27.868 7 INFO neutron.services.segments.plugin [-] Segment afbfd882-d869-4d35-8cc3-f87a89ac7d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbfd882-d869-4d35-8cc3-f87a89ac7d01 found for delete ", "request_id": "req-3b68b433-c8af-4f77-9f2f-5e239a9fd960"}]} 2026-05-15 16:42:27.871 7 INFO neutron.services.segments.plugin [-] Segment afbfd882-d869-4d35-8cc3-f87a89ac7d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbfd882-d869-4d35-8cc3-f87a89ac7d01 found for delete ", "request_id": "req-8ca544ce-3322-4be9-b4f1-8deeda90ec76"}]} [pid: 7|app: 0|req: 856/1862] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:28 2026] GET /v2.0/security-groups?tenant_id=83a39fd87c76427db090007466beff9b&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1863] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:28 2026] DELETE /v2.0/security-groups/7dc7808a-ba60-422d-98a2-0eed9a7ab50b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1864] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:28 2026] GET /v2.0/security-groups?tenant_id=2a44fc73e7eb4361979d2410fbede55d&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1865] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:28 2026] DELETE /v2.0/security-groups/7f11799a-64db-4ee9-b964-d982db18f6a3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:29.806 7 INFO neutron.db.segments_db [None req-14f51e7a-ddec-43c2-91e6-5d05c0f33793 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment c84ed5b2-5f4c-4508-887a-fe71f6ccb210 of type vxlan for network 910ae761-2f32-47f6-b53f-61920a3dd24d [pid: 7|app: 0|req: 858/1866] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:42:29 2026] POST /v2.0/networks => generated 721 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1867] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:29 2026] POST /v2.0/subnets => generated 688 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:30.164 7 INFO neutron.db.segments_db [None req-c0eb7a7a-4cc4-45ba-83ae-e4b5e22952c4 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 of type vxlan for network b0510c31-daba-431b-b8f4-c35d6b2a4137 2026-05-15 16:42:30.417 7 INFO neutron.db.l3_hamode_db [None req-c0eb7a7a-4cc4-45ba-83ae-e4b5e22952c4 5cf0c763b1814e7b89ad188323c029ca 7018360ba9b145c7a902e1834836cecb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:42:31.152 7 INFO neutron.db.l3_hamode_db [None req-c0eb7a7a-4cc4-45ba-83ae-e4b5e22952c4 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1010/1868] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:31 2026] GET /v2.0/security-groups?tenant_id=763e6cdff7c741b8a396187fad28cf31&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1869] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:31 2026] DELETE /v2.0/security-groups/c8ea05a6-987e-45c3-a548-e3e68bc687d9 => 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: 1012/1870] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:31 2026] GET /v2.0/security-groups?tenant_id=9f769d8f96184dd1a304faed7e7b686f&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1871] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:30 2026] POST /v2.0/routers => generated 728 bytes in 1949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1872] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:31 2026] DELETE /v2.0/security-groups/ce37bfca-5606-424e-95be-b817eeecf29a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1873] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:32 2026] GET /v2.0/security-groups?tenant_id=985469d96c434715bdf1553149dc6140&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1874] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:32 2026] DELETE /v2.0/security-groups/c84e2239-5510-47ea-9a99-798752fac639 => 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: 860/1875] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:32 2026] PUT /v2.0/routers/e2dcc04a-da4c-4348-ab22-ba08ec5835c8/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:33.682 8 INFO neutron.db.segments_db [None req-979fff63-d1cb-4b95-bfc0-9973333b837e cb3b487a021c479fb51d9641b2c045f6 41238f4095134197b441c8ee05613d81 - - default default] Added segment c806688d-283f-4961-9709-62753b552b91 of type vxlan for network 72cf410d-fd22-4d15-bdd0-7a719e4aeadc [pid: 8|app: 0|req: 1016/1876] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:33 2026] POST /v2.0/networks => generated 627 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:34.375 7 INFO neutron.db.segments_db [None req-92461e8e-b174-4975-a597-f216d19ca817 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce of type vxlan for network 62e12528-de44-477a-a81a-09cc97d5eb4b [pid: 7|app: 0|req: 861/1877] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:42:34 2026] POST /v2.0/networks => generated 722 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1878] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:34 2026] POST /v2.0/subnets => generated 673 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:34.560 8 INFO neutron.db.segments_db [None req-686acb5a-62b3-41df-b4e0-ef0a6ea532b3 cb3b487a021c479fb51d9641b2c045f6 41238f4095134197b441c8ee05613d81 - - default default] Added segment b23c2e8b-aaa8-4e67-9420-bb04cde860e0 of type vxlan for network a36de1b9-1967-40e4-a516-3cc1bf4da092 [pid: 7|app: 0|req: 862/1879] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:34 2026] POST /v2.0/subnets => generated 688 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1880] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:34 2026] POST /v2.0/networks => generated 628 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:34.690 7 INFO neutron.db.segments_db [None req-2f851742-f5a8-4192-b04c-a6ded51e1c9a 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 539fac54-9b41-4a18-975c-a445e488f5be of type vxlan for network d9a2251e-d04e-40bb-b212-4820db2a82e5 [pid: 8|app: 0|req: 1019/1881] 10.0.0.138 () {34 vars in 743 bytes} [Fri May 15 16:42:34 2026] PUT /v2.0/networks/a36de1b9-1967-40e4-a516-3cc1bf4da092 => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:34.940 7 INFO neutron.db.l3_hamode_db [None req-2f851742-f5a8-4192-b04c-a6ded51e1c9a 5cf0c763b1814e7b89ad188323c029ca 105ccc82a13246009c6f7598db44aa3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1020/1882] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:34 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1883] 10.0.0.138 () {34 vars in 741 bytes} [Fri May 15 16:42:35 2026] PUT /v2.0/subnets/64c91cbc-ae4e-41d5-8a96-c8ad75d3b5c1 => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:35.341 8 INFO neutron.services.segments.plugin [-] Segment b23c2e8b-aaa8-4e67-9420-bb04cde860e0 resource provider aggregate not found 2026-05-15 16:42:35.352 8 INFO neutron.services.segments.plugin [-] Segment b23c2e8b-aaa8-4e67-9420-bb04cde860e0 resource provider aggregate not found 2026-05-15 16:42:35.364 8 INFO neutron.services.segments.plugin [-] Segment b23c2e8b-aaa8-4e67-9420-bb04cde860e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23c2e8b-aaa8-4e67-9420-bb04cde860e0 found for delete ", "request_id": "req-6318fae9-d227-420e-b3c3-5a1252a715ce"}]} [pid: 8|app: 0|req: 1022/1884] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:35 2026] DELETE /v2.0/networks/a36de1b9-1967-40e4-a516-3cc1bf4da092 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:35.377 8 INFO neutron.services.segments.plugin [-] Segment b23c2e8b-aaa8-4e67-9420-bb04cde860e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23c2e8b-aaa8-4e67-9420-bb04cde860e0 found for delete ", "request_id": "req-44e1f094-6df4-4f46-a203-8f951af71f6d"}]} 2026-05-15 16:42:35.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3accd76c-f73b-460c-9e29-6e3158bef7e2 cb3b487a021c479fb51d9641b2c045f6 41238f4095134197b441c8ee05613d81 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/1885] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:35 2026] DELETE /v2.0/networks/a36de1b9-1967-40e4-a516-3cc1bf4da092 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1886] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:42:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1887] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:42:35 2026] GET /v2.0/subnets?network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => 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: 1026/1888] 10.0.0.138 () {32 vars in 653 bytes} [Fri May 15 16:42:35 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: 1027/1889] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:42:35 2026] GET /v2.0/networks => generated 1311 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1890] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:42:35 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1891] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:42:35 2026] GET /v2.0/networks/72cf410d-fd22-4d15-bdd0-7a719e4aeadc => generated 671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:35.658 7 INFO neutron.db.l3_hamode_db [None req-2f851742-f5a8-4192-b04c-a6ded51e1c9a 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1030/1892] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:42:35 2026] GET /v2.0/subnets/a019f6c9-f160-43c2-853e-3b4ef8578b25 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:35.710 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66add33a-ca70-43d9-89ad-ceccb6c9425c cb3b487a021c479fb51d9641b2c045f6 41238f4095134197b441c8ee05613d81 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/1893] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:35 2026] DELETE /v2.0/subnets/64c91cbc-ae4e-41d5-8a96-c8ad75d3b5c1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:35.727 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b8091d4-62ed-4e80-b669-b52371770e09 cb3b487a021c479fb51d9641b2c045f6 41238f4095134197b441c8ee05613d81 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/1894] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:35 2026] DELETE /v2.0/networks/a36de1b9-1967-40e4-a516-3cc1bf4da092 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1895] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:35 2026] DELETE /v2.0/subnets/a019f6c9-f160-43c2-853e-3b4ef8578b25 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1896] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:35 2026] DELETE /v2.0/networks/72cf410d-fd22-4d15-bdd0-7a719e4aeadc => 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: 863/1897] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:34 2026] POST /v2.0/routers => generated 728 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1898] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:36 2026] GET /v2.0/security-groups?tenant_id=41238f4095134197b441c8ee05613d81&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1899] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:36 2026] DELETE /v2.0/security-groups/dcad2d56-7f1c-4b7e-b6e6-5f758933eac0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:42:37.385 8 INFO neutron.services.segments.plugin [-] Segment c806688d-283f-4961-9709-62753b552b91 resource provider aggregate not found 2026-05-15 16:42:37.397 8 INFO neutron.services.segments.plugin [-] Segment c806688d-283f-4961-9709-62753b552b91 resource provider aggregate not found 2026-05-15 16:42:37.405 8 INFO neutron.services.segments.plugin [-] Segment c806688d-283f-4961-9709-62753b552b91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c806688d-283f-4961-9709-62753b552b91 found for delete ", "request_id": "req-11eb4730-a831-4259-b40e-307cedabdbec"}]} 2026-05-15 16:42:37.411 8 INFO neutron.services.segments.plugin [-] Segment c806688d-283f-4961-9709-62753b552b91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c806688d-283f-4961-9709-62753b552b91 found for delete ", "request_id": "req-e810b26b-cf0b-4e33-9ccf-35ef2111d374"}]} [pid: 8|app: 0|req: 1035/1900] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:36 2026] PUT /v2.0/routers/19785882-3af3-4fe6-bdc6-adfb790371a8/add_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1901] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:38 2026] GET /v2.0/security-groups?tenant_id=31a6aabe2e5e41748b1cfb2128d8e7a6&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: 1036/1902] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:38 2026] DELETE /v2.0/security-groups/e30ded1c-380c-4d41-a173-1b3a49cff964 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1903] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:42:38 2026] POST /v2.0/security-groups => generated 1673 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1904] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1905] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:38 2026] GET /v2.0/security-groups?tenant_id=55b2149572cf4ec795fa18a1f92421e4&name=default => generated 2925 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1906] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1907] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:38 2026] DELETE /v2.0/security-groups/fb135500-b460-4d90-8f40-4349a6390ade => 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: 869/1908] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:38 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: 1040/1909] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:38.977 8 INFO neutron.db.securitygroups_db [None req-eb8ee9d2-c588-4b2c-a7ca-97b58ddf87a0 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] Project 7018360ba9b145c7a902e1834836cecb added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-15 16:42:39.220 7 INFO neutron.db.segments_db [None req-719bb593-a65b-4c29-af84-3f93cb7ba29f 58aef198c780453ab18d5393449d969f ccd9fee1690e4f4db1cf8eb982bab5d7 - - default default] Added segment 345e78b6-d06d-4c9e-85e4-2f4ae750b10a of type vxlan for network 53980771-a6c3-48de-a5c8-4dcad7579b43 [pid: 8|app: 0|req: 1041/1910] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:39.357 8 INFO neutron.db.securitygroups_db [None req-77f3bc3a-2385-4e55-a084-a04792251820 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] Project 7018360ba9b145c7a902e1834836cecb 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: 870/1911] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:38 2026] POST /v2.0/networks => generated 624 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1912] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1913] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:39 2026] POST /v2.0/subnets => generated 641 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:39.831 8 INFO neutron.db.segments_db [None req-4c50bda1-6f5a-44fc-b319-4f7d4f5b1cc7 58aef198c780453ab18d5393449d969f ccd9fee1690e4f4db1cf8eb982bab5d7 - - default default] Added segment d6989974-c5c7-44d0-9c00-3fb709b00d4d of type vxlan for network be4d4158-b27f-49fd-b3e7-77580f6c3a52 [pid: 8|app: 0|req: 1043/1914] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:42:39 2026] POST /v2.0/networks => generated 624 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1915] 10.0.0.138 () {34 vars in 743 bytes} [Fri May 15 16:42:39 2026] PUT /v2.0/networks/be4d4158-b27f-49fd-b3e7-77580f6c3a52 => generated 592 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1916] 10.0.0.138 () {34 vars in 685 bytes} [Fri May 15 16:42:39 2026] POST /v2.0/security-groups => generated 1659 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1917] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1918] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:40 2026] POST /v2.0/subnets => generated 626 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1919] 10.0.0.138 () {34 vars in 741 bytes} [Fri May 15 16:42:40 2026] PUT /v2.0/subnets/042b2c09-6330-48e7-99f2-f0401380c89c => generated 636 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1920] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:42:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:40.752 8 INFO neutron.services.segments.plugin [-] Segment d6989974-c5c7-44d0-9c00-3fb709b00d4d resource provider aggregate not found 2026-05-15 16:42:40.756 8 INFO neutron.services.segments.plugin [-] Segment d6989974-c5c7-44d0-9c00-3fb709b00d4d resource provider aggregate not found 2026-05-15 16:42:40.774 8 INFO neutron.services.segments.plugin [-] Segment d6989974-c5c7-44d0-9c00-3fb709b00d4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6989974-c5c7-44d0-9c00-3fb709b00d4d found for delete ", "request_id": "req-74876e14-cc1c-437e-b047-6a034e2c0581"}]} 2026-05-15 16:42:40.779 8 INFO neutron.services.segments.plugin [-] Segment d6989974-c5c7-44d0-9c00-3fb709b00d4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6989974-c5c7-44d0-9c00-3fb709b00d4d found for delete ", "request_id": "req-44c4bc7f-86c0-4a16-a4ce-33e0ccffd8c1"}]} [pid: 8|app: 0|req: 1047/1921] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:40 2026] DELETE /v2.0/networks/be4d4158-b27f-49fd-b3e7-77580f6c3a52 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:40.793 8 INFO neutron.pecan_wsgi.hooks.translation [None req-189830cf-7cb3-4179-83a4-78831f545891 58aef198c780453ab18d5393449d969f ccd9fee1690e4f4db1cf8eb982bab5d7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1048/1922] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:40 2026] DELETE /v2.0/networks/be4d4158-b27f-49fd-b3e7-77580f6c3a52 => 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: 1049/1923] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:42:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1924] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:42:40 2026] GET /v2.0/subnets?network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1925] 10.0.0.138 () {32 vars in 653 bytes} [Fri May 15 16:42:40 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1928] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:42:40 2026] GET /v2.0/networks => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1929] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:42:40 2026] GET /v2.0/subnets => generated 1280 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1930] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:42:40 2026] GET /v2.0/networks/53980771-a6c3-48de-a5c8-4dcad7579b43 => generated 668 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1931] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/subnets/ad65f045-33e2-44e6-bdb5-8d4db5f4c63d => generated 641 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:41.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9976c937-c944-4566-9870-d4cda81c4c19 58aef198c780453ab18d5393449d969f ccd9fee1690e4f4db1cf8eb982bab5d7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/1932] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:41 2026] DELETE /v2.0/subnets/042b2c09-6330-48e7-99f2-f0401380c89c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:42:41.065 8 INFO neutron.pecan_wsgi.hooks.translation [None req-258916e6-73fb-4e3a-8479-02d20368fced 58aef198c780453ab18d5393449d969f ccd9fee1690e4f4db1cf8eb982bab5d7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/1933] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:41 2026] DELETE /v2.0/networks/be4d4158-b27f-49fd-b3e7-77580f6c3a52 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1934] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:42:40 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1935] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:42:41 2026] DELETE /v2.0/subnets/ad65f045-33e2-44e6-bdb5-8d4db5f4c63d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1936] 10.0.0.215 () {34 vars in 1098 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--382141946&fields=id&tenant_id=7018360ba9b145c7a902e1834836cecb => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1937] 10.0.0.215 () {34 vars in 1098 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-169480031&fields=id&tenant_id=7018360ba9b145c7a902e1834836cecb => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:41.335 7 INFO neutron.services.segments.plugin [-] Segment 345e78b6-d06d-4c9e-85e4-2f4ae750b10a resource provider aggregate not found 2026-05-15 16:42:41.335 7 INFO neutron.services.segments.plugin [-] Segment 345e78b6-d06d-4c9e-85e4-2f4ae750b10a resource provider aggregate not found 2026-05-15 16:42:41.359 7 INFO neutron.services.segments.plugin [-] Segment 345e78b6-d06d-4c9e-85e4-2f4ae750b10a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345e78b6-d06d-4c9e-85e4-2f4ae750b10a found for delete ", "request_id": "req-506619fc-f221-419e-bad7-4e87d1194651"}]} [pid: 8|app: 0|req: 1063/1938] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/networks?id=910ae761-2f32-47f6-b53f-61920a3dd24d => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1939] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:42:41 2026] DELETE /v2.0/networks/53980771-a6c3-48de-a5c8-4dcad7579b43 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:42:41.373 7 INFO neutron.services.segments.plugin [-] Segment 345e78b6-d06d-4c9e-85e4-2f4ae750b10a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345e78b6-d06d-4c9e-85e4-2f4ae750b10a found for delete ", "request_id": "req-85a41f89-b8e9-4e06-802d-5c0a1672376c"}]} [pid: 8|app: 0|req: 1064/1940] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/quotas/7018360ba9b145c7a902e1834836cecb => 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: 877/1941] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/ports?tenant_id=7018360ba9b145c7a902e1834836cecb&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1942] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d?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: 878/1943] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d?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: 1066/1944] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => 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: 879/1945] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:41 2026] GET /v2.0/security-groups?tenant_id=ccd9fee1690e4f4db1cf8eb982bab5d7&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1946] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:42 2026] DELETE /v2.0/security-groups/ea728378-4dec-4a92-bde6-1e006417704f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1947] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:42 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => 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: 1068/1948] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:42 2026] GET /v2.0/security-groups?tenant_id=21fb1951adc94adebc8594f6599f63ab&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1949] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:43 2026] DELETE /v2.0/security-groups/980217a5-fde4-424a-a482-82a7dffa7b32 => 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: 1069/1950] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:43 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1951] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:44 2026] GET /v2.0/security-groups?tenant_id=b754030fc05f4236a5772b68762a25a6&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1952] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:44 2026] DELETE /v2.0/security-groups/9f859884-a752-47c0-b0ec-95546709ac88 => 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: 883/1953] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:44 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:42:45.294 8 INFO neutron.db.segments_db [None req-80d2d10f-4e7d-4e67-8b4a-5bf9e0a5d587 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment 242b81c0-0fd0-4f8d-a110-f3e805767764 of type vxlan for network be45020a-30e8-4612-b78a-8d0901fd7150 [pid: 8|app: 0|req: 1071/1954] 10.0.0.138 () {34 vars in 671 bytes} [Fri May 15 16:42:44 2026] POST /v2.0/networks => generated 721 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1955] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:45 2026] POST /v2.0/subnets => generated 687 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:45.625 8 INFO neutron.db.segments_db [None req-f97e31cc-c0e1-4c54-a2ce-b40ed8c5f2e1 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Added segment a06121bf-1c4a-40ef-ad0a-1fa81acc2716 of type vxlan for network 44eda98f-4eaa-450c-98a1-a33ea6228bc3 2026-05-15 16:42:45.848 8 INFO neutron.db.l3_hamode_db [None req-f97e31cc-c0e1-4c54-a2ce-b40ed8c5f2e1 5cf0c763b1814e7b89ad188323c029ca 0e1243032b444914bc9083e3923f4c11 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 885/1956] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:42:45 2026] GET /v2.0/networks?id=910ae761-2f32-47f6-b53f-61920a3dd24d => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1957] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:46 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => 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: 887/1958] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:42:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7018360ba9b145c7a902e1834836cecb => generated 272 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1959] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:42:46 2026] POST /v2.0/ports => generated 997 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:42:46.520 8 INFO neutron.db.l3_hamode_db [None req-f97e31cc-c0e1-4c54-a2ce-b40ed8c5f2e1 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 889/1960] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:42:46 2026] PUT /v2.0/ports/25b375ec-79eb-4e5e-aaed-8152ceeca86e => generated 1278 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:42:46.926 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-15bc5a13-4cfd-4ae5-a01b-42d1592ddee6'] response: {'name': 'network-changed', 'server_uuid': '296c5826-9e9e-4be8-9cea-2b742587b98c', 'tag': '25b375ec-79eb-4e5e-aaed-8152ceeca86e', '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: 890/1961] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:47 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1962] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:47 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1963] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:42:45 2026] POST /v2.0/routers => generated 727 bytes in 1696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1964] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:42:47 2026] GET /v2.0/ports?tenant_id=7018360ba9b145c7a902e1834836cecb&device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1281 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/1965] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:42:47 2026] GET /v2.0/networks?tenant_id=7018360ba9b145c7a902e1834836cecb&shared=False => generated 768 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1966] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:42:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1967] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:42:47 2026] PUT /v2.0/routers/25f303b4-870c-47e4-b738-00257114ff82/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1968] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1012 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1969] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1970] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/ports?tenant_id=7018360ba9b145c7a902e1834836cecb&device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1971] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=25b375ec-79eb-4e5e-aaed-8152ceeca86e => 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: 1078/1972] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/subnets?id=2a77cfd3-fa2c-4383-bf8c-cf97c8f51379 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1973] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/ports?network_id=910ae761-2f32-47f6-b53f-61920a3dd24d&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1974] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d?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: 896/1975] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:42:48 2026] GET /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1976] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:49 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1977] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:49 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1978] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/networks?id=be45020a-30e8-4612-b78a-8d0901fd7150 => generated 672 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1979] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/quotas/0e1243032b444914bc9083e3923f4c11 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1980] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1981] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/ports?tenant_id=0e1243032b444914bc9083e3923f4c11&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1982] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/1983] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/networks/be45020a-30e8-4612-b78a-8d0901fd7150?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: 901/1984] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/networks/be45020a-30e8-4612-b78a-8d0901fd7150?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: 1084/1985] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:50 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 902/1986] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:51 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1012 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1987] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:51 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1988] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:52 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1989] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:42:52 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1990] 162.253.55.100 () {34 vars in 1124 bytes} [Fri May 15 16:42:52 2026] GET /v2.0/security-groups?id=59474e56-7318-44d7-ac38-9376a21150d3&id=a9834463-f57c-4bf3-92f3-959a10e508b0&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/1991] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:52 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1992] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:53 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/1993] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:53 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 906/1994] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:54 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/1995] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:42:54 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1996] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:54 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 1090/1997] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:54 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:42:54.887 7 INFO neutron.db.l3_db [None req-84b77161-f8db-4bca-a175-15a2ad36e489 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] Floating IP bab1aeb9-a0d5-41d8-b535-29024a6da8ba associated. External IP: 10.96.250.210, port: 25b375ec-79eb-4e5e-aaed-8152ceeca86e. [pid: 7|app: 0|req: 908/1998] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:42:54 2026] PUT /v2.0/floatingips/bab1aeb9-a0d5-41d8-b535-29024a6da8ba => generated 856 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:42:55.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dacd19da-1e42-4a83-a986-5acd8e4aa2d3'] response: {'name': 'network-changed', 'server_uuid': '296c5826-9e9e-4be8-9cea-2b742587b98c', 'tag': '25b375ec-79eb-4e5e-aaed-8152ceeca86e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1091/1999] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/networks?id=be45020a-30e8-4612-b78a-8d0901fd7150 => generated 672 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2000] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 909/2001] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:42:55 2026] POST /v2.0/ports => generated 954 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 910/2002] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/ports?tenant_id=7018360ba9b145c7a902e1834836cecb&device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/2003] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/networks?id=910ae761-2f32-47f6-b53f-61920a3dd24d => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/2004] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=25b375ec-79eb-4e5e-aaed-8152ceeca86e => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2007] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/subnets?id=2a77cfd3-fa2c-4383-bf8c-cf97c8f51379 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2008] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/ports?network_id=910ae761-2f32-47f6-b53f-61920a3dd24d&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: 917/2009] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:42:55 2026] GET /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d?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: 918/2010] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:42:56 2026] GET /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2011] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:42:55 2026] PUT /v2.0/ports/116e8408-4f5a-48cd-9c07-aabdf508a2e3 => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:42:56.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41b11119-22ba-46f5-8d46-0f05c4c9e8c9'] response: {'name': 'network-changed', 'server_uuid': 'eea338de-72e8-4455-a7c0-adca10a77593', 'tag': '116e8408-4f5a-48cd-9c07-aabdf508a2e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 919/2012] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:56 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 969 bytes in 35 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: 1094/2013] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:56 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2014] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:42:56 2026] GET /v2.0/ports?tenant_id=0e1243032b444914bc9083e3923f4c11&device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2015] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:42:56 2026] GET /v2.0/networks?tenant_id=0e1243032b444914bc9083e3923f4c11&shared=False => generated 768 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/2016] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:42:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2017] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2018] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2019] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/ports?tenant_id=0e1243032b444914bc9083e3923f4c11&device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 923/2020] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=116e8408-4f5a-48cd-9c07-aabdf508a2e3 => 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: 1098/2021] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/subnets?id=e384db3b-5212-43ba-b292-b2ece23c7bf1 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2022] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/ports?network_id=be45020a-30e8-4612-b78a-8d0901fd7150&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2023] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:42:58 2026] GET /v2.0/networks/be45020a-30e8-4612-b78a-8d0901fd7150?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: 1101/2024] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:42:58 2026] GET /v2.0/networks/be45020a-30e8-4612-b78a-8d0901fd7150?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: 924/2025] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:42:57 2026] GET /v2.0/security-groups?tenant_id=1dddf2ec0a714c2fa47e7d9f59795e88&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: 1102/2026] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:42:58 2026] DELETE /v2.0/security-groups/53c43228-0a10-4ef4-9279-aebbfa75c38a => 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: 925/2027] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:42:58 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 1103/2028] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:42:58 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2029] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:00 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2030] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:43:00 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2031] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:01 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 971 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2032] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:43:01 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:02.654 7 INFO neutron.db.segments_db [None req-8bd1a8ad-2754-4629-bf1b-6c0254c0a709 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] Added segment 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 of type vxlan for network 6bb77010-2ae8-49bc-a079-69970c008fd9 [pid: 7|app: 0|req: 928/2033] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:02 2026] POST /v2.0/networks => generated 708 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2034] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:02 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 930/2035] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:43:02 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&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: 8|app: 0|req: 1106/2036] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:02 2026] POST /v2.0/subnets => generated 644 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:02.923 7 WARNING neutron.api.v2.base [None req-6fa07bec-9373-47fd-b11b-f01968505079 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-15 16:43:02.924 7 INFO neutron.api.v2.resource [None req-6fa07bec-9373-47fd-b11b-f01968505079 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 931/2037] 10.0.0.138 () {34 vars in 681 bytes} [Fri May 15 16:43:02 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-15 16:43:03.150 8 INFO neutron.services.segments.plugin [-] Segment 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 resource provider aggregate not found 2026-05-15 16:43:03.156 8 INFO neutron.services.segments.plugin [-] Segment 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 resource provider aggregate not found 2026-05-15 16:43:03.172 8 INFO neutron.services.segments.plugin [-] Segment 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 found for delete ", "request_id": "req-57b0766f-9612-429a-a993-e8032ec28bfc"}]} [pid: 8|app: 0|req: 1107/2038] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:02 2026] DELETE /v2.0/networks/6bb77010-2ae8-49bc-a079-69970c008fd9 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:03.181 8 INFO neutron.services.segments.plugin [-] Segment 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d1d9cca-4646-4129-aec9-cc4e5bbae1b1 found for delete ", "request_id": "req-c1060d70-785f-4824-9605-d2ff90536b01"}]} 2026-05-15 16:43:03.240 7 INFO neutron.db.segments_db [None req-ddc117cc-205f-434e-8280-3d8faaa1ea8a 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] Added segment 290d7513-dde8-449d-9a52-1d4b84f47aff of type vxlan for network d0c8ffcc-9dd8-44a0-9625-00ed4d6d9d28 [pid: 7|app: 0|req: 932/2039] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:03 2026] POST /v2.0/networks => generated 708 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2040] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:03 2026] POST /v2.0/subnets => generated 647 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:03.547 7 WARNING neutron.api.v2.base [None req-945bdc3a-83dd-4856-90b2-4340e35cb83d 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-15 16:43:03.547 7 INFO neutron.api.v2.resource [None req-945bdc3a-83dd-4856-90b2-4340e35cb83d 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 933/2041] 10.0.0.138 () {34 vars in 681 bytes} [Fri May 15 16:43:03 2026] POST /v2.0/rbac-policies => generated 547 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2042] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:03 2026] DELETE /v2.0/networks/d0c8ffcc-9dd8-44a0-9625-00ed4d6d9d28 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:03.802 7 INFO neutron.db.segments_db [None req-24e4fa5b-8986-4a79-b06b-da62976acc12 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] Added segment 8ec4aafb-bf39-41d3-a7e1-92282ceab00f of type vxlan for network e2898cf2-c8f6-4d19-81f9-ecf4bfd02967 [pid: 7|app: 0|req: 934/2043] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:03 2026] POST /v2.0/networks => generated 708 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2044] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:03 2026] POST /v2.0/subnets => generated 647 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2045] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:04 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2046] 10.0.0.138 () {34 vars in 681 bytes} [Fri May 15 16:43:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2047] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:43:04 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2048] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:43:04 2026] GET /v2.0/networks/e2898cf2-c8f6-4d19-81f9-ecf4bfd02967 => generated 655 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:05.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c0a6450-91d0-4d35-8c44-ebf28df69dc6 32cb8120270d41ff9b0c0c04f74293e1 70b97feb103342028c72f1ca6a419057 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1113/2049] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:43:05 2026] GET /v2.0/networks/e2898cf2-c8f6-4d19-81f9-ecf4bfd02967 => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:43:05.195 8 INFO neutron.services.segments.plugin [-] Segment 290d7513-dde8-449d-9a52-1d4b84f47aff resource provider aggregate not found 2026-05-15 16:43:05.199 8 INFO neutron.services.segments.plugin [-] Segment 290d7513-dde8-449d-9a52-1d4b84f47aff resource provider aggregate not found 2026-05-15 16:43:05.212 8 INFO neutron.services.segments.plugin [-] Segment 290d7513-dde8-449d-9a52-1d4b84f47aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 290d7513-dde8-449d-9a52-1d4b84f47aff found for delete ", "request_id": "req-53122b64-be4e-41c3-a99d-c5ef26678d80"}]} 2026-05-15 16:43:05.212 8 INFO neutron.services.segments.plugin [-] Segment 290d7513-dde8-449d-9a52-1d4b84f47aff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 290d7513-dde8-449d-9a52-1d4b84f47aff found for delete ", "request_id": "req-29fcae12-68c7-495a-b76d-4103acf2cf7c"}]} 2026-05-15 16:43:05.382 7 INFO neutron.services.segments.plugin [-] Segment 8ec4aafb-bf39-41d3-a7e1-92282ceab00f resource provider aggregate not found 2026-05-15 16:43:05.390 7 INFO neutron.services.segments.plugin [-] Segment 8ec4aafb-bf39-41d3-a7e1-92282ceab00f resource provider aggregate not found 2026-05-15 16:43:05.403 7 INFO neutron.services.segments.plugin [-] Segment 8ec4aafb-bf39-41d3-a7e1-92282ceab00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec4aafb-bf39-41d3-a7e1-92282ceab00f found for delete ", "request_id": "req-409b578e-a66b-487f-9f0f-0daa302895fb"}]} 2026-05-15 16:43:05.405 7 INFO neutron.services.segments.plugin [-] Segment 8ec4aafb-bf39-41d3-a7e1-92282ceab00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ec4aafb-bf39-41d3-a7e1-92282ceab00f found for delete ", "request_id": "req-37fb9a4a-e7fb-4c37-b6f1-5b6ada81d88c"}]} [pid: 7|app: 0|req: 937/2050] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:05 2026] DELETE /v2.0/networks/e2898cf2-c8f6-4d19-81f9-ecf4bfd02967 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:05.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9d6e9c4-e560-4be0-b1d4-4210ad1dc67b 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2051] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:05 2026] DELETE /v2.0/subnets/d98efc78-3c09-42a2-9580-aed5decb333f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:43:05.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22670e12-d1b1-4819-9125-28229c073b17 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/2052] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:05 2026] DELETE /v2.0/subnets/85eb8474-4b3a-4d83-954f-4f844b834bef => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:43:05.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-753a6740-5d20-4df0-a46b-b56032d869d6 52e8755fbd83478083b9ed5ecb97d6fe 8dddbe0601bb4142b82abe201cd62d45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/2053] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:05 2026] DELETE /v2.0/subnets/3043c128-85cd-4a65-b30d-a4d63c825ed5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2054] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:05 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2055] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:43:05 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2056] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:06 2026] GET /v2.0/security-groups?tenant_id=812e743a217a4ec0826b7967fbd7613a&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2057] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:06 2026] DELETE /v2.0/security-groups/d6ef7ea1-392f-453b-8d01-522f9bc748f7 => 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: 1117/2058] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:06 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2059] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:43:06 2026] GET /v2.0/security-groups?id=f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2060] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:06 2026] GET /v2.0/security-groups?tenant_id=70b97feb103342028c72f1ca6a419057&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2061] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:43:06 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2062] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:06 2026] DELETE /v2.0/security-groups/9a832873-c0b0-4ae8-b04a-6ebb34cdd7e4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:06.906 7 INFO neutron_taas.services.taas.taas_plugin [req-0ad93f27-fb02-4626-bd69-f6c1462b7099 req-582430cc-a045-43ac-af6b-ecee60071625 273eda5b27fc4b43bdedfec20f0c9366 0e1243032b444914bc9083e3923f4c11 - - default default] TaaS: Handle Delete Port: 116e8408-4f5a-48cd-9c07-aabdf508a2e3 2026-05-15 16:43:06.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0ad93f27-fb02-4626-bd69-f6c1462b7099 req-582430cc-a045-43ac-af6b-ecee60071625 273eda5b27fc4b43bdedfec20f0c9366 0e1243032b444914bc9083e3923f4c11 - - default default] Tap Mirror: Handle Delete Port: 116e8408-4f5a-48cd-9c07-aabdf508a2e3 [pid: 7|app: 0|req: 944/2063] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:43:06 2026] DELETE /v2.0/ports/116e8408-4f5a-48cd-9c07-aabdf508a2e3 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2064] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:07 2026] GET /v2.0/security-groups?tenant_id=8dddbe0601bb4142b82abe201cd62d45&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:07.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67d80ec1-9622-4ee9-b23f-496554637347'] response: {'server_uuid': 'eea338de-72e8-4455-a7c0-adca10a77593', 'name': 'network-vif-deleted', 'tag': '116e8408-4f5a-48cd-9c07-aabdf508a2e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 945/2065] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:07 2026] DELETE /v2.0/security-groups/d4a9231f-bee0-4c0c-b76f-ebdb275e37dd => 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: 1121/2066] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:07 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2067] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:43:07 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2068] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:07 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 1122/2069] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:07 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1283 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2070] 10.0.0.138 () {32 vars in 858 bytes} [Fri May 15 16:43:07 2026] GET /v2.0/floatingips?floating_network_id=f9e28d1a-9fd8-49e9-ab89-f294f590bbf5&port_id=25b375ec-79eb-4e5e-aaed-8152ceeca86e => generated 861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2071] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:43:08 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1283 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2072] 10.0.0.114 () {34 vars in 1120 bytes} [Fri May 15 16:43:08 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2073] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:08 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 950/2074] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:09 2026] GET /v2.0/ports?device_id=eea338de-72e8-4455-a7c0-adca10a77593 => 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: 1126/2077] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:11 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2078] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:43:11 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:11.530 7 INFO neutron.db.segments_db [None req-18e09f8a-618e-434f-842d-771c7ff4b512 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Added segment d78ffb83-5c43-4f9f-98f5-bf43aad7744f of type vxlan for network 0fcc6288-5827-408f-b101-e26e69d67369 [pid: 7|app: 0|req: 952/2079] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:11 2026] POST /v2.0/networks => generated 613 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2080] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:11 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: 7|app: 0|req: 953/2081] 10.0.0.138 () {34 vars in 666 bytes} [Fri May 15 16:43:11 2026] POST /v2.0/trunks => generated 407 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:12.183 8 INFO neutron.db.segments_db [None req-fee4fb8b-e54b-43f1-bf84-575bf63df94f 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Added segment 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a of type vxlan for network 77c314fc-3356-4483-bbb1-43c997396c70 [pid: 8|app: 0|req: 1129/2082] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:12 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) 2026-05-15 16:43:12.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-4243f0b7-7dc9-4e39-bd89-a1c5fb25aa56 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: ea2fd5b1-54e3-4011-8544-379efbc67b4f 2026-05-15 16:43:12.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4243f0b7-7dc9-4e39-bd89-a1c5fb25aa56 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: ea2fd5b1-54e3-4011-8544-379efbc67b4f [pid: 8|app: 0|req: 1130/2083] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:12 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1131/2084] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:12 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2085] 10.0.0.138 () {34 vars in 666 bytes} [Fri May 15 16:43:12 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2086] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:43:12 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:12.923 8 INFO neutron.db.segments_db [None req-c919dd62-7123-4451-8524-ccf2ceac5d22 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Added segment 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da of type vxlan for network ae76053d-f3a4-479b-8d8d-007b00d9b569 [pid: 7|app: 0|req: 954/2087] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:43:12 2026] PUT /v2.0/routers/25f303b4-870c-47e4-b738-00257114ff82/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2088] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:12 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:13.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-27d3d94b-e360-4517-b769-f2c24bb3f8a7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 48850ff8-715e-44c7-bd12-2caf2d74a170 2026-05-15 16:43:13.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27d3d94b-e360-4517-b769-f2c24bb3f8a7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 48850ff8-715e-44c7-bd12-2caf2d74a170 [pid: 8|app: 0|req: 1135/2089] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:13 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:13.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-27d3d94b-e360-4517-b769-f2c24bb3f8a7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 6779b212-7e2a-4e8c-9f47-17c64de8a583 2026-05-15 16:43:13.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27d3d94b-e360-4517-b769-f2c24bb3f8a7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 6779b212-7e2a-4e8c-9f47-17c64de8a583 2026-05-15 16:43:13.716 7 INFO neutron.services.segments.plugin [-] Segment a06121bf-1c4a-40ef-ad0a-1fa81acc2716 resource provider aggregate not found 2026-05-15 16:43:13.729 7 INFO neutron.services.segments.plugin [-] Segment a06121bf-1c4a-40ef-ad0a-1fa81acc2716 resource provider aggregate not found 2026-05-15 16:43:13.733 7 INFO neutron.services.segments.plugin [-] Segment a06121bf-1c4a-40ef-ad0a-1fa81acc2716 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a06121bf-1c4a-40ef-ad0a-1fa81acc2716 found for delete ", "request_id": "req-ceda6a6a-c165-498a-a545-348735987641"}]} 2026-05-15 16:43:13.738 7 INFO neutron.db.l3_hamode_db [None req-27d3d94b-e360-4517-b769-f2c24bb3f8a7 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network 44eda98f-4eaa-450c-98a1-a33ea6228bc3 was deleted as no HA routers are present in tenant 0e1243032b444914bc9083e3923f4c11. [pid: 7|app: 0|req: 955/2090] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:12 2026] DELETE /v2.0/routers/25f303b4-870c-47e4-b738-00257114ff82 => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:13.756 7 INFO neutron.services.segments.plugin [-] Segment a06121bf-1c4a-40ef-ad0a-1fa81acc2716 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a06121bf-1c4a-40ef-ad0a-1fa81acc2716 found for delete ", "request_id": "req-95469f5b-fffc-4293-8497-a816a418b464"}]} [pid: 7|app: 0|req: 956/2091] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:43:13 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2092] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:13 2026] DELETE /v2.0/subnets/e384db3b-5212-43ba-b292-b2ece23c7bf1 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2093] 10.0.0.138 () {34 vars in 666 bytes} [Fri May 15 16:43:13 2026] POST /v2.0/trunks => generated 407 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2094] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:13 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:14.049 7 INFO neutron_taas.services.taas.taas_plugin [req-86f2d588-4fe6-4144-97f6-8cb1fded6ed4 req-1df3be2b-a6bb-4d86-8172-677799c3ecd3 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] TaaS: Handle Delete Port: 25b375ec-79eb-4e5e-aaed-8152ceeca86e 2026-05-15 16:43:14.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-86f2d588-4fe6-4144-97f6-8cb1fded6ed4 req-1df3be2b-a6bb-4d86-8172-677799c3ecd3 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] Tap Mirror: Handle Delete Port: 25b375ec-79eb-4e5e-aaed-8152ceeca86e 2026-05-15 16:43:14.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ce523d3-5a78-475b-a5c1-a1775ea5446e 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 0b73734d-f65d-4ee1-a1fb-88123063bc3b 2026-05-15 16:43:14.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ce523d3-5a78-475b-a5c1-a1775ea5446e 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 0b73734d-f65d-4ee1-a1fb-88123063bc3b 2026-05-15 16:43:14.166 7 INFO neutron.db.l3_db [req-86f2d588-4fe6-4144-97f6-8cb1fded6ed4 req-1df3be2b-a6bb-4d86-8172-677799c3ecd3 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] Floating IP bab1aeb9-a0d5-41d8-b535-29024a6da8ba disassociated. External IP: 10.96.250.210, port: 25b375ec-79eb-4e5e-aaed-8152ceeca86e. 2026-05-15 16:43:14.281 8 INFO neutron.services.segments.plugin [-] Segment 242b81c0-0fd0-4f8d-a110-f3e805767764 resource provider aggregate not found 2026-05-15 16:43:14.285 8 INFO neutron.services.segments.plugin [-] Segment 242b81c0-0fd0-4f8d-a110-f3e805767764 resource provider aggregate not found 2026-05-15 16:43:14.301 8 INFO neutron.services.segments.plugin [-] Segment 242b81c0-0fd0-4f8d-a110-f3e805767764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 242b81c0-0fd0-4f8d-a110-f3e805767764 found for delete ", "request_id": "req-c02bfcad-ce42-4873-bc94-fb4f94bd9ab6"}]} 2026-05-15 16:43:14.305 8 INFO neutron.services.segments.plugin [-] Segment 242b81c0-0fd0-4f8d-a110-f3e805767764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 242b81c0-0fd0-4f8d-a110-f3e805767764 found for delete ", "request_id": "req-46edbb0c-ddd1-420a-b3c7-52ba7dd4a5ae"}]} [pid: 8|app: 0|req: 1138/2095] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:14 2026] DELETE /v2.0/networks/be45020a-30e8-4612-b78a-8d0901fd7150 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:14.369 8 INFO neutron.db.segments_db [None req-79113616-27ea-4157-9bbe-25cd399674e6 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Added segment 32bf9117-0798-4619-9b8f-7542eea913c8 of type vxlan for network 4e0c9f16-d8d8-4491-a54c-4354df36a40a [pid: 8|app: 0|req: 1139/2096] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:14 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2097] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:43:13 2026] DELETE /v2.0/ports/25b375ec-79eb-4e5e-aaed-8152ceeca86e => generated 0 bytes in 527 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2098] 10.0.0.215 () {34 vars in 1120 bytes} [Fri May 15 16:43:14 2026] GET /v2.0/security-groups?id=a9834463-f57c-4bf3-92f3-959a10e508b0&id=59474e56-7318-44d7-ac38-9376a21150d3&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:14.517 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b2db881-024b-4265-b420-3211ac35f076'] response: {'server_uuid': '296c5826-9e9e-4be8-9cea-2b742587b98c', 'name': 'network-vif-deleted', 'tag': '25b375ec-79eb-4e5e-aaed-8152ceeca86e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1141/2099] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:14 2026] GET /v2.0/security-groups?tenant_id=0e1243032b444914bc9083e3923f4c11&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: 1142/2100] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:14 2026] DELETE /v2.0/security-groups/f4e2d75e-b5bc-4b0a-b9f1-a536f9b46f09 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2101] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:14 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2102] 10.0.0.138 () {34 vars in 666 bytes} [Fri May 15 16:43:14 2026] POST /v2.0/trunks => generated 407 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:15.031 7 INFO neutron.db.segments_db [None req-129046ce-7ad7-408a-8896-c4fc30f5c956 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Added segment ef432630-9c94-404a-bab7-b6091accab13 of type vxlan for network 5f5e8eba-8622-427d-88c1-cbca58fdb1d4 [pid: 7|app: 0|req: 960/2103] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:14 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2104] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:15 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2105] 10.0.0.138 () {34 vars in 666 bytes} [Fri May 15 16:43:15 2026] POST /v2.0/trunks => generated 407 bytes in 161 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: 1145/2106] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:43:15 2026] PUT /v2.0/trunks/317f12f0-6356-45d0-8c94-8f4d924e1441/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2107] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => 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: 1146/2108] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:43:15 2026] PUT /v2.0/trunks/bd18de51-73bb-4213-b26c-88225945c190/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2109] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:43:15 2026] PUT /v2.0/trunks/47d7be33-c431-4bac-b2fe-07d1277c1da7/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2110] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:43:15 2026] PUT /v2.0/trunks/61b4a96a-1a5c-4ebe-b2e1-9523f83198db/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2111] 10.0.0.138 () {32 vars in 662 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2112] 10.0.0.138 () {32 vars in 676 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2113] 10.0.0.138 () {32 vars in 672 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2114] 10.0.0.138 () {32 vars in 684 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2115] 10.0.0.138 () {32 vars in 670 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2116] 10.0.0.138 () {32 vars in 684 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2117] 10.0.0.138 () {32 vars in 680 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2118] 10.0.0.138 () {32 vars in 692 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2119] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/trunks/317f12f0-6356-45d0-8c94-8f4d924e1441 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2120] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:43:15 2026] GET /v2.0/ports/2e1b75bb-b2fd-4a1b-9131-2be167bdb814 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2121] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:43:16 2026] DELETE /v2.0/trunks/317f12f0-6356-45d0-8c94-8f4d924e1441 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2122] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/trunks/bd18de51-73bb-4213-b26c-88225945c190 => generated 420 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2123] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/ports/e61948d9-7779-4e7a-a119-6995cc92541b => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2124] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:43:16 2026] DELETE /v2.0/trunks/bd18de51-73bb-4213-b26c-88225945c190 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2125] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/trunks/47d7be33-c431-4bac-b2fe-07d1277c1da7 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2126] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/ports/922e3d21-3974-4315-aaac-b2b88f5d135a => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2127] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:43:16 2026] DELETE /v2.0/trunks/47d7be33-c431-4bac-b2fe-07d1277c1da7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2128] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/trunks/61b4a96a-1a5c-4ebe-b2e1-9523f83198db => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2129] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/ports/8811c55a-90ed-4c70-9917-a6fe5b074652 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2130] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:43:16 2026] DELETE /v2.0/trunks/61b4a96a-1a5c-4ebe-b2e1-9523f83198db => 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: 974/2131] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/trunks/d3f283f4-d72e-4565-b7e0-62a10956cfaa => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2132] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/ports?device_id=296c5826-9e9e-4be8-9cea-2b742587b98c => 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: 975/2133] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:43:16 2026] GET /v2.0/ports/86ac6f48-afb6-4bd0-aa07-34afe53abe45 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2134] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:43:16 2026] DELETE /v2.0/trunks/d3f283f4-d72e-4565-b7e0-62a10956cfaa => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:16.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-cda7c895-07f1-4fe5-b657-c33c47041d9e 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] TaaS: Handle Delete Port: 2e1b75bb-b2fd-4a1b-9131-2be167bdb814 2026-05-15 16:43:16.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cda7c895-07f1-4fe5-b657-c33c47041d9e 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Tap Mirror: Handle Delete Port: 2e1b75bb-b2fd-4a1b-9131-2be167bdb814 [pid: 7|app: 0|req: 976/2135] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:16 2026] DELETE /v2.0/ports/2e1b75bb-b2fd-4a1b-9131-2be167bdb814 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:17.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4642cc9-9ab9-429d-81ed-2259f462afa1 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] TaaS: Handle Delete Port: e61948d9-7779-4e7a-a119-6995cc92541b 2026-05-15 16:43:17.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4642cc9-9ab9-429d-81ed-2259f462afa1 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Tap Mirror: Handle Delete Port: e61948d9-7779-4e7a-a119-6995cc92541b [pid: 8|app: 0|req: 1160/2136] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/ports/e61948d9-7779-4e7a-a119-6995cc92541b => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:17.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfc6c031-865d-4a7e-816f-36b5e72fc809 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] TaaS: Handle Delete Port: 922e3d21-3974-4315-aaac-b2b88f5d135a 2026-05-15 16:43:17.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc6c031-865d-4a7e-816f-36b5e72fc809 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Tap Mirror: Handle Delete Port: 922e3d21-3974-4315-aaac-b2b88f5d135a [pid: 7|app: 0|req: 977/2137] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/ports/922e3d21-3974-4315-aaac-b2b88f5d135a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:17.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-1951caca-50f4-408a-a2c5-6133d8ef1f11 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] TaaS: Handle Delete Port: 8811c55a-90ed-4c70-9917-a6fe5b074652 2026-05-15 16:43:17.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1951caca-50f4-408a-a2c5-6133d8ef1f11 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Tap Mirror: Handle Delete Port: 8811c55a-90ed-4c70-9917-a6fe5b074652 [pid: 8|app: 0|req: 1161/2138] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/ports/8811c55a-90ed-4c70-9917-a6fe5b074652 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:17.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-321ac5cc-2481-483f-8d5e-56038dee1fec 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] TaaS: Handle Delete Port: 86ac6f48-afb6-4bd0-aa07-34afe53abe45 2026-05-15 16:43:17.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-321ac5cc-2481-483f-8d5e-56038dee1fec 620043d0895940b78d6b7a23fe3f499b bf855b2b53df4cdeaf2c6fe04d9ae48c - - default default] Tap Mirror: Handle Delete Port: 86ac6f48-afb6-4bd0-aa07-34afe53abe45 [pid: 7|app: 0|req: 978/2139] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/ports/86ac6f48-afb6-4bd0-aa07-34afe53abe45 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2140] 10.0.0.206 () {32 vars in 802 bytes} [Fri May 15 16:43:17 2026] GET /v2.0/extensions => generated 21537 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-15 16:43:17.906 7 INFO neutron.services.segments.plugin [-] Segment d78ffb83-5c43-4f9f-98f5-bf43aad7744f resource provider aggregate not found 2026-05-15 16:43:17.914 7 INFO neutron.services.segments.plugin [-] Segment d78ffb83-5c43-4f9f-98f5-bf43aad7744f resource provider aggregate not found 2026-05-15 16:43:17.928 7 INFO neutron.services.segments.plugin [-] Segment d78ffb83-5c43-4f9f-98f5-bf43aad7744f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d78ffb83-5c43-4f9f-98f5-bf43aad7744f found for delete ", "request_id": "req-9282cad4-a69e-4ddd-b134-fc355db50327"}]} 2026-05-15 16:43:17.933 7 INFO neutron.services.segments.plugin [-] Segment d78ffb83-5c43-4f9f-98f5-bf43aad7744f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d78ffb83-5c43-4f9f-98f5-bf43aad7744f found for delete ", "request_id": "req-1d1991e3-268a-4e74-a83e-dc69d9e430cb"}]} [pid: 8|app: 0|req: 1163/2141] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/security-groups/59474e56-7318-44d7-ac38-9376a21150d3 => 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: 979/2142] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/networks/0fcc6288-5827-408f-b101-e26e69d67369 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:17.951 8 INFO neutron.api.v2.resource [None req-65842b97-2515-4958-9643-33fe448790f0 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2143] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:43:17 2026] GET /v2.0/security-groups/59474e56-7318-44d7-ac38-9376a21150d3 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:43:18.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c8c6692-656b-4e42-80b4-a79bed1b9cad 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] TaaS: Handle Delete Port: 471c045e-406f-456a-8878-8eeb2ca81a26 2026-05-15 16:43:18.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c8c6692-656b-4e42-80b4-a79bed1b9cad 6fb40a40cc184e6484ec458e479cbefe 7018360ba9b145c7a902e1834836cecb - - default default] Tap Mirror: Handle Delete Port: 471c045e-406f-456a-8878-8eeb2ca81a26 [pid: 7|app: 0|req: 980/2144] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/networks/77c314fc-3356-4483-bbb1-43c997396c70 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2145] 10.0.0.206 () {30 vars in 724 bytes} [Fri May 15 16:43:18 2026] GET /v2.0/quotas/3f4fc2f29fd141b2ace36ae3401cc7d6/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2146] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:17 2026] DELETE /v2.0/floatingips/bab1aeb9-a0d5-41d8-b535-29024a6da8ba => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2147] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:18 2026] DELETE /v2.0/networks/ae76053d-f3a4-479b-8d8d-007b00d9b569 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2148] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:18 2026] DELETE /v2.0/security-groups/a9834463-f57c-4bf3-92f3-959a10e508b0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2149] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:18 2026] DELETE /v2.0/networks/4e0c9f16-d8d8-4491-a54c-4354df36a40a => 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: 984/2150] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:18 2026] DELETE /v2.0/networks/5f5e8eba-8622-427d-88c1-cbca58fdb1d4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:18.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ec95ea2-4bb2-49dc-9a0b-a9fac3ff144d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: f8f776d4-f05d-4c64-95b3-28f8634d040c 2026-05-15 16:43:18.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ec95ea2-4bb2-49dc-9a0b-a9fac3ff144d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: f8f776d4-f05d-4c64-95b3-28f8634d040c [pid: 8|app: 0|req: 1167/2151] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:43:18 2026] PUT /v2.0/routers/e2dcc04a-da4c-4348-ab22-ba08ec5835c8/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:19.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-28ebb811-d54d-4fc0-b217-ea5ddb712b62 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: cea4cec2-235e-4cad-a404-52d3455334d1 2026-05-15 16:43:19.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ebb811-d54d-4fc0-b217-ea5ddb712b62 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: cea4cec2-235e-4cad-a404-52d3455334d1 [pid: 8|app: 0|req: 1168/2152] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:19 2026] GET /v2.0/security-groups?tenant_id=89c5b76fab2745fab07a23d26db2ecdd&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2153] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:19 2026] DELETE /v2.0/security-groups/17bc8e7f-9aef-47c4-a9c7-930c522ab9e1 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:19.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-28ebb811-d54d-4fc0-b217-ea5ddb712b62 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 22ee293b-4604-4e9d-b756-93f7b462998d 2026-05-15 16:43:19.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ebb811-d54d-4fc0-b217-ea5ddb712b62 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 22ee293b-4604-4e9d-b756-93f7b462998d 2026-05-15 16:43:19.957 7 INFO neutron.services.segments.plugin [-] Segment 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a resource provider aggregate not found 2026-05-15 16:43:19.960 7 INFO neutron.services.segments.plugin [-] Segment 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a resource provider aggregate not found 2026-05-15 16:43:19.979 7 INFO neutron.services.segments.plugin [-] Segment 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a found for delete ", "request_id": "req-e22cfbca-d611-4d5e-ab9f-50f60ff3ca9d"}]} [pid: 8|app: 0|req: 1170/2154] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:19 2026] GET /v2.0/security-groups?tenant_id=bf855b2b53df4cdeaf2c6fe04d9ae48c&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:19.994 7 INFO neutron.services.segments.plugin [-] Segment 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da resource provider aggregate not found 2026-05-15 16:43:20.000 7 INFO neutron.services.segments.plugin [-] Segment 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 043e71a6-ab4b-43ff-b3fc-6ce67a79b19a found for delete ", "request_id": "req-b3f2b71a-61b1-4ac2-bdf5-81da8967b6dc"}]} 2026-05-15 16:43:20.021 7 INFO neutron.services.segments.plugin [-] Segment 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da found for delete ", "request_id": "req-25a9d26a-dfd6-4279-b491-a729d485af8d"}]} 2026-05-15 16:43:20.032 7 INFO neutron.services.segments.plugin [-] Segment 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da resource provider aggregate not found 2026-05-15 16:43:20.037 7 INFO neutron.services.segments.plugin [-] Segment 32bf9117-0798-4619-9b8f-7542eea913c8 resource provider aggregate not found 2026-05-15 16:43:20.051 7 INFO neutron.services.segments.plugin [-] Segment 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a9a9b1-be2a-4b45-a487-cc24ecd6b4da found for delete ", "request_id": "req-f21f07a5-5150-42df-a21c-74bfc039c159"}]} 2026-05-15 16:43:20.059 7 INFO neutron.services.segments.plugin [-] Segment 32bf9117-0798-4619-9b8f-7542eea913c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32bf9117-0798-4619-9b8f-7542eea913c8 found for delete ", "request_id": "req-24455a11-7134-4b8f-b8ce-c1640a8b270a"}]} 2026-05-15 16:43:20.074 7 INFO neutron.services.segments.plugin [-] Segment ef432630-9c94-404a-bab7-b6091accab13 resource provider aggregate not found 2026-05-15 16:43:20.080 7 INFO neutron.services.segments.plugin [-] Segment 32bf9117-0798-4619-9b8f-7542eea913c8 resource provider aggregate not found 2026-05-15 16:43:20.097 7 INFO neutron.services.segments.plugin [-] Segment ef432630-9c94-404a-bab7-b6091accab13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef432630-9c94-404a-bab7-b6091accab13 found for delete ", "request_id": "req-0c2ce914-2acc-4e53-8bca-5b94bd42de2d"}]} [pid: 8|app: 0|req: 1171/2155] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:19 2026] DELETE /v2.0/security-groups/01a18e81-bf93-4368-9f71-acd74c9603a0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:20.110 7 INFO neutron.services.segments.plugin [-] Segment 32bf9117-0798-4619-9b8f-7542eea913c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32bf9117-0798-4619-9b8f-7542eea913c8 found for delete ", "request_id": "req-883d08cf-9d22-4808-9eda-001bdd6be487"}]} 2026-05-15 16:43:20.133 7 INFO neutron.services.segments.plugin [-] Segment ef432630-9c94-404a-bab7-b6091accab13 resource provider aggregate not found 2026-05-15 16:43:20.158 7 INFO neutron.services.segments.plugin [-] Segment ef432630-9c94-404a-bab7-b6091accab13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef432630-9c94-404a-bab7-b6091accab13 found for delete ", "request_id": "req-ef50f7d3-8747-4476-a72f-ff6dc42a1b27"}]} 2026-05-15 16:43:20.263 7 INFO neutron.db.l3_hamode_db [None req-28ebb811-d54d-4fc0-b217-ea5ddb712b62 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network b0510c31-daba-431b-b8f4-c35d6b2a4137 was deleted as no HA routers are present in tenant 7018360ba9b145c7a902e1834836cecb. [pid: 7|app: 0|req: 985/2156] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:19 2026] DELETE /v2.0/routers/e2dcc04a-da4c-4348-ab22-ba08ec5835c8 => 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: 986/2157] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:20 2026] GET /v2.0/security-groups?tenant_id=189cdd27f6c24cb98e791bec76f61573&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2158] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:20 2026] DELETE /v2.0/subnets/2a77cfd3-fa2c-4383-bf8c-cf97c8f51379 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2159] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:20 2026] DELETE /v2.0/security-groups/83f7cb9b-e66c-40ba-9b9b-f37ab79e50b9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:20.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c85767c-29a0-40f3-ba94-aadc3e75f328 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 57211c6d-daba-40bc-9ec9-ff467b99a70f 2026-05-15 16:43:20.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c85767c-29a0-40f3-ba94-aadc3e75f328 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 57211c6d-daba-40bc-9ec9-ff467b99a70f 2026-05-15 16:43:20.775 8 INFO neutron.services.segments.plugin [-] Segment c84ed5b2-5f4c-4508-887a-fe71f6ccb210 resource provider aggregate not found 2026-05-15 16:43:20.786 8 INFO neutron.services.segments.plugin [-] Segment c84ed5b2-5f4c-4508-887a-fe71f6ccb210 resource provider aggregate not found [pid: 8|app: 0|req: 1173/2160] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:20 2026] DELETE /v2.0/networks/910ae761-2f32-47f6-b53f-61920a3dd24d => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:20.809 8 INFO neutron.services.segments.plugin [-] Segment c84ed5b2-5f4c-4508-887a-fe71f6ccb210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84ed5b2-5f4c-4508-887a-fe71f6ccb210 found for delete ", "request_id": "req-b100c17d-4a05-45bc-bf57-c6d9cc5da450"}]} 2026-05-15 16:43:20.810 8 INFO neutron.services.segments.plugin [-] Segment c84ed5b2-5f4c-4508-887a-fe71f6ccb210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84ed5b2-5f4c-4508-887a-fe71f6ccb210 found for delete ", "request_id": "req-93934030-4225-4f74-af18-0ffd7aad22e8"}]} 2026-05-15 16:43:21.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-87ba552b-d36e-466b-84b1-f0db074f569d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 44fb1252-b3be-4428-a2f7-5047f22b387b 2026-05-15 16:43:21.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87ba552b-d36e-466b-84b1-f0db074f569d 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 44fb1252-b3be-4428-a2f7-5047f22b387b [pid: 8|app: 0|req: 1174/2161] 10.0.0.206 () {32 vars in 802 bytes} [Fri May 15 16:43:21 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2162] 10.0.0.206 () {30 vars in 724 bytes} [Fri May 15 16:43:21 2026] GET /v2.0/quotas/3f4fc2f29fd141b2ace36ae3401cc7d6/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2163] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:43:20 2026] PUT /v2.0/routers/19785882-3af3-4fe6-bdc6-adfb790371a8/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:21.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a9a809-407e-484e-a1d7-acf5ca2a96a9 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 21f6da12-ec7d-4b5b-9848-2d257294ae2e 2026-05-15 16:43:21.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a9a809-407e-484e-a1d7-acf5ca2a96a9 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 21f6da12-ec7d-4b5b-9848-2d257294ae2e 2026-05-15 16:43:22.119 7 INFO neutron.services.segments.plugin [-] Segment 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 resource provider aggregate not found 2026-05-15 16:43:22.132 7 INFO neutron.services.segments.plugin [-] Segment 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 found for delete ", "request_id": "req-b04e2f30-7742-4b36-a2dc-5a1a790c6b72"}]} 2026-05-15 16:43:22.179 7 INFO neutron.services.segments.plugin [-] Segment 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 resource provider aggregate not found 2026-05-15 16:43:22.204 7 INFO neutron.services.segments.plugin [-] Segment 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 453ae1df-66e7-4b62-9c82-b7b4ed1d9241 found for delete ", "request_id": "req-21cea7c1-bc17-47a7-9970-5d56b17e1ffc"}]} 2026-05-15 16:43:22.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a9a809-407e-484e-a1d7-acf5ca2a96a9 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: c3cc0f70-e553-48a0-86b7-87040ad26b78 2026-05-15 16:43:22.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a9a809-407e-484e-a1d7-acf5ca2a96a9 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: c3cc0f70-e553-48a0-86b7-87040ad26b78 2026-05-15 16:43:22.630 8 INFO neutron.db.l3_hamode_db [None req-f8a9a809-407e-484e-a1d7-acf5ca2a96a9 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] HA network d9a2251e-d04e-40bb-b212-4820db2a82e5 was deleted as no HA routers are present in tenant 105ccc82a13246009c6f7598db44aa3c. [pid: 8|app: 0|req: 1176/2164] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:21 2026] DELETE /v2.0/routers/19785882-3af3-4fe6-bdc6-adfb790371a8 => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2165] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:22 2026] DELETE /v2.0/subnets/9c128a9b-dc0c-4d4c-b833-5f5ba2e8b63c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:22.831 8 INFO neutron.services.segments.plugin [-] Segment 539fac54-9b41-4a18-975c-a445e488f5be resource provider aggregate not found 2026-05-15 16:43:22.837 8 INFO neutron.services.segments.plugin [-] Segment 539fac54-9b41-4a18-975c-a445e488f5be resource provider aggregate not found 2026-05-15 16:43:22.850 8 INFO neutron.services.segments.plugin [-] Segment 539fac54-9b41-4a18-975c-a445e488f5be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539fac54-9b41-4a18-975c-a445e488f5be found for delete ", "request_id": "req-d15b5478-787a-4ffc-ac65-85a3b8171ea6"}]} 2026-05-15 16:43:22.861 8 INFO neutron.services.segments.plugin [-] Segment 539fac54-9b41-4a18-975c-a445e488f5be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539fac54-9b41-4a18-975c-a445e488f5be found for delete ", "request_id": "req-7e493828-1f7f-4eef-96be-51d4241bdb3e"}]} 2026-05-15 16:43:22.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ab0dcec-3adf-45e5-82a1-95b13b540261 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 76133fa0-a52c-4866-a32b-e8fb687d92b9 2026-05-15 16:43:22.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ab0dcec-3adf-45e5-82a1-95b13b540261 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 76133fa0-a52c-4866-a32b-e8fb687d92b9 [pid: 8|app: 0|req: 1177/2166] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:22 2026] DELETE /v2.0/networks/62e12528-de44-477a-a81a-09cc97d5eb4b => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2167] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:23 2026] GET /v2.0/security-groups?tenant_id=105ccc82a13246009c6f7598db44aa3c&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2168] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:23 2026] DELETE /v2.0/security-groups/2cdd58dc-2d18-47e9-a9c3-707dde14034b => 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: 991/2169] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:23 2026] GET /v2.0/security-groups?tenant_id=7018360ba9b145c7a902e1834836cecb&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2170] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:23 2026] DELETE /v2.0/security-groups/d93f8d48-0cdb-4158-9bdf-b13af8686c6f => 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: 1179/2171] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:43:23 2026] POST /v2.0/floatingips => generated 552 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2172] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:43:24 2026] PUT /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2173] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:24 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/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: 995/2174] 10.0.0.138 () {34 vars in 770 bytes} [Fri May 15 16:43:24 2026] PUT /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2175] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:24 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/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: 1180/2176] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:24 2026] GET /v2.0/security-groups?tenant_id=3f4fc2f29fd141b2ace36ae3401cc7d6&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2177] 10.0.0.138 () {34 vars in 766 bytes} [Fri May 15 16:43:24 2026] PUT /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2178] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:24 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2179] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:24 2026] DELETE /v2.0/security-groups/50118998-04f1-4813-ad38-f7ea70e4c92a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:24.875 8 INFO neutron.services.segments.plugin [-] Segment 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce resource provider aggregate not found 2026-05-15 16:43:24.882 8 INFO neutron.services.segments.plugin [-] Segment 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce resource provider aggregate not found [pid: 7|app: 0|req: 999/2180] 10.0.0.138 () {34 vars in 788 bytes} [Fri May 15 16:43:24 2026] PUT /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-15 16:43:24.899 8 INFO neutron.services.segments.plugin [-] Segment 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce found for delete ", "request_id": "req-a331e8f4-bd38-47eb-a95c-0c5425fcceaa"}]} 2026-05-15 16:43:24.905 8 INFO neutron.services.segments.plugin [-] Segment 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7117f0a4-a2d2-4ab6-b91d-83f76b7380ce found for delete ", "request_id": "req-540b0811-6a30-4af7-954e-74bd31f8c01e"}]} [pid: 8|app: 0|req: 1182/2181] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:24 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 52 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2182] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:43:24 2026] PUT /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2183] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:25 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/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: 1001/2184] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:25 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:25.135 8 INFO neutron.api.v2.resource [None req-1c561a99-6549-4268-bdd6-f7e65e45d5ce ce7e79adc2414538b831412eb3b7e6b3 26255afcdc9b4528bb61a32c05e52afa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1184/2185] 10.0.0.138 () {32 vars in 751 bytes} [Fri May 15 16:43:25 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2186] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:43:25 2026] DELETE /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2187] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:25 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:25.263 7 INFO neutron.api.v2.resource [None req-4f2f6154-6e6f-4dbf-95cc-b0a5d6a09b85 ce7e79adc2414538b831412eb3b7e6b3 26255afcdc9b4528bb61a32c05e52afa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1003/2188] 10.0.0.138 () {32 vars in 754 bytes} [Fri May 15 16:43:25 2026] DELETE /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2189] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:43:25 2026] DELETE /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2190] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:25 2026] GET /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:25.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ba15eaa-abfd-41e5-bac7-7d62e45cc3a1 ce7e79adc2414538b831412eb3b7e6b3 26255afcdc9b4528bb61a32c05e52afa - - default default] TaaS: Handle Delete Port: ba72858a-4ec0-485d-835b-36efc92c9b6e 2026-05-15 16:43:25.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ba15eaa-abfd-41e5-bac7-7d62e45cc3a1 ce7e79adc2414538b831412eb3b7e6b3 26255afcdc9b4528bb61a32c05e52afa - - default default] Tap Mirror: Handle Delete Port: ba72858a-4ec0-485d-835b-36efc92c9b6e [pid: 8|app: 0|req: 1187/2191] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:25 2026] DELETE /v2.0/floatingips/17491d81-6d45-4607-be5f-adfa3e7bc76f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2194] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:26 2026] GET /v2.0/security-groups?tenant_id=26255afcdc9b4528bb61a32c05e52afa&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2195] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:26 2026] DELETE /v2.0/security-groups/5099a00a-6487-48f3-a50e-de92e7efc108 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2196] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:26 2026] GET /v2.0/security-groups?tenant_id=bde9400924314cc4991dd4fa732caaae&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2197] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:26 2026] DELETE /v2.0/security-groups/0c1a3ea3-5dd6-4b88-be0c-9eda6fe1da55 => 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: 1008/2198] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:43:28 2026] POST /v2.0/floatingips => generated 552 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:29.259 7 INFO neutron.db.segments_db [None req-9a82818f-b7c8-4337-8dcb-c5ff27e46c8b f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Added segment d745f0ce-8434-4298-ac43-5d26033a57a8 of type vxlan for network e2cff799-3114-4d3b-a343-ebf98d3ad866 [pid: 7|app: 0|req: 1009/2199] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:28 2026] POST /v2.0/networks => generated 613 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2200] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:43:28 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: 1010/2201] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:29 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:29.716 7 INFO neutron.db.segments_db [None req-74e9ee3e-7c98-4fd9-8e12-6c9aef1f1b0a f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Added segment 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 of type vxlan for network d74b325a-b80a-493a-babf-056836def2dc [pid: 7|app: 0|req: 1011/2202] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:29 2026] POST /v2.0/networks => generated 609 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2203] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:43:29 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2204] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:29 2026] POST /v2.0/ports => generated 743 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:30.113 7 INFO neutron.db.segments_db [None req-1b4b666c-f6e3-4c55-b92e-fcf6b1132c8b f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Added segment baad27d8-4513-4796-9c09-84881e27c2d8 of type vxlan for network 09e0f9d2-1d52-4622-af54-a013f86402b1 [pid: 7|app: 0|req: 1013/2205] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:30 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2206] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:43:29 2026] POST /v2.0/floatingips => generated 552 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:30.482 7 INFO neutron.db.segments_db [None req-3b25bf81-69ad-476d-b533-557e403eee18 4a2c6864853147c3a767efc1691a7f4f 199b48982b9140f0b12b7dd6f4a6ef40 - - default default] Added segment 75505295-7687-4a63-bfb7-b6c9ea515717 of type vxlan for network 506bfcae-e13a-4f4f-a15f-f9e7e6a98ee2 [pid: 7|app: 0|req: 1014/2207] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:30 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2208] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:30 2026] POST /v2.0/ports => generated 743 bytes in 265 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: 1195/2209] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:30 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:31.040 8 INFO neutron.db.segments_db [None req-c0032228-b6d4-45bd-b586-4d092bd0e8d9 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Added segment ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f of type vxlan for network 5cc05c26-f319-46c4-b990-f316574776b0 [pid: 7|app: 0|req: 1015/2210] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:43:30 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2211] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:30 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2212] 10.0.0.138 () {34 vars in 747 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/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: 8|app: 0|req: 1197/2213] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/floatingips/5d0e8cdc-9609-4035-b7aa-57e1f30e3dc5/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: 1198/2214] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1199/2215] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/floatingips/a528a588-76f8-4031-adeb-883c4cb1b52e/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: 1200/2216] 10.0.0.138 () {34 vars in 758 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/green => generated 4 bytes in 67 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: 1201/2217] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/floatingips/9b646c6f-0839-480d-9f45-03f3835f8829/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: 1017/2218] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:31 2026] POST /v2.0/ports => generated 743 bytes in 285 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: 1202/2219] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1018/2220] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/floatingips/3717f029-3420-4d55-ba0e-7589e204b20c/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:31.511 8 INFO neutron.db.segments_db [None req-ca215261-970a-4d4f-acf7-cd3d0f9809cf f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Added segment 598bbb27-9eb6-4266-8acc-6cda7548c890 of type vxlan for network dd698ed7-2e89-430b-b3b5-17a6ca6755b2 [pid: 7|app: 0|req: 1019/2221] 10.0.0.138 () {34 vars in 754 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1020/2222] 10.0.0.138 () {32 vars in 672 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2223] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:31 2026] POST /v2.0/networks => generated 613 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2224] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1204/2225] 10.0.0.138 () {32 vars in 686 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2226] 10.0.0.138 () {34 vars in 776 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/black.or.white => generated 4 bytes in 119 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: 1206/2227] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2228] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1208/2229] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:43:31 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2230] 10.0.0.138 () {34 vars in 747 bytes} [Fri May 15 16:43:31 2026] PUT /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 37 bytes in 94 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: 1210/2231] 10.0.0.138 () {32 vars in 680 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2232] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:43:31 2026] POST /v2.0/ports => generated 743 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1211/2233] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1023/2234] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2235] 10.0.0.138 () {34 vars in 747 bytes} [Fri May 15 16:43:32 2026] PUT /v2.0/ports/843df14e-c8df-4401-864b-bd715594ef76/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1024/2236] 10.0.0.138 () {32 vars in 735 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/red => generated 0 bytes in 49 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: 1213/2237] 10.0.0.138 () {32 vars in 690 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:32.257 8 INFO neutron.api.v2.resource [None req-073302ea-6b8f-468e-bb3c-73c866ac35a4 4a2c6864853147c3a767efc1691a7f4f 199b48982b9140f0b12b7dd6f4a6ef40 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1214/2238] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2239] 10.0.0.138 () {34 vars in 747 bytes} [Fri May 15 16:43:32 2026] PUT /v2.0/ports/66441d89-060e-485d-a288-25a410da3cee/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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1215/2240] 10.0.0.138 () {32 vars in 702 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2241] 10.0.0.138 () {34 vars in 747 bytes} [Fri May 15 16:43:32 2026] PUT /v2.0/ports/32d60d89-e27b-4c94-8cca-1bbc422bf5e5/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1216/2242] 10.0.0.138 () {32 vars in 738 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/red => generated 0 bytes in 51 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: 1217/2243] 10.0.0.138 () {34 vars in 747 bytes} [Fri May 15 16:43:32 2026] PUT /v2.0/ports/9f459be1-6452-4dcb-9293-7c002cebdcbe/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:32.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f46a72c-edb8-4fed-a8ea-434373293be8 b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] TaaS: Handle Delete Port: 9801785e-1141-41c6-bee8-b8c8462f9397 2026-05-15 16:43:32.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f46a72c-edb8-4fed-a8ea-434373293be8 b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] Tap Mirror: Handle Delete Port: 9801785e-1141-41c6-bee8-b8c8462f9397 [pid: 8|app: 0|req: 1218/2244] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1027/2245] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/floatingips/5d0e8cdc-9609-4035-b7aa-57e1f30e3dc5 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2246] 10.0.0.138 () {32 vars in 660 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:32.616 7 INFO neutron.api.v2.resource [None req-f6539272-6a8e-4163-bdf5-9141c1b0e274 4a2c6864853147c3a767efc1691a7f4f 199b48982b9140f0b12b7dd6f4a6ef40 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1028/2247] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:43:32.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-406bee7a-240c-443a-8a10-933a6351e1ef b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] TaaS: Handle Delete Port: 37c41039-6ff8-4484-ae8d-a7b5ca380c6a 2026-05-15 16:43:32.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406bee7a-240c-443a-8a10-933a6351e1ef b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] Tap Mirror: Handle Delete Port: 37c41039-6ff8-4484-ae8d-a7b5ca380c6a [pid: 7|app: 0|req: 1029/2248] 10.0.0.138 () {32 vars in 674 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2249] 10.0.0.138 () {32 vars in 730 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 0 bytes in 59 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: 1031/2250] 10.0.0.138 () {32 vars in 670 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2251] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/floatingips/a528a588-76f8-4031-adeb-883c4cb1b52e => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2252] 10.0.0.138 () {32 vars in 727 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7/tags => generated 12 bytes in 43 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: 1221/2253] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:43:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:32.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-059d7efb-1e18-4798-8373-7c963d8a1e2f b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] TaaS: Handle Delete Port: 5dc7ab22-de46-4cca-8e40-b0ebc586df8f 2026-05-15 16:43:32.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-059d7efb-1e18-4798-8373-7c963d8a1e2f b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] Tap Mirror: Handle Delete Port: 5dc7ab22-de46-4cca-8e40-b0ebc586df8f 2026-05-15 16:43:32.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-898b948d-a558-494b-837e-b9bf5f0d4c0c 4a2c6864853147c3a767efc1691a7f4f 199b48982b9140f0b12b7dd6f4a6ef40 - - default default] TaaS: Handle Delete Port: 26db435a-4e08-434e-b87d-fd1830132ba7 2026-05-15 16:43:33.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-898b948d-a558-494b-837e-b9bf5f0d4c0c 4a2c6864853147c3a767efc1691a7f4f 199b48982b9140f0b12b7dd6f4a6ef40 - - default default] Tap Mirror: Handle Delete Port: 26db435a-4e08-434e-b87d-fd1830132ba7 [pid: 8|app: 0|req: 1222/2254] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/ports/26db435a-4e08-434e-b87d-fd1830132ba7 => 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: 1033/2255] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:32 2026] DELETE /v2.0/floatingips/9b646c6f-0839-480d-9f45-03f3835f8829 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2256] 10.0.0.138 () {32 vars in 668 bytes} [Fri May 15 16:43:33 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:33.240 7 INFO neutron.services.segments.plugin [-] Segment 75505295-7687-4a63-bfb7-b6c9ea515717 resource provider aggregate not found 2026-05-15 16:43:33.245 7 INFO neutron.services.segments.plugin [-] Segment 75505295-7687-4a63-bfb7-b6c9ea515717 resource provider aggregate not found 2026-05-15 16:43:33.262 7 INFO neutron.services.segments.plugin [-] Segment 75505295-7687-4a63-bfb7-b6c9ea515717 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75505295-7687-4a63-bfb7-b6c9ea515717 found for delete ", "request_id": "req-b84d815f-6163-4e5f-9761-989298100b2c"}]} 2026-05-15 16:43:33.267 7 INFO neutron.services.segments.plugin [-] Segment 75505295-7687-4a63-bfb7-b6c9ea515717 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75505295-7687-4a63-bfb7-b6c9ea515717 found for delete ", "request_id": "req-aba6a533-599f-48bb-af11-93839c3a6f97"}]} [pid: 7|app: 0|req: 1034/2257] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/networks/506bfcae-e13a-4f4f-a15f-f9e7e6a98ee2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:33.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf419a0b-513a-4848-98b8-4def4d0b5c41 b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] TaaS: Handle Delete Port: 38299d45-f11b-40d6-b4bd-e0606456fc8f 2026-05-15 16:43:33.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf419a0b-513a-4848-98b8-4def4d0b5c41 b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] Tap Mirror: Handle Delete Port: 38299d45-f11b-40d6-b4bd-e0606456fc8f [pid: 7|app: 0|req: 1035/2258] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:43:33 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2259] 10.0.0.138 () {32 vars in 678 bytes} [Fri May 15 16:43:33 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2260] 10.0.0.138 () {32 vars in 690 bytes} [Fri May 15 16:43:33 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2261] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/floatingips/3717f029-3420-4d55-ba0e-7589e204b20c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:33.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-0da43acc-3fca-4be4-a061-25301f8127da f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] TaaS: Handle Delete Port: 843df14e-c8df-4401-864b-bd715594ef76 2026-05-15 16:43:33.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0da43acc-3fca-4be4-a061-25301f8127da f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Tap Mirror: Handle Delete Port: 843df14e-c8df-4401-864b-bd715594ef76 2026-05-15 16:43:33.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-73474b7b-caa1-4d4c-826a-4728e8d013f8 b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] TaaS: Handle Delete Port: 63e18c4a-8a19-4e01-adc4-bab625d04536 2026-05-15 16:43:33.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73474b7b-caa1-4d4c-826a-4728e8d013f8 b4327b6ab78947d2970a0e76c08e942e d1e0497934754cabb3b52f3b3e6e69c0 - - default default] Tap Mirror: Handle Delete Port: 63e18c4a-8a19-4e01-adc4-bab625d04536 [pid: 7|app: 0|req: 1038/2262] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/ports/843df14e-c8df-4401-864b-bd715594ef76 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:33.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a994d2-7157-4eb2-8c94-0b4b70ce6251 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] TaaS: Handle Delete Port: 66441d89-060e-485d-a288-25a410da3cee 2026-05-15 16:43:33.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a994d2-7157-4eb2-8c94-0b4b70ce6251 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Tap Mirror: Handle Delete Port: 66441d89-060e-485d-a288-25a410da3cee [pid: 8|app: 0|req: 1225/2263] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/floatingips/f1906d1b-7519-41a9-98cf-19f1007a509d => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2264] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/ports/66441d89-060e-485d-a288-25a410da3cee => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:33.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c459332-91d7-4836-b5f3-b837d267b065 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] TaaS: Handle Delete Port: 32d60d89-e27b-4c94-8cca-1bbc422bf5e5 2026-05-15 16:43:33.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c459332-91d7-4836-b5f3-b837d267b065 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Tap Mirror: Handle Delete Port: 32d60d89-e27b-4c94-8cca-1bbc422bf5e5 [pid: 8|app: 0|req: 1226/2265] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/ports/32d60d89-e27b-4c94-8cca-1bbc422bf5e5 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:34.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-649396f5-4ad6-43d6-b62f-9ef0ea3b8bd9 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] TaaS: Handle Delete Port: 9f459be1-6452-4dcb-9293-7c002cebdcbe 2026-05-15 16:43:34.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-649396f5-4ad6-43d6-b62f-9ef0ea3b8bd9 f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Tap Mirror: Handle Delete Port: 9f459be1-6452-4dcb-9293-7c002cebdcbe [pid: 8|app: 0|req: 1227/2266] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:33 2026] DELETE /v2.0/ports/9f459be1-6452-4dcb-9293-7c002cebdcbe => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2267] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:33 2026] GET /v2.0/security-groups?tenant_id=8edf2d067f7944e5a3f248e52f9ad87f&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2268] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/security-groups/5bfe85e5-b588-49dd-b617-82b4dff75884 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:34.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e6fb238-975c-4287-870b-a3411c415abf f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] TaaS: Handle Delete Port: e93328ea-23c3-40f2-b709-e2af7e26352d 2026-05-15 16:43:34.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e6fb238-975c-4287-870b-a3411c415abf f35decc5d3a7443792fe24a652abdc14 535699ad303040fa9e1c498a1e4c4722 - - default default] Tap Mirror: Handle Delete Port: e93328ea-23c3-40f2-b709-e2af7e26352d [pid: 8|app: 0|req: 1228/2269] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/ports/e93328ea-23c3-40f2-b709-e2af7e26352d => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2270] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:34 2026] GET /v2.0/security-groups?tenant_id=199b48982b9140f0b12b7dd6f4a6ef40&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2271] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/networks/e2cff799-3114-4d3b-a343-ebf98d3ad866 => 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: 1230/2272] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/security-groups/81fe5fae-385a-4e8b-83e9-e315c2a982b5 => 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: 1043/2273] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/networks/d74b325a-b80a-493a-babf-056836def2dc => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2274] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/networks/09e0f9d2-1d52-4622-af54-a013f86402b1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2275] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/networks/5cc05c26-f319-46c4-b990-f316574776b0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2276] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:34 2026] GET /v2.0/security-groups?tenant_id=283e129d58174b7ca5bb4e58c615cc62&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2277] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/networks/dd698ed7-2e89-430b-b3b5-17a6ca6755b2 => 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: 1232/2278] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:34 2026] DELETE /v2.0/security-groups/917d4c33-c9fe-4b91-bffd-1b60d55a45bc => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2279] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:35 2026] GET /v2.0/security-groups?tenant_id=c25e59a0cb574e78a5661af209e5d946&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:35.284 7 INFO neutron.services.segments.plugin [-] Segment d745f0ce-8434-4298-ac43-5d26033a57a8 resource provider aggregate not found 2026-05-15 16:43:35.289 7 INFO neutron.services.segments.plugin [-] Segment d745f0ce-8434-4298-ac43-5d26033a57a8 resource provider aggregate not found 2026-05-15 16:43:35.300 7 INFO neutron.services.segments.plugin [-] Segment d745f0ce-8434-4298-ac43-5d26033a57a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d745f0ce-8434-4298-ac43-5d26033a57a8 found for delete ", "request_id": "req-d5f5b0a8-5823-4d79-9b33-d1130ebb72cf"}]} 2026-05-15 16:43:35.306 7 INFO neutron.services.segments.plugin [-] Segment d745f0ce-8434-4298-ac43-5d26033a57a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d745f0ce-8434-4298-ac43-5d26033a57a8 found for delete ", "request_id": "req-d99fa390-a763-4053-8576-c73e3866b12b"}]} [pid: 8|app: 0|req: 1233/2280] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:35 2026] DELETE /v2.0/security-groups/68a52df6-013e-4460-94f8-9a42cbc23dc1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:35.324 7 INFO neutron.services.segments.plugin [-] Segment 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 resource provider aggregate not found 2026-05-15 16:43:35.328 7 INFO neutron.services.segments.plugin [-] Segment 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 resource provider aggregate not found 2026-05-15 16:43:35.339 7 INFO neutron.services.segments.plugin [-] Segment 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 found for delete ", "request_id": "req-eda59fab-c756-4c5e-bb87-6575d2bcfe6a"}]} 2026-05-15 16:43:35.343 7 INFO neutron.services.segments.plugin [-] Segment 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cf1e8d2-dcf4-4386-b29d-56a4fe57f514 found for delete ", "request_id": "req-bed23cd1-e15a-488f-bfda-f997951b537b"}]} 2026-05-15 16:43:35.356 7 INFO neutron.services.segments.plugin [-] Segment baad27d8-4513-4796-9c09-84881e27c2d8 resource provider aggregate not found 2026-05-15 16:43:35.358 7 INFO neutron.services.segments.plugin [-] Segment baad27d8-4513-4796-9c09-84881e27c2d8 resource provider aggregate not found 2026-05-15 16:43:35.378 7 INFO neutron.services.segments.plugin [-] Segment baad27d8-4513-4796-9c09-84881e27c2d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baad27d8-4513-4796-9c09-84881e27c2d8 found for delete ", "request_id": "req-3ae43608-3082-440a-bec8-8782cb0f67f0"}]} 2026-05-15 16:43:35.378 7 INFO neutron.services.segments.plugin [-] Segment baad27d8-4513-4796-9c09-84881e27c2d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baad27d8-4513-4796-9c09-84881e27c2d8 found for delete ", "request_id": "req-d6623bb0-26f3-4427-96ec-640f2a3731c9"}]} 2026-05-15 16:43:35.397 7 INFO neutron.services.segments.plugin [-] Segment ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f resource provider aggregate not found 2026-05-15 16:43:35.400 7 INFO neutron.services.segments.plugin [-] Segment ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f resource provider aggregate not found 2026-05-15 16:43:35.413 7 INFO neutron.services.segments.plugin [-] Segment ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f found for delete ", "request_id": "req-a69d6950-56b2-468d-85a7-9d71808715b8"}]} 2026-05-15 16:43:35.416 7 INFO neutron.services.segments.plugin [-] Segment ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad9e5a4d-5b13-4fc3-bb8a-c071dce1f78f found for delete ", "request_id": "req-b44bcbcd-cef3-4179-86f1-d4444798403d"}]} 2026-05-15 16:43:35.426 7 INFO neutron.services.segments.plugin [-] Segment 598bbb27-9eb6-4266-8acc-6cda7548c890 resource provider aggregate not found 2026-05-15 16:43:35.431 7 INFO neutron.services.segments.plugin [-] Segment 598bbb27-9eb6-4266-8acc-6cda7548c890 resource provider aggregate not found 2026-05-15 16:43:35.440 7 INFO neutron.services.segments.plugin [-] Segment 598bbb27-9eb6-4266-8acc-6cda7548c890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 598bbb27-9eb6-4266-8acc-6cda7548c890 found for delete ", "request_id": "req-6e1ec03d-ec55-46ff-92ee-9f08ec831998"}]} 2026-05-15 16:43:35.449 7 INFO neutron.services.segments.plugin [-] Segment 598bbb27-9eb6-4266-8acc-6cda7548c890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 598bbb27-9eb6-4266-8acc-6cda7548c890 found for delete ", "request_id": "req-c8cd8d98-063b-49c7-ab0f-2cce6bad4c05"}]} [pid: 7|app: 0|req: 1048/2281] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:35 2026] GET /v2.0/security-groups?tenant_id=d1e0497934754cabb3b52f3b3e6e69c0&name=default => generated 2928 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2282] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:35 2026] DELETE /v2.0/security-groups/b60b140b-ae34-4a9a-8f5f-7cc89a52e8d8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2283] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:35 2026] GET /v2.0/security-groups?tenant_id=ce5207721e6d4d9c930cf37a80d30599&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2284] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:36 2026] DELETE /v2.0/security-groups/0631a937-8a33-4344-9e14-8c9ccb883403 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2285] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:36 2026] GET /v2.0/security-groups?tenant_id=5f1d6dc81f92493c97a59140a1709bb8&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: 1236/2286] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:36 2026] DELETE /v2.0/security-groups/42376a25-9014-47cd-9dae-1043e395cf59 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2287] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:36 2026] GET /v2.0/security-groups?tenant_id=535699ad303040fa9e1c498a1e4c4722&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: 1237/2288] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:36 2026] DELETE /v2.0/security-groups/f86f82d9-513a-4d96-bbcb-0df20504dafc => 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: 1052/2289] 10.0.0.138 () {34 vars in 678 bytes} [Fri May 15 16:43:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2290] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:43:38 2026] PUT /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2291] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2292] 10.0.0.138 () {34 vars in 764 bytes} [Fri May 15 16:43:38 2026] PUT /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/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: 1054/2293] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2294] 10.0.0.138 () {34 vars in 760 bytes} [Fri May 15 16:43:38 2026] PUT /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2295] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/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: 1241/2296] 10.0.0.138 () {34 vars in 782 bytes} [Fri May 15 16:43:38 2026] PUT /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2297] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2298] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:43:38 2026] PUT /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2299] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2300] 10.0.0.138 () {32 vars in 741 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:38.667 7 INFO neutron.api.v2.resource [None req-a98294a7-9ad9-4418-ae77-d73535a5a700 f53cfd3815d74ec5a4d893e872f83975 7981e7c103a3469b8a9e2817e0c9ff9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2301] 10.0.0.138 () {32 vars in 745 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2302] 10.0.0.138 () {32 vars in 744 bytes} [Fri May 15 16:43:38 2026] DELETE /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2303] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:38.797 8 INFO neutron.api.v2.resource [None req-8ce94445-537f-4f5d-871c-dc72dde7fba8 f53cfd3815d74ec5a4d893e872f83975 7981e7c103a3469b8a9e2817e0c9ff9c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1245/2304] 10.0.0.138 () {32 vars in 748 bytes} [Fri May 15 16:43:38 2026] DELETE /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2305] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:38 2026] DELETE /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2306] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:43:38 2026] GET /v2.0/policies/c779902b-8aed-4a91-8790-1cd12608e2b4/tags => 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: 1061/2307] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:43:38 2026] DELETE /v2.0/qos/policies/c779902b-8aed-4a91-8790-1cd12608e2b4 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2308] 10.0.0.138 () {34 vars in 678 bytes} [Fri May 15 16:43:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2309] 10.0.0.138 () {34 vars in 678 bytes} [Fri May 15 16:43:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2310] 10.0.0.138 () {34 vars in 678 bytes} [Fri May 15 16:43:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2311] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:39 2026] GET /v2.0/security-groups?tenant_id=7981e7c103a3469b8a9e2817e0c9ff9c&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2312] 10.0.0.138 () {34 vars in 678 bytes} [Fri May 15 16:43:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2313] 10.0.0.138 () {34 vars in 678 bytes} [Fri May 15 16:43:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2314] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:39 2026] DELETE /v2.0/security-groups/486429e9-0027-43d8-9668-d61f5c2101b2 => 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: 1067/2315] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:43:39 2026] PUT /v2.0/policies/0cdb50a2-6386-46e3-bf7e-8cd443d7e591/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2316] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:43:39 2026] PUT /v2.0/policies/b8ee3de3-8434-4320-a128-4f93993fa71a/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2317] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:43:39 2026] PUT /v2.0/policies/7b0afab4-eee9-4fd2-9e2a-7c60874a8e0b/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2318] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:43:40 2026] PUT /v2.0/policies/9f119c54-b7b8-4abe-992c-e654a70eac66/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2319] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/security-groups?tenant_id=21d6158aa4ed4cfa9510a6e852779492&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: 1251/2320] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:40 2026] DELETE /v2.0/security-groups/cda80367-5774-41ba-af1d-6abf0077bd2f => 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: 1070/2321] 10.0.0.138 () {32 vars in 674 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2322] 10.0.0.138 () {32 vars in 688 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2323] 10.0.0.138 () {32 vars in 684 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2324] 10.0.0.138 () {32 vars in 696 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2327] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:41.025 7 INFO neutron.db.segments_db [None req-12f6d361-ef21-4f25-be8b-b7321633464b 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] Added segment a4614f2f-06c1-4ce5-b3ec-434097df7e86 of type vxlan for network d09a2faf-7dcd-45dc-8f59-1acbd29a9130 [pid: 8|app: 0|req: 1258/2328] 10.0.0.138 () {32 vars in 696 bytes} [Fri May 15 16:43:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2329] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:40 2026] POST /v2.0/networks => generated 613 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2330] 10.0.0.138 () {32 vars in 692 bytes} [Fri May 15 16:43:41 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2331] 10.0.0.138 () {32 vars in 704 bytes} [Fri May 15 16:43:41 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2332] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:43:41 2026] DELETE /v2.0/qos/policies/0cdb50a2-6386-46e3-bf7e-8cd443d7e591 => 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: 1262/2333] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:43:41 2026] DELETE /v2.0/qos/policies/b8ee3de3-8434-4320-a128-4f93993fa71a => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2334] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:41 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2335] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:43:41 2026] DELETE /v2.0/qos/policies/7b0afab4-eee9-4fd2-9e2a-7c60874a8e0b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:41.414 7 INFO neutron.db.segments_db [None req-57a5f69d-bfcd-4466-8370-895a42d37b1e 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] Added segment ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 of type vxlan for network 9948cad3-4968-4b22-ae20-8dac874dacb9 [pid: 8|app: 0|req: 1264/2336] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:43:41 2026] DELETE /v2.0/qos/policies/9f119c54-b7b8-4abe-992c-e654a70eac66 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2337] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:43:41 2026] DELETE /v2.0/qos/policies/35a3d449-4dee-469a-a9be-d092d92a1149 => 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: 1073/2338] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:41 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2339] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:41 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-05-15 16:43:41.783 7 INFO neutron.db.segments_db [None req-bc3fc40e-3d75-4107-a4a2-c51b0e08615f 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] Added segment add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 of type vxlan for network 40caab3c-1f1d-41f2-a578-23dd22f5c86b [pid: 7|app: 0|req: 1074/2340] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:41 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: 1267/2341] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:41 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:42.177 7 INFO neutron.db.segments_db [None req-9ae1a2a0-2d9e-4412-a582-9641ddc0b28b 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] Added segment a4be8d50-de93-4f32-833a-d146055303d9 of type vxlan for network d08ea937-604e-4fa1-aea8-7f82f871e537 [pid: 7|app: 0|req: 1075/2342] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:42 2026] POST /v2.0/networks => generated 613 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2343] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:42 2026] POST /v2.0/subnets => generated 629 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2344] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:42 2026] GET /v2.0/security-groups?tenant_id=71ac8a5bfbbf47a6a5c650ec22921fa0&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:42.509 7 INFO neutron.db.segments_db [None req-ff816c1d-7126-446c-9905-3010161c6c41 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] Added segment 24e49be5-0785-43fc-a977-589aae3a2895 of type vxlan for network af2b462f-5579-421c-9a73-345977f2541d [pid: 8|app: 0|req: 1269/2345] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:42 2026] DELETE /v2.0/security-groups/b5cea6f8-e7ca-490e-9099-360433ee9e8e => 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: 1077/2346] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:42 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2347] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:42 2026] GET /v2.0/security-groups?tenant_id=ba3b1587f65149beab69c8b8c75cc356&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2348] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:42 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2349] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:42 2026] DELETE /v2.0/security-groups/9a3eed7b-e176-402a-8e8f-e18b73324eb1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2350] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:42 2026] PUT /v2.0/subnets/72484a2b-d2b8-411d-9f95-70fc14bc95a5/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2351] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:42 2026] PUT /v2.0/subnets/cb32eb3f-236d-4a3f-b65d-dec22e8ab7d8/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2352] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:42 2026] PUT /v2.0/subnets/f9264472-1cea-4802-a153-c9d52ad41030/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2353] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:43 2026] PUT /v2.0/subnets/6f1198a5-73f1-4628-af8d-bcab030eb52d/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2354] 10.0.0.138 () {32 vars in 664 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2355] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/security-groups?tenant_id=4b7c57e75a4e4ab1a1706839c93ae644&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2356] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:43 2026] DELETE /v2.0/security-groups/d60a0ad6-78aa-455e-b990-8282d86c7297 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2357] 10.0.0.138 () {32 vars in 678 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2358] 10.0.0.138 () {32 vars in 674 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2359] 10.0.0.138 () {32 vars in 686 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2360] 10.0.0.138 () {32 vars in 672 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2361] 10.0.0.138 () {32 vars in 686 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2362] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2363] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:43:43 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2364] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:43 2026] DELETE /v2.0/subnets/72484a2b-d2b8-411d-9f95-70fc14bc95a5 => 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: 1087/2365] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:44 2026] DELETE /v2.0/subnets/cb32eb3f-236d-4a3f-b65d-dec22e8ab7d8 => 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: 1279/2366] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:44 2026] DELETE /v2.0/subnets/f9264472-1cea-4802-a153-c9d52ad41030 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2367] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:44 2026] DELETE /v2.0/subnets/6f1198a5-73f1-4628-af8d-bcab030eb52d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2368] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:44 2026] DELETE /v2.0/subnets/4af77763-8dee-422d-8de6-7fe70e68cc99 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:44.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f6343e2-6ce4-4aef-89c4-62b73ef61d85 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] TaaS: Handle Delete Port: 6c6c81f3-1d4c-4043-8e3a-368756f31f1e 2026-05-15 16:43:44.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f6343e2-6ce4-4aef-89c4-62b73ef61d85 10fa9bc82d1a457792407febb98e2666 08efc933cd274529b609e87affb56ed0 - - default default] Tap Mirror: Handle Delete Port: 6c6c81f3-1d4c-4043-8e3a-368756f31f1e 2026-05-15 16:43:44.938 7 INFO neutron.services.segments.plugin [-] Segment a4614f2f-06c1-4ce5-b3ec-434097df7e86 resource provider aggregate not found 2026-05-15 16:43:44.946 7 INFO neutron.services.segments.plugin [-] Segment a4614f2f-06c1-4ce5-b3ec-434097df7e86 resource provider aggregate not found 2026-05-15 16:43:44.959 7 INFO neutron.services.segments.plugin [-] Segment a4614f2f-06c1-4ce5-b3ec-434097df7e86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4614f2f-06c1-4ce5-b3ec-434097df7e86 found for delete ", "request_id": "req-68680654-084d-4adc-8e8c-cc35b2e18f36"}]} 2026-05-15 16:43:44.967 7 INFO neutron.services.segments.plugin [-] Segment a4614f2f-06c1-4ce5-b3ec-434097df7e86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4614f2f-06c1-4ce5-b3ec-434097df7e86 found for delete ", "request_id": "req-5a38c4b4-9c92-4225-9cb2-8ae34b51560b"}]} [pid: 7|app: 0|req: 1089/2369] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:44 2026] DELETE /v2.0/networks/d09a2faf-7dcd-45dc-8f59-1acbd29a9130 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:43:45.108 8 INFO neutron.services.segments.plugin [-] Segment ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 resource provider aggregate not found 2026-05-15 16:43:45.116 8 INFO neutron.services.segments.plugin [-] Segment ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 resource provider aggregate not found 2026-05-15 16:43:45.130 8 INFO neutron.services.segments.plugin [-] Segment ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 found for delete ", "request_id": "req-ea22e1c9-1869-4f52-99df-f0c594359929"}]} 2026-05-15 16:43:45.138 8 INFO neutron.services.segments.plugin [-] Segment ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad3c22fe-d499-44ff-8f36-e52d7d64bbf3 found for delete ", "request_id": "req-eaa15905-40e2-4cc5-80a9-7c61472c06de"}]} [pid: 8|app: 0|req: 1281/2370] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:44 2026] DELETE /v2.0/networks/9948cad3-4968-4b22-ae20-8dac874dacb9 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2371] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:45 2026] DELETE /v2.0/networks/40caab3c-1f1d-41f2-a578-23dd22f5c86b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2372] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:45 2026] DELETE /v2.0/networks/d08ea937-604e-4fa1-aea8-7f82f871e537 => 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: 1091/2373] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:43:45 2026] DELETE /v2.0/networks/af2b462f-5579-421c-9a73-345977f2541d => 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: 1283/2374] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:46 2026] GET /v2.0/security-groups?tenant_id=ccc4e469984a44328433c9dbdfa9c786&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2375] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:46 2026] DELETE /v2.0/security-groups/de04872f-c4b7-44fe-9703-ba39e6041364 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2376] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:46 2026] GET /v2.0/security-groups?tenant_id=08efc933cd274529b609e87affb56ed0&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2377] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:46 2026] DELETE /v2.0/security-groups/9f0bdd3c-1938-4c13-834d-427a17300b4a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:46.977 7 INFO neutron.services.segments.plugin [-] Segment add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 resource provider aggregate not found 2026-05-15 16:43:46.986 7 INFO neutron.services.segments.plugin [-] Segment add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 resource provider aggregate not found 2026-05-15 16:43:46.989 7 INFO neutron.services.segments.plugin [-] Segment add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 found for delete ", "request_id": "req-a6b8e6cc-e02a-4327-96d0-8696235f8579"}]} 2026-05-15 16:43:47.004 7 INFO neutron.services.segments.plugin [-] Segment 24e49be5-0785-43fc-a977-589aae3a2895 resource provider aggregate not found 2026-05-15 16:43:47.007 7 INFO neutron.services.segments.plugin [-] Segment add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add5fb9e-acd8-4d02-b42b-8bdf2b7f33a6 found for delete ", "request_id": "req-1cd3f947-9476-41e2-aef0-70364a9d2a4a"}]} 2026-05-15 16:43:47.017 7 INFO neutron.services.segments.plugin [-] Segment 24e49be5-0785-43fc-a977-589aae3a2895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e49be5-0785-43fc-a977-589aae3a2895 found for delete ", "request_id": "req-72b8f9d9-e26c-4dc0-a7dc-38c3674ab163"}]} 2026-05-15 16:43:47.023 7 INFO neutron.services.segments.plugin [-] Segment 24e49be5-0785-43fc-a977-589aae3a2895 resource provider aggregate not found 2026-05-15 16:43:47.039 7 INFO neutron.services.segments.plugin [-] Segment 24e49be5-0785-43fc-a977-589aae3a2895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e49be5-0785-43fc-a977-589aae3a2895 found for delete ", "request_id": "req-c9f7f3ee-cc0d-417e-accc-d302cb0a010f"}]} 2026-05-15 16:43:47.158 8 INFO neutron.services.segments.plugin [-] Segment a4be8d50-de93-4f32-833a-d146055303d9 resource provider aggregate not found 2026-05-15 16:43:47.168 8 INFO neutron.services.segments.plugin [-] Segment a4be8d50-de93-4f32-833a-d146055303d9 resource provider aggregate not found 2026-05-15 16:43:47.183 8 INFO neutron.services.segments.plugin [-] Segment a4be8d50-de93-4f32-833a-d146055303d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4be8d50-de93-4f32-833a-d146055303d9 found for delete ", "request_id": "req-94e2eff4-a795-48b4-8fdc-fddc6db7136e"}]} 2026-05-15 16:43:47.188 8 INFO neutron.services.segments.plugin [-] Segment a4be8d50-de93-4f32-833a-d146055303d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4be8d50-de93-4f32-833a-d146055303d9 found for delete ", "request_id": "req-aa460026-190e-4aa6-ae24-68c96a9a30b9"}]} [pid: 8|app: 0|req: 1285/2378] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:47 2026] GET /v2.0/security-groups?tenant_id=b5050a62b3604a7791f64efd69627b73&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2379] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:47 2026] DELETE /v2.0/security-groups/4bb80108-4de9-433a-856a-b6195e72dd98 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:43:47.657 8 INFO neutron.db.segments_db [None req-405dc028-939e-43ce-af0d-4331c9cbb09a 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Added segment d818db86-078d-4419-98cd-7c9b6cfcf65c of type vxlan for network 469e7be7-0399-4ec9-b688-3f10826aab43 2026-05-15 16:43:47.893 8 INFO neutron.db.l3_hamode_db [None req-405dc028-939e-43ce-af0d-4331c9cbb09a 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:43:48.011 8 INFO neutron.db.l3_hamode_db [None req-405dc028-939e-43ce-af0d-4331c9cbb09a 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1286/2380] 10.0.0.138 () {34 vars in 668 bytes} [Fri May 15 16:43:47 2026] POST /v2.0/routers => generated 474 bytes in 1236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:48.638 7 INFO neutron.db.l3_hamode_db [None req-65e81b5c-e329-4a0d-abb6-e82b5d3cd4ea 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:43:48.768 7 INFO neutron.db.l3_hamode_db [None req-65e81b5c-e329-4a0d-abb6-e82b5d3cd4ea 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1095/2381] 10.0.0.138 () {34 vars in 668 bytes} [Fri May 15 16:43:48 2026] POST /v2.0/routers => generated 474 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:49.401 8 INFO neutron.db.l3_hamode_db [None req-e021aa98-e462-4943-b688-c4908722fd75 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:43:49.516 8 INFO neutron.db.l3_hamode_db [None req-e021aa98-e462-4943-b688-c4908722fd75 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-15 16:43:49.854 7 INFO neutron.db.segments_db [None req-05ac399b-41e0-400b-8830-f8d0cabbca15 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Added segment 7ec1c622-377e-4656-9907-134b6e3b2f30 of type vxlan for network 83be86ee-0191-4465-a517-3c5886849366 [pid: 7|app: 0|req: 1096/2382] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:49 2026] POST /v2.0/networks => generated 620 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2383] 10.0.0.138 () {34 vars in 668 bytes} [Fri May 15 16:43:49 2026] POST /v2.0/routers => generated 474 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:50.136 8 INFO neutron.db.l3_hamode_db [None req-279f0095-262a-45b6-9510-62093c5e2572 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1097/2384] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:49 2026] POST /v2.0/subnets => generated 658 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:50.245 8 INFO neutron.db.l3_hamode_db [None req-279f0095-262a-45b6-9510-62093c5e2572 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1098/2385] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:43:50 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2386] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:50 2026] POST /v2.0/subnets => generated 730 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2387] 10.0.0.138 () {34 vars in 668 bytes} [Fri May 15 16:43:50 2026] POST /v2.0/routers => generated 474 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2388] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:43:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-15 16:43:50.912 8 INFO neutron.db.segments_db [None req-d6e4c8b2-7be6-4b9a-8d5c-050ec0c0850b a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Added segment f0e17ef6-a9d7-4069-a89f-d6861d107cff of type vxlan for network d67ab874-6bdc-46c8-9bc7-38a76a69d979 2026-05-15 16:43:50.935 7 INFO neutron.db.l3_hamode_db [None req-2a9d9b7d-c428-43fb-a577-f7218f9c964b 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1289/2389] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:50 2026] POST /v2.0/networks => generated 618 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:51.045 7 INFO neutron.db.l3_hamode_db [None req-2a9d9b7d-c428-43fb-a577-f7218f9c964b 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1290/2390] 10.0.0.138 () {34 vars in 767 bytes} [Fri May 15 16:43:51 2026] PUT /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2391] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:51 2026] POST /v2.0/subnets => generated 656 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2392] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:51 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2393] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:51 2026] POST /v2.0/subnets => generated 726 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2394] 10.0.0.138 () {34 vars in 778 bytes} [Fri May 15 16:43:51 2026] PUT /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2395] 10.0.0.138 () {34 vars in 668 bytes} [Fri May 15 16:43:50 2026] POST /v2.0/routers => generated 474 bytes in 841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2396] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:51 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:51.797 8 INFO neutron.db.segments_db [None req-e23ac123-8a76-4673-8011-5890a6059aee a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Added segment 4c061371-2d21-4ac0-a68e-02bd95e26dfe of type vxlan for network 13948a78-6e20-4b73-aa11-c1ba04bc8922 [pid: 7|app: 0|req: 1103/2397] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:51 2026] PUT /v2.0/routers/a9bc4682-9bc2-4af9-9a32-5dcbb37cc233/tags => generated 17 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2398] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:43:51 2026] POST /v2.0/networks => generated 619 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2399] 10.0.0.138 () {34 vars in 774 bytes} [Fri May 15 16:43:51 2026] PUT /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2400] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:51 2026] PUT /v2.0/routers/2a3ca419-7c04-4f11-91f7-54c0f4ae6d5d/tags => generated 25 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2401] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:52 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2402] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:52 2026] PUT /v2.0/routers/04827c64-7dff-4e36-9ded-9881ed9d3c1d/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2403] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:51 2026] POST /v2.0/subnets => generated 656 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2404] 10.0.0.138 () {34 vars in 796 bytes} [Fri May 15 16:43:52 2026] PUT /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2405] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:43:52 2026] PUT /v2.0/routers/27f6738a-8e7a-4b37-bd20-869634e56476/tags => generated 19 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2406] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:52 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/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: 1108/2407] 10.0.0.138 () {32 vars in 664 bytes} [Fri May 15 16:43:52 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2408] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:52 2026] POST /v2.0/subnets => generated 730 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2409] 10.0.0.138 () {34 vars in 767 bytes} [Fri May 15 16:43:52 2026] PUT /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:52.646 7 INFO neutron.db.segments_db [None req-ca7e6b37-de5c-4f0c-993f-7f2c365ff632 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Added segment 71e03676-bfc3-46ab-9b45-bd217e4ec0ab of type vxlan for network a4ae6778-636a-4ddb-83ff-03b532a02ff8 2026-05-15 16:43:53.043 7 INFO neutron.db.l3_hamode_db [None req-ca7e6b37-de5c-4f0c-993f-7f2c365ff632 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1301/2410] 10.0.0.138 () {32 vars in 678 bytes} [Fri May 15 16:43:52 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2411] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2412] 10.0.0.138 () {32 vars in 674 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2413] 10.0.0.138 () {32 vars in 755 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2414] 10.0.0.138 () {32 vars in 686 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:53.356 8 INFO neutron.api.v2.resource [None req-f1abd55c-4865-43cd-b6c7-d52a312cd4ce c5ef4da9d6bf4faf94aa060db2761c62 4abae6cdad624b05b9d7f50c627163fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1306/2415] 10.0.0.138 () {32 vars in 759 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2416] 10.0.0.138 () {32 vars in 672 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2417] 10.0.0.138 () {32 vars in 758 bytes} [Fri May 15 16:43:53 2026] DELETE /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2418] 10.0.0.138 () {32 vars in 686 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2419] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2420] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:43:53.741 8 INFO neutron.api.v2.resource [None req-6e7335f4-5451-4790-8bf0-8d4e1cc42ea0 c5ef4da9d6bf4faf94aa060db2761c62 4abae6cdad624b05b9d7f50c627163fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1312/2421] 10.0.0.138 () {32 vars in 762 bytes} [Fri May 15 16:43:53 2026] DELETE /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2422] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:53.839 7 INFO neutron.db.l3_hamode_db [None req-ca7e6b37-de5c-4f0c-993f-7f2c365ff632 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1314/2423] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:43:53 2026] DELETE /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => 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: 1315/2424] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/routers/a9bc4682-9bc2-4af9-9a32-5dcbb37cc233 => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2425] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:43:53 2026] GET /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e/tags => 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: 1317/2426] 10.0.0.138 () {34 vars in 742 bytes} [Fri May 15 16:43:54 2026] PUT /v2.0/routers/a9bc4682-9bc2-4af9-9a32-5dcbb37cc233 => generated 485 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2427] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:54 2026] DELETE /v2.0/security-groups/cd079c2e-8e9f-4595-876e-3e343bb5a88e => 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: 1319/2428] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:54 2026] GET /v2.0/ports?device_id=a9bc4682-9bc2-4af9-9a32-5dcbb37cc233 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:54.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-b444c2f6-c573-446e-adce-5ef0f4767a70 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] TaaS: Handle Delete Port: 84eba05e-569c-4882-aaec-0fcd2f67f1c8 2026-05-15 16:43:54.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b444c2f6-c573-446e-adce-5ef0f4767a70 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Tap Mirror: Handle Delete Port: 84eba05e-569c-4882-aaec-0fcd2f67f1c8 [pid: 7|app: 0|req: 1110/2429] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:43:52 2026] POST /v2.0/routers => generated 684 bytes in 2254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2430] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:54 2026] DELETE /v2.0/routers/a9bc4682-9bc2-4af9-9a32-5dcbb37cc233 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2431] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:43:55 2026] GET /v2.0/routers/2a3ca419-7c04-4f11-91f7-54c0f4ae6d5d => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2432] 10.0.0.138 () {34 vars in 742 bytes} [Fri May 15 16:43:55 2026] PUT /v2.0/routers/2a3ca419-7c04-4f11-91f7-54c0f4ae6d5d => generated 493 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2433] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:55 2026] GET /v2.0/security-groups?tenant_id=959f632936d845e98a9510c9f4ebe831&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2434] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:55 2026] GET /v2.0/ports?device_id=2a3ca419-7c04-4f11-91f7-54c0f4ae6d5d => 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: 1325/2435] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:55 2026] DELETE /v2.0/security-groups/98f208c5-856f-4d62-85cb-46492998ef0e => 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: 1111/2438] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:43:54 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:43:56.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b382b64-ca05-4a98-93ee-2cae69ebfb33 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] TaaS: Handle Delete Port: cd3ae71c-30c2-47a0-982d-ae76e23bdf5e 2026-05-15 16:43:56.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b382b64-ca05-4a98-93ee-2cae69ebfb33 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Tap Mirror: Handle Delete Port: cd3ae71c-30c2-47a0-982d-ae76e23bdf5e [pid: 8|app: 0|req: 1328/2439] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:56 2026] DELETE /v2.0/routers/2a3ca419-7c04-4f11-91f7-54c0f4ae6d5d => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2440] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:43:56 2026] GET /v2.0/security-groups?tenant_id=4abae6cdad624b05b9d7f50c627163fc&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2441] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:43:56 2026] GET /v2.0/routers/04827c64-7dff-4e36-9ded-9881ed9d3c1d => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2442] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:43:56 2026] DELETE /v2.0/security-groups/512b051f-d0c2-423a-bc6a-0af01a2b4aeb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2443] 10.0.0.138 () {34 vars in 742 bytes} [Fri May 15 16:43:56 2026] PUT /v2.0/routers/04827c64-7dff-4e36-9ded-9881ed9d3c1d => generated 502 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2444] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:57 2026] GET /v2.0/ports?device_id=04827c64-7dff-4e36-9ded-9881ed9d3c1d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:57.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbbf40ad-e42f-49f9-87ba-a5ea5f6750b2 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] TaaS: Handle Delete Port: a364fed0-62e9-40f7-b8de-ca46e6c7bd81 2026-05-15 16:43:57.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbbf40ad-e42f-49f9-87ba-a5ea5f6750b2 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Tap Mirror: Handle Delete Port: a364fed0-62e9-40f7-b8de-ca46e6c7bd81 [pid: 7|app: 0|req: 1112/2445] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:43:56 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2446] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:57 2026] DELETE /v2.0/routers/04827c64-7dff-4e36-9ded-9881ed9d3c1d => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2447] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:43:57 2026] GET /v2.0/routers/27f6738a-8e7a-4b37-bd20-869634e56476 => generated 487 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2448] 10.0.0.138 () {34 vars in 742 bytes} [Fri May 15 16:43:57 2026] PUT /v2.0/routers/27f6738a-8e7a-4b37-bd20-869634e56476 => generated 487 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2449] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:58 2026] GET /v2.0/ports?device_id=27f6738a-8e7a-4b37-bd20-869634e56476 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:43:58.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0ba603f-fe23-4a40-a1e0-4cb3b716f3bb 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] TaaS: Handle Delete Port: 43a84c9e-55b6-49ae-837f-aac7ca78631b 2026-05-15 16:43:58.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0ba603f-fe23-4a40-a1e0-4cb3b716f3bb 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Tap Mirror: Handle Delete Port: 43a84c9e-55b6-49ae-837f-aac7ca78631b [pid: 8|app: 0|req: 1338/2450] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:58 2026] DELETE /v2.0/routers/27f6738a-8e7a-4b37-bd20-869634e56476 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2451] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:43:58 2026] GET /v2.0/routers/d326d301-726f-4473-9448-24caf0ef5d07 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2452] 10.0.0.138 () {34 vars in 783 bytes} [Fri May 15 16:43:57 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2453] 10.0.0.138 () {34 vars in 684 bytes} [Fri May 15 16:43:58 2026] POST /v2.0/security-groups => generated 1630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2454] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2455] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2456] 10.0.0.138 () {34 vars in 742 bytes} [Fri May 15 16:43:58 2026] PUT /v2.0/routers/d326d301-726f-4473-9448-24caf0ef5d07 => generated 480 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2457] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:43:59 2026] GET /v2.0/ports?device_id=d326d301-726f-4473-9448-24caf0ef5d07 => 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: 1117/2458] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2459] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 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-05-15 16:43:59.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-660f2be7-c374-47c6-8c67-472200012235 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] TaaS: Handle Delete Port: d7b7f532-7368-4448-aa69-83a691d41349 2026-05-15 16:43:59.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-660f2be7-c374-47c6-8c67-472200012235 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] Tap Mirror: Handle Delete Port: d7b7f532-7368-4448-aa69-83a691d41349 [pid: 7|app: 0|req: 1119/2460] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2461] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:43:59.596 8 INFO neutron.services.segments.plugin [-] Segment d818db86-078d-4419-98cd-7c9b6cfcf65c resource provider aggregate not found 2026-05-15 16:43:59.603 8 INFO neutron.services.segments.plugin [-] Segment d818db86-078d-4419-98cd-7c9b6cfcf65c resource provider aggregate not found 2026-05-15 16:43:59.619 8 INFO neutron.services.segments.plugin [-] Segment d818db86-078d-4419-98cd-7c9b6cfcf65c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d818db86-078d-4419-98cd-7c9b6cfcf65c found for delete ", "request_id": "req-48778d7e-5afa-4a02-8839-137a105d455d"}]} 2026-05-15 16:43:59.619 8 INFO neutron.services.segments.plugin [-] Segment d818db86-078d-4419-98cd-7c9b6cfcf65c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d818db86-078d-4419-98cd-7c9b6cfcf65c found for delete ", "request_id": "req-2725af45-b8bd-4ff8-9080-6ebad578302f"}]} 2026-05-15 16:43:59.624 8 INFO neutron.db.l3_hamode_db [None req-660f2be7-c374-47c6-8c67-472200012235 144ee2d12d5045658070119f542b5172 b47a38cd57804aa7a47819e3a0c50a58 - - default default] HA network 469e7be7-0399-4ec9-b688-3f10826aab43 was deleted as no HA routers are present in tenant b47a38cd57804aa7a47819e3a0c50a58. [pid: 8|app: 0|req: 1342/2462] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:43:59 2026] DELETE /v2.0/routers/d326d301-726f-4473-9448-24caf0ef5d07 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2463] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2464] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2465] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2466] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:43:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2467] 10.0.0.138 () {34 vars in 695 bytes} [Fri May 15 16:44:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:44:00.427 7 INFO neutron.db.segments_db [None req-d9e8d3ff-3a9c-4498-8fa5-a4ad19fd8f19 981edddbdd0144e9a3ffb0b5ec8abee0 278a7f50602f45a3baee27c87ff1d708 - - default default] Added segment df20a3dd-7c98-4eb7-b58d-96f0c38433fe of type vxlan for network 2ed5fde7-2086-4e0b-b1bd-ceefde500503 [pid: 7|app: 0|req: 1123/2468] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:44:00 2026] POST /v2.0/networks => generated 612 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2469] 10.0.0.215 () {34 vars in 1096 bytes} [Fri May 15 16:44:00 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1642168972&fields=id&tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2470] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:44:00 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2471] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:44:00 2026] GET /v2.0/quotas/2dc2ad0d19e6486fa2c8363e527baf7a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2472] 10.0.0.138 () {34 vars in 669 bytes} [Fri May 15 16:44:00 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2473] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:00 2026] GET /v2.0/security-groups?tenant_id=4aa31b67b0af4bb4b1172c5e34c6bbc6&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2474] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:44:00 2026] PUT /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/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: 1347/2475] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:44:00 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&fields=id => generated 287 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2476] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:00 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/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: 1349/2477] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1129/2478] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:00 2026] DELETE /v2.0/security-groups/e74a4254-754a-4361-b360-8334e6f3caa2 => 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: 1130/2479] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2480] 10.0.0.138 () {34 vars in 762 bytes} [Fri May 15 16:44:01 2026] PUT /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2481] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/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: 1351/2482] 10.0.0.138 () {34 vars in 758 bytes} [Fri May 15 16:44:01 2026] PUT /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2483] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2484] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => 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: 1132/2485] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/security-groups?tenant_id=536621fb53ab473bb16edb05a9daf39d&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2486] 10.0.0.138 () {34 vars in 780 bytes} [Fri May 15 16:44:01 2026] PUT /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2487] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2488] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/security-groups/a1a06d5f-dfc7-4fc8-b10d-ec606515f7b8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2489] 10.0.0.138 () {34 vars in 751 bytes} [Fri May 15 16:44:01 2026] PUT /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2490] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/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: 1357/2491] 10.0.0.138 () {32 vars in 739 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:44:01.550 7 INFO neutron.api.v2.resource [None req-e15be075-d982-4041-b3c5-52fde8213227 981edddbdd0144e9a3ffb0b5ec8abee0 278a7f50602f45a3baee27c87ff1d708 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1135/2492] 10.0.0.138 () {32 vars in 743 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2493] 10.0.0.138 () {32 vars in 742 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2494] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2495] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/security-groups?tenant_id=b47a38cd57804aa7a47819e3a0c50a58&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:01.682 7 INFO neutron.api.v2.resource [None req-4b4b7021-45d2-43bf-b305-ae94c0cd60e7 981edddbdd0144e9a3ffb0b5ec8abee0 278a7f50602f45a3baee27c87ff1d708 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1138/2496] 10.0.0.138 () {32 vars in 746 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/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: 1139/2497] 10.0.0.138 () {32 vars in 734 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2498] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/security-groups/945b3d7f-3fc8-4eed-8cdb-64da88034688 => 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: 1140/2499] 10.0.0.138 () {32 vars in 731 bytes} [Fri May 15 16:44:01 2026] GET /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2500] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/subnets/589d835f-fc06-48c6-affa-245df6048bc8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:44:02.023 7 INFO neutron.services.segments.plugin [-] Segment df20a3dd-7c98-4eb7-b58d-96f0c38433fe resource provider aggregate not found 2026-05-15 16:44:02.032 7 INFO neutron.services.segments.plugin [-] Segment df20a3dd-7c98-4eb7-b58d-96f0c38433fe resource provider aggregate not found 2026-05-15 16:44:02.040 7 INFO neutron.services.segments.plugin [-] Segment df20a3dd-7c98-4eb7-b58d-96f0c38433fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df20a3dd-7c98-4eb7-b58d-96f0c38433fe found for delete ", "request_id": "req-98960bb1-7de2-489c-8297-ee31b3a2e8e1"}]} 2026-05-15 16:44:02.044 7 INFO neutron.services.segments.plugin [-] Segment df20a3dd-7c98-4eb7-b58d-96f0c38433fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df20a3dd-7c98-4eb7-b58d-96f0c38433fe found for delete ", "request_id": "req-baaec119-6543-4987-9d9d-6ffcfd6d6b9e"}]} [pid: 7|app: 0|req: 1141/2501] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:44:01 2026] DELETE /v2.0/networks/2ed5fde7-2086-4e0b-b1bd-ceefde500503 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2502] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:02 2026] GET /v2.0/security-groups?tenant_id=0d2d408966ae4591b6c7e8899e802c0e&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2503] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:02 2026] DELETE /v2.0/security-groups/4710bb1a-afd6-4820-bd95-5ac10e2c61cc => 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: 1362/2504] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:03 2026] GET /v2.0/security-groups?tenant_id=278a7f50602f45a3baee27c87ff1d708&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2505] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:03 2026] DELETE /v2.0/security-groups/e99437fb-7da4-4108-9567-df6857d077f8 => 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: 1363/2506] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:44:05 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2507] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:44:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2508] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:44:05 2026] POST /v2.0/ports => generated 1175 bytes in 381 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: 1145/2509] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:44:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2510] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:44:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2511] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:44:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2512] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:44:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2513] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:44:05 2026] PUT /v2.0/ports/d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => generated 1456 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:44:06.433 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-376d0474-55e1-4a3a-9fc1-eb307e5d44aa'] response: {'name': 'network-changed', 'server_uuid': '15e15eab-1ae4-4728-8086-94a5e57f59f4', 'tag': 'd243e6d3-bd39-4a8a-9ba5-13bf72e60388', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1366/2514] 10.0.0.138 () {34 vars in 676 bytes} [Fri May 15 16:44:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2515] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1190 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2516] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:44:06 2026] PUT /v2.0/subnetpools/7e466e20-d8fc-4c6f-b51d-cfcc02fa0461/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2517] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2518] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:44:06 2026] PUT /v2.0/subnetpools/31785c75-3882-448b-bb9e-55eae8ba3257/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2519] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:44:06 2026] PUT /v2.0/subnetpools/cb1728aa-778c-463a-92f8-6c437bcf798d/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2520] 10.0.0.138 () {34 vars in 759 bytes} [Fri May 15 16:44:06 2026] PUT /v2.0/subnetpools/6ae97501-5157-49bf-8aaf-64683d0f1ec9/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2521] 10.0.0.138 () {32 vars in 672 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2522] 10.0.0.138 () {32 vars in 686 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2523] 10.0.0.138 () {32 vars in 682 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2524] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:06.810 8 INFO neutron.db.segments_db [None req-69f48ea6-ee5c-47da-ab50-c3690c0d0515 30f1af01267e4eccb761c4519cdb9caa abfc9cef257645a9916fc762644acc80 - - default default] Added segment b030ecef-bb77-4242-8e3d-bfc4ab5d8222 of type vxlan for network b3077671-9a4a-454b-a942-d68114fecc09 [pid: 7|app: 0|req: 1157/2525] 10.0.0.138 () {32 vars in 680 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2526] 10.0.0.138 () {32 vars in 694 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2527] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:44:06 2026] POST /v2.0/networks => generated 611 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2528] 10.0.0.138 () {32 vars in 690 bytes} [Fri May 15 16:44:06 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) [pid: 7|app: 0|req: 1160/2529] 10.0.0.138 () {32 vars in 702 bytes} [Fri May 15 16:44:06 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2530] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:44:06 2026] DELETE /v2.0/subnetpools/7e466e20-d8fc-4c6f-b51d-cfcc02fa0461 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2531] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1459 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2532] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/subnetpools/31785c75-3882-448b-bb9e-55eae8ba3257 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2533] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/networks?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&shared=False => generated 2375 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2534] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/subnetpools/cb1728aa-778c-463a-92f8-6c437bcf798d => 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: 1166/2535] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2536] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/subnetpools/6ae97501-5157-49bf-8aaf-64683d0f1ec9 => 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: 1370/2537] 10.0.0.138 () {34 vars in 664 bytes} [Fri May 15 16:44:06 2026] POST /v2.0/ports => generated 743 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1168/2538] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/subnetpools/d3d66eeb-d744-48de-90d6-4991101778f5 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2539] 10.0.0.138 () {34 vars in 666 bytes} [Fri May 15 16:44:07 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2540] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:44:07 2026] PUT /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2541] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2542] 10.0.0.138 () {34 vars in 760 bytes} [Fri May 15 16:44:07 2026] PUT /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2543] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2544] 10.0.0.138 () {34 vars in 756 bytes} [Fri May 15 16:44:07 2026] PUT /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2545] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2546] 10.0.0.138 () {34 vars in 778 bytes} [Fri May 15 16:44:07 2026] PUT /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/black.or.white => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2547] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2548] 10.0.0.138 () {34 vars in 749 bytes} [Fri May 15 16:44:07 2026] PUT /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2549] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2550] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:44:07.865 8 INFO neutron.api.v2.resource [None req-c7dc60e5-926a-4725-b289-b3a1c3d85063 30f1af01267e4eccb761c4519cdb9caa abfc9cef257645a9916fc762644acc80 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2551] 10.0.0.138 () {32 vars in 741 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2552] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2553] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:07 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:44:07.989 7 INFO neutron.api.v2.resource [None req-6003e12c-f2a1-4ff9-8b49-1dd12c2b8bf8 30f1af01267e4eccb761c4519cdb9caa abfc9cef257645a9916fc762644acc80 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1176/2554] 10.0.0.138 () {32 vars in 744 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2555] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:44:07 2026] DELETE /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2556] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2557] 10.0.0.138 () {32 vars in 719 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2558] 10.0.0.138 () {32 vars in 717 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/ports/1036b3bf-0542-4e1b-9fea-cee18d4d9069 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2559] 10.0.0.138 () {32 vars in 722 bytes} [Fri May 15 16:44:08 2026] DELETE /v2.0/trunks/815e5376-39d8-4100-bd0a-ffdeaba81c79 => 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: 1180/2560] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1459 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2561] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/security-groups?tenant_id=8d3d076d3d7c44c2a54bc1446c6bc262&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:08.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c1314e1-91ce-4c48-8a05-60f5e3f2f631 30f1af01267e4eccb761c4519cdb9caa abfc9cef257645a9916fc762644acc80 - - default default] TaaS: Handle Delete Port: 1036b3bf-0542-4e1b-9fea-cee18d4d9069 2026-05-15 16:44:08.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c1314e1-91ce-4c48-8a05-60f5e3f2f631 30f1af01267e4eccb761c4519cdb9caa abfc9cef257645a9916fc762644acc80 - - default default] Tap Mirror: Handle Delete Port: 1036b3bf-0542-4e1b-9fea-cee18d4d9069 [pid: 8|app: 0|req: 1382/2562] 162.253.55.100 () {34 vars in 1054 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => 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: 1181/2563] 10.0.0.138 () {32 vars in 720 bytes} [Fri May 15 16:44:08 2026] DELETE /v2.0/ports/1036b3bf-0542-4e1b-9fea-cee18d4d9069 => 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: 1182/2564] 162.253.55.100 () {34 vars in 1104 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1cd&port_id=d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2565] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:08 2026] DELETE /v2.0/security-groups/e85212f4-f537-4bc9-8005-b4eb91d5240b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2566] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/subnets?id=faefa477-20db-49e6-b109-6a9d88977c34&id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 1411 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2567] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:08.553 7 INFO neutron.services.segments.plugin [-] Segment b030ecef-bb77-4242-8e3d-bfc4ab5d8222 resource provider aggregate not found 2026-05-15 16:44:08.556 7 INFO neutron.services.segments.plugin [-] Segment b030ecef-bb77-4242-8e3d-bfc4ab5d8222 resource provider aggregate not found 2026-05-15 16:44:08.571 7 INFO neutron.services.segments.plugin [-] Segment b030ecef-bb77-4242-8e3d-bfc4ab5d8222 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b030ecef-bb77-4242-8e3d-bfc4ab5d8222 found for delete ", "request_id": "req-3161458d-00ba-4aa9-a235-d48ce6f9a3f1"}]} 2026-05-15 16:44:08.577 7 INFO neutron.services.segments.plugin [-] Segment b030ecef-bb77-4242-8e3d-bfc4ab5d8222 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b030ecef-bb77-4242-8e3d-bfc4ab5d8222 found for delete ", "request_id": "req-a62c018a-86b2-484b-9596-92e5d4ecfc8a"}]} [pid: 8|app: 0|req: 1386/2568] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&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: 1183/2569] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:44:08 2026] DELETE /v2.0/networks/b3077671-9a4a-454b-a942-d68114fecc09 => 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: 1184/2570] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1185/2571] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 8|app: 0|req: 1387/2572] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/security-groups?tenant_id=1fb56044511d4ac0bedeeea814d51933&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2573] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:08 2026] DELETE /v2.0/security-groups/fb015a79-5850-4c85-bb65-33c4976ac127 => 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: 1388/2574] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:08 2026] GET /v2.0/security-groups?tenant_id=911eece9f73e4fa4944991a05f8d88d8&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2575] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:09 2026] DELETE /v2.0/security-groups/da4f51b0-17a1-4bb4-bd99-16d286ca32a6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2576] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:09 2026] GET /v2.0/security-groups?tenant_id=abfc9cef257645a9916fc762644acc80&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2577] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:09 2026] DELETE /v2.0/security-groups/444b933a-a8dd-4b0b-99ca-620e95a07b89 => 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: 1390/2578] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:09 2026] GET /v2.0/security-groups?tenant_id=cf7ee4cfa5bc49fabcde9ac8c3f02f01&name=default => generated 2929 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2579] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:09 2026] DELETE /v2.0/security-groups/939dfc4e-6bd0-47e4-bcc5-9b3a32a2fde0 => 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: 1191/2582] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:11 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1192 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2583] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:44:11 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:44:12.658 7 INFO neutron.db.segments_db [None req-bfa50378-3e77-468c-8d9b-9dc12642c3e4 5b59c9e44f9543b2b7d10051114dd91e e04c3c8234d94ef4a88608aaca718c3c - - default default] Added segment 4086e8a4-9d0d-43ad-8140-93c0bed9b16b of type vxlan for network 5493a7df-e494-4c83-b921-d6d0a01051fe [pid: 7|app: 0|req: 1192/2584] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:44:12 2026] POST /v2.0/networks => generated 613 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2585] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:44:12 2026] PUT /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2586] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:12 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2587] 10.0.0.138 () {34 vars in 764 bytes} [Fri May 15 16:44:12 2026] PUT /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2588] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:12 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2589] 10.0.0.138 () {34 vars in 760 bytes} [Fri May 15 16:44:12 2026] PUT /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2590] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2591] 10.0.0.138 () {34 vars in 782 bytes} [Fri May 15 16:44:13 2026] PUT /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2592] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2593] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:44:13 2026] PUT /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2594] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2595] 10.0.0.138 () {32 vars in 741 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:44:13.467 7 INFO neutron.api.v2.resource [None req-017d7714-9199-489e-a428-52a7eaeedc88 5b59c9e44f9543b2b7d10051114dd91e e04c3c8234d94ef4a88608aaca718c3c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1198/2596] 10.0.0.138 () {32 vars in 745 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/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: 1399/2597] 10.0.0.138 () {32 vars in 744 bytes} [Fri May 15 16:44:13 2026] DELETE /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2598] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:44:13.643 8 INFO neutron.api.v2.resource [None req-e7b9150c-6d55-4833-96d7-25750b885baf 5b59c9e44f9543b2b7d10051114dd91e e04c3c8234d94ef4a88608aaca718c3c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1400/2599] 10.0.0.138 () {32 vars in 748 bytes} [Fri May 15 16:44:13 2026] DELETE /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2600] 10.0.0.138 () {32 vars in 736 bytes} [Fri May 15 16:44:13 2026] DELETE /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2601] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:13 2026] GET /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:44:13.897 7 INFO neutron.services.segments.plugin [-] Segment 4086e8a4-9d0d-43ad-8140-93c0bed9b16b resource provider aggregate not found 2026-05-15 16:44:13.902 7 INFO neutron.services.segments.plugin [-] Segment 4086e8a4-9d0d-43ad-8140-93c0bed9b16b resource provider aggregate not found 2026-05-15 16:44:13.918 7 INFO neutron.services.segments.plugin [-] Segment 4086e8a4-9d0d-43ad-8140-93c0bed9b16b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4086e8a4-9d0d-43ad-8140-93c0bed9b16b found for delete ", "request_id": "req-fe79ef65-b9b4-4d63-b8cb-2e143f6cebd0"}]} [pid: 7|app: 0|req: 1201/2602] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:44:13 2026] DELETE /v2.0/networks/5493a7df-e494-4c83-b921-d6d0a01051fe => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:44:13.927 7 INFO neutron.services.segments.plugin [-] Segment 4086e8a4-9d0d-43ad-8140-93c0bed9b16b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4086e8a4-9d0d-43ad-8140-93c0bed9b16b found for delete ", "request_id": "req-79204d08-888c-4711-a4eb-bf9cc545ea12"}]} [pid: 8|app: 0|req: 1402/2603] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:14 2026] GET /v2.0/security-groups?tenant_id=28b2475d2131419994c2098190286230&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2604] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:14 2026] DELETE /v2.0/security-groups/65feaa1e-304b-4a10-80e1-75d3b7062b4d => 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: 1403/2605] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:15 2026] GET /v2.0/security-groups?tenant_id=e04c3c8234d94ef4a88608aaca718c3c&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2606] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:15 2026] DELETE /v2.0/security-groups/9711b37a-4d39-41da-b38c-98fce120160f => 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: 1404/2607] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:16 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1192 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2608] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:44:16 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2609] 10.0.0.138 () {32 vars in 818 bytes} [Fri May 15 16:44:16 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&mac_address=fa%3A16%3A3e%3A70%3A5d%3A42 => generated 1192 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:17.690 7 INFO neutron.db.l3_db [None req-32cdec1f-1cc9-4711-a480-f80486af8efb a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Floating IP e0698f80-9f4b-474b-a4cb-bd84f1907e12 associated. External IP: 10.96.250.204, port: d243e6d3-bd39-4a8a-9ba5-13bf72e60388. [pid: 7|app: 0|req: 1205/2610] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:44:17 2026] POST /v2.0/floatingips => generated 853 bytes in 953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:44:18.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb475505-982c-470a-b925-2ead6df59890'] response: {'name': 'network-changed', 'server_uuid': '15e15eab-1ae4-4728-8086-94a5e57f59f4', 'tag': 'd243e6d3-bd39-4a8a-9ba5-13bf72e60388', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1406/2611] 10.0.0.215 () {34 vars in 1096 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1642168972&fields=id&tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2612] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2613] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/quotas/2dc2ad0d19e6486fa2c8363e527baf7a => 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: 1207/2614] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&fields=id => generated 333 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2615] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1209/2616] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:44:18.502 8 INFO neutron.db.segments_db [None req-19d571a7-4581-421d-8dc3-3223c5c6439b 7ace861ccaea4e4b93746fa8f17d12a7 715d0f1ca06042849f3b0890b476faeb - - default default] Added segment 248749a8-208c-41a0-b844-56a4353b97d2 of type vxlan for network 5f82459b-ecc9-438a-9c90-9da611e5b7bc [pid: 7|app: 0|req: 1210/2617] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2618] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:44:18 2026] POST /v2.0/networks => generated 612 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2619] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:44:18.641 7 INFO neutron.db.segments_db [None req-4544b03e-97d4-4382-8ca2-52b2710deb9c 7ace861ccaea4e4b93746fa8f17d12a7 715d0f1ca06042849f3b0890b476faeb - - default default] Added segment 0218cac6-ca43-4b11-8401-035f79f598f6 of type vxlan for network b2789dbf-ddb5-4115-a260-af1b7da99158 [pid: 8|app: 0|req: 1409/2620] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => 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: 1410/2621] 162.253.55.100 () {34 vars in 1054 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2622] 162.253.55.100 () {34 vars in 1104 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1cd&port_id=d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => 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: 1212/2623] 10.0.0.138 () {34 vars in 670 bytes} [Fri May 15 16:44:18 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2624] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/subnets?id=faefa477-20db-49e6-b109-6a9d88977c34&id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2625] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:44:18 2026] PUT /v2.0/networks/5f82459b-ecc9-438a-9c90-9da611e5b7bc/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2626] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&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: 1214/2627] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/5f82459b-ecc9-438a-9c90-9da611e5b7bc/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2628] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&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: 7|app: 0|req: 1215/2629] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:44:18 2026] PUT /v2.0/networks/b2789dbf-ddb5-4115-a260-af1b7da99158/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2630] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1216/2631] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/b2789dbf-ddb5-4115-a260-af1b7da99158/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2632] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2633] 10.0.0.138 () {34 vars in 753 bytes} [Fri May 15 16:44:18 2026] PUT /v2.0/networks/b2789dbf-ddb5-4115-a260-af1b7da99158/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2634] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:18 2026] GET /v2.0/networks/b2789dbf-ddb5-4115-a260-af1b7da99158/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2635] 10.0.0.138 () {32 vars in 733 bytes} [Fri May 15 16:44:19 2026] GET /v2.0/networks/5f82459b-ecc9-438a-9c90-9da611e5b7bc/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:44:19.184 8 INFO neutron.services.segments.plugin [-] Segment 248749a8-208c-41a0-b844-56a4353b97d2 resource provider aggregate not found 2026-05-15 16:44:19.189 8 INFO neutron.services.segments.plugin [-] Segment 248749a8-208c-41a0-b844-56a4353b97d2 resource provider aggregate not found 2026-05-15 16:44:19.204 8 INFO neutron.services.segments.plugin [-] Segment 248749a8-208c-41a0-b844-56a4353b97d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 248749a8-208c-41a0-b844-56a4353b97d2 found for delete ", "request_id": "req-d83987d9-5514-45a9-beaf-9363ec563105"}]} [pid: 8|app: 0|req: 1418/2636] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:44:19 2026] DELETE /v2.0/networks/5f82459b-ecc9-438a-9c90-9da611e5b7bc => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:44:19.211 8 INFO neutron.services.segments.plugin [-] Segment 248749a8-208c-41a0-b844-56a4353b97d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 248749a8-208c-41a0-b844-56a4353b97d2 found for delete ", "request_id": "req-61d480ee-8ed1-4dfb-b94a-4bc01a2fec7c"}]} 2026-05-15 16:44:19.307 7 INFO neutron.services.segments.plugin [-] Segment 0218cac6-ca43-4b11-8401-035f79f598f6 resource provider aggregate not found 2026-05-15 16:44:19.315 7 INFO neutron.services.segments.plugin [-] Segment 0218cac6-ca43-4b11-8401-035f79f598f6 resource provider aggregate not found 2026-05-15 16:44:19.335 7 INFO neutron.services.segments.plugin [-] Segment 0218cac6-ca43-4b11-8401-035f79f598f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0218cac6-ca43-4b11-8401-035f79f598f6 found for delete ", "request_id": "req-9077f626-2bd5-47dc-87e8-9aa9e360ccf8"}]} 2026-05-15 16:44:19.335 7 INFO neutron.services.segments.plugin [-] Segment 0218cac6-ca43-4b11-8401-035f79f598f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0218cac6-ca43-4b11-8401-035f79f598f6 found for delete ", "request_id": "req-8b841622-2365-4d66-a431-a8c770e9180c"}]} [pid: 7|app: 0|req: 1219/2637] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:44:19 2026] DELETE /v2.0/networks/b2789dbf-ddb5-4115-a260-af1b7da99158 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2638] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:19 2026] GET /v2.0/security-groups?tenant_id=715d0f1ca06042849f3b0890b476faeb&name=default => generated 2929 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2639] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:20 2026] DELETE /v2.0/security-groups/10f94016-a5ae-447b-bf5e-0fd3a1cc937b => 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: 1420/2640] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:44:20 2026] GET /v2.0/security-groups?tenant_id=a7671a522a5048fa8f6fd0cb47ed0696&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: 1221/2641] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:44:20 2026] DELETE /v2.0/security-groups/f975fc6d-9c6c-4a8c-8bf1-06cff3a6d0dc => 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: 1421/2642] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:44:22 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => 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: 1422/2643] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:44:22 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2644] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:44:22 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2645] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:44:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2646] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:44:22 2026] POST /v2.0/ports => generated 1187 bytes in 365 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: 1224/2647] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:23 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1202 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2648] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:44:23 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2649] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:44:23 2026] PUT /v2.0/ports/8788bf22-7b31-4a12-a4d2-334ede60c0ef => generated 1468 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:23.800 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e666712-0679-4107-ab43-db9985b52b77'] response: {'name': 'network-changed', 'server_uuid': '5e53feaa-3ab6-4d26-9708-6f8ecbeff352', 'tag': '8788bf22-7b31-4a12-a4d2-334ede60c0ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1226/2650] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:44:24 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1471 bytes in 35 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: 1425/2651] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:44:24 2026] GET /v2.0/networks?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2652] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:44:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2653] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2654] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=8788bf22-7b31-4a12-a4d2-334ede60c0ef => 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: 1427/2655] 162.253.55.100 () {34 vars in 1106 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c9&port_id=8788bf22-7b31-4a12-a4d2-334ede60c0ef => 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: 1229/2656] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/subnets?id=6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e&id=6e279260-cf9c-45c9-a763-11d293894cfe => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2657] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&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: 7|app: 0|req: 1230/2658] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2659] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2660] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:44:25 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2663] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:28 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2664] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:44:28 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2665] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:44:34 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2666] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:44:34 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2667] 10.0.0.138 () {32 vars in 818 bytes} [Fri May 15 16:44:34 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&mac_address=fa%3A16%3A3e%3A92%3A66%3Aae => generated 1204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:44:34.985 7 INFO neutron.db.l3_db [None req-d3361c22-9a6a-4d42-bd4c-926870ff37e8 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Floating IP 755ba744-af9f-435a-a51f-8db71debe8d0 associated. External IP: 10.96.250.214, port: 8788bf22-7b31-4a12-a4d2-334ede60c0ef. [pid: 7|app: 0|req: 1235/2668] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:44:34 2026] POST /v2.0/floatingips => generated 855 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-15 16:44:35.330 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06846b24-a8b0-4526-933b-6824c7080c15'] response: {'name': 'network-changed', 'server_uuid': '5e53feaa-3ab6-4d26-9708-6f8ecbeff352', 'tag': '8788bf22-7b31-4a12-a4d2-334ede60c0ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1434/2669] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:44:35 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2670] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:44:35 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2671] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=8788bf22-7b31-4a12-a4d2-334ede60c0ef => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2672] 162.253.55.100 () {34 vars in 1106 bytes} [Fri May 15 16:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c9&port_id=8788bf22-7b31-4a12-a4d2-334ede60c0ef => 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: 1436/2673] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:44:36 2026] GET /v2.0/subnets?id=6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e&id=6e279260-cf9c-45c9-a763-11d293894cfe => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2674] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:36 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&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: 1437/2675] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:44:36 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2676] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:44:36 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1438/2677] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:44:36 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1241/2680] 10.0.0.114 () {34 vars in 990 bytes} [Fri May 15 16:44:41 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2681] 10.0.0.114 () {34 vars in 1040 bytes} [Fri May 15 16:44:41 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2682] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:44:51 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2683] 10.0.0.226 () {30 vars in 690 bytes} [Fri May 15 16:44:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2684] 10.0.0.226 () {30 vars in 692 bytes} [Fri May 15 16:44:53 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: 1442/2685] 10.0.0.226 () {30 vars in 668 bytes} [Fri May 15 16:44:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2686] 10.0.0.226 () {30 vars in 704 bytes} [Fri May 15 16:44:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2687] 10.0.0.226 () {28 vars in 439 bytes} [Fri May 15 16:44:53 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: 1245/2688] 10.0.0.226 () {30 vars in 728 bytes} [Fri May 15 16:44:53 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 658 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2689] 10.0.0.226 () {30 vars in 690 bytes} [Fri May 15 16:44:53 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: 1246/2690] 10.0.0.226 () {30 vars in 692 bytes} [Fri May 15 16:44:53 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: 1445/2691] 10.0.0.226 () {30 vars in 668 bytes} [Fri May 15 16:44:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2692] 10.0.0.226 () {30 vars in 704 bytes} [Fri May 15 16:44:53 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: 1446/2693] 10.0.0.226 () {30 vars in 728 bytes} [Fri May 15 16:44:53 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2694] 10.0.0.226 () {30 vars in 690 bytes} [Fri May 15 16:44:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2695] 10.0.0.226 () {30 vars in 692 bytes} [Fri May 15 16:44:54 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: 1249/2696] 10.0.0.226 () {30 vars in 668 bytes} [Fri May 15 16:44:54 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: 1448/2697] 10.0.0.226 () {30 vars in 704 bytes} [Fri May 15 16:44:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2698] 10.0.0.226 () {30 vars in 730 bytes} [Fri May 15 16:44:54 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2699] 10.0.0.226 () {30 vars in 682 bytes} [Fri May 15 16:44:54 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2700] 10.0.0.226 () {34 vars in 704 bytes} [Fri May 15 16:44:54 2026] POST /v2.0/ports => generated 1132 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2703] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1253/2704] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:44:58 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: 1452/2705] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2706] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2707] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2708] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:44:58 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: 1454/2709] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:44:58 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: 1256/2710] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:44:58 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: 1455/2711] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:44:58.969 7 INFO neutron.api.v2.resource [None req-0da113a4-9723-4def-bfbd-b2dbd4951915 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1257/2712] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/security-groups/lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2713] 162.253.55.100 () {30 vars in 785 bytes} [Fri May 15 16:44:58 2026] GET /v2.0/security-groups?name=lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2714] 162.253.55.100 () {34 vars in 736 bytes} [Fri May 15 16:44:59 2026] POST /v2.0/security-groups => generated 1638 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2715] 162.253.55.100 () {30 vars in 815 bytes} [Fri May 15 16:44:59 2026] GET /v2.0/security-group-rules?security_group_id=cf41347d-f635-4326-a347-5d8b509266ed => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2716] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:44:59 2026] PUT /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2717] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:44:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1260/2718] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:44:59 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: 1459/2719] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:44:59 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: 1261/2720] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:44:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2721] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:44:59 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1262/2722] 10.0.0.215 () {34 vars in 1016 bytes} [Fri May 15 16:45:07 2026] GET /v2.0/security-groups?id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&fields=id => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2723] 10.0.0.215 () {34 vars in 982 bytes} [Fri May 15 16:45:07 2026] GET /v2.0/networks?id=14b92888-2956-4158-b0f5-3dc846df002f => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2724] 10.0.0.215 () {34 vars in 965 bytes} [Fri May 15 16:45:07 2026] GET /v2.0/quotas/1137ea6b01094c4eb15a87e2d89c4252 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2725] 10.0.0.215 () {34 vars in 1002 bytes} [Fri May 15 16:45:07 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2726] 10.0.0.215 () {34 vars in 1008 bytes} [Fri May 15 16:45:07 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2727] 10.0.0.215 () {34 vars in 1108 bytes} [Fri May 15 16:45:07 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2728] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:08 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2729] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:08 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1466/2732] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:11 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1267/2733] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:12 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1467/2734] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:45:12 2026] GET /v2.0/networks?id=14b92888-2956-4158-b0f5-3dc846df002f => generated 735 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2735] 162.253.55.100 () {34 vars in 1050 bytes} [Fri May 15 16:45:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1137ea6b01094c4eb15a87e2d89c4252 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2736] 162.253.55.100 () {38 vars in 955 bytes} [Fri May 15 16:45:12 2026] POST /v2.0/ports => generated 1082 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2737] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:45:12 2026] PUT /v2.0/ports/baa371f0-8fac-4496-ba9c-98ae8e963633 => generated 1243 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:45:13.499 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d84b820e-c290-4a18-9391-5c0ebb737d79'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': 'baa371f0-8fac-4496-ba9c-98ae8e963633', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1469/2738] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:45:14 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1246 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: 7|app: 0|req: 1270/2739] 162.253.55.100 () {34 vars in 1018 bytes} [Fri May 15 16:45:14 2026] GET /v2.0/networks?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2740] 162.253.55.100 () {34 vars in 930 bytes} [Fri May 15 16:45:14 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: 7|app: 0|req: 1271/2741] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1471/2742] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => 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: 1272/2743] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => 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: 1472/2744] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&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: 1273/2745] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1473/2746] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2747] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2748] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/security-groups?id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&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: 1275/2749] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:15 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2750] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:18 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1276/2751] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:45:18 2026] GET /v2.0/security-groups?id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&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: 1476/2752] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:18 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2753] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:45:19 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2754] 162.253.55.100 () {34 vars in 1044 bytes} [Fri May 15 16:45:19 2026] GET /v2.0/security-groups?id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2755] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:22 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1478/2756] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:45:22 2026] GET /v2.0/security-groups?id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2757] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:45:22 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2764] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:45:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2765] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:45: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: 8|app: 0|req: 1483/2766] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:45:56 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: 1284/2767] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:45:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2768] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:45:56 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1285/2769] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:45:56 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2770] 162.253.55.100 () {34 vars in 717 bytes} [Fri May 15 16:45:56 2026] POST /v2.0/ports => generated 1059 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2771] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:45:57 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2772] 10.0.0.215 () {34 vars in 907 bytes} [Fri May 15 16:45:57 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2773] 162.253.55.100 () {34 vars in 1262 bytes} [Fri May 15 16:45:58 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2774] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:45:58 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1288/2775] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:45:58 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1488/2776] 162.253.55.100 () {34 vars in 975 bytes} [Fri May 15 16:45:59 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2777] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:45:59 2026] GET /v2.0/networks?id=83be86ee-0191-4465-a517-3c5886849366 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2778] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:45:59 2026] PUT /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1249 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:45:59.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2951dfb7-e447-4736-84d4-e8a34a5dd711'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': 'faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1290/2779] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2780] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/networks?id=83be86ee-0191-4465-a517-3c5886849366 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2781] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => 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: 1491/2782] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1292/2783] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2784] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1293/2785] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:00 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1493/2786] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2489 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2787] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => 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: 1494/2788] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2789] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2790] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2791] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2792] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => 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: 1297/2793] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2794] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&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: 1298/2795] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1498/2796] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:01 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1299/2797] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:46:05 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2798] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:46:05 2026] PUT /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1276 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:46:06.239 7 INFO neutron.api.v2.resource [None req-512e4658-e883-4ea0-b063-7d2d5b69e9b5 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1300/2799] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/security-groups/lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:46:06.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c6e6f29-300d-4948-8594-a379f8e34be9'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': 'faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/2800] 162.253.55.100 () {30 vars in 785 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/security-groups?name=lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2801] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:46:06 2026] PUT /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1314 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:46:06.547 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ed69ada-cb63-4efc-a710-cfe303a383cc'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': 'faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/2802] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1302/2803] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/networks?id=83be86ee-0191-4465-a517-3c5886849366 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2804] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => 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: 1303/2805] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2806] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&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: 1304/2807] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:06 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2808] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:07 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: 1505/2809] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46:07 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: 1506/2810] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46:07 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: 1507/2811] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2812] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1508/2813] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2814] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2815] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2816] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1510/2817] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2818] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2819] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:07 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2820] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2821] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/networks?id=83be86ee-0191-4465-a517-3c5886849366 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2822] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2823] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2824] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2825] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2826] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:08 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:46:16.052 8 INFO neutron.db.l3_db [None req-85d7ddb2-3ee5-4f56-b0d8-10d03f6470b4 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Floating IP b20b7a4b-f682-4a5b-8cc1-534d8b7ea3a6 associated. External IP: 10.96.250.208, port: cd780e71-ee17-490f-89f9-b9c5aea68ac1. [pid: 8|app: 0|req: 1516/2829] 10.0.0.138 () {34 vars in 677 bytes} [Fri May 15 16:46:15 2026] POST /v2.0/floatingips => generated 899 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2830] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2831] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46: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: 7|app: 0|req: 1315/2832] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46:20 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: 1518/2833] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46: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) 2026-05-15 16:46:20.868 7 INFO neutron.api.v2.resource [None req-14d5b39a-1c21-4c87-a4b6-3191bf241364 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1316/2834] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:46:20 2026] GET /v2.0/security-groups/lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2835] 162.253.55.100 () {30 vars in 785 bytes} [Fri May 15 16:46:20 2026] GET /v2.0/security-groups?name=lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2836] 162.253.55.100 () {30 vars in 815 bytes} [Fri May 15 16:46:20 2026] GET /v2.0/security-group-rules?security_group_id=cf41347d-f635-4326-a347-5d8b509266ed => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2837] 162.253.55.100 () {34 vars in 747 bytes} [Fri May 15 16:46:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2838] 162.253.55.100 () {34 vars in 747 bytes} [Fri May 15 16:46:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2841] 10.0.0.226 () {30 vars in 690 bytes} [Fri May 15 16:46: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: 7|app: 0|req: 1320/2842] 10.0.0.226 () {30 vars in 692 bytes} [Fri May 15 16:46:27 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: 1523/2843] 10.0.0.226 () {30 vars in 668 bytes} [Fri May 15 16:46:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2844] 10.0.0.226 () {30 vars in 704 bytes} [Fri May 15 16:46: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: 1524/2845] 10.0.0.226 () {28 vars in 439 bytes} [Fri May 15 16:46:27 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2846] 10.0.0.226 () {30 vars in 728 bytes} [Fri May 15 16:46:27 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2847] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2848] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46:28 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: 1526/2849] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2850] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2851] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:28 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2852] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:46:28 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2853] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:28 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: 1326/2854] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46:28 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: 1529/2855] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46:28 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: 1327/2856] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2857] 162.253.55.100 () {34 vars in 717 bytes} [Fri May 15 16:46:28 2026] POST /v2.0/ports => generated 1328 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2858] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:46:29 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1328 bytes in 25 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: 1531/2859] 10.0.0.215 () {34 vars in 907 bytes} [Fri May 15 16:46:29 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2860] 162.253.55.100 () {34 vars in 1262 bytes} [Fri May 15 16:46:30 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875?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: 8|app: 0|req: 1532/2861] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:30 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1330/2862] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:30 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1533/2863] 162.253.55.100 () {34 vars in 975 bytes} [Fri May 15 16:46:31 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2864] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:31 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2865] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:46:31 2026] PUT /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1518 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:46:31.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c255320-0c11-48bf-b077-d0f62c27c1f8'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': '5c0df9e1-036a-4030-93db-d0948c429875', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1332/2866] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4100 bytes in 42 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: 1535/2867] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2868] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1536/2869] 162.253.55.100 () {34 vars in 1104 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A121&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1334/2870] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/subnets?id=faefa477-20db-49e6-b109-6a9d88977c34&id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => 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: 1537/2871] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2872] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&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: 1538/2873] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2874] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:32 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2875] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4100 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2876] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => 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: 1540/2877] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2878] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&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: 1541/2879] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1339/2880] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1542/2881] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2882] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2883] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&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: 1341/2884] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1544/2885] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1342/2886] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1545/2887] 162.253.55.100 () {34 vars in 1104 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A121&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1343/2888] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:46:33 2026] GET /v2.0/subnets?id=faefa477-20db-49e6-b109-6a9d88977c34&id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2889] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:34 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2890] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:34 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2891] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:34 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1345/2892] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:34 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2893] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2894] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2895] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2896] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/subnets/faefa477-20db-49e6-b109-6a9d88977c34 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2897] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:38 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: 1348/2898] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2899] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46: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: 7|app: 0|req: 1349/2900] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46:38 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: 1552/2901] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2902] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => 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: 1553/2903] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2904] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1554/2905] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2906] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2907] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:38 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2910] 10.0.0.215 () {34 vars in 1178 bytes} [Fri May 15 16:46:47 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426&device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352&device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 7014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2911] 10.0.0.226 () {30 vars in 690 bytes} [Fri May 15 16:46:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2912] 10.0.0.226 () {30 vars in 692 bytes} [Fri May 15 16:46:47 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: 1560/2913] 10.0.0.226 () {30 vars in 668 bytes} [Fri May 15 16:46:47 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: 1354/2914] 10.0.0.215 () {34 vars in 1280 bytes} [Fri May 15 16:46:47 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&id=cf41347d-f635-4326-a347-5d8b509266ed&id=eea8c73f-a805-458c-9bc3-cff9af7df86e&id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&fields=id&fields=name => generated 353 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2915] 10.0.0.226 () {30 vars in 704 bytes} [Fri May 15 16:46:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2916] 10.0.0.226 () {28 vars in 439 bytes} [Fri May 15 16:46:48 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: 1562/2917] 10.0.0.226 () {30 vars in 728 bytes} [Fri May 15 16:46:48 2026] GET /v2.0/subnets/6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e => generated 656 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2918] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:46:48 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4102 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2919] 10.0.0.215 () {34 vars in 1200 bytes} [Fri May 15 16:46:48 2026] GET /v2.0/security-groups?id=cf41347d-f635-4326-a347-5d8b509266ed&id=eea8c73f-a805-458c-9bc3-cff9af7df86e&id=615a57cd-6c7e-4aa6-9149-00ce97eb2e17&fields=id&fields=name => generated 262 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2920] 10.0.0.215 () {34 vars in 1084 bytes} [Fri May 15 16:46:48 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352&device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 2923 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2921] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:46:48 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2922] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:49 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: 1565/2923] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46:49 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: 1359/2924] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46:49 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: 1566/2925] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2926] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:49 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => 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: 1567/2927] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:49 2026] GET /v2.0/subnets/6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2928] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:46:49 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2929] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:46:49 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: 1362/2930] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:46:49 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: 1569/2931] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:46:49 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: 1363/2932] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:46:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2933] 162.253.55.100 () {34 vars in 717 bytes} [Fri May 15 16:46:49 2026] POST /v2.0/ports => generated 1328 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2934] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:46:50 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1328 bytes in 35 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: 1571/2935] 162.253.55.100 () {34 vars in 1262 bytes} [Fri May 15 16:46:51 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55?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: 1365/2936] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:51 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2937] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:51 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1366/2938] 162.253.55.100 () {34 vars in 975 bytes} [Fri May 15 16:46:51 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2939] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:51 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2940] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:46:51 2026] PUT /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1518 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:46:52.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d208d52-ddfe-4990-a855-adef214c9cd8'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': '9eedc0e9-6321-4479-a3cf-5aaf6e0acf55', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1574/2941] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:52 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 5612 bytes in 49 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: 1368/2942] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:46:52 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => 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: 1575/2943] 162.253.55.100 () {34 vars in 1056 bytes} [Fri May 15 16:46:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => 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: 1369/2944] 162.253.55.100 () {34 vars in 1106 bytes} [Fri May 15 16:46:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A395&port_id=9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => 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: 1576/2945] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:46:53 2026] GET /v2.0/subnets?id=6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e&id=6e279260-cf9c-45c9-a763-11d293894cfe => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2946] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:53 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2947] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:53 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2948] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:53 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1578/2949] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:53 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1372/2950] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 5612 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2951] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2952] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2953] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&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: 1374/2954] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2955] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1375/2956] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => 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: 1582/2957] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2958] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&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: 8|app: 0|req: 1583/2959] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2960] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1584/2961] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1378/2962] 162.253.55.100 () {34 vars in 1104 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A121&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2963] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/subnets?id=faefa477-20db-49e6-b109-6a9d88977c34&id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2964] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/2965] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2966] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2967] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:54 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2968] 162.253.55.100 () {34 vars in 1056 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => 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: 1588/2969] 162.253.55.100 () {34 vars in 1106 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A395&port_id=9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => 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: 1382/2970] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/subnets?id=6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e&id=6e279260-cf9c-45c9-a763-11d293894cfe => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/2971] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2972] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2973] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1384/2974] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:46:55 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1386/2977] 10.0.0.215 () {34 vars in 971 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/2978] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2979] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/subnets/6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/2980] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/subnets/6e279260-cf9c-45c9-a763-11d293894cfe => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2981] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2982] 162.253.55.100 () {34 vars in 790 bytes} [Fri May 15 16:46:59 2026] PUT /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1255 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:46:59.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34a11508-61d7-427f-a9ca-504647099e7c'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': '5c0df9e1-036a-4030-93db-d0948c429875', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1389/2983] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1595/2984] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:46:59 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2985] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47: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: 1596/2986] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47: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: 1391/2987] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:00 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: 1597/2988] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2989] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/2990] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => 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: 1393/2991] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/2992] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2993] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 799 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/2994] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2995] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1601/2996] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 5385 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2997] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/2998] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1397/2999] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/subnets?id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3000] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&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: 1398/3001] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3002] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:00 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1606/3005] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/3006] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3007] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:12 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: 1401/3008] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:12 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: 1608/3009] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:12 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/3010] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:12 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 5385 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3011] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:13 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: 1403/3012] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:13 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: 1610/3013] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:13 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: 1404/3014] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3015] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:13 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/3016] 162.253.55.100 () {34 vars in 790 bytes} [Fri May 15 16:47:13 2026] PUT /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1311 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:47:13.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24792aea-e98a-4c43-b71f-e0625638eba9'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': '9eedc0e9-6321-4479-a3cf-5aaf6e0acf55', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1612/3017] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:47:13 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 798 bytes in 39 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: 1406/3018] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:13 2026] GET /v2.0/subnets/6e279260-cf9c-45c9-a763-11d293894cfe => generated 748 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3019] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:13 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3020] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:47:13 2026] PUT /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 1080 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3021] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:47:13 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1408/3022] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:14 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3023] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:14 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3024] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:47:14 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3025] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:14 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1410/3026] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:14 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3027] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:14 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1411/3028] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:15 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:47:15.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7215d1c0-3d4a-4bf1-9f67-25970b1d5b6b'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': '9eedc0e9-6321-4479-a3cf-5aaf6e0acf55', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1618/3029] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3030] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => 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: 1619/3031] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1413/3032] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3033] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3034] 162.253.55.100 () {34 vars in 975 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => 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: 1621/3035] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55?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: 1415/3036] 162.253.55.100 () {34 vars in 1016 bytes} [Fri May 15 16:47:16 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3037] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:47:16 2026] PUT /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 917 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3038] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3873 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:47:17.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-05f6ac31-6afb-4c71-8c19-736c10c3ddce 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 2026-05-15 16:47:17.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05f6ac31-6afb-4c71-8c19-736c10c3ddce 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 [pid: 8|app: 0|req: 1623/3039] 162.253.55.100 () {32 vars in 759 bytes} [Fri May 15 16:47:17 2026] DELETE /v2.0/ports/9eedc0e9-6321-4479-a3cf-5aaf6e0acf55 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3040] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:17 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: 1624/3041] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:17 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: 1418/3042] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:17 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: 1625/3043] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:17 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: 1419/3044] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1626/3045] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/3046] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3047] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3048] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3049] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3050] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:17 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1629/3051] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3873 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3052] 162.253.55.100 () {34 vars in 1226 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks?id=14b92888-2956-4158-b0f5-3dc846df002f&id=83be86ee-0191-4465-a517-3c5886849366&id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 3096 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3053] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => 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: 1424/3054] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3055] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&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: 1425/3056] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1632/3057] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1426/3058] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => 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: 1633/3059] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3060] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&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: 8|app: 0|req: 1634/3061] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1428/3062] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1635/3063] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=5c0df9e1-036a-4030-93db-d0948c429875 => 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: 1429/3064] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/subnets?id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3065] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3066] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1637/3067] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:18 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1431/3068] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:23 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: 1638/3069] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3070] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3071] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3072] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3073] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3074] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3075] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3076] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3077] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:23 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3078] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:47:23 2026] PUT /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1080 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:47:24.211 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbf97a50-37d3-4a65-a426-8ce9bc21bf8f'] response: {'name': 'network-changed', 'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'tag': '5c0df9e1-036a-4030-93db-d0948c429875', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1643/3079] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 797 bytes in 50 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: 1437/3080] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3081] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3082] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3083] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3084] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1646/3085] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:24 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1440/3086] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:25 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3089] 162.253.55.100 () {34 vars in 975 bytes} [Fri May 15 16:47:26 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3090] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:47:26 2026] GET /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3091] 162.253.55.100 () {34 vars in 1016 bytes} [Fri May 15 16:47:26 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?fields=dns_domain => generated 29 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3092] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:26 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3093] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:47:26 2026] PUT /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 917 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3094] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:27 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-15 16:47:27.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-af88440b-91a6-407d-a2f2-277237b4077e 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: 5c0df9e1-036a-4030-93db-d0948c429875 2026-05-15 16:47:27.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af88440b-91a6-407d-a2f2-277237b4077e 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: 5c0df9e1-036a-4030-93db-d0948c429875 [pid: 7|app: 0|req: 1445/3095] 162.253.55.100 () {32 vars in 759 bytes} [Fri May 15 16:47:27 2026] DELETE /v2.0/ports/5c0df9e1-036a-4030-93db-d0948c429875 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3096] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:27 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: 1446/3097] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:27 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: 1652/3098] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47: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: 1447/3099] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3100] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:27 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1448/3101] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:27 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3102] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1350 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3103] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3104] 162.253.55.100 () {30 vars in 743 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3105] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3106] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3107] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3108] 162.253.55.100 () {34 vars in 1146 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/networks?id=14b92888-2956-4158-b0f5-3dc846df002f&id=83be86ee-0191-4465-a517-3c5886849366&id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 2309 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3109] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3110] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3111] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3112] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1454/3113] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1660/3114] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.103&port_id=faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => 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: 1455/3115] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:28 2026] GET /v2.0/subnets?id=18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3116] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:29 2026] GET /v2.0/ports?network_id=83be86ee-0191-4465-a517-3c5886849366&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3117] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:29 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1662/3118] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:29 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?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: 1457/3119] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:39 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: 1663/3120] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:39 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: 1458/3121] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47: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: 1664/3122] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:47:39.464 7 INFO neutron.api.v2.resource [None req-36c83fb7-4a1b-46d5-9943-90a10276e909 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/3123] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:47:39 2026] GET /v2.0/security-groups/lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3124] 162.253.55.100 () {30 vars in 785 bytes} [Fri May 15 16:47:39 2026] GET /v2.0/security-groups?name=lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3125] 162.253.55.100 () {30 vars in 815 bytes} [Fri May 15 16:47:39 2026] GET /v2.0/security-group-rules?security_group_id=cf41347d-f635-4326-a347-5d8b509266ed => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3126] 162.253.55.100 () {32 vars in 789 bytes} [Fri May 15 16:47:39 2026] DELETE /v2.0/security-group-rules/ae0574cd-0124-4939-b8b2-4bde86700bcf => 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: 1461/3127] 162.253.55.100 () {32 vars in 789 bytes} [Fri May 15 16:47:39 2026] DELETE /v2.0/security-group-rules/bfcf6d0d-6016-4cd7-8b8f-53972139b3a8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:47:43.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-506527f2-5b2d-4044-b1c3-d531ed1cc0a0 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 3d8316da-1000-478a-bc78-4fb05cdfa12f 2026-05-15 16:47:43.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-506527f2-5b2d-4044-b1c3-d531ed1cc0a0 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 3d8316da-1000-478a-bc78-4fb05cdfa12f 2026-05-15 16:47:43.842 7 INFO neutron.db.l3_db [None req-506527f2-5b2d-4044-b1c3-d531ed1cc0a0 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Floating IP b20b7a4b-f682-4a5b-8cc1-534d8b7ea3a6 disassociated (deleted). External IP: 10.96.250.208, port: cd780e71-ee17-490f-89f9-b9c5aea68ac1. [pid: 7|app: 0|req: 1463/3130] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:47:43 2026] DELETE /v2.0/floatingips/b20b7a4b-f682-4a5b-8cc1-534d8b7ea3a6 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:47:44.192 8 INFO neutron.api.v2.resource [None req-97e2d7b4-01e1-4b6e-b111-369f47010032 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3131] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:47:44 2026] GET /v2.0/floatingips/b20b7a4b-f682-4a5b-8cc1-534d8b7ea3a6 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3132] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:45 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: 1669/3133] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3134] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3135] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:47:45.358 7 INFO neutron.api.v2.resource [None req-f0bd73f5-112f-42d0-8d6f-7e826e16f6ef 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/3136] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/security-groups/lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => 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: 1671/3137] 162.253.55.100 () {30 vars in 785 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/security-groups?name=lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => 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: 1467/3138] 162.253.55.100 () {30 vars in 815 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/security-group-rules?security_group_id=cf41347d-f635-4326-a347-5d8b509266ed => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3139] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3140] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3141] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3142] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:45 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: 1674/3143] 162.253.55.100 () {30 vars in 741 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => 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: 1470/3144] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3145] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3146] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:45 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3147] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:46 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3148] 162.253.55.100 () {34 vars in 975 bytes} [Fri May 15 16:47:47 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3149] 162.253.55.100 () {34 vars in 1060 bytes} [Fri May 15 16:47:47 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e?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: 7|app: 0|req: 1473/3150] 162.253.55.100 () {34 vars in 1016 bytes} [Fri May 15 16:47:47 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3151] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:47 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3152] 162.253.55.100 () {38 vars in 1028 bytes} [Fri May 15 16:47:47 2026] PUT /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1151 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3153] 162.253.55.100 () {30 vars in 769 bytes} [Fri May 15 16:47:48 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1248 bytes in 574 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: 1475/3154] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:47:49 2026] PUT /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1090 bytes in 195 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: 1680/3155] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/ports?tenant_id=1137ea6b01094c4eb15a87e2d89c4252&device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => 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: 1476/3156] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 1090 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3157] 162.253.55.100 () {34 vars in 1066 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/networks?id=14b92888-2956-4158-b0f5-3dc846df002f&id=83be86ee-0191-4465-a517-3c5886849366 => generated 1523 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3158] 162.253.55.100 () {34 vars in 1062 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.114&port_id=baa371f0-8fac-4496-ba9c-98ae8e963633 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:47:49.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-60bdb58e-b0a1-4a09-b98e-75dc7034a250 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e [pid: 8|app: 0|req: 1683/3159] 162.253.55.100 () {34 vars in 984 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/subnets?id=5795a0ce-7275-4ded-838a-e91b825a60ba => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:47:49.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60bdb58e-b0a1-4a09-b98e-75dc7034a250 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e [pid: 8|app: 0|req: 1684/3160] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/ports?network_id=14b92888-2956-4158-b0f5-3dc846df002f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3161] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:49 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1686/3162] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:50 2026] GET /v2.0/networks/14b92888-2956-4158-b0f5-3dc846df002f?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: 1477/3163] 162.253.55.100 () {32 vars in 759 bytes} [Fri May 15 16:47:49 2026] DELETE /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3164] 162.253.55.100 () {30 vars in 703 bytes} [Fri May 15 16:47:50 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: 1478/3165] 162.253.55.100 () {30 vars in 705 bytes} [Fri May 15 16:47: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: 8|app: 0|req: 1688/3166] 162.253.55.100 () {30 vars in 681 bytes} [Fri May 15 16:47:50 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: 1479/3167] 162.253.55.100 () {30 vars in 717 bytes} [Fri May 15 16:47:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:47:50.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6b95bb6-41e5-462c-8e05-ca63dc0a27da 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1689/3168] 162.253.55.100 () {32 vars in 759 bytes} [Fri May 15 16:47:50 2026] DELETE /v2.0/ports/faaea87b-305b-4c2a-b58c-2ab4e5f5fb8e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3169] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:50 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1132 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:47:50.303 8 INFO neutron.api.v2.resource [None req-292bf6a0-4ec6-43c9-9d24-0f3c47eb1821 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3170] 162.253.55.100 () {30 vars in 763 bytes} [Fri May 15 16:47:50 2026] GET /v2.0/security-groups/lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => 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: 1481/3171] 162.253.55.100 () {30 vars in 785 bytes} [Fri May 15 16:47:50 2026] GET /v2.0/security-groups?name=lb-970cb7b6-9371-47f1-aa93-76633dbf3ffb => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3172] 162.253.55.100 () {30 vars in 737 bytes} [Fri May 15 16:47:50 2026] GET /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => 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: 1482/3173] 162.253.55.100 () {34 vars in 789 bytes} [Fri May 15 16:47:50 2026] PUT /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 1094 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3174] 162.253.55.100 () {32 vars in 779 bytes} [Fri May 15 16:47:50 2026] DELETE /v2.0/security-groups/cf41347d-f635-4326-a347-5d8b509266ed => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:47:50.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-4069dffb-6fa4-42b3-8063-c4e00758945f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: cd780e71-ee17-490f-89f9-b9c5aea68ac1 2026-05-15 16:47:50.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4069dffb-6fa4-42b3-8063-c4e00758945f 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: cd780e71-ee17-490f-89f9-b9c5aea68ac1 [pid: 7|app: 0|req: 1483/3175] 162.253.55.100 () {32 vars in 759 bytes} [Fri May 15 16:47:50 2026] DELETE /v2.0/ports/cd780e71-ee17-490f-89f9-b9c5aea68ac1 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3176] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:47:53 2026] GET /v2.0/ports?device_id=312641c5-6d90-4a0f-8096-b2f89c1ef426 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:47:53.703 7 INFO neutron_taas.services.taas.taas_plugin [req-07c5cc4e-84f5-4a57-95cd-7b7fe6307b54 req-4fa95f3a-d19f-48de-abf2-470cc5fed23b 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] TaaS: Handle Delete Port: baa371f0-8fac-4496-ba9c-98ae8e963633 2026-05-15 16:47:53.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-07c5cc4e-84f5-4a57-95cd-7b7fe6307b54 req-4fa95f3a-d19f-48de-abf2-470cc5fed23b 5cf0c763b1814e7b89ad188323c029ca 1137ea6b01094c4eb15a87e2d89c4252 - - default default] Tap Mirror: Handle Delete Port: baa371f0-8fac-4496-ba9c-98ae8e963633 [pid: 7|app: 0|req: 1484/3177] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:47:53 2026] DELETE /v2.0/ports/baa371f0-8fac-4496-ba9c-98ae8e963633 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:47:53.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-913a4e94-1a5b-402a-bb17-1307e3dac904'] response: {'server_uuid': '312641c5-6d90-4a0f-8096-b2f89c1ef426', 'name': 'network-vif-deleted', 'tag': 'baa371f0-8fac-4496-ba9c-98ae8e963633', 'status': 'completed', 'code': 200} 2026-05-15 16:47:54.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-4304a07a-2d82-44ad-a799-05892a060301 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 6e84db33-381b-47ac-811b-c62fb10d2e57 2026-05-15 16:47:54.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4304a07a-2d82-44ad-a799-05892a060301 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 6e84db33-381b-47ac-811b-c62fb10d2e57 2026-05-15 16:47:54.797 8 INFO neutron.db.l3_db [None req-4304a07a-2d82-44ad-a799-05892a060301 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Floating IP 755ba744-af9f-435a-a51f-8db71debe8d0 disassociated (deleted). External IP: 10.96.250.214, port: 8788bf22-7b31-4a12-a4d2-334ede60c0ef. [pid: 8|app: 0|req: 1694/3178] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:47:54 2026] DELETE /v2.0/floatingips/755ba744-af9f-435a-a51f-8db71debe8d0 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:47:55.105 7 INFO neutron.api.v2.resource [None req-483ed42b-930c-4f85-a607-3d4504b1759b a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3179] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/floatingips/755ba744-af9f-435a-a51f-8db71debe8d0 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:47:55.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7719b69-6d01-4603-a1a4-aead89fff7bd'] response: {'name': 'network-changed', 'server_uuid': '5e53feaa-3ab6-4d26-9708-6f8ecbeff352', 'tag': '8788bf22-7b31-4a12-a4d2-334ede60c0ef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1695/3180] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3181] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3182] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3183] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/networks?id=13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3184] 162.253.55.100 () {34 vars in 1058 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=8788bf22-7b31-4a12-a4d2-334ede60c0ef => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3185] 162.253.55.100 () {34 vars in 1106 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c9&port_id=8788bf22-7b31-4a12-a4d2-334ede60c0ef => 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: 1698/3186] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/subnets?id=6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e&id=6e279260-cf9c-45c9-a763-11d293894cfe => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3187] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&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: 1699/3190] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/ports?network_id=13948a78-6e20-4b73-aa11-c1ba04bc8922&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3191] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1700/3192] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:47:55 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922?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: 1493/3193] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:47:57 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 1204 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:47:57.845 8 INFO neutron_taas.services.taas.taas_plugin [req-b1f8c893-3484-47c6-b80a-669c389f381c req-500a99af-6912-4c63-8abc-729b07e27061 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 8788bf22-7b31-4a12-a4d2-334ede60c0ef 2026-05-15 16:47:57.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1f8c893-3484-47c6-b80a-669c389f381c req-500a99af-6912-4c63-8abc-729b07e27061 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 8788bf22-7b31-4a12-a4d2-334ede60c0ef [pid: 8|app: 0|req: 1701/3194] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:47:57 2026] DELETE /v2.0/ports/8788bf22-7b31-4a12-a4d2-334ede60c0ef => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:47:58.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8f7cb0b-23a6-47f4-9155-0d4686df6101'] response: {'server_uuid': '5e53feaa-3ab6-4d26-9708-6f8ecbeff352', 'name': 'network-vif-deleted', 'tag': '8788bf22-7b31-4a12-a4d2-334ede60c0ef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1494/3195] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:48:00 2026] GET /v2.0/ports?device_id=5e53feaa-3ab6-4d26-9708-6f8ecbeff352 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-15 16:48:05.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2cc6df8-5447-4cd1-aae1-2ed88952b02d a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 848940e7-3169-411b-b2a1-e9d8a68093c3 2026-05-15 16:48:05.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2cc6df8-5447-4cd1-aae1-2ed88952b02d a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 848940e7-3169-411b-b2a1-e9d8a68093c3 2026-05-15 16:48:05.798 8 INFO neutron.db.l3_db [None req-a2cc6df8-5447-4cd1-aae1-2ed88952b02d a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Floating IP e0698f80-9f4b-474b-a4cb-bd84f1907e12 disassociated (deleted). External IP: 10.96.250.204, port: d243e6d3-bd39-4a8a-9ba5-13bf72e60388. [pid: 8|app: 0|req: 1702/3196] 10.0.0.138 () {32 vars in 732 bytes} [Fri May 15 16:48:05 2026] DELETE /v2.0/floatingips/e0698f80-9f4b-474b-a4cb-bd84f1907e12 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:06.096 7 INFO neutron.api.v2.resource [None req-afa95025-70c3-4190-a3d9-447d15f0014a a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3197] 10.0.0.138 () {32 vars in 729 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/floatingips/e0698f80-9f4b-474b-a4cb-bd84f1907e12 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:06.105 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f651383-0937-49b1-9b60-573c11ca12e3'] response: {'name': 'network-changed', 'server_uuid': '15e15eab-1ae4-4728-8086-94a5e57f59f4', 'tag': 'd243e6d3-bd39-4a8a-9ba5-13bf72e60388', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1703/3198] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1192 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3199] 10.0.0.215 () {34 vars in 1040 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/security-groups?id=ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3200] 162.253.55.100 () {34 vars in 1080 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/ports?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => 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: 1497/3201] 162.253.55.100 () {34 vars in 986 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/networks?id=d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3202] 162.253.55.100 () {34 vars in 1054 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.4&port_id=d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => 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: 1498/3203] 162.253.55.100 () {34 vars in 1104 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1cd&port_id=d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => 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: 1706/3204] 162.253.55.100 () {34 vars in 1064 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/subnets?id=faefa477-20db-49e6-b109-6a9d88977c34&id=d0a262a6-443f-4630-bd87-c1c7d3287c0f => 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: 1499/3205] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3206] 162.253.55.100 () {34 vars in 1052 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/ports?network_id=d67ab874-6bdc-46c8-9bc7-38a76a69d979&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: 1500/3207] 162.253.55.100 () {34 vars in 1012 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1708/3208] 162.253.55.100 () {34 vars in 1112 bytes} [Fri May 15 16:48:06 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979?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: 1501/3209] 162.253.55.100 () {34 vars in 994 bytes} [Fri May 15 16:48:08 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => generated 1192 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-15 16:48:08.779 8 INFO neutron_taas.services.taas.taas_plugin [req-691c16f1-d797-4f08-8f9f-a2ec24f64749 req-7cc789b6-bbc5-4507-9a8f-d4122f7f3ec4 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: d243e6d3-bd39-4a8a-9ba5-13bf72e60388 2026-05-15 16:48:08.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-691c16f1-d797-4f08-8f9f-a2ec24f64749 req-7cc789b6-bbc5-4507-9a8f-d4122f7f3ec4 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: d243e6d3-bd39-4a8a-9ba5-13bf72e60388 [pid: 8|app: 0|req: 1709/3210] 162.253.55.100 () {36 vars in 997 bytes} [Fri May 15 16:48:08 2026] DELETE /v2.0/ports/d243e6d3-bd39-4a8a-9ba5-13bf72e60388 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:08.948 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d91dba1-2971-437d-a0ad-fe115f364168'] response: {'server_uuid': '15e15eab-1ae4-4728-8086-94a5e57f59f4', 'name': 'network-vif-deleted', 'tag': 'd243e6d3-bd39-4a8a-9ba5-13bf72e60388', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/3213] 10.0.0.215 () {34 vars in 990 bytes} [Fri May 15 16:48:11 2026] GET /v2.0/ports?device_id=15e15eab-1ae4-4728-8086-94a5e57f59f4 => 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: 1711/3214] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/266dca0b-6bde-4e55-a93d-bcd1ce859fbd => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:16.594 7 INFO neutron.api.v2.resource [None req-1951b0e5-1a4e-4b79-9cde-a20279e6f07b a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3215] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:16 2026] GET /v2.0/security-group-rules/266dca0b-6bde-4e55-a93d-bcd1ce859fbd => 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: 1712/3216] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/570d0ff1-978e-43c9-a0f0-e950dd8eed41 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:16.673 7 INFO neutron.api.v2.resource [None req-9bbd9996-78d6-4d61-990b-c30187133713 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3217] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:16 2026] GET /v2.0/security-group-rules/570d0ff1-978e-43c9-a0f0-e950dd8eed41 => 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: 1713/3218] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/5d02ea93-190c-4b2e-bc7b-0595bf977cf1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:16.770 7 INFO neutron.api.v2.resource [None req-b93bbc86-24d5-4170-bc09-63cbc03d5992 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3219] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:16 2026] GET /v2.0/security-group-rules/5d02ea93-190c-4b2e-bc7b-0595bf977cf1 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3220] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/00f69e27-5b48-4c7c-b271-9105be972453 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:16.836 7 INFO neutron.api.v2.resource [None req-00612e63-e2be-44bb-bf88-f17a48aa29f7 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1507/3221] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:16 2026] GET /v2.0/security-group-rules/00f69e27-5b48-4c7c-b271-9105be972453 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3222] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/36515751-1494-43c2-9296-295edbdcbb6e => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:16.905 7 INFO neutron.api.v2.resource [None req-db671852-5733-423f-acf8-497c9542880b a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3223] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:16 2026] GET /v2.0/security-group-rules/36515751-1494-43c2-9296-295edbdcbb6e => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3224] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/8cdef5d4-7cae-4883-8f47-12e8c1b881fa => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:16.988 7 INFO neutron.api.v2.resource [None req-ee8f28bc-e6ff-4817-a7fe-4f1ff7fc0eea a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3225] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:16 2026] GET /v2.0/security-group-rules/8cdef5d4-7cae-4883-8f47-12e8c1b881fa => 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: 1717/3226] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:16 2026] DELETE /v2.0/security-group-rules/8079b7b0-ed77-4775-a2d1-c584cacc6942 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:17.072 7 INFO neutron.api.v2.resource [None req-1ff02b7b-f32f-4dc6-8eb9-9f1d7a58a91b a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3227] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:17 2026] GET /v2.0/security-group-rules/8079b7b0-ed77-4775-a2d1-c584cacc6942 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3228] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:17 2026] DELETE /v2.0/security-group-rules/36d0d565-12b3-4774-9e9f-2d30540e0326 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:17.153 7 INFO neutron.api.v2.resource [None req-cc6a7e89-04fd-4373-a25e-17176b1992e0 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/3229] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:17 2026] GET /v2.0/security-group-rules/36d0d565-12b3-4774-9e9f-2d30540e0326 => 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: 1719/3230] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:17 2026] DELETE /v2.0/security-group-rules/7636bbc5-6fb8-4fb4-afc8-02fda266232c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:17.230 7 INFO neutron.api.v2.resource [None req-bed508e2-69f6-498d-8ef4-f91bf1ff5bcd a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3231] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:17 2026] GET /v2.0/security-group-rules/7636bbc5-6fb8-4fb4-afc8-02fda266232c => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3232] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:17 2026] DELETE /v2.0/security-group-rules/fa7a384b-2e37-4915-9b53-884184d71d44 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:17.315 7 INFO neutron.api.v2.resource [None req-ed494d39-c35c-46d7-b3d1-d77281d3c381 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/3233] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:17 2026] GET /v2.0/security-group-rules/fa7a384b-2e37-4915-9b53-884184d71d44 => 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: 1721/3234] 10.0.0.138 () {32 vars in 750 bytes} [Fri May 15 16:48:17 2026] DELETE /v2.0/security-group-rules/2440405d-388a-42ee-b4ad-9687fa390931 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:17.394 7 INFO neutron.api.v2.resource [None req-1002d459-d7ee-4d27-80b8-b87a6ba97163 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3235] 10.0.0.138 () {32 vars in 747 bytes} [Fri May 15 16:48:17 2026] GET /v2.0/security-group-rules/2440405d-388a-42ee-b4ad-9687fa390931 => 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: 1722/3236] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:17 2026] DELETE /v2.0/security-groups/ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:17.498 7 INFO neutron.api.v2.resource [None req-b8ea5da7-2268-44aa-9544-7fdd2fcfbdc6 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3237] 10.0.0.138 () {32 vars in 737 bytes} [Fri May 15 16:48:17 2026] GET /v2.0/security-groups/ca06bd18-af2d-4ae4-98fa-5d0f135f3ff9 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:17.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-27113914-6b70-43ce-9955-d0a3cda33f8f a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: fffbdfaa-8c12-4000-8c1a-9339f240ac12 2026-05-15 16:48:17.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27113914-6b70-43ce-9955-d0a3cda33f8f a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: fffbdfaa-8c12-4000-8c1a-9339f240ac12 [pid: 8|app: 0|req: 1723/3238] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:48:17 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:48:18.622 7 INFO neutron.api.v2.resource [None req-32ff88c2-e3a8-42cc-bdcb-1e2e634b732b a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3239] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:48:18 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:19.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-094bfddb-4ffb-4a4d-af54-5dba2d818287 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: e835b10f-0d9b-44e9-9c80-21942a1025df 2026-05-15 16:48:19.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-094bfddb-4ffb-4a4d-af54-5dba2d818287 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: e835b10f-0d9b-44e9-9c80-21942a1025df [pid: 8|app: 0|req: 1724/3240] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:48:18 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:48:19.685 7 INFO neutron.api.v2.resource [None req-d83c52dd-a754-4b00-be56-83cc4f44eace a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/3241] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:48:19 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/remove_router_interface => generated 198 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:20.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e6e9201-5f90-4fdf-bb9c-7ae019acea5d a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 27cda063-c498-46c8-9645-b2b88557e331 2026-05-15 16:48:20.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e6e9201-5f90-4fdf-bb9c-7ae019acea5d a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 27cda063-c498-46c8-9645-b2b88557e331 [pid: 8|app: 0|req: 1725/3242] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:48:19 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-15 16:48:20.782 7 INFO neutron.api.v2.resource [None req-fbecfedb-943b-4d32-912c-628289581364 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3243] 10.0.0.138 () {34 vars in 789 bytes} [Fri May 15 16:48:20 2026] PUT /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:20.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff783bce-9569-4993-84c9-1ba3ccfd71cd a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: e07e45ca-6e50-49a0-a85a-9df0d2050b45 2026-05-15 16:48:20.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff783bce-9569-4993-84c9-1ba3ccfd71cd a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: e07e45ca-6e50-49a0-a85a-9df0d2050b45 2026-05-15 16:48:21.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff783bce-9569-4993-84c9-1ba3ccfd71cd a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 3d1fdcc5-ff83-428d-a7e4-7d656db67d6c 2026-05-15 16:48:21.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff783bce-9569-4993-84c9-1ba3ccfd71cd a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 3d1fdcc5-ff83-428d-a7e4-7d656db67d6c 2026-05-15 16:48:21.558 8 INFO neutron.db.l3_hamode_db [None req-ff783bce-9569-4993-84c9-1ba3ccfd71cd a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] HA network a4ae6778-636a-4ddb-83ff-03b532a02ff8 was deleted as no HA routers are present in tenant 2dc2ad0d19e6486fa2c8363e527baf7a. [pid: 8|app: 0|req: 1726/3244] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:20 2026] DELETE /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-15 16:48:21.573 8 INFO neutron.services.segments.plugin [-] Segment 71e03676-bfc3-46ab-9b45-bd217e4ec0ab resource provider aggregate not found 2026-05-15 16:48:21.578 8 INFO neutron.services.segments.plugin [-] Segment 71e03676-bfc3-46ab-9b45-bd217e4ec0ab resource provider aggregate not found 2026-05-15 16:48:21.585 7 INFO neutron.api.v2.resource [None req-05983967-8093-4dc0-8afa-8328884816d0 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3245] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:21 2026] GET /v2.0/routers/8c03ac6c-e279-4c33-a2a5-af24fc1ac6ef => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:21.593 8 INFO neutron.services.segments.plugin [-] Segment 71e03676-bfc3-46ab-9b45-bd217e4ec0ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e03676-bfc3-46ab-9b45-bd217e4ec0ab found for delete ", "request_id": "req-045b55ea-3435-4cd1-91e3-4b55ebce8df7"}]} 2026-05-15 16:48:21.596 8 INFO neutron.services.segments.plugin [-] Segment 71e03676-bfc3-46ab-9b45-bd217e4ec0ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e03676-bfc3-46ab-9b45-bd217e4ec0ab found for delete ", "request_id": "req-2eb686f0-5122-43a0-9020-1963dcf5e744"}]} [pid: 8|app: 0|req: 1727/3246] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:21 2026] DELETE /v2.0/subnets/6e279260-cf9c-45c9-a763-11d293894cfe => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:21.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84e56d83-4c3f-4f63-9ed2-9e37b1cafcd7 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3247] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:21 2026] GET /v2.0/subnets/6e279260-cf9c-45c9-a763-11d293894cfe => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3248] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:21 2026] DELETE /v2.0/subnets/6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:21.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63ad2daf-3645-4ba9-90d1-a023c8a9e285 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3249] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:21 2026] GET /v2.0/subnets/6aea27d7-56b6-4a2e-98ac-e7fcc3a64e8e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:21.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e9ee44e-9abf-4ebf-b88c-bf3e8d0a2305 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 21df4413-a69b-4420-978f-d3c1af60cb17 2026-05-15 16:48:21.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e9ee44e-9abf-4ebf-b88c-bf3e8d0a2305 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 21df4413-a69b-4420-978f-d3c1af60cb17 [pid: 8|app: 0|req: 1729/3250] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:48:21 2026] DELETE /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:22.168 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c99f661-4854-477e-900f-ea7bf604b2d1 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3251] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:48:22 2026] GET /v2.0/networks/13948a78-6e20-4b73-aa11-c1ba04bc8922 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3252] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:22 2026] DELETE /v2.0/subnets/faefa477-20db-49e6-b109-6a9d88977c34 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:22.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4526167-3421-4b90-965d-3ca3c85d73b9 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3253] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:22 2026] GET /v2.0/subnets/faefa477-20db-49e6-b109-6a9d88977c34 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3254] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:22 2026] DELETE /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:22.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c21e8453-28cf-4f61-a656-92bbc945afe1 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3255] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:22 2026] GET /v2.0/subnets/d0a262a6-443f-4630-bd87-c1c7d3287c0f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:22.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf62b4c3-9383-4a2c-b631-cfc3e42cb8f6 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 4fa22036-60a9-4afd-af54-153862ebddd3 2026-05-15 16:48:22.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf62b4c3-9383-4a2c-b631-cfc3e42cb8f6 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 4fa22036-60a9-4afd-af54-153862ebddd3 [pid: 8|app: 0|req: 1732/3256] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:48:22 2026] DELETE /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:22.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d68feba-e86d-4c61-8c20-d9a6d9da36ad a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3257] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:48:22 2026] GET /v2.0/networks/d67ab874-6bdc-46c8-9bc7-38a76a69d979 => 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: 1733/3258] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:22 2026] DELETE /v2.0/subnets/c93666bc-e9d3-4e16-97fd-f23d7daed67d => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:23.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e40006bc-13f7-4d70-911e-7281f8395bc7 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3259] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:23 2026] GET /v2.0/subnets/c93666bc-e9d3-4e16-97fd-f23d7daed67d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3260] 10.0.0.138 () {32 vars in 724 bytes} [Fri May 15 16:48:23 2026] DELETE /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:23.213 7 INFO neutron.pecan_wsgi.hooks.translation [None req-886389d8-f150-43f9-b159-9814c6a0934f a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3261] 10.0.0.138 () {32 vars in 721 bytes} [Fri May 15 16:48:23 2026] GET /v2.0/subnets/18cb9a4b-c8f0-46e9-968a-6788e9e3f41b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:23.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-774d742c-8195-40ea-81cb-f2d763baa845 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] TaaS: Handle Delete Port: 72021468-f432-4131-9d69-2c1f6967e8d5 2026-05-15 16:48:23.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-774d742c-8195-40ea-81cb-f2d763baa845 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] Tap Mirror: Handle Delete Port: 72021468-f432-4131-9d69-2c1f6967e8d5 [pid: 8|app: 0|req: 1735/3262] 10.0.0.138 () {32 vars in 726 bytes} [Fri May 15 16:48:23 2026] DELETE /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-15 16:48:23.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-658091d3-65f3-4fbe-a22e-c64476995113 a9223add92914e66b75ac39d14535fc8 2dc2ad0d19e6486fa2c8363e527baf7a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3263] 10.0.0.138 () {32 vars in 723 bytes} [Fri May 15 16:48:23 2026] GET /v2.0/networks/83be86ee-0191-4465-a517-3c5886849366 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-15 16:48:23.615 8 INFO neutron.services.segments.plugin [-] Segment 4c061371-2d21-4ac0-a68e-02bd95e26dfe resource provider aggregate not found 2026-05-15 16:48:23.619 8 INFO neutron.services.segments.plugin [-] Segment 4c061371-2d21-4ac0-a68e-02bd95e26dfe resource provider aggregate not found 2026-05-15 16:48:23.633 8 INFO neutron.services.segments.plugin [-] Segment 4c061371-2d21-4ac0-a68e-02bd95e26dfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c061371-2d21-4ac0-a68e-02bd95e26dfe found for delete ", "request_id": "req-b0a40051-91b0-47c1-8cb2-58fdeb83bc79"}]} 2026-05-15 16:48:23.637 8 INFO neutron.services.segments.plugin [-] Segment 4c061371-2d21-4ac0-a68e-02bd95e26dfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c061371-2d21-4ac0-a68e-02bd95e26dfe found for delete ", "request_id": "req-2f5b0df6-4619-4c30-8c45-9d8532a31ba8"}]} 2026-05-15 16:48:23.650 8 INFO neutron.services.segments.plugin [-] Segment f0e17ef6-a9d7-4069-a89f-d6861d107cff resource provider aggregate not found 2026-05-15 16:48:23.655 8 INFO neutron.services.segments.plugin [-] Segment f0e17ef6-a9d7-4069-a89f-d6861d107cff resource provider aggregate not found 2026-05-15 16:48:23.668 8 INFO neutron.services.segments.plugin [-] Segment f0e17ef6-a9d7-4069-a89f-d6861d107cff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e17ef6-a9d7-4069-a89f-d6861d107cff found for delete ", "request_id": "req-e57b8d41-f99a-419f-836b-341d7458fc76"}]} 2026-05-15 16:48:23.673 8 INFO neutron.services.segments.plugin [-] Segment f0e17ef6-a9d7-4069-a89f-d6861d107cff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e17ef6-a9d7-4069-a89f-d6861d107cff found for delete ", "request_id": "req-df419aeb-702d-4761-ba6e-584416e5dd21"}]} 2026-05-15 16:48:23.687 8 INFO neutron.services.segments.plugin [-] Segment 7ec1c622-377e-4656-9907-134b6e3b2f30 resource provider aggregate not found 2026-05-15 16:48:23.692 8 INFO neutron.services.segments.plugin [-] Segment 7ec1c622-377e-4656-9907-134b6e3b2f30 resource provider aggregate not found 2026-05-15 16:48:23.703 8 INFO neutron.services.segments.plugin [-] Segment 7ec1c622-377e-4656-9907-134b6e3b2f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ec1c622-377e-4656-9907-134b6e3b2f30 found for delete ", "request_id": "req-7e7a03d4-0515-47c3-ba09-80859c5521cb"}]} 2026-05-15 16:48:23.706 8 INFO neutron.services.segments.plugin [-] Segment 7ec1c622-377e-4656-9907-134b6e3b2f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ec1c622-377e-4656-9907-134b6e3b2f30 found for delete ", "request_id": "req-37462375-25f6-4414-b988-33b37e4d75a2"}]} [pid: 8|app: 0|req: 1736/3266] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:25 2026] GET /v2.0/security-groups?tenant_id=8017279f0f5041729d8d7f2a000d14d5&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3267] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:26 2026] DELETE /v2.0/security-groups/ac5369b1-2a37-44dd-a529-de0381b217dd => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3268] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:26 2026] GET /v2.0/security-groups?tenant_id=546fc21be4f941c4866ed5e5ecbff7c0&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3269] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:26 2026] DELETE /v2.0/security-groups/50a9854e-e310-4e89-979d-9325ff28c242 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3270] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:26 2026] GET /v2.0/security-groups?tenant_id=62180fa4a8ea4df984b50e976678abad&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3271] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:27 2026] DELETE /v2.0/security-groups/41162e6a-e69a-4ff4-bece-e2ec39363fb5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3272] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:27 2026] GET /v2.0/security-groups?tenant_id=f712491d15ea4f9bb625d6649df3c9bc&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3273] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:27 2026] DELETE /v2.0/security-groups/797edf48-7ed2-4444-a6b7-ba531254ed93 => 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: 1740/3274] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:27 2026] GET /v2.0/security-groups?tenant_id=2dc2ad0d19e6486fa2c8363e527baf7a&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3275] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:27 2026] DELETE /v2.0/security-groups/e0b3561a-6b5f-4a91-875b-0f28e8823e1c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3276] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:28 2026] GET /v2.0/security-groups?tenant_id=db3460146ea44546aaba306f7878677b&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3277] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:28 2026] DELETE /v2.0/security-groups/42425f16-0fea-4517-be6c-f193b7cc4f87 => 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: 1742/3278] 10.0.0.138 () {32 vars in 774 bytes} [Fri May 15 16:48:28 2026] GET /v2.0/security-groups?tenant_id=329b8065027048cdafb2d70254520755&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3279] 10.0.0.138 () {32 vars in 740 bytes} [Fri May 15 16:48:28 2026] DELETE /v2.0/security-groups/6829fa48-9887-4fb1-938d-c454d06843e1 => 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: 1743/3280] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:48:31 2026] GET /v2.0/networks => generated 2168 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3281] 10.0.0.138 () {32 vars in 655 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/floatingips => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3282] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3283] 10.0.0.138 () {32 vars in 643 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3284] 10.0.0.138 () {32 vars in 647 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3285] 10.0.0.138 () {32 vars in 649 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3286] 10.0.0.138 () {32 vars in 663 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3287] 10.0.0.138 () {32 vars in 655 bytes} [Fri May 15 16:48:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)