+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 14 06:02:30 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-7c6c788b6b-td8rj 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 0x7fe2953c0668 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: 6, cores: 1) spawned uWSGI worker 2 (pid: 7, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-14 06:02:34.877 6 INFO neutron.common.config [-] Logging enabled! 2026-05-14 06:02:34.877 6 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-14 06:02:35.059 7 INFO neutron.common.config [-] Logging enabled! 2026-05-14 06:02:35.060 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-14 06:02:36.174 6 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-14 06:02:36.310 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-14 06:02:38.103 6 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 06:02:38.106 6 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-14 06:02:38.110 6 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-14 06:02:38.111 6 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 06:02:38.111 6 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-14 06:02:38.111 6 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-14 06:02:38.112 6 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 06:02:38.119 6 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 06:02:38.120 6 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 06:02:38.120 6 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 06:02:38.145 6 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-14 06:02:38.146 6 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 06:02:38.146 6 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-14 06:02:38.178 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-14 06:02:38.179 6 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-14 06:02:38.179 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-14 06:02:38.179 6 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-14 06:02:38.242 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 06:02:38.245 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-14 06:02:38.249 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-14 06:02:38.250 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-14 06:02:38.250 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-14 06:02:38.251 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-14 06:02:38.251 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 06:02:38.259 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 06:02:38.259 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-14 06:02:38.260 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 06:02:38.283 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-14 06:02:38.284 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-14 06:02:38.284 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-14 06:02:38.318 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-14 06:02:38.319 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-14 06:02:38.319 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-14 06:02:38.319 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-14 06:02:38.536 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing driver for type 'vlan' 2026-05-14 06:02:38.652 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing driver for type 'vlan' 2026-05-14 06:02:38.978 6 INFO neutron.plugins.ml2.drivers.type_vlan [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] VlanTypeDriver initialization complete 2026-05-14 06:02:38.978 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing driver for type 'vxlan' 2026-05-14 06:02:38.978 6 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-14 06:02:38.995 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-14 06:02:38.996 6 INFO neutron.plugins.ml2.extensions.dns_integration [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-14 06:02:38.996 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing extension driver 'port_security' 2026-05-14 06:02:38.996 6 INFO neutron.plugins.ml2.extensions.port_security [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-14 06:02:38.996 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing extension driver 'qos' 2026-05-14 06:02:38.996 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-14 06:02:38.996 6 INFO neutron.plugins.ml2.managers [None req-27be5fa5-6f1e-4e55-9c93-b7ca9349aabc - - - - - -] Initializing mechanism driver 'l2population' 2026-05-14 06:02:39.011 6 INFO neutron.quota [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded quota_driver: . 2026-05-14 06:02:39.012 6 INFO neutron.plugins.ml2.plugin [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Modular L2 Plugin initialization complete 2026-05-14 06:02:39.012 6 INFO neutron.plugins.ml2.managers [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-14 06:02:39.012 6 INFO neutron.plugins.ml2.managers [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-14 06:02:39.013 6 INFO neutron.plugins.ml2.managers [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-14 06:02:39.013 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: qos 2026-05-14 06:02:39.028 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: router 2026-05-14 06:02:39.067 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] VlanTypeDriver initialization complete 2026-05-14 06:02:39.067 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing driver for type 'vxlan' 2026-05-14 06:02:39.067 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-14 06:02:39.079 6 INFO neutron.services.service_base [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-14 06:02:39.080 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: segments 2026-05-14 06:02:39.080 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-14 06:02:39.080 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-14 06:02:39.080 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing extension driver 'port_security' 2026-05-14 06:02:39.080 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-14 06:02:39.081 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing extension driver 'qos' 2026-05-14 06:02:39.081 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-14 06:02:39.081 7 INFO neutron.plugins.ml2.managers [None req-3c84878a-fd85-4da4-9059-ad2146cb8d71 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-14 06:02:39.096 7 INFO neutron.quota [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded quota_driver: . 2026-05-14 06:02:39.096 7 INFO neutron.plugins.ml2.plugin [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Modular L2 Plugin initialization complete 2026-05-14 06:02:39.096 7 INFO neutron.plugins.ml2.managers [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-14 06:02:39.097 7 INFO neutron.plugins.ml2.managers [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-14 06:02:39.097 7 INFO neutron.plugins.ml2.managers [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Got port-security extension from driver 'port_security' 2026-05-14 06:02:39.097 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: qos 2026-05-14 06:02:39.110 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: router 2026-05-14 06:02:39.171 7 INFO neutron.services.service_base [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-14 06:02:39.171 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: segments 2026-05-14 06:02:39.193 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: trunk 2026-05-14 06:02:39.208 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: vpnaas 2026-05-14 06:02:39.256 6 WARNING stevedore.named [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 06:02:39.317 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: trunk 2026-05-14 06:02:39.331 6 INFO neutron_vpnaas.services.vpn.plugin [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-14 06:02:39.332 6 INFO neutron.common.utils [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-14 06:02:39.332 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: taas 2026-05-14 06:02:39.338 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: vpnaas 2026-05-14 06:02:39.362 6 WARNING stevedore.named [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 06:02:39.362 6 WARNING stevedore.named [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 06:02:39.400 7 WARNING stevedore.named [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 06:02:39.413 6 INFO neutron_taas.services.taas.taas_plugin [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-14 06:02:39.413 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: tapmirror 2026-05-14 06:02:39.429 6 WARNING stevedore.named [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 06:02:39.429 6 WARNING stevedore.named [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 06:02:39.453 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-14 06:02:39.454 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: auto_allocate 2026-05-14 06:02:39.468 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: tag 2026-05-14 06:02:39.481 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: timestamp 2026-05-14 06:02:39.485 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: network_ip_availability 2026-05-14 06:02:39.489 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: flavors 2026-05-14 06:02:39.492 6 INFO neutron.manager [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loading Plugin: revisions 2026-05-14 06:02:39.496 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Initializing extension manager. 2026-05-14 06:02:39.498 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-14 06:02:39.498 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: address-group 2026-05-14 06:02:39.499 7 INFO neutron.common.utils [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-14 06:02:39.499 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: taas 2026-05-14 06:02:39.499 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: address-scope 2026-05-14 06:02:39.500 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-14 06:02:39.501 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: agent 2026-05-14 06:02:39.503 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: agent-resources-synced 2026-05-14 06:02:39.504 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-14 06:02:39.505 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-14 06:02:39.507 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: availability_zone 2026-05-14 06:02:39.507 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: availability_zone_filter 2026-05-14 06:02:39.508 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-14 06:02:39.509 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: default-subnetpools 2026-05-14 06:02:39.512 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-14 06:02:39.512 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: dns-integration 2026-05-14 06:02:39.513 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: dns-domain-ports 2026-05-14 06:02:39.513 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-14 06:02:39.514 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: dvr 2026-05-14 06:02:39.514 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-14 06:02:39.515 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: empty-string-filtering 2026-05-14 06:02:39.515 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 06:02:39.516 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-14 06:02:39.516 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: external-net 2026-05-14 06:02:39.517 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-14 06:02:39.517 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: extraroute 2026-05-14 06:02:39.518 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: extraroute-atomic 2026-05-14 06:02:39.519 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-14 06:02:39.519 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-14 06:02:39.520 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-14 06:02:39.520 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-14 06:02:39.521 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: fip-port-details 2026-05-14 06:02:39.522 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: flavors 2026-05-14 06:02:39.523 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-14 06:02:39.524 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: floatingip-pools 2026-05-14 06:02:39.524 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: ip_allocation 2026-05-14 06:02:39.525 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-14 06:02:39.525 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: l2_adjacency 2026-05-14 06:02:39.527 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: router 2026-05-14 06:02:39.529 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 06:02:39.530 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-14 06:02:39.531 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-14 06:02:39.531 7 WARNING stevedore.named [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 06:02:39.532 7 WARNING stevedore.named [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 06:02:39.532 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: ext-gw-mode 2026-05-14 06:02:39.533 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: l3-ha 2026-05-14 06:02:39.534 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-14 06:02:39.535 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-14 06:02:39.536 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: l3-flavors 2026-05-14 06:02:39.537 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-14 06:02:39.538 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-14 06:02:39.541 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-14 06:02:39.542 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-14 06:02:39.543 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-14 06:02:39.544 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-14 06:02:39.545 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-14 06:02:39.546 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: multi-provider 2026-05-14 06:02:39.546 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: net-mtu 2026-05-14 06:02:39.547 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: net-mtu-writable 2026-05-14 06:02:39.547 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: network_availability_zone 2026-05-14 06:02:39.548 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: network_ha 2026-05-14 06:02:39.549 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: network-ip-availability 2026-05-14 06:02:39.550 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-14 06:02:39.550 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: pagination 2026-05-14 06:02:39.551 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-device-profile 2026-05-14 06:02:39.551 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-14 06:02:39.552 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-14 06:02:39.553 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-14 06:02:39.553 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-mac-override 2026-05-14 06:02:39.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-14 06:02:39.554 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-14 06:02:39.554 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: tapmirror 2026-05-14 06:02:39.554 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-14 06:02:39.555 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-14 06:02:39.556 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-resource-request 2026-05-14 06:02:39.556 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-14 06:02:39.557 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-14 06:02:39.557 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: binding 2026-05-14 06:02:39.558 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: binding-extended 2026-05-14 06:02:39.559 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-security 2026-05-14 06:02:39.559 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: project-id 2026-05-14 06:02:39.560 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: provider 2026-05-14 06:02:39.560 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-14 06:02:39.563 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos 2026-05-14 06:02:39.564 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-14 06:02:39.564 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-14 06:02:39.565 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-default 2026-05-14 06:02:39.565 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-fip 2026-05-14 06:02:39.566 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-14 06:02:39.566 7 WARNING stevedore.named [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-14 06:02:39.566 7 WARNING stevedore.named [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-14 06:02:39.566 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-14 06:02:39.567 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-14 06:02:39.567 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-14 06:02:39.568 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-14 06:02:39.569 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-pps 2026-05-14 06:02:39.569 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-14 06:02:39.570 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-14 06:02:39.571 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: qos-rules-alias 2026-05-14 06:02:39.571 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: quota-check-limit 2026-05-14 06:02:39.572 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-14 06:02:39.575 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: quotas 2026-05-14 06:02:39.579 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: quota_details 2026-05-14 06:02:39.582 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: rbac-policies 2026-05-14 06:02:39.583 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: rbac-address-group 2026-05-14 06:02:39.584 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: rbac-address-scope 2026-05-14 06:02:39.585 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: rbac-security-groups 2026-05-14 06:02:39.586 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-14 06:02:39.587 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: revision-if-match 2026-05-14 06:02:39.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-14 06:02:39.587 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: auto_allocate 2026-05-14 06:02:39.588 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-14 06:02:39.589 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: router_availability_zone 2026-05-14 06:02:39.589 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-14 06:02:39.591 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-14 06:02:39.592 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-14 06:02:39.592 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-14 06:02:39.593 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-14 06:02:39.593 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-14 06:02:39.594 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-14 06:02:39.597 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: tag 2026-05-14 06:02:39.604 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: security-group 2026-05-14 06:02:39.606 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: segment 2026-05-14 06:02:39.606 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-14 06:02:39.607 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: timestamp 2026-05-14 06:02:39.607 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: service-type 2026-05-14 06:02:39.608 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: sorting 2026-05-14 06:02:39.608 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: standard-attr-segment 2026-05-14 06:02:39.609 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: standard-attr-description 2026-05-14 06:02:39.610 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: stateful-security-group 2026-05-14 06:02:39.610 6 WARNING neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-14 06:02:39.610 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: network_ip_availability 2026-05-14 06:02:39.611 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-14 06:02:39.611 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: subnet-external-network 2026-05-14 06:02:39.612 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: subnet_onboard 2026-05-14 06:02:39.613 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-14 06:02:39.613 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: subnet-service-types 2026-05-14 06:02:39.614 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: subnet_allocation 2026-05-14 06:02:39.615 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-14 06:02:39.615 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: tag-creation 2026-05-14 06:02:39.615 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: flavors 2026-05-14 06:02:39.616 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-14 06:02:39.620 7 INFO neutron.manager [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loading Plugin: revisions 2026-05-14 06:02:39.620 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: standard-attr-tag 2026-05-14 06:02:39.621 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-14 06:02:39.622 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: trunk 2026-05-14 06:02:39.622 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: trunk-details 2026-05-14 06:02:39.623 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-14 06:02:39.623 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Initializing extension manager. 2026-05-14 06:02:39.624 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-14 06:02:39.624 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-14 06:02:39.625 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: address-group 2026-05-14 06:02:39.625 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-14 06:02:39.626 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: address-scope 2026-05-14 06:02:39.626 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-14 06:02:39.627 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: agent 2026-05-14 06:02:39.627 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-14 06:02:39.628 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: agent-resources-synced 2026-05-14 06:02:39.629 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-14 06:02:39.629 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: vpn-flavors 2026-05-14 06:02:39.629 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: allowed-address-pairs 2026-05-14 06:02:39.630 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: auto-allocated-topology 2026-05-14 06:02:39.631 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: availability_zone 2026-05-14 06:02:39.631 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: vpnaas 2026-05-14 06:02:39.631 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: availability_zone_filter 2026-05-14 06:02:39.632 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-14 06:02:39.633 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: default-subnetpools 2026-05-14 06:02:39.633 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: taas 2026-05-14 06:02:39.634 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: tap-mirror 2026-05-14 06:02:39.635 6 INFO neutron.api.extensions [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-14 06:02:39.635 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-14 06:02:39.637 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: dns-integration 2026-05-14 06:02:39.637 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: dns-domain-ports 2026-05-14 06:02:39.637 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-14 06:02:39.638 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-14 06:02:39.638 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-14 06:02:39.638 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.638 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-14 06:02:39.639 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: dvr 2026-05-14 06:02:39.639 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-14 06:02:39.641 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: empty-string-filtering 2026-05-14 06:02:39.641 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 06:02:39.642 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-14 06:02:39.642 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: external-net 2026-05-14 06:02:39.642 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 06:02:39.643 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-14 06:02:39.643 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 06:02:39.644 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: extraroute 2026-05-14 06:02:39.644 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: extraroute-atomic 2026-05-14 06:02:39.645 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-14 06:02:39.646 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-14 06:02:39.646 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-14 06:02:39.647 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-14 06:02:39.648 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: fip-port-details 2026-05-14 06:02:39.648 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 06:02:39.649 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: flavors 2026-05-14 06:02:39.649 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 06:02:39.650 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 06:02:39.650 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-14 06:02:39.651 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.651 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: floatingip-pools 2026-05-14 06:02:39.651 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.651 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: ip_allocation 2026-05-14 06:02:39.651 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.652 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.652 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: ip-substring-filtering 2026-05-14 06:02:39.652 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 06:02:39.653 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: l2_adjacency 2026-05-14 06:02:39.653 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.653 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.654 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: router 2026-05-14 06:02:39.654 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 06:02:39.655 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 06:02:39.655 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 06:02:39.656 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.656 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ipsecpolicy is already registered 2026-05-14 06:02:39.656 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-14 06:02:39.656 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.656 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ikepolicy is already registered 2026-05-14 06:02:39.657 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-14 06:02:39.657 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-14 06:02:39.658 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: ext-gw-mode 2026-05-14 06:02:39.658 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: l3-ha 2026-05-14 06:02:39.659 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-14 06:02:39.659 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-14 06:02:39.660 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: l3-flavors 2026-05-14 06:02:39.661 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-14 06:02:39.662 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 06:02:39.662 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-14 06:02:39.662 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] router is already registered 2026-05-14 06:02:39.663 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 06:02:39.663 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] floatingip is already registered 2026-05-14 06:02:39.664 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-14 06:02:39.666 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-14 06:02:39.667 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 06:02:39.667 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] rbac_policy is already registered 2026-05-14 06:02:39.667 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-14 06:02:39.668 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 06:02:39.668 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] security_group is already registered 2026-05-14 06:02:39.668 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 06:02:39.668 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] security_group_rule is already registered 2026-05-14 06:02:39.669 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-14 06:02:39.669 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.669 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.669 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-14 06:02:39.670 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.670 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.670 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: multi-provider 2026-05-14 06:02:39.670 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 06:02:39.670 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: net-mtu 2026-05-14 06:02:39.671 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] trunk is already registered 2026-05-14 06:02:39.671 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.671 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: net-mtu-writable 2026-05-14 06:02:39.671 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ikepolicy is already registered 2026-05-14 06:02:39.671 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.672 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ipsecpolicy is already registered 2026-05-14 06:02:39.672 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: network_availability_zone 2026-05-14 06:02:39.672 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 06:02:39.672 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: network_ha 2026-05-14 06:02:39.672 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] endpoint_group is already registered 2026-05-14 06:02:39.673 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: network-ip-availability 2026-05-14 06:02:39.673 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 06:02:39.673 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] vpnservice is already registered 2026-05-14 06:02:39.673 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 06:02:39.674 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ipsec_site_connection is already registered 2026-05-14 06:02:39.674 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-14 06:02:39.674 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.674 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ipsecpolicy is already registered 2026-05-14 06:02:39.674 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: pagination 2026-05-14 06:02:39.675 6 INFO neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.675 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-device-profile 2026-05-14 06:02:39.675 6 WARNING neutron.quota.resource_registry [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] ikepolicy is already registered 2026-05-14 06:02:39.675 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-14 06:02:39.676 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-14 06:02:39.677 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-14 06:02:39.677 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-mac-override 2026-05-14 06:02:39.678 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-14 06:02:39.678 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-14 06:02:39.678 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-14 06:02:39.679 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-resource-request 2026-05-14 06:02:39.680 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-resource-request-groups 2026-05-14 06:02:39.680 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-14 06:02:39.681 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: binding 2026-05-14 06:02:39.681 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: binding-extended 2026-05-14 06:02:39.682 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-security 2026-05-14 06:02:39.682 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: project-id 2026-05-14 06:02:39.683 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: provider 2026-05-14 06:02:39.684 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-14 06:02:39.686 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos 2026-05-14 06:02:39.686 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-14 06:02:39.687 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-14 06:02:39.687 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-default 2026-05-14 06:02:39.688 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-fip 2026-05-14 06:02:39.689 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-14 06:02:39.689 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-gateway-ip 2026-05-14 06:02:39.690 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-port-network-policy 2026-05-14 06:02:39.690 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-pps-minimum 2026-05-14 06:02:39.691 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-14 06:02:39.691 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-pps 2026-05-14 06:02:39.692 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-rule-type-details 2026-05-14 06:02:39.693 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-14 06:02:39.693 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: qos-rules-alias 2026-05-14 06:02:39.694 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: quota-check-limit 2026-05-14 06:02:39.695 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: quota-check-limit-default 2026-05-14 06:02:39.698 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: quotas 2026-05-14 06:02:39.701 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: quota_details 2026-05-14 06:02:39.702 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: rbac-policies 2026-05-14 06:02:39.703 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: rbac-address-group 2026-05-14 06:02:39.703 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: rbac-address-scope 2026-05-14 06:02:39.704 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: rbac-security-groups 2026-05-14 06:02:39.704 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: rbac-subnetpool 2026-05-14 06:02:39.706 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: revision-if-match 2026-05-14 06:02:39.707 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: standard-attr-revisions 2026-05-14 06:02:39.708 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: router_availability_zone 2026-05-14 06:02:39.708 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-14 06:02:39.710 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: security-groups-default-rules 2026-05-14 06:02:39.711 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-14 06:02:39.712 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-14 06:02:39.713 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-14 06:02:39.713 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-14 06:02:39.714 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-14 06:02:39.721 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: security-group 2026-05-14 06:02:39.723 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: segment 2026-05-14 06:02:39.723 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-14 06:02:39.724 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: service-type 2026-05-14 06:02:39.725 6 WARNING keystonemiddleware._common.config [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-14 06:02:39.725 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: sorting 2026-05-14 06:02:39.726 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: standard-attr-segment 2026-05-14 06:02:39.727 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: standard-attr-description 2026-05-14 06:02:39.728 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: stateful-security-group 2026-05-14 06:02:39.729 7 WARNING neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-14 06:02:39.729 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-14 06:02:39.730 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: subnet-external-network 2026-05-14 06:02:39.731 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: subnet_onboard 2026-05-14 06:02:39.732 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-14 06:02:39.732 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: subnet-service-types 2026-05-14 06:02:39.733 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: subnet_allocation 2026-05-14 06:02:39.734 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-14 06:02:39.734 6 WARNING oslo_config.cfg [None req-eed290ff-3342-4b26-8325-b9e37399ea12 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-14 06:02:39.734 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: tag-creation 2026-05-14 06:02:39.735 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fe2953c0668 pid: 6 (default app) 2026-05-14 06:02:39.739 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: standard-attr-tag 2026-05-14 06:02:39.739 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-14 06:02:39.741 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: trunk 2026-05-14 06:02:39.741 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: trunk-details 2026-05-14 06:02:39.742 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-14 06:02:39.742 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-14 06:02:39.743 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-14 06:02:39.744 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-14 06:02:39.746 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-14 06:02:39.747 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-14 06:02:39.747 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: vpn-flavors 2026-05-14 06:02:39.749 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: vpnaas 2026-05-14 06:02:39.750 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: taas 2026-05-14 06:02:39.752 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: tap-mirror 2026-05-14 06:02:39.752 7 INFO neutron.api.extensions [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Loaded extension: taas-vlan-filter 2026-05-14 06:02:39.755 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-14 06:02:39.755 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-14 06:02:39.756 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.756 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-14 06:02:39.759 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 06:02:39.760 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 06:02:39.765 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 06:02:39.766 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 06:02:39.766 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 06:02:39.767 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.767 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.767 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.768 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.768 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 06:02:39.769 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.769 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.770 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 06:02:39.770 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 06:02:39.770 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 06:02:39.771 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.771 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ipsecpolicy is already registered 2026-05-14 06:02:39.771 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.772 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ikepolicy is already registered 2026-05-14 06:02:39.776 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-14 06:02:39.777 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] router is already registered 2026-05-14 06:02:39.777 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-14 06:02:39.777 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] floatingip is already registered 2026-05-14 06:02:39.781 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-14 06:02:39.781 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] rbac_policy is already registered 2026-05-14 06:02:39.782 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-14 06:02:39.782 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] security_group is already registered 2026-05-14 06:02:39.782 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-14 06:02:39.782 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] security_group_rule is already registered 2026-05-14 06:02:39.783 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.783 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.784 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-14 06:02:39.784 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] subnetpool is already registered 2026-05-14 06:02:39.784 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-14 06:02:39.784 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] trunk is already registered 2026-05-14 06:02:39.785 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.785 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ikepolicy is already registered 2026-05-14 06:02:39.785 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.785 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ipsecpolicy is already registered 2026-05-14 06:02:39.786 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-14 06:02:39.786 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] endpoint_group is already registered 2026-05-14 06:02:39.786 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-14 06:02:39.786 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] vpnservice is already registered 2026-05-14 06:02:39.787 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-14 06:02:39.787 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ipsec_site_connection is already registered 2026-05-14 06:02:39.787 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-14 06:02:39.787 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ipsecpolicy is already registered 2026-05-14 06:02:39.788 7 INFO neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-14 06:02:39.788 7 WARNING neutron.quota.resource_registry [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] ikepolicy is already registered 2026-05-14 06:02:39.832 7 WARNING keystonemiddleware._common.config [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-14 06:02:39.840 7 WARNING oslo_config.cfg [None req-4d59676f-538e-4ebd-a06f-84b534c7726f - - - - - -] 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 9 seconds on interpreter 0x7fe2953c0668 pid: 7 (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-14 06:02:43.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ea05e03-4b10-462d-8555-65055b8246c5 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:02:42 2026] GET /v2.0/networks/public => generated 108 bytes in 1037 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: 6|app: 0|req: 4/5] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:02:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:02:44.747 7 WARNING neutron.services.revisions.revision_plugin [None req-d62f91dd-1719-4ddd-9eec-909779c551da 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:02:44.781 7 INFO neutron.db.segments_db [None req-d62f91dd-1719-4ddd-9eec-909779c551da 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 327c854a-93fe-4902-8e2b-9f93f7ab6839 of type flat for network cb97b8a9-9a24-4092-9377-3425fe41dd5b 2026-05-14 06:02:44.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d62f91dd-1719-4ddd-9eec-909779c551da 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:02:44 2026] POST /v2.0/networks => generated 124 bytes in 569 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:02:51.321 6 INFO neutron.pecan_wsgi.hooks.translation [None req-1f3b465e-c12f-4874-aa3d-90d33aab76c7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 5/7] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:02:50 2026] GET /v2.0/networks/public => generated 108 bytes in 395 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:02:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:02:51.643 6 WARNING neutron.services.revisions.revision_plugin [None req-24733b8a-a2a2-4210-a383-4db5d4dc3830 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:02:51.677 6 INFO neutron.db.segments_db [None req-24733b8a-a2a2-4210-a383-4db5d4dc3830 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 4cf368eb-cfd2-4dfd-b77d-83c24a8007aa of type flat for network 9c2e52f6-d946-4466-ae85-6d588b029a50 2026-05-14 06:02:51.744 6 INFO neutron.pecan_wsgi.hooks.translation [None req-24733b8a-a2a2-4210-a383-4db5d4dc3830 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 6/9] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:02:51 2026] POST /v2.0/networks => generated 124 bytes in 409 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:02:57.824 6 INFO neutron.pecan_wsgi.hooks.translation [None req-e64f0872-27e1-4999-be26-2bb004448235 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 7/11] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:02:57 2026] GET /v2.0/networks/public => generated 108 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:02:57 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-14 06:02:57.909 6 WARNING neutron.services.revisions.revision_plugin [None req-19b1955f-0fc1-4f57-a3c5-6456ef1448a2 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:02:57.927 6 INFO neutron.db.segments_db [None req-19b1955f-0fc1-4f57-a3c5-6456ef1448a2 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 6210415c-7c82-466b-a71a-94490a96f862 of type flat for network 971a0150-c1fd-4f5c-a4ce-6efc07af85ae 2026-05-14 06:02:57.955 6 INFO neutron.pecan_wsgi.hooks.translation [None req-19b1955f-0fc1-4f57-a3c5-6456ef1448a2 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 8/13] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:02:57 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:03:04.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70ba1a4e-9514-4777-9cf6-6a1bc25cd2c5 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:03:03 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: 6|app: 0|req: 9/15] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:03:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:03:04.124 7 WARNING neutron.services.revisions.revision_plugin [None req-fe56ae0e-4a6f-4e70-bba8-7ef4c87318e0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:03:04.170 7 INFO neutron.db.segments_db [None req-fe56ae0e-4a6f-4e70-bba8-7ef4c87318e0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 944d4a61-fbfd-48a0-982b-e82b366e271b of type flat for network a45533e1-0209-4104-85e6-a04ae177b854 2026-05-14 06:03:04.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe56ae0e-4a6f-4e70-bba8-7ef4c87318e0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:03:04 2026] POST /v2.0/networks => generated 124 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:03:10.205 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6ca615ff-ff91-41d0-a82b-5f86e5757c0f 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 10/17] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:03:10 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:03:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:03:10.279 6 WARNING neutron.services.revisions.revision_plugin [None req-40b13f66-4953-4a0d-bee4-44cb9e74a1ba 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:03:10.301 6 INFO neutron.db.segments_db [None req-40b13f66-4953-4a0d-bee4-44cb9e74a1ba 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 66117e15-0240-4ae6-9117-fe9268a0e10d of type flat for network 56060f0c-00be-405e-9182-813b6cab107e 2026-05-14 06:03:10.329 6 INFO neutron.pecan_wsgi.hooks.translation [None req-40b13f66-4953-4a0d-bee4-44cb9e74a1ba 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 11/19] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:03:10 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:03:16.542 6 INFO neutron.pecan_wsgi.hooks.translation [None req-84b57cee-b1f5-4e7e-a436-04580a70bc00 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 12/21] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:03:16 2026] GET /v2.0/networks/public => generated 108 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:03:16 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-14 06:03:16.627 6 WARNING neutron.services.revisions.revision_plugin [None req-64c930d6-d971-44c7-abe9-a185eec5501c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:03:16.658 6 INFO neutron.db.segments_db [None req-64c930d6-d971-44c7-abe9-a185eec5501c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 1ba4f553-f0a8-4911-8f32-9a3b5274b370 of type flat for network 1b33cfc5-de07-4582-922e-bbfe44f907c1 2026-05-14 06:03:16.683 6 INFO neutron.pecan_wsgi.hooks.translation [None req-64c930d6-d971-44c7-abe9-a185eec5501c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 13/23] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:03:16 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:03:22.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4aeaca8f-d31f-4c0c-92d4-14a1b6cb3969 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:03:22 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 14/25] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:03:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:03:23.841 7 WARNING neutron.services.revisions.revision_plugin [None req-17f56e01-f92a-4783-8942-1571670bca0c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Could not find related network for resource to bump revision. 2026-05-14 06:03:23.909 7 INFO neutron.db.segments_db [None req-17f56e01-f92a-4783-8942-1571670bca0c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment f344ade0-53fb-469a-a3c2-5ec0126495b6 of type flat for network b5ce1f18-8684-4563-8fc7-205037f839a0 [pid: 7|app: 0|req: 12/27] 199.204.45.109 () {48 vars in 968 bytes} [Thu May 14 06:03:22 2026] POST /v2.0/networks => generated 706 bytes in 4034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:03:28.054 6 INFO neutron.pecan_wsgi.hooks.translation [None req-9e64a24a-8820-4c66-8795-0518e45f9585 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 16/28] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:03:27 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/29] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:03:28 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:03:28.128 6 INFO neutron.pecan_wsgi.hooks.translation [None req-26f341ea-1317-4053-89e0-187e0b86afa7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 17/30] 199.204.45.109 () {44 vars in 1035 bytes} [Thu May 14 06:03:28 2026] GET /v2.0/subnets/public-subnet?network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/31] 199.204.45.109 () {44 vars in 1058 bytes} [Thu May 14 06:03:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 18/32] 199.204.45.109 () {48 vars in 966 bytes} [Thu May 14 06:03:28 2026] POST /v2.0/subnets => generated 664 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:08:49.239 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d12b3662-ecfa-4b62-a294-004b664fda00 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/75] 199.204.45.109 () {44 vars in 938 bytes} [Thu May 14 06:08:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 363 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 40/76] 199.204.45.109 () {44 vars in 960 bytes} [Thu May 14 06:08:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:08:49.355 7 INFO neutron.db.segments_db [None req-fa680bc5-4420-4560-816e-2493c1318f35 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment bbf5261b-16f7-4fa4-a77e-53f2df4e05f2 of type vxlan for network 02c38973-d98c-4fce-856a-58cecbe92ac8 [pid: 7|app: 0|req: 37/77] 199.204.45.109 () {48 vars in 967 bytes} [Thu May 14 06:08:49 2026] POST /v2.0/networks => generated 688 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:08:50.574 6 INFO neutron.pecan_wsgi.hooks.translation [None req-b267c599-8a59-45df-8bf0-958e4499b6ad 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 41/78] 199.204.45.109 () {44 vars in 938 bytes} [Thu May 14 06:08:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.109 () {44 vars in 960 bytes} [Thu May 14 06:08:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:08:50.642 6 INFO neutron.pecan_wsgi.hooks.translation [None req-66b21b44-a55c-477d-b6c9-69d32118e84f 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 42/80] 199.204.45.109 () {44 vars in 1037 bytes} [Thu May 14 06:08:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.109 () {44 vars in 1060 bytes} [Thu May 14 06:08:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 43/82] 199.204.45.109 () {48 vars in 966 bytes} [Thu May 14 06:08:50 2026] POST /v2.0/subnets => generated 651 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:08:52.217 7 INFO neutron.api.v2.resource [None req-96d9c6db-086d-4dc3-a988-9bded5d33897 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/83] 199.204.45.109 () {44 vars in 972 bytes} [Thu May 14 06:08:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 44/84] 199.204.45.109 () {44 vars in 994 bytes} [Thu May 14 06:08:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.109 () {48 vars in 981 bytes} [Thu May 14 06:08:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 45/86] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:53 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:53 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 46/88] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:53 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:08:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 47/90] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:55 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:55 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 48/92] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:55 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:08:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 49/94] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:56 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => 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/95] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:56 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 50/96] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:56 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:08:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 52/100] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:57 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:57 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 53/102] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:57 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:08:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 54/104] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:58 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:58 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 55/106] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:08:58 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:08:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 56/108] 199.204.45.109 () {44 vars in 988 bytes} [Thu May 14 06:09:00 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:09:00.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ee7f383-095f-46cd-87cc-13b96a72c750 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/109] 199.204.45.109 () {44 vars in 1077 bytes} [Thu May 14 06:09:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 57/110] 199.204.45.109 () {44 vars in 1100 bytes} [Thu May 14 06:09:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:00 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 58/112] 199.204.45.109 () {48 vars in 962 bytes} [Thu May 14 06:09:00 2026] POST /v2.0/ports => generated 1100 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 06:09:09.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e362435-f4b3-476e-84be-2b50cf356052 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/113] 199.204.45.109 () {44 vars in 980 bytes} [Thu May 14 06:09:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 59/114] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.109 () {48 vars in 1032 bytes} [Thu May 14 06:09:09 2026] PUT /v2.0/ports/43c626c4-3c11-4a15-bb0e-3eeb65d7c244 => generated 1249 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 61/118] 199.204.45.109 () {44 vars in 921 bytes} [Thu May 14 06:09:11 2026] GET /v2.0/ports => generated 3730 bytes in 458 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-14 06:09:13.555 7 INFO neutron.api.v2.resource [None req-7b25d133-a596-401b-9b3f-31121232dbc5 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/119] 199.204.45.109 () {44 vars in 960 bytes} [Thu May 14 06:09:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 62/120] 199.204.45.109 () {44 vars in 982 bytes} [Thu May 14 06:09:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/121] 199.204.45.109 () {48 vars in 981 bytes} [Thu May 14 06:09:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 63/122] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:14 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 1610 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/123] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:14 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 64/124] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:14 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:09:14 2026] POST /v2.0/security-group-rules => generated 623 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 65/126] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:15 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/127] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:15 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 66/128] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:09:16 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/129] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:09:16 2026] POST /v2.0/security-group-rules => generated 627 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 78/152] 199.204.45.109 () {44 vars in 976 bytes} [Thu May 14 06:12:08 2026] GET /v2.0/quotas/be78a5d28cfe46118d0d71d44e53cdaf => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/153] 199.204.45.109 () {48 vars in 1028 bytes} [Thu May 14 06:12:08 2026] PUT /v2.0/quotas/be78a5d28cfe46118d0d71d44e53cdaf => 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-14 06:14:39.950 6 INFO neutron.pecan_wsgi.hooks.translation [None req-92c2be17-c469-403a-85cd-672237977fda 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 89/174] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:14:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 166 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: 86/175] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:14:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:14:42.341 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d4e69c9d-834c-4789-aee8-4602fed6245e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 91/178] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:14:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/179] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:14:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:26:19.288 7 INFO neutron.api.v2.resource [None req-ea66dcf6-0af4-45a6-8374-f380de67476e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 135/272] 199.204.45.109 () {44 vars in 1075 bytes} [Thu May 14 06:26:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 139 bytes in 221 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 138/273] 199.204.45.109 () {44 vars in 1098 bytes} [Thu May 14 06:26:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 23 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/274] 199.204.45.109 () {48 vars in 982 bytes} [Thu May 14 06:26:19 2026] POST /v2.0/security-groups => generated 1624 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 139/275] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:20 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 1624 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/276] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:26:20 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 140/277] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:21 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/278] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:26:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 141/279] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:22 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 2234 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/280] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:26:22 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 142/281] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:22 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/282] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:26:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 143/283] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:23 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 2846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/284] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:26:23 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 144/285] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:23 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => 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: 142/286] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:26:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 145/287] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:24 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 3460 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/288] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:26:25 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 3460 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 146/289] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:26:25 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/290] 199.204.45.109 () {48 vars in 992 bytes} [Thu May 14 06:26:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 158/313] 199.204.45.109 () {30 vars in 740 bytes} [Thu May 14 06:29:00 2026] GET /v2.0/networks?tenant_id=b96ea3abb02c432c9911ca4fe2a76c0f&shared=False => generated 15 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:29:00.981 7 INFO neutron.db.segments_db [None req-d68fc126-3d31-4919-b459-3d50d59f8d5c 68ecc6c071c447ef87ef340f5783dfb8 b96ea3abb02c432c9911ca4fe2a76c0f - - 1d8a86fd67554e1ba47233d3fd2eb9fb 1d8a86fd67554e1ba47233d3fd2eb9fb] Added segment bd04917c-4a7b-4823-9410-9c4e43aab4e6 of type vxlan for network bb6a2131-21bb-4e24-8a70-4f74449b530d [pid: 7|app: 0|req: 156/314] 199.204.45.109 () {34 vars in 682 bytes} [Thu May 14 06:29:00 2026] POST /v2.0/networks => generated 699 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 159/315] 199.204.45.109 () {30 vars in 722 bytes} [Thu May 14 06:29:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/316] 199.204.45.109 () {30 vars in 633 bytes} [Thu May 14 06:29:01 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: 6|app: 0|req: 160/317] 199.204.45.109 () {34 vars in 677 bytes} [Thu May 14 06:29:01 2026] POST /v2.0/ports => generated 999 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/318] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:29:01 2026] GET /v2.0/networks/bb6a2131-21bb-4e24-8a70-4f74449b530d => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 161/319] 199.204.45.109 () {30 vars in 722 bytes} [Thu May 14 06:29:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/320] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:29:03 2026] GET /v2.0/networks/bb6a2131-21bb-4e24-8a70-4f74449b530d => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 163/323] 199.204.45.109 () {44 vars in 976 bytes} [Thu May 14 06:29:22 2026] GET /v2.0/quotas/b96ea3abb02c432c9911ca4fe2a76c0f => 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: 161/324] 199.204.45.109 () {48 vars in 1028 bytes} [Thu May 14 06:29:22 2026] PUT /v2.0/quotas/b96ea3abb02c432c9911ca4fe2a76c0f => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:41:53.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05b3c866-2b21-4e8f-909a-60db5590d1a0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 212/425] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:41:53 2026] GET /v2.0/networks/public => generated 108 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 214/426] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:41:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:41:55.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32450d1b-2811-4d4c-94de-bc3ff50ed04f 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 213/427] 199.204.45.109 () {44 vars in 928 bytes} [Thu May 14 06:41:55 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 215/428] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:41:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:41:55.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-616c727f-076a-423c-aecf-5daee24e656d 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/429] 199.204.45.109 () {44 vars in 1035 bytes} [Thu May 14 06:41:55 2026] GET /v2.0/subnets/public-subnet?network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 216/430] 199.204.45.109 () {44 vars in 1058 bytes} [Thu May 14 06:41:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:42:27.614 6 INFO neutron.pecan_wsgi.hooks.translation [None req-c1ed2532-7bc0-45fd-92c3-d58d4ef2e277 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 220/437] 199.204.45.109 () {44 vars in 938 bytes} [Thu May 14 06:42:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/438] 199.204.45.109 () {44 vars in 960 bytes} [Thu May 14 06:42:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:42:28.757 6 INFO neutron.pecan_wsgi.hooks.translation [None req-adfb9c66-66e4-4a5c-9826-ce793598b646 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 221/439] 199.204.45.109 () {44 vars in 938 bytes} [Thu May 14 06:42:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 199.204.45.109 () {44 vars in 960 bytes} [Thu May 14 06:42:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:42:28.850 6 INFO neutron.pecan_wsgi.hooks.translation [None req-0b8fa3bf-3975-4bd8-a612-23a30d632c2e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 222/441] 199.204.45.109 () {44 vars in 1037 bytes} [Thu May 14 06:42:28 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/442] 199.204.45.109 () {44 vars in 1060 bytes} [Thu May 14 06:42:28 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:42:29.985 6 INFO neutron.api.v2.resource [None req-975b0e90-3475-4395-a1a8-f7f8236b292a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 223/443] 199.204.45.109 () {44 vars in 972 bytes} [Thu May 14 06:42:29 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 199.204.45.109 () {44 vars in 994 bytes} [Thu May 14 06:42:29 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 224/445] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:31 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:31 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 225/447] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:31 2026] GET /v2.0/security-group-rules/c022fa3b-1a26-4131-9b3e-fcc1ac22241d => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/448] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:32 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 226/449] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:32 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:32 2026] GET /v2.0/security-group-rules/d9a623b3-0da9-4b21-99ed-fb35335b4358 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 227/451] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:33 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:33 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 228/453] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:33 2026] GET /v2.0/security-group-rules/913a36cb-6c80-4ba9-b3a6-6b802ec647d0 => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/454] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:34 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 229/455] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:34 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:34 2026] GET /v2.0/security-group-rules/3f026748-22ac-4d05-86e4-3ec3a491827a => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 230/457] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:35 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:35 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 231/459] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:35 2026] GET /v2.0/security-group-rules/0cee847a-ce88-4b41-934c-a45bfd7dacd0 => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 199.204.45.109 () {44 vars in 988 bytes} [Thu May 14 06:42:37 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:42:37.271 6 INFO neutron.pecan_wsgi.hooks.translation [None req-49173025-5889-41b4-aac0-15f583c8fbdd 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 232/461] 199.204.45.109 () {44 vars in 1077 bytes} [Thu May 14 06:42:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/462] 199.204.45.109 () {44 vars in 1100 bytes} [Thu May 14 06:42:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 1254 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 233/463] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:37 2026] GET /v2.0/security-groups/6cad4c81-65a5-4ed0-ab72-f7ad45703d7b => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:42:46.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ec2ace2-594c-402a-be63-41f3fef33459 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 232/466] 199.204.45.109 () {44 vars in 980 bytes} [Thu May 14 06:42:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 235/467] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 199.204.45.109 () {44 vars in 921 bytes} [Thu May 14 06:42:48 2026] GET /v2.0/ports => generated 4725 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:42:49.663 6 INFO neutron.api.v2.resource [None req-2a802c15-e9b0-48a3-8152-a6178def013b 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 236/469] 199.204.45.109 () {44 vars in 960 bytes} [Thu May 14 06:42:49 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/470] 199.204.45.109 () {44 vars in 982 bytes} [Thu May 14 06:42:49 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 237/471] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:50 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2886 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:50 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 238/473] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:50 2026] GET /v2.0/security-group-rules/a3bf5bf4-4d32-4def-9996-ca8124ccd5ad => generated 623 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/474] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:51 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 239/475] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:42:51 2026] GET /v2.0/security-groups/2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:42:51 2026] GET /v2.0/security-group-rules/4d0e9267-fc23-497a-b7e2-8849b51482a1 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 241/479] 199.204.45.109 () {44 vars in 976 bytes} [Thu May 14 06:43:05 2026] GET /v2.0/quotas/be78a5d28cfe46118d0d71d44e53cdaf => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:44:05.424 7 INFO neutron.api.v2.resource [None req-ff32b23c-4e22-4a57-96c2-6157540cf708 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/488] 199.204.45.109 () {44 vars in 1075 bytes} [Thu May 14 06:44:05 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 139 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 246/489] 199.204.45.109 () {44 vars in 1098 bytes} [Thu May 14 06:44:05 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/490] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:44:06 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 247/491] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:44:06 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/492] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:44:06 2026] GET /v2.0/security-group-rules/9e69ad97-376d-4767-a119-51e8ec3cc243 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 248/493] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:44:07 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/494] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:44:07 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 249/495] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:44:07 2026] GET /v2.0/security-group-rules/a1c2ae4b-96e8-4135-9d22-5334282cfb96 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/496] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:44:08 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 250/497] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:44:08 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/498] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:44:08 2026] GET /v2.0/security-group-rules/b8a015ef-be05-421e-a71e-d72438d77ac5 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 251/499] 199.204.45.109 () {44 vars in 1089 bytes} [Thu May 14 06:44:09 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d?project_id=b96ea3abb02c432c9911ca4fe2a76c0f => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/500] 199.204.45.109 () {44 vars in 1002 bytes} [Thu May 14 06:44:10 2026] GET /v2.0/security-groups/a00e9a6e-68e4-4644-a1f8-37947246298d => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 252/501] 199.204.45.109 () {44 vars in 1012 bytes} [Thu May 14 06:44:10 2026] GET /v2.0/security-group-rules/bf6b3d0c-58c9-4218-a4df-2c4d205e76d0 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/504] 199.204.45.109 () {44 vars in 976 bytes} [Thu May 14 06:44:18 2026] GET /v2.0/quotas/b96ea3abb02c432c9911ca4fe2a76c0f => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 258/513] 199.204.45.109 () {44 vars in 950 bytes} [Thu May 14 06:45:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 262/520] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:45:59 2026] GET /v2.0/networks => generated 2168 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/521] 10.0.0.177 () {32 vars in 655 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/floatingips => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 263/522] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/523] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 264/524] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/525] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/networks => generated 2168 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 265/526] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/527] 10.0.0.177 () {32 vars in 655 bytes} [Thu May 14 06:46:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:14.038 6 INFO neutron.db.segments_db [None req-364cc4bc-cb06-429c-8891-1aa0050ee0c8 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment d1b18980-965f-470c-97b2-fc0f79bd914e of type vxlan for network 8ce1838a-f610-4118-85cd-7d81de9edb06 [pid: 6|app: 0|req: 267/530] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:46:13 2026] POST /v2.0/networks => generated 732 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:14.158 7 INFO neutron.db.segments_db [None req-6d3cc394-4c4e-450f-9d0b-a4c9a812b2b2 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 768c3f16-46a7-44f1-943d-bbb75d19345b of type vxlan for network 6db311ad-c17d-4023-b485-8ff49c1262b5 [pid: 7|app: 0|req: 264/531] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:46:13 2026] POST /v2.0/networks => generated 727 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:14.378 6 INFO neutron.db.segments_db [None req-a27fc0f9-2cdb-47f0-9ddc-620e0c7c7172 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 81b74295-c668-461c-a0cd-286fe6d06fcf of type vxlan for network d8ba0625-37a8-43d7-88ea-e8de8309c71e [pid: 6|app: 0|req: 268/532] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:46:14 2026] POST /v2.0/networks => generated 725 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/533] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:14 2026] POST /v2.0/subnets => generated 698 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 269/534] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:14 2026] POST /v2.0/subnets => generated 693 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:14.740 6 INFO neutron.db.segments_db [None req-6ba3e321-f418-4162-b5b6-e6fcd2c245dc 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment f30ca718-26e1-4135-8b3e-4c0ab01a4bbe of type vxlan for network 0b115ade-64b5-43cd-b03f-9534383029db [pid: 7|app: 0|req: 266/535] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:14 2026] POST /v2.0/subnets => generated 691 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:14.870 7 INFO neutron.db.segments_db [None req-b8ac8006-3b97-4075-9c65-d2152c5f38dd 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 414d9197-68d1-4961-951d-d6fe609bc782 of type vxlan for network 7927efde-5841-4bbb-b75d-29fa7bf17ea6 2026-05-14 06:46:15.063 6 INFO neutron.db.l3_hamode_db [None req-6ba3e321-f418-4162-b5b6-e6fcd2c245dc 59e788d7d5df4217a920deff86b7374a 3dbe88dd45f4475f8944d9f2334149f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:46:15.193 7 INFO neutron.db.l3_hamode_db [None req-b8ac8006-3b97-4075-9c65-d2152c5f38dd 59e788d7d5df4217a920deff86b7374a 84426c801c61457b8ff26e022b797fc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:46:16.010 6 INFO neutron.db.l3_hamode_db [None req-6ba3e321-f418-4162-b5b6-e6fcd2c245dc 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:46:16.172 7 INFO neutron.db.l3_hamode_db [None req-b8ac8006-3b97-4075-9c65-d2152c5f38dd 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 270/536] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:14 2026] POST /v2.0/routers => generated 738 bytes in 3004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/537] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:14 2026] POST /v2.0/routers => generated 733 bytes in 2918 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:17.767 7 INFO neutron.db.segments_db [None req-6050436d-0d35-476a-9539-bcf09332ffd0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 338ce6bc-9ff8-46be-80be-a89291885287 of type vxlan for network ef83021d-c91e-405d-aae5-4be5746f2a03 [pid: 6|app: 0|req: 271/538] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:46:17 2026] GET /v2.0/security-groups?tenant_id=f78337c64ff04488a86a16b283982d16&name=default => generated 2924 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:18.066 7 INFO neutron.db.l3_hamode_db [None req-6050436d-0d35-476a-9539-bcf09332ffd0 59e788d7d5df4217a920deff86b7374a 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:46:18.947 7 INFO neutron.db.l3_hamode_db [None req-6050436d-0d35-476a-9539-bcf09332ffd0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 272/539] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:46:18 2026] PUT /v2.0/routers/912fbc2d-4885-4ea7-a8f2-55bbaf842fdb/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/540] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:17 2026] POST /v2.0/routers => generated 731 bytes in 2212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/541] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:46:19 2026] DELETE /v2.0/security-groups/00565047-c409-47f2-94a2-03da237b9a00 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 273/542] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:46:19 2026] PUT /v2.0/routers/df42f070-f4de-4e48-b7b8-274bd98615d4/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 274/543] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:46:20 2026] POST /v2.0/security-groups => generated 1657 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 275/544] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:46:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 276/545] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:46:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/546] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:46:20 2026] PUT /v2.0/routers/ff6d8e57-a524-4901-8836-fcff4be74efe/add_router_interface => generated 309 bytes in 1419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 277/547] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:46:21 2026] POST /v2.0/floatingips => generated 552 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 278/548] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/networks?id=6db311ad-c17d-4023-b485-8ff49c1262b5 => generated 678 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:22.392 7 INFO neutron.db.segments_db [None req-57018aea-9ec9-40e9-9ce6-2bc0130de759 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment ec50d7d9-d638-4323-a1a1-9833eac555c0 of type vxlan for network a97b2215-68b4-4868-9265-7de18ad8170b [pid: 6|app: 0|req: 279/549] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/quotas/84426c801c61457b8ff26e022b797fc8 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/550] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:46:22 2026] POST /v2.0/networks => generated 730 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 280/551] 10.0.0.109 () {38 vars in 971 bytes} [Thu May 14 06:46:22 2026] POST /v2.0/security-groups => generated 1681 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/552] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/ports?tenant_id=84426c801c61457b8ff26e022b797fc8&fields=id => generated 57 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/553] 10.0.0.109 () {34 vars in 1094 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--6863607&fields=id&tenant_id=3dbe88dd45f4475f8944d9f2334149f4 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/554] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 683 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/555] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/quotas/3dbe88dd45f4475f8944d9f2334149f4 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 281/556] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:22 2026] POST /v2.0/subnets => generated 696 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:22.886 6 INFO neutron.db.segments_db [None req-803a3b53-76d9-4838-8582-190b47d557dd 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment a2db6169-9372-488c-bf57-e18945ed6189 of type vxlan for network 6fe82314-74b5-44d2-a692-0b83be38ccdd [pid: 7|app: 0|req: 276/557] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:46:22 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/558] 10.0.0.109 () {34 vars in 907 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/559] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/560] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:23.207 6 INFO neutron.db.l3_hamode_db [None req-803a3b53-76d9-4838-8582-190b47d557dd 59e788d7d5df4217a920deff86b7374a 369a7107e5e2496b9826fcc0e8597fd2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 280/561] 10.0.0.109 () {34 vars in 907 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/562] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 10.0.0.109 () {38 vars in 971 bytes} [Thu May 14 06:46:23 2026] POST /v2.0/security-groups => generated 1679 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/564] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/565] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/566] 10.0.0.109 () {38 vars in 971 bytes} [Thu May 14 06:46:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/567] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => 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: 287/568] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/security-groups?tenant_id=7ed5d3e39a3d455f819ddf37f9cc766f => generated 7903 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/569] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/security-groups/d01820f7-6c65-4762-a939-f826282f7c76 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/570] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/security-groups/d01820f7-6c65-4762-a939-f826282f7c76 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/571] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:23 2026] GET /v2.0/security-groups/c558298c-0e7e-4a7f-bdcf-27ddd3886f0c => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:24.112 6 INFO neutron.db.l3_hamode_db [None req-803a3b53-76d9-4838-8582-190b47d557dd 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 291/572] 10.0.0.109 () {36 vars in 1013 bytes} [Thu May 14 06:46:24 2026] DELETE /v2.0/security-groups/c558298c-0e7e-4a7f-bdcf-27ddd3886f0c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:46:24.162 7 INFO neutron.api.v2.resource [req-862946b3-9935-4094-8626-ca8afc708db2 req-13bcda9c-b1bc-4014-92a3-3dac92a0df0c f7b8187a13d94423a78872a704829b91 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 292/573] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/c558298c-0e7e-4a7f-bdcf-27ddd3886f0c => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/b0d33c90-7844-497d-9895-712db3a6ff43 => generated 1679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/575] 10.0.0.109 () {36 vars in 1013 bytes} [Thu May 14 06:46:24 2026] DELETE /v2.0/security-groups/b0d33c90-7844-497d-9895-712db3a6ff43 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:46:24.387 7 INFO neutron.api.v2.resource [req-e5fb21a5-bec0-45ef-b21e-6e93b38f3082 req-6f945411-0f44-4ef5-8f78-8c3b4b7943de f7b8187a13d94423a78872a704829b91 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/576] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/b0d33c90-7844-497d-9895-712db3a6ff43 => 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: 296/577] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/8ae9ee4e-c424-47f0-ba95-e09388f76553 => generated 1682 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/578] 10.0.0.109 () {36 vars in 1013 bytes} [Thu May 14 06:46:24 2026] DELETE /v2.0/security-groups/8ae9ee4e-c424-47f0-ba95-e09388f76553 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:46:24.602 7 INFO neutron.api.v2.resource [req-d3a23cbd-d8d2-47f2-9f33-d1a52ceadc6a req-5b14b740-cd9e-4517-89f8-2f2fa11caa14 f7b8187a13d94423a78872a704829b91 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/579] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/8ae9ee4e-c424-47f0-ba95-e09388f76553 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/580] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups?tenant_id=7ed5d3e39a3d455f819ddf37f9cc766f => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/581] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/d01820f7-6c65-4762-a939-f826282f7c76 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/582] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/583] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/d01820f7-6c65-4762-a939-f826282f7c76 => generated 2918 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:24.893 7 INFO neutron.api.v2.resource [req-fc56ef8f-1b1e-48cc-bb9f-f1fb09a72bc1 req-2009c305-832f-4592-a168-60cfb31adf1a f7b8187a13d94423a78872a704829b91 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 303/584] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/8ae9ee4e-c424-47f0-ba95-e09388f76553 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/585] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:24.943 7 INFO neutron.api.v2.resource [req-5eea8838-f1fe-4e97-a3cc-d60f9c38b3b2 req-e89f645a-05da-452d-917f-f39282295559 f7b8187a13d94423a78872a704829b91 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 305/586] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/b0d33c90-7844-497d-9895-712db3a6ff43 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:46:24.983 7 INFO neutron.api.v2.resource [req-75b1ba4a-513c-4e01-bd4e-d4ed0a7b3cf8 req-73b7c0e1-5685-477d-8d44-17978d754a7c f7b8187a13d94423a78872a704829b91 7ed5d3e39a3d455f819ddf37f9cc766f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 306/587] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:24 2026] GET /v2.0/security-groups/c558298c-0e7e-4a7f-bdcf-27ddd3886f0c => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 282/588] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:22 2026] POST /v2.0/routers => generated 736 bytes in 2788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:26.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a4bd2f8-081b-4ea3-9863-fa71d7a7f200 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 43bfadb2-98ff-4bb0-92e2-e603baffa92d 2026-05-14 06:46:26.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a4bd2f8-081b-4ea3-9863-fa71d7a7f200 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 43bfadb2-98ff-4bb0-92e2-e603baffa92d [pid: 7|app: 0|req: 307/589] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:46:24 2026] PUT /v2.0/routers/ff6d8e57-a524-4901-8836-fcff4be74efe/remove_router_interface => generated 309 bytes in 1727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/590] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:26 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => 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: 309/591] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:26 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:26.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-370b4287-ee2d-4cbc-af53-90ba32ed63a6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: f0283646-5f4d-4abb-b5a8-b0514e702219 2026-05-14 06:46:26.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-370b4287-ee2d-4cbc-af53-90ba32ed63a6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: f0283646-5f4d-4abb-b5a8-b0514e702219 [pid: 6|app: 0|req: 283/594] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:46:25 2026] PUT /v2.0/routers/4db42e35-d304-4ab1-9f4f-a60b9fd36953/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:27.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-370b4287-ee2d-4cbc-af53-90ba32ed63a6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: c079c8f4-b25a-4bc1-9f83-83ee288c6c2e 2026-05-14 06:46:27.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-370b4287-ee2d-4cbc-af53-90ba32ed63a6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: c079c8f4-b25a-4bc1-9f83-83ee288c6c2e 2026-05-14 06:46:27.328 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-370b4287-ee2d-4cbc-af53-90ba32ed63a6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - 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: 6|app: 0|req: 284/595] 10.0.0.109 () {38 vars in 971 bytes} [Thu May 14 06:46:27 2026] POST /v2.0/security-groups => generated 1685 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 285/596] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:27 2026] GET /v2.0/security-groups/ea6607b1-4366-4ebf-8f53-acde2075061d => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:27.761 7 INFO neutron.db.l3_hamode_db [None req-370b4287-ee2d-4cbc-af53-90ba32ed63a6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network ef83021d-c91e-405d-aae5-4be5746f2a03 was deleted as no HA routers are present in tenant 7ed5d3e39a3d455f819ddf37f9cc766f. [pid: 7|app: 0|req: 312/597] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:46:26 2026] DELETE /v2.0/routers/ff6d8e57-a524-4901-8836-fcff4be74efe => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 286/598] 10.0.0.109 () {38 vars in 981 bytes} [Thu May 14 06:46:27 2026] POST /v2.0/security-group-rules => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 287/599] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:27 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 288/600] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:27 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/601] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:46:27 2026] DELETE /v2.0/subnets/3757211d-5e3b-4408-bc90-6e2e9be251ad => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 289/602] 10.0.0.109 () {38 vars in 971 bytes} [Thu May 14 06:46:27 2026] POST /v2.0/security-groups => generated 1685 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 06:46:28.119 7 INFO neutron.services.segments.plugin [-] Segment 338ce6bc-9ff8-46be-80be-a89291885287 resource provider aggregate not found [pid: 7|app: 0|req: 314/603] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:46:27 2026] DELETE /v2.0/networks/d8ba0625-37a8-43d7-88ea-e8de8309c71e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:46:28.140 7 INFO neutron.services.segments.plugin [-] Segment 338ce6bc-9ff8-46be-80be-a89291885287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 338ce6bc-9ff8-46be-80be-a89291885287 found for delete ", "request_id": "req-e6ab6db1-2274-469e-b0e3-7294eed5433d"}]} 2026-05-14 06:46:28.160 7 INFO neutron.services.segments.plugin [-] Segment 338ce6bc-9ff8-46be-80be-a89291885287 resource provider aggregate not found [pid: 6|app: 0|req: 290/604] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-groups/d132b8ce-a022-49de-9054-73a80ab9c6f0 => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:28.178 7 INFO neutron.services.segments.plugin [-] Segment 338ce6bc-9ff8-46be-80be-a89291885287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 338ce6bc-9ff8-46be-80be-a89291885287 found for delete ", "request_id": "req-82491355-5bea-45a3-bbb9-629e6996d28a"}]} [pid: 7|app: 0|req: 315/605] 10.0.0.109 () {38 vars in 981 bytes} [Thu May 14 06:46:28 2026] POST /v2.0/security-group-rules => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 291/606] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-groups?tenant_id=7ed5d3e39a3d455f819ddf37f9cc766f&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 292/607] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-groups/d132b8ce-a022-49de-9054-73a80ab9c6f0 => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/608] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:46:28 2026] DELETE /v2.0/security-groups/d01820f7-6c65-4762-a939-f826282f7c76 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 293/609] 10.0.0.109 () {38 vars in 981 bytes} [Thu May 14 06:46:28 2026] POST /v2.0/security-group-rules => generated 619 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 294/610] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-groups/d132b8ce-a022-49de-9054-73a80ab9c6f0 => generated 2940 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/611] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/networks?id=6db311ad-c17d-4023-b485-8ff49c1262b5 => generated 678 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 295/612] 10.0.0.109 () {34 vars in 1001 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-group-rules/53d51916-8ee2-4073-92f8-8eb0584065f6 => generated 616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 296/613] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-groups/d132b8ce-a022-49de-9054-73a80ab9c6f0 => generated 2940 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 297/614] 10.0.0.109 () {36 vars in 1023 bytes} [Thu May 14 06:46:28 2026] DELETE /v2.0/security-group-rules/53d51916-8ee2-4073-92f8-8eb0584065f6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 298/615] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:28 2026] GET /v2.0/security-groups/d132b8ce-a022-49de-9054-73a80ab9c6f0 => generated 2310 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 299/616] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:29 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 300/617] 10.0.0.109 () {36 vars in 1013 bytes} [Thu May 14 06:46:29 2026] DELETE /v2.0/security-groups/d132b8ce-a022-49de-9054-73a80ab9c6f0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 301/618] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:29 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 302/619] 10.0.0.109 () {34 vars in 991 bytes} [Thu May 14 06:46:29 2026] GET /v2.0/security-groups/ea6607b1-4366-4ebf-8f53-acde2075061d => generated 2310 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/620] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:46:28 2026] POST /v2.0/ports => generated 954 bytes in 551 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: 319/621] 199.204.45.109 () {34 vars in 911 bytes} [Thu May 14 06:46:29 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 303/622] 10.0.0.109 () {36 vars in 1013 bytes} [Thu May 14 06:46:29 2026] DELETE /v2.0/security-groups/ea6607b1-4366-4ebf-8f53-acde2075061d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:46:29.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0ac742f-2582-4a96-92b2-e2e570a598b4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 26a90d19-1ffd-46ee-a256-5fab675cd40e 2026-05-14 06:46:29.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0ac742f-2582-4a96-92b2-e2e570a598b4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 26a90d19-1ffd-46ee-a256-5fab675cd40e 2026-05-14 06:46:30.182 7 INFO neutron.services.segments.plugin [-] Segment 81b74295-c668-461c-a0cd-286fe6d06fcf resource provider aggregate not found 2026-05-14 06:46:30.206 7 INFO neutron.services.segments.plugin [-] Segment 81b74295-c668-461c-a0cd-286fe6d06fcf resource provider aggregate not found 2026-05-14 06:46:30.209 7 INFO neutron.services.segments.plugin [-] Segment 81b74295-c668-461c-a0cd-286fe6d06fcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81b74295-c668-461c-a0cd-286fe6d06fcf found for delete ", "request_id": "req-7784db47-ed57-4597-ac6e-45422e287950"}]} 2026-05-14 06:46:30.236 7 INFO neutron.services.segments.plugin [-] Segment 81b74295-c668-461c-a0cd-286fe6d06fcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81b74295-c668-461c-a0cd-286fe6d06fcf found for delete ", "request_id": "req-542ee730-b3b2-43ca-80a7-97fef6a3bea3"}]} [pid: 6|app: 0|req: 304/623] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:46:29 2026] PUT /v2.0/ports/dc0143ef-3ab7-4915-9b43-3d790eb7c7aa => generated 1235 bytes in 592 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: 6|app: 0|req: 305/624] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:30 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 683 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/625] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:46:29 2026] PUT /v2.0/routers/4db42e35-d304-4ab1-9f4f-a60b9fd36953/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/626] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:30 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 306/627] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:30 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 307/628] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:46:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3dbe88dd45f4475f8944d9f2334149f4 => generated 178 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 308/629] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:30 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:30.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-333e655c-0621-4324-b0b1-b7ef500e652d 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 1e7bd4a0-c9ff-403e-ade2-74df2d971e37 2026-05-14 06:46:30.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-333e655c-0621-4324-b0b1-b7ef500e652d 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 1e7bd4a0-c9ff-403e-ade2-74df2d971e37 2026-05-14 06:46:30.921 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ca7b062-4304-496c-b808-991624f709e0'] response: {'name': 'network-changed', 'server_uuid': '9bb62dd7-c410-46d0-85c9-34cf2359edf2', 'tag': 'dc0143ef-3ab7-4915-9b43-3d790eb7c7aa', 'status': 'completed', 'code': 200} 2026-05-14 06:46:30.952 6 INFO neutron.db.segments_db [None req-d7a3b598-cff3-4922-9ba1-1581e2271b33 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 1975668f-165b-4b7f-928b-206ce90f4b25 of type vxlan for network e8f6349e-74e8-49f9-a861-4170ce5a799f [pid: 6|app: 0|req: 309/630] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:46:30 2026] POST /v2.0/networks => generated 724 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:31.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-333e655c-0621-4324-b0b1-b7ef500e652d 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: e143b7c3-ff0e-43b7-87a6-66517d684092 2026-05-14 06:46:31.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-333e655c-0621-4324-b0b1-b7ef500e652d 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: e143b7c3-ff0e-43b7-87a6-66517d684092 2026-05-14 06:46:31.455 7 INFO neutron.db.l3_hamode_db [None req-333e655c-0621-4324-b0b1-b7ef500e652d 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 6fe82314-74b5-44d2-a692-0b83be38ccdd was deleted as no HA routers are present in tenant 369a7107e5e2496b9826fcc0e8597fd2. [pid: 7|app: 0|req: 322/631] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:46:30 2026] DELETE /v2.0/routers/4db42e35-d304-4ab1-9f4f-a60b9fd36953 => generated 0 bytes in 1049 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 310/632] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:46:31 2026] POST /v2.0/ports => generated 954 bytes in 512 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: 6|app: 0|req: 311/633] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:31 2026] GET /v2.0/ports?tenant_id=84426c801c61457b8ff26e022b797fc8&device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 1238 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/634] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:31 2026] POST /v2.0/subnets => generated 690 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 312/635] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:46:31 2026] DELETE /v2.0/subnets/5e1ad341-3e52-486b-9b9c-3e1af7f09a1e => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/636] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:31 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 957 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/637] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dc0143ef-3ab7-4915-9b43-3d790eb7c7aa => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/638] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:31 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:31.995 7 INFO neutron.db.segments_db [None req-6ece5458-f4b0-413f-8dec-614b46d6df36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment d63fa00f-2c61-4642-8ec7-dbb75e081b8d of type vxlan for network 8d26094d-e94a-48e0-b572-6229f756e215 2026-05-14 06:46:32.233 7 INFO neutron.services.segments.plugin [-] Segment a2db6169-9372-488c-bf57-e18945ed6189 resource provider aggregate not found 2026-05-14 06:46:32.268 7 INFO neutron.services.segments.plugin [-] Segment a2db6169-9372-488c-bf57-e18945ed6189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2db6169-9372-488c-bf57-e18945ed6189 found for delete ", "request_id": "req-7885ee3f-7d5b-4e01-bba2-8ed25168b973"}]} 2026-05-14 06:46:32.273 7 INFO neutron.services.segments.plugin [-] Segment a2db6169-9372-488c-bf57-e18945ed6189 resource provider aggregate not found 2026-05-14 06:46:32.286 7 INFO neutron.db.l3_hamode_db [None req-6ece5458-f4b0-413f-8dec-614b46d6df36 59e788d7d5df4217a920deff86b7374a 788df0ae452d4772b0c9a36718ae6cf2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:46:32.296 7 INFO neutron.services.segments.plugin [-] Segment a2db6169-9372-488c-bf57-e18945ed6189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2db6169-9372-488c-bf57-e18945ed6189 found for delete ", "request_id": "req-ca2ef0de-6251-4f1b-adbc-9a5e584b62dc"}]} [pid: 6|app: 0|req: 313/639] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:46:31 2026] PUT /v2.0/ports/c6d0281f-0c96-4374-9b45-322d06174084 => generated 1235 bytes in 587 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: 6|app: 0|req: 314/640] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:46:32 2026] DELETE /v2.0/networks/a97b2215-68b4-4868-9265-7de18ad8170b => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 315/641] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 316/642] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/subnets?id=3f023971-ea27-4e67-b778-7aaabca30cf8 => generated 696 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 317/643] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&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: 6|app: 0|req: 318/644] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/ports?network_id=6db311ad-c17d-4023-b485-8ff49c1262b5&device_owner=network%3Adhcp => generated 1244 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 319/645] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 320/646] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 321/647] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:46:32 2026] GET /v2.0/security-groups?tenant_id=369a7107e5e2496b9826fcc0e8597fd2&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:33.058 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-810da76a-853f-4758-a702-8897bd703d68'] response: {'name': 'network-changed', 'server_uuid': '0f08edef-092f-421b-b2c1-1be7c76bb585', 'tag': 'c6d0281f-0c96-4374-9b45-322d06174084', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 322/648] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:46:33 2026] DELETE /v2.0/security-groups/0f2e0b26-1a6f-44b0-885f-743127d09fc9 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:46:33.202 7 INFO neutron.db.l3_hamode_db [None req-6ece5458-f4b0-413f-8dec-614b46d6df36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:46:33.210 6 INFO neutron.services.segments.plugin [-] Segment ec50d7d9-d638-4323-a1a1-9833eac555c0 resource provider aggregate not found 2026-05-14 06:46:33.228 6 INFO neutron.services.segments.plugin [-] Segment ec50d7d9-d638-4323-a1a1-9833eac555c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec50d7d9-d638-4323-a1a1-9833eac555c0 found for delete ", "request_id": "req-b68659d9-8fd7-4f1a-8817-0fd75b0ace17"}]} 2026-05-14 06:46:33.234 6 INFO neutron.services.segments.plugin [-] Segment ec50d7d9-d638-4323-a1a1-9833eac555c0 resource provider aggregate not found 2026-05-14 06:46:33.263 6 INFO neutron.services.segments.plugin [-] Segment ec50d7d9-d638-4323-a1a1-9833eac555c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec50d7d9-d638-4323-a1a1-9833eac555c0 found for delete ", "request_id": "req-e480df21-1f91-4117-ae64-ee71ae115cf8"}]} [pid: 6|app: 0|req: 323/649] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 324/650] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 325/651] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 326/652] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 327/653] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 328/654] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 329/655] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 330/656] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 331/657] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 332/658] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:33 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 333/659] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/ports?tenant_id=84426c801c61457b8ff26e022b797fc8&device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/660] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:31 2026] POST /v2.0/routers => generated 730 bytes in 2161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 334/661] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/networks?id=6db311ad-c17d-4023-b485-8ff49c1262b5 => generated 774 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 335/662] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=dc0143ef-3ab7-4915-9b43-3d790eb7c7aa => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 336/663] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/subnets?id=3f023971-ea27-4e67-b778-7aaabca30cf8 => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 337/664] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/ports?network_id=6db311ad-c17d-4023-b485-8ff49c1262b5&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: 6|app: 0|req: 338/665] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 339/666] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5?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: 6|app: 0|req: 340/667] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 341/668] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:34 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 779 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 342/669] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 343/670] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 344/671] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 345/672] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 346/673] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 347/674] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&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: 6|app: 0|req: 348/675] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/676] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:46:34 2026] PUT /v2.0/routers/6cc89880-ac1d-4017-b600-8ec2cca63efa/add_router_interface => generated 309 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/677] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/678] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:35 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:35.774 6 INFO neutron.db.segments_db [None req-860adb7d-e286-4953-99de-fba3195746ff 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment c4238998-2212-40ea-adc7-dd5d3e1cf57f of type vxlan for network d7e0d974-3497-4f45-b2a4-590cdc34fa08 [pid: 6|app: 0|req: 349/679] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:46:35 2026] POST /v2.0/networks => generated 728 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/680] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:35 2026] POST /v2.0/subnets => generated 694 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:46:36.230 6 INFO neutron.db.segments_db [None req-b3feb24c-bb66-419b-b1e8-75a1a3554acb 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 049083f0-b6f6-4755-8b45-22abe244ab3d of type vxlan for network 795e8e23-5227-42bc-b1ee-b66a93f583c4 [pid: 7|app: 0|req: 332/681] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:36 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/682] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:46:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 06:46:36.519 6 INFO neutron.db.l3_hamode_db [None req-b3feb24c-bb66-419b-b1e8-75a1a3554acb 59e788d7d5df4217a920deff86b7374a cc8db6d8ec5b4445968e3d6d177112b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 334/683] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:36 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/684] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:46:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/685] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:36 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/686] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:46:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/687] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:37 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:37.406 6 INFO neutron.db.l3_hamode_db [None req-b3feb24c-bb66-419b-b1e8-75a1a3554acb 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 339/688] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:46:37 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/689] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:37 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/690] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:37 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/691] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/692] 10.0.0.109 () {34 vars in 1096 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--48864186&fields=id&tenant_id=788df0ae452d4772b0c9a36718ae6cf2 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/693] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&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: 6|app: 0|req: 350/694] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:46:36 2026] POST /v2.0/routers => generated 734 bytes in 2322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/695] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/networks?id=e8f6349e-74e8-49f9-a861-4170ce5a799f => generated 675 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/696] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/quotas/788df0ae452d4772b0c9a36718ae6cf2 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/ports?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&fields=id => generated 57 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/698] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/699] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:46:38 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/700] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:39 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/701] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:39 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/702] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:39 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 49 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.109 () {34 vars in 990 bytes} [Thu May 14 06:46:39 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/704] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:39 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 351/705] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:46:38 2026] PUT /v2.0/routers/ac1d11ea-ffd3-4ddf-b0e3-a1e4ac7f3add/add_router_interface => generated 309 bytes in 1506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/706] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:40 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 352/707] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:40 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/708] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:40 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 353/709] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:46:40 2026] POST /v2.0/security-groups => generated 1661 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/710] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:40 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/711] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:40 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 354/712] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:46:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/713] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:46:40 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: 360/714] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:41 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => 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: 363/717] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:41 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/718] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:41 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 355/719] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:46:41 2026] POST /v2.0/floatingips => generated 552 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/720] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:41 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 356/721] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:42 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&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: 366/722] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:42 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 357/723] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:42 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/724] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:42 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 358/725] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/726] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 359/727] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/networks?id=e8f6349e-74e8-49f9-a861-4170ce5a799f => generated 675 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/728] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 360/729] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=788df0ae452d4772b0c9a36718ae6cf2 => generated 179 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 361/730] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 362/731] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:43 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/732] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:46:43 2026] POST /v2.0/ports => generated 954 bytes in 523 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: 6|app: 0|req: 363/733] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:44 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/734] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:44 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/735] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:44 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 364/736] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:46:44 2026] PUT /v2.0/ports/0ae819bc-3df0-4e3c-9d0a-d366a7873f63 => generated 1235 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/737] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:44 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:44.735 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-5122453b-972a-4210-8c9f-3d1d6facb484'] response: {'name': 'network-changed', 'server_uuid': '6fc01b8b-fd80-409e-9db7-5f2b9eeca674', 'tag': '0ae819bc-3df0-4e3c-9d0a-d366a7873f63', '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: 6|app: 0|req: 365/738] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 366/739] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 367/740] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/ports?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => 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: 374/741] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 368/742] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/networks?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&shared=False => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/743] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 369/744] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/745] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => 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: 377/746] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/747] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:45 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/748] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:46 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/749] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:46:46 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => 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: 381/750] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:46 2026] GET /v2.0/security-groups?id=1841dd68-d1d9-4de2-aafd-79fd6db3fead&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/751] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:46 2026] GET /v2.0/ports?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 1238 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:46:46.749 6 INFO neutron.db.l3_db [None req-fdbc7976-1c91-4736-8b27-d5c4ef462dfa 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] Floating IP 804c8711-6ed8-4aa2-a6e6-08a2720225a0 associated. External IP: 10.96.250.202, port: c6d0281f-0c96-4374-9b45-322d06174084. 2026-05-14 06:46:46.847 7 INFO neutron_taas.services.taas.taas_plugin [req-dfa829e1-66ce-4328-bc38-ae86b2cf8c2d req-6f192089-13a4-467f-87f1-62b17265d092 9d8eb5511f5e4e4685d4d0c21d37049e 84426c801c61457b8ff26e022b797fc8 - - default default] TaaS: Handle Delete Port: dc0143ef-3ab7-4915-9b43-3d790eb7c7aa 2026-05-14 06:46:46.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dfa829e1-66ce-4328-bc38-ae86b2cf8c2d req-6f192089-13a4-467f-87f1-62b17265d092 9d8eb5511f5e4e4685d4d0c21d37049e 84426c801c61457b8ff26e022b797fc8 - - default default] Tap Mirror: Handle Delete Port: dc0143ef-3ab7-4915-9b43-3d790eb7c7aa [pid: 7|app: 0|req: 383/752] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:46:46 2026] DELETE /v2.0/ports/dc0143ef-3ab7-4915-9b43-3d790eb7c7aa => generated 0 bytes in 479 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/753] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0ae819bc-3df0-4e3c-9d0a-d366a7873f63 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/754] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/755] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/subnets?id=aec3f40d-d3bd-44bb-acf4-e8e8ff43cec1 => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 370/756] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:46:45 2026] PUT /v2.0/floatingips/804c8711-6ed8-4aa2-a6e6-08a2720225a0 => generated 855 bytes in 1665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/757] 10.0.0.109 () {34 vars in 1100 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2036212081&fields=id&tenant_id=cc8db6d8ec5b4445968e3d6d177112b4 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 371/758] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/759] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/ports?network_id=e8f6349e-74e8-49f9-a861-4170ce5a799f&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: 6|app: 0|req: 372/760] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/networks?id=d7e0d974-3497-4f45-b2a4-590cdc34fa08 => generated 679 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 373/761] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/quotas/cc8db6d8ec5b4445968e3d6d177112b4 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/762] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/763] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 374/764] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/ports?tenant_id=cc8db6d8ec5b4445968e3d6d177112b4&fields=id => generated 57 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/765] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?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: 6|app: 0|req: 375/766] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/767] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:47.538 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-53c4043e-5a20-45c9-bd86-a203bdd7b303'] response: {'name': 'network-changed', 'server_uuid': '0f08edef-092f-421b-b2c1-1be7c76bb585', 'tag': 'c6d0281f-0c96-4374-9b45-322d06174084', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 376/768] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:47.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-732979b3-5a74-4613-b8f6-588e903c6cd5'] response: {'server_uuid': '9bb62dd7-c410-46d0-85c9-34cf2359edf2', 'name': 'network-vif-deleted', 'tag': 'dc0143ef-3ab7-4915-9b43-3d790eb7c7aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 393/769] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 377/770] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:47 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/771] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 378/772] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/773] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 858 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 379/774] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/775] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/776] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 380/777] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/778] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?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: 6|app: 0|req: 381/779] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/780] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:48 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 382/781] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:49 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/782] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:49 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 383/783] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:49 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/784] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:49 2026] GET /v2.0/ports?device_id=9bb62dd7-c410-46d0-85c9-34cf2359edf2 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 384/785] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:50 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/786] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:50 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 385/787] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:50 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 386/788] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:51 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:51.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-b126d7d4-1d29-4404-ae98-0660814869b8 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 94f52290-04c0-444a-8b62-20bccc6cc947 2026-05-14 06:46:51.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b126d7d4-1d29-4404-ae98-0660814869b8 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 94f52290-04c0-444a-8b62-20bccc6cc947 [pid: 6|app: 0|req: 387/789] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:52 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 388/790] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:52 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/791] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:46:51 2026] PUT /v2.0/routers/df42f070-f4de-4e48-b7b8-274bd98615d4/remove_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/792] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:52 2026] GET /v2.0/networks?id=d7e0d974-3497-4f45-b2a4-590cdc34fa08 => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:52.460 6 INFO neutron_taas.services.taas.taas_plugin [None req-7a20da66-a2cc-4dca-b738-f61f3a133e32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 31d936be-db38-447f-80d4-0c483abe3b2a [pid: 7|app: 0|req: 405/793] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:52 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:46:52.469 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a20da66-a2cc-4dca-b738-f61f3a133e32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 31d936be-db38-447f-80d4-0c483abe3b2a [pid: 7|app: 0|req: 406/794] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:46:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cc8db6d8ec5b4445968e3d6d177112b4 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:52.838 6 INFO neutron_taas.services.taas.taas_plugin [None req-7a20da66-a2cc-4dca-b738-f61f3a133e32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 3dd5563d-0398-4f49-94ab-c9f0455c7918 2026-05-14 06:46:52.842 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a20da66-a2cc-4dca-b738-f61f3a133e32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 3dd5563d-0398-4f49-94ab-c9f0455c7918 2026-05-14 06:46:52.938 6 WARNING neutron.plugins.ml2.ovo_rpc [None req-7a20da66-a2cc-4dca-b738-f61f3a133e32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - 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: 407/795] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:46:52 2026] POST /v2.0/ports => generated 954 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, ' 2026-05-14 06:46:53.285 6 INFO neutron.services.segments.plugin [-] Segment 414d9197-68d1-4961-951d-d6fe609bc782 resource provider aggregate not found 2026-05-14 06:46:53.289 6 INFO neutron.services.segments.plugin [-] Segment 414d9197-68d1-4961-951d-d6fe609bc782 resource provider aggregate not found 2026-05-14 06:46:53.310 6 INFO neutron.services.segments.plugin [-] Segment 414d9197-68d1-4961-951d-d6fe609bc782 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414d9197-68d1-4961-951d-d6fe609bc782 found for delete ", "request_id": "req-854a3c65-3c0a-4001-98c9-1d2c3dcc39aa"}]} 2026-05-14 06:46:53.318 6 INFO neutron.services.segments.plugin [-] Segment 414d9197-68d1-4961-951d-d6fe609bc782 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 414d9197-68d1-4961-951d-d6fe609bc782 found for delete ", "request_id": "req-97872df9-0aa5-4bf7-a9c4-324e1d930e0c"}]} 2026-05-14 06:46:53.318 6 INFO neutron.db.l3_hamode_db [None req-7a20da66-a2cc-4dca-b738-f61f3a133e32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 7927efde-5841-4bbb-b75d-29fa7bf17ea6 was deleted as no HA routers are present in tenant 84426c801c61457b8ff26e022b797fc8. [pid: 6|app: 0|req: 389/796] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:46:52 2026] DELETE /v2.0/routers/df42f070-f4de-4e48-b7b8-274bd98615d4 => generated 0 bytes in 1118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 390/797] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:53 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/798] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:46:53 2026] PUT /v2.0/ports/f4f37631-7280-4b16-a666-9a8a6901fa00 => generated 1235 bytes in 578 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: 6|app: 0|req: 391/799] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:46:53 2026] DELETE /v2.0/subnets/3f023971-ea27-4e67-b778-7aaabca30cf8 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/800] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:53 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:53.693 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3cabf3f-e8e4-4116-944e-83c2a7458731'] response: {'name': 'network-changed', 'server_uuid': 'ffc64b70-eda2-44d0-b645-39a59419343b', 'tag': 'f4f37631-7280-4b16-a666-9a8a6901fa00', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 392/801] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:53 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:53.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2792f8f-277d-43ab-b3e6-78db2fe4e147 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: adf0b6f3-01bc-4509-965d-31853226d811 2026-05-14 06:46:53.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2792f8f-277d-43ab-b3e6-78db2fe4e147 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: adf0b6f3-01bc-4509-965d-31853226d811 [pid: 6|app: 0|req: 393/802] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:53 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 394/803] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:53 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:53.984 7 INFO neutron.services.segments.plugin [-] Segment 768c3f16-46a7-44f1-943d-bbb75d19345b resource provider aggregate not found 2026-05-14 06:46:53.993 7 INFO neutron.services.segments.plugin [-] Segment 768c3f16-46a7-44f1-943d-bbb75d19345b resource provider aggregate not found 2026-05-14 06:46:54.005 7 INFO neutron.services.segments.plugin [-] Segment 768c3f16-46a7-44f1-943d-bbb75d19345b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 768c3f16-46a7-44f1-943d-bbb75d19345b found for delete ", "request_id": "req-4d8bc11d-cce1-4f09-9598-e13e8afc5781"}]} 2026-05-14 06:46:54.011 7 INFO neutron.services.segments.plugin [-] Segment 768c3f16-46a7-44f1-943d-bbb75d19345b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 768c3f16-46a7-44f1-943d-bbb75d19345b found for delete ", "request_id": "req-0ad1e074-3ca4-4c78-9230-aa4919d901ab"}]} [pid: 7|app: 0|req: 410/804] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:46:53 2026] DELETE /v2.0/networks/6db311ad-c17d-4023-b485-8ff49c1262b5 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/805] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:54 2026] GET /v2.0/ports?tenant_id=cc8db6d8ec5b4445968e3d6d177112b4&device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/806] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:46:54 2026] GET /v2.0/security-groups?tenant_id=84426c801c61457b8ff26e022b797fc8&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/807] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:46:54 2026] GET /v2.0/networks?tenant_id=cc8db6d8ec5b4445968e3d6d177112b4&shared=False => generated 775 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:54.404 6 INFO neutron.db.l3_db [None req-c3de7f20-1214-4a7c-8712-f70a67b79e7d 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] Floating IP c810f9a1-83f0-4176-aafe-adff3239b7b8 associated. External IP: 10.96.250.210, port: 0ae819bc-3df0-4e3c-9d0a-d366a7873f63. [pid: 7|app: 0|req: 414/808] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:46:54 2026] DELETE /v2.0/security-groups/1841dd68-d1d9-4de2-aafd-79fd6db3fead => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/809] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:46:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 395/810] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:46:53 2026] PUT /v2.0/floatingips/c810f9a1-83f0-4176-aafe-adff3239b7b8 => generated 855 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/811] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:54 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:46:54.962 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d011ad0-678c-42e5-9230-4456678e4728'] response: {'name': 'network-changed', 'server_uuid': '6fc01b8b-fd80-409e-9db7-5f2b9eeca674', 'tag': '0ae819bc-3df0-4e3c-9d0a-d366a7873f63', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 396/812] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:54 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 6|app: 0|req: 397/813] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/ports?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 398/814] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/networks?id=e8f6349e-74e8-49f9-a861-4170ce5a799f => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/815] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1240 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 399/816] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/ports?tenant_id=cc8db6d8ec5b4445968e3d6d177112b4&device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/817] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0ae819bc-3df0-4e3c-9d0a-d366a7873f63 => 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: 419/818] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f4f37631-7280-4b16-a666-9a8a6901fa00 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 400/819] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/820] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/subnets?id=aec3f40d-d3bd-44bb-acf4-e8e8ff43cec1 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 401/821] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/subnets?id=df64f32a-5a55-4daf-9036-c598e7ed525a => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/822] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/ports?network_id=e8f6349e-74e8-49f9-a861-4170ce5a799f&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: 6|app: 0|req: 402/823] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/ports?network_id=d7e0d974-3497-4f45-b2a4-590cdc34fa08&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/824] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 403/825] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08?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: 423/826] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?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: 6|app: 0|req: 404/827] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:46:55 2026] GET /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/828] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:56 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 405/829] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:56 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 6|app: 0|req: 407/832] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:57 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => 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: 426/833] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:57 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 6|app: 0|req: 408/834] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:58 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/835] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:58 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 428/836] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:46:59 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/837] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:46:59 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 409/838] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:46:59 2026] GET /v2.0/security-groups?tenant_id=0a7ae36ee7f845849dbaddaf8c614171&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/839] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:46:59 2026] DELETE /v2.0/security-groups/43c66d2f-4113-444a-9956-798e9b2c89b3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 410/840] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:00 2026] GET /v2.0/security-groups?tenant_id=04f839428c67464bbf9bea88a394c296&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/841] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:00 2026] DELETE /v2.0/security-groups/529d1bae-e5e4-44aa-9655-c883ed4fdf9f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 411/842] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:00 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/843] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:00 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 412/844] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:02 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/845] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:02 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 434/846] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:03 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => 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: 435/847] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:03 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 6|app: 0|req: 413/848] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:47:03 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 1240 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/849] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:47:03 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 414/850] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:04 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/851] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:04 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 6|app: 0|req: 415/852] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:04 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:05.289 7 INFO neutron.db.l3_db [None req-5ca5850f-6875-42ff-b118-a086fa30392f b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] Floating IP 6113de41-431c-428d-ab1e-e8048a26d8fe associated. External IP: 10.96.250.212, port: f4f37631-7280-4b16-a666-9a8a6901fa00. [pid: 7|app: 0|req: 438/853] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:47:04 2026] PUT /v2.0/floatingips/6113de41-431c-428d-ab1e-e8048a26d8fe => generated 855 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:05.788 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0544da0-d25f-4bc2-959c-0f8a89750a96'] response: {'name': 'network-changed', 'server_uuid': 'ffc64b70-eda2-44d0-b645-39a59419343b', 'tag': 'f4f37631-7280-4b16-a666-9a8a6901fa00', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 416/854] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:05 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/855] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:05 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 417/856] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/ports?tenant_id=cc8db6d8ec5b4445968e3d6d177112b4&device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/857] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/networks?id=d7e0d974-3497-4f45-b2a4-590cdc34fa08 => generated 775 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 418/858] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/859] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f4f37631-7280-4b16-a666-9a8a6901fa00 => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 419/860] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 442/861] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/subnets?id=df64f32a-5a55-4daf-9036-c598e7ed525a => generated 697 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 420/862] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/ports?network_id=d7e0d974-3497-4f45-b2a4-590cdc34fa08&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/863] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 421/864] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:06 2026] GET /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/865] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:07 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 422/866] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:07 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&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: 6|app: 0|req: 423/867] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:08 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => 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: 445/868] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:08 2026] GET /v2.0/security-groups?tenant_id=42d9c97582804579a84ce6b637c099e6&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 424/869] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:08 2026] GET /v2.0/security-groups?id=5af39a00-23cb-4598-8cec-22eb34f14041&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/870] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:08 2026] DELETE /v2.0/security-groups/9b9c5b3a-1aef-4714-98e2-aa0b1758ec9c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 425/871] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:47:09 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:09.224 7 INFO neutron_taas.services.taas.taas_plugin [req-ade16c84-9461-47e3-b6b8-11ddc046e32e req-931c1d36-c27d-4c0c-a2ab-79a2516f7b4f b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] TaaS: Handle Delete Port: f4f37631-7280-4b16-a666-9a8a6901fa00 2026-05-14 06:47:09.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ade16c84-9461-47e3-b6b8-11ddc046e32e req-931c1d36-c27d-4c0c-a2ab-79a2516f7b4f b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] Tap Mirror: Handle Delete Port: f4f37631-7280-4b16-a666-9a8a6901fa00 [pid: 6|app: 0|req: 426/872] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:09 2026] GET /v2.0/security-groups?tenant_id=bde660ad2cc14c0bb728ebe838ff0afa&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:47:09.447 7 INFO neutron.db.l3_db [req-ade16c84-9461-47e3-b6b8-11ddc046e32e req-931c1d36-c27d-4c0c-a2ab-79a2516f7b4f b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] Floating IP 6113de41-431c-428d-ab1e-e8048a26d8fe disassociated. External IP: 10.96.250.212, port: f4f37631-7280-4b16-a666-9a8a6901fa00. [pid: 6|app: 0|req: 427/873] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:09 2026] DELETE /v2.0/security-groups/1026128f-a295-4ceb-91c7-f125cceb786d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/874] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:47:09 2026] DELETE /v2.0/ports/f4f37631-7280-4b16-a666-9a8a6901fa00 => generated 0 bytes in 810 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:09.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d09cb4cb-e555-4ac2-a81f-158367f692f1'] response: {'server_uuid': 'ffc64b70-eda2-44d0-b645-39a59419343b', 'name': 'network-vif-deleted', 'tag': 'f4f37631-7280-4b16-a666-9a8a6901fa00', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 428/875] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:10 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => 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: 448/876] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:11 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 430/879] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:12 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => 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: 450/880] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:13 2026] GET /v2.0/ports?device_id=ffc64b70-eda2-44d0-b645-39a59419343b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 431/881] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:14 2026] DELETE /v2.0/security-groups/5af39a00-23cb-4598-8cec-22eb34f14041 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:47:14.679 7 INFO neutron.api.v2.resource [None req-d49a68bc-67d3-453a-a1eb-13d58ff5349b b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 451/882] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:47:14 2026] GET /v2.0/security-groups/5af39a00-23cb-4598-8cec-22eb34f14041 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:47:14.821 6 INFO neutron_taas.services.taas.taas_plugin [None req-f17482cc-1036-47e3-8799-7437c04e8008 b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] TaaS: Handle Delete Port: 2b4fbb66-9aa6-44b3-bc36-25e3f34f8311 2026-05-14 06:47:14.825 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f17482cc-1036-47e3-8799-7437c04e8008 b82ff449c4c14a4da3dae848a370acb6 cc8db6d8ec5b4445968e3d6d177112b4 - - default default] Tap Mirror: Handle Delete Port: 2b4fbb66-9aa6-44b3-bc36-25e3f34f8311 [pid: 6|app: 0|req: 432/883] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:47:14 2026] DELETE /v2.0/floatingips/6113de41-431c-428d-ab1e-e8048a26d8fe => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 433/884] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:15 2026] GET /v2.0/security-groups?tenant_id=146a6da543ed4da9827e349b8ab38891&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 434/885] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:15 2026] DELETE /v2.0/security-groups/3939c545-ac1a-4102-b459-2e94bca82100 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:47:16.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c120c3a-f5d1-4076-85f0-ed22810306fb 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: b6bfe57a-bef8-4cf4-a5d9-fd649cfa113c [pid: 6|app: 0|req: 435/886] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:15 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:16.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c120c3a-f5d1-4076-85f0-ed22810306fb 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: b6bfe57a-bef8-4cf4-a5d9-fd649cfa113c [pid: 6|app: 0|req: 436/887] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:47:16 2026] GET /v2.0/ports/c6d0281f-0c96-4374-9b45-322d06174084 => generated 968 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/888] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:47:15 2026] PUT /v2.0/routers/ac1d11ea-ffd3-4ddf-b0e3-a1e4ac7f3add/remove_router_interface => generated 309 bytes in 1695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/889] 199.204.45.109 () {34 vars in 1000 bytes} [Thu May 14 06:47:16 2026] GET /v2.0/subnets?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/890] 199.204.45.109 () {34 vars in 1146 bytes} [Thu May 14 06:47:16 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585&device_owner=compute%3Anova&network_id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 971 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:17.010 6 INFO neutron_taas.services.taas.taas_plugin [None req-c205a52c-a903-4e96-bc6a-244f0b9a217e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: fc9c7dba-9f03-43fa-852f-87f8b7bb97e4 2026-05-14 06:47:17.017 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c205a52c-a903-4e96-bc6a-244f0b9a217e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: fc9c7dba-9f03-43fa-852f-87f8b7bb97e4 2026-05-14 06:47:17.346 6 INFO neutron_taas.services.taas.taas_plugin [None req-c205a52c-a903-4e96-bc6a-244f0b9a217e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 055d5cfa-ba33-48d5-916e-acf7fede54ba 2026-05-14 06:47:17.349 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c205a52c-a903-4e96-bc6a-244f0b9a217e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 055d5cfa-ba33-48d5-916e-acf7fede54ba [pid: 7|app: 0|req: 455/891] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:47:16 2026] PUT /v2.0/ports/c6d0281f-0c96-4374-9b45-322d06174084 => generated 1149 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:47:17.759 6 INFO neutron.services.segments.plugin [-] Segment 049083f0-b6f6-4755-8b45-22abe244ab3d resource provider aggregate not found 2026-05-14 06:47:17.771 6 INFO neutron.services.segments.plugin [-] Segment 049083f0-b6f6-4755-8b45-22abe244ab3d resource provider aggregate not found 2026-05-14 06:47:17.792 6 INFO neutron.services.segments.plugin [-] Segment 049083f0-b6f6-4755-8b45-22abe244ab3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049083f0-b6f6-4755-8b45-22abe244ab3d found for delete ", "request_id": "req-5d7b7ee6-772a-488d-b51b-21c3968a534d"}]} 2026-05-14 06:47:17.813 6 INFO neutron.services.segments.plugin [-] Segment 049083f0-b6f6-4755-8b45-22abe244ab3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049083f0-b6f6-4755-8b45-22abe244ab3d found for delete ", "request_id": "req-a22dca2d-72c4-4cc0-9692-6efe40767d78"}]} 2026-05-14 06:47:17.813 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdc9f91e-7a60-47a6-a9dd-a1a77da3fef0'] response: {'name': 'network-changed', 'server_uuid': '0f08edef-092f-421b-b2c1-1be7c76bb585', 'tag': 'c6d0281f-0c96-4374-9b45-322d06174084', 'status': 'completed', 'code': 200} 2026-05-14 06:47:17.825 6 INFO neutron.db.l3_hamode_db [None req-c205a52c-a903-4e96-bc6a-244f0b9a217e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 795e8e23-5227-42bc-b1ee-b66a93f583c4 was deleted as no HA routers are present in tenant cc8db6d8ec5b4445968e3d6d177112b4. [pid: 6|app: 0|req: 437/892] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:16 2026] DELETE /v2.0/routers/ac1d11ea-ffd3-4ddf-b0e3-a1e4ac7f3add => generated 0 bytes in 1102 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: 6|app: 0|req: 438/893] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:17 2026] DELETE /v2.0/subnets/df64f32a-5a55-4daf-9036-c598e7ed525a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:18.114 6 INFO neutron_taas.services.taas.taas_plugin [None req-aad70f38-a362-4d14-8f40-51fd65dadc32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: d3a3f996-80af-4425-9976-9f4d5b1252d2 2026-05-14 06:47:18.117 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aad70f38-a362-4d14-8f40-51fd65dadc32 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: d3a3f996-80af-4425-9976-9f4d5b1252d2 2026-05-14 06:47:18.160 7 INFO neutron.db.segments_db [None req-2663c00b-49bd-45be-8daa-da428806c1e5 e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Added segment 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e of type vxlan for network 94c5e550-a44a-4f94-8347-5f3727cf3172 2026-05-14 06:47:18.240 7 INFO neutron.db.segments_db [None req-2663c00b-49bd-45be-8daa-da428806c1e5 e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Added segment 7f044106-fafe-4cb2-94b0-32bbdd930fac of type vxlan for network 45bcc9bc-ad96-4bc9-8e92-0ca064524b8c [pid: 6|app: 0|req: 439/894] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:18 2026] DELETE /v2.0/networks/d7e0d974-3497-4f45-b2a4-590cdc34fa08 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/895] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:47:17 2026] POST /v2.0/networks => generated 1207 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 440/896] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/897] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 441/898] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 442/899] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 443/900] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 444/901] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:18.590 7 INFO neutron.services.segments.plugin [-] Segment 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e resource provider aggregate not found 2026-05-14 06:47:18.594 7 INFO neutron.services.segments.plugin [-] Segment 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e resource provider aggregate not found [pid: 6|app: 0|req: 445/902] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/903] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:18 2026] DELETE /v2.0/networks/94c5e550-a44a-4f94-8347-5f3727cf3172 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:18.625 7 INFO neutron.services.segments.plugin [-] Segment 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e found for delete ", "request_id": "req-86f17421-8f36-41d2-a556-e462811ac037"}]} 2026-05-14 06:47:18.626 7 INFO neutron.services.segments.plugin [-] Segment 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c370ac4-f7a7-4fc8-b160-a6e8a3a44a1e found for delete ", "request_id": "req-4eeb3540-ce5a-4c6b-8c7c-1143e953f45b"}]} [pid: 6|app: 0|req: 446/904] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/security-groups?tenant_id=cc8db6d8ec5b4445968e3d6d177112b4&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 447/905] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?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: 459/906] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:18 2026] DELETE /v2.0/networks/45bcc9bc-ad96-4bc9-8e92-0ca064524b8c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 448/907] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:18 2026] DELETE /v2.0/security-groups/3f8c6783-1ebc-418d-9118-8c519fad5125 => 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: 460/908] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?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: 6|app: 0|req: 449/909] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:47:18 2026] GET /v2.0/networks => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:18.963 7 INFO neutron.db.segments_db [None req-a0a5cfac-23ce-406d-a69e-22340d3e7ffb e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Added segment 05373b47-83a0-4735-845c-3119ef2f9dc0 of type vxlan for network a74941fb-9cc5-47bd-953f-ffaac00d1572 [pid: 7|app: 0|req: 461/910] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:47:18 2026] POST /v2.0/networks => generated 635 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:47:19.146 6 INFO neutron.db.segments_db [None req-d1e93a90-9472-4d96-8c13-4ca2eaa8dcc7 e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Added segment 80d1492f-660f-43f7-8bb9-cf074fa692ca of type vxlan for network 12e0f584-e8d2-4e0b-9544-410e1a0b4b99 [pid: 6|app: 0|req: 450/911] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:47:19 2026] POST /v2.0/networks => generated 634 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 451/912] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:19 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1152 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 452/913] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:19 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:19.827 6 INFO neutron.services.segments.plugin [-] Segment c4238998-2212-40ea-adc7-dd5d3e1cf57f resource provider aggregate not found 2026-05-14 06:47:19.833 6 INFO neutron.services.segments.plugin [-] Segment c4238998-2212-40ea-adc7-dd5d3e1cf57f resource provider aggregate not found 2026-05-14 06:47:19.856 6 INFO neutron.services.segments.plugin [-] Segment c4238998-2212-40ea-adc7-dd5d3e1cf57f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4238998-2212-40ea-adc7-dd5d3e1cf57f found for delete ", "request_id": "req-a5e092a3-cd1c-4e4f-9c6c-1d7bed3e96e5"}]} 2026-05-14 06:47:19.861 6 INFO neutron.services.segments.plugin [-] Segment c4238998-2212-40ea-adc7-dd5d3e1cf57f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4238998-2212-40ea-adc7-dd5d3e1cf57f found for delete ", "request_id": "req-d0eabd3b-54c5-4137-a142-ce9a633c6980"}]} [pid: 6|app: 0|req: 453/914] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:19 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1421 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 454/915] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:19 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 455/916] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:47:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/917] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:47:19 2026] POST /v2.0/ports => generated 1506 bytes in 745 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: 6|app: 0|req: 456/918] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 457/919] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/920] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/ports => generated 1506 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 458/921] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&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: 6|app: 0|req: 459/922] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:47:20.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-22cf7b8d-d6aa-40e5-95fd-2ee84c4305a8 e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] TaaS: Handle Delete Port: ba36ae69-9e58-4390-9cb5-f0494575ffc0 2026-05-14 06:47:20.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22cf7b8d-d6aa-40e5-95fd-2ee84c4305a8 e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Tap Mirror: Handle Delete Port: ba36ae69-9e58-4390-9cb5-f0494575ffc0 [pid: 6|app: 0|req: 460/923] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/924] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:47:20 2026] DELETE /v2.0/ports/ba36ae69-9e58-4390-9cb5-f0494575ffc0 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:20.514 6 INFO neutron_taas.services.taas.taas_plugin [None req-8ca6a846-9e31-4167-8a17-c2b841b0825b e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] TaaS: Handle Delete Port: 5b99a4dc-6314-485b-bc42-f2853b458f47 2026-05-14 06:47:20.521 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca6a846-9e31-4167-8a17-c2b841b0825b e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Tap Mirror: Handle Delete Port: 5b99a4dc-6314-485b-bc42-f2853b458f47 [pid: 6|app: 0|req: 461/925] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:47:20 2026] DELETE /v2.0/ports/5b99a4dc-6314-485b-bc42-f2853b458f47 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/926] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/ports => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:47:20.646 7 INFO neutron.services.segments.plugin [-] Segment 7f044106-fafe-4cb2-94b0-32bbdd930fac resource provider aggregate not found 2026-05-14 06:47:20.657 7 INFO neutron.services.segments.plugin [-] Segment 7f044106-fafe-4cb2-94b0-32bbdd930fac resource provider aggregate not found 2026-05-14 06:47:20.663 7 INFO neutron.services.segments.plugin [-] Segment 7f044106-fafe-4cb2-94b0-32bbdd930fac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f044106-fafe-4cb2-94b0-32bbdd930fac found for delete ", "request_id": "req-a1e1da3c-2449-4438-a88c-06c6e9439596"}]} 2026-05-14 06:47:20.677 7 INFO neutron.services.segments.plugin [-] Segment 7f044106-fafe-4cb2-94b0-32bbdd930fac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f044106-fafe-4cb2-94b0-32bbdd930fac found for delete ", "request_id": "req-ddf89d2f-868a-4daa-a0ba-e8635bf1e28c"}]} 2026-05-14 06:47:20.713 6 INFO neutron.db.segments_db [None req-71299810-5769-4d75-b5d6-072ab958b8cb e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Added segment 34377067-3f75-47c9-8b90-0a3b9364cf5f of type vxlan for network e648dc51-e353-49d8-bfc5-277424008e2c [pid: 6|app: 0|req: 462/927] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:47:20 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 463/928] 199.204.45.109 () {34 vars in 1120 bytes} [Thu May 14 06:47:20 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:47:20.930 6 INFO neutron.db.segments_db [None req-f1a4b9fd-ee79-4955-b412-e1e31ce4eaba e75e3fa4178e41ada002a6dd653fe742 bd0a8c206d1744d9a950cea7fc78c365 - - default default] Added segment cb7f813e-b408-491e-9cd0-24aafd8cb871 of type vxlan for network 08cfc8fb-71f1-4bf0-96d5-1ab6cc7586ea [pid: 6|app: 0|req: 464/929] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:47:20 2026] POST /v2.0/networks => generated 635 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:47:21.042 7 INFO neutron.db.segments_db [None req-b7edcd53-6216-4450-997b-d2f56c959122 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 of type vxlan for network 56a930fe-f030-4fb5-8d87-274e875a78d0 [pid: 7|app: 0|req: 466/930] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:47:20 2026] POST /v2.0/networks => generated 718 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/931] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:47:21 2026] POST /v2.0/subnets => generated 685 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:47:21.434 7 INFO neutron.db.segments_db [None req-fef1ad64-f66a-4594-a220-ac99c583f651 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment cd398cbe-29a5-447d-b4a2-757ba17144d9 of type vxlan for network edb588b5-cda2-42a1-844a-965fc64a4fb4 2026-05-14 06:47:21.707 7 INFO neutron.db.l3_hamode_db [None req-fef1ad64-f66a-4594-a220-ac99c583f651 59e788d7d5df4217a920deff86b7374a dae83fb0e1bc45cf9defa5253c5a669d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 465/932] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:47:21 2026] PUT /v2.0/ports/c6d0281f-0c96-4374-9b45-322d06174084 => generated 968 bytes in 796 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-14 06:47:21.888 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-1be717da-8ae3-4b6a-9112-ddbab4bce53a'] response: {'name': 'network-changed', 'server_uuid': '0f08edef-092f-421b-b2c1-1be7c76bb585', 'tag': 'c6d0281f-0c96-4374-9b45-322d06174084', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 466/933] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:47:21 2026] POST /v2.0/subnets => generated 1323 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 467/934] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:47:22 2026] GET /v2.0/subnets => generated 1959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 468/935] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:22 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 469/936] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:22 2026] DELETE /v2.0/subnets/83db25e9-5745-4f0e-896a-5e5a425c2f54 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:22.507 7 INFO neutron.db.l3_hamode_db [None req-fef1ad64-f66a-4594-a220-ac99c583f651 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 470/937] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:22 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 471/938] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:22 2026] DELETE /v2.0/subnets/69d5dd80-5a9b-460a-b180-aa0bcfbcd4ac => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 472/939] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 473/940] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:47:22 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 474/941] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:22 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/942] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:47:21 2026] POST /v2.0/routers => generated 725 bytes in 2302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:47:23.683 6 INFO neutron.services.segments.plugin [-] Segment cb7f813e-b408-491e-9cd0-24aafd8cb871 resource provider aggregate not found 2026-05-14 06:47:23.683 6 INFO neutron.services.segments.plugin [-] Segment cb7f813e-b408-491e-9cd0-24aafd8cb871 resource provider aggregate not found 2026-05-14 06:47:23.713 6 INFO neutron.services.segments.plugin [-] Segment cb7f813e-b408-491e-9cd0-24aafd8cb871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7f813e-b408-491e-9cd0-24aafd8cb871 found for delete ", "request_id": "req-262f1223-f97a-45a5-94ee-c621fa1b2b1e"}]} 2026-05-14 06:47:23.716 6 INFO neutron.services.segments.plugin [-] Segment cb7f813e-b408-491e-9cd0-24aafd8cb871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7f813e-b408-491e-9cd0-24aafd8cb871 found for delete ", "request_id": "req-c9738120-6114-4957-95af-31c9a77aabcd"}]} [pid: 7|app: 0|req: 469/943] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:23 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 475/944] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:22 2026] DELETE /v2.0/networks/08cfc8fb-71f1-4bf0-96d5-1ab6cc7586ea => generated 0 bytes in 914 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/945] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:23 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/946] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:23 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:47:24.003 7 INFO neutron.services.segments.plugin [-] Segment 34377067-3f75-47c9-8b90-0a3b9364cf5f resource provider aggregate not found 2026-05-14 06:47:24.006 7 INFO neutron.services.segments.plugin [-] Segment 34377067-3f75-47c9-8b90-0a3b9364cf5f resource provider aggregate not found 2026-05-14 06:47:24.029 7 INFO neutron.services.segments.plugin [-] Segment 34377067-3f75-47c9-8b90-0a3b9364cf5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34377067-3f75-47c9-8b90-0a3b9364cf5f found for delete ", "request_id": "req-4fb649b3-a4b7-4f99-b667-e3fdb25babb4"}]} 2026-05-14 06:47:24.035 7 INFO neutron.services.segments.plugin [-] Segment 34377067-3f75-47c9-8b90-0a3b9364cf5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34377067-3f75-47c9-8b90-0a3b9364cf5f found for delete ", "request_id": "req-9dc44eab-841b-4353-a5e6-abb128aef12c"}]} [pid: 7|app: 0|req: 472/947] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:23 2026] DELETE /v2.0/networks/e648dc51-e353-49d8-bfc5-277424008e2c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/948] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:24 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&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: 474/949] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:24 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/950] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:24 2026] DELETE /v2.0/networks/12e0f584-e8d2-4e0b-9544-410e1a0b4b99 => 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: 476/951] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:24 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/952] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:24 2026] DELETE /v2.0/networks/a74941fb-9cc5-47bd-953f-ffaac00d1572 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/953] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:24 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/954] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:24 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => 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: 480/955] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:24 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/956] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/security-groups?tenant_id=bd0a8c206d1744d9a950cea7fc78c365&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 476/957] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:47:23 2026] PUT /v2.0/routers/9bc3c8bc-c927-4134-a907-d19b1f163603/add_router_interface => generated 309 bytes in 1605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/958] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/ports?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 477/959] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 478/960] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/networks?id=8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 479/961] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 480/962] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6d0281f-0c96-4374-9b45-322d06174084 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/963] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:25 2026] DELETE /v2.0/security-groups/5692d846-6911-4cd9-8980-063a2b27b09e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 481/964] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/subnets?id=8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/965] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/ports?network_id=8ce1838a-f610-4118-85cd-7d81de9edb06&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: 6|app: 0|req: 482/966] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/967] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:25 2026] GET /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:47:26.057 7 INFO neutron.services.segments.plugin [-] Segment 80d1492f-660f-43f7-8bb9-cf074fa692ca resource provider aggregate not found 2026-05-14 06:47:26.064 7 INFO neutron.services.segments.plugin [-] Segment 80d1492f-660f-43f7-8bb9-cf074fa692ca resource provider aggregate not found 2026-05-14 06:47:26.081 7 INFO neutron.services.segments.plugin [-] Segment 80d1492f-660f-43f7-8bb9-cf074fa692ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d1492f-660f-43f7-8bb9-cf074fa692ca found for delete ", "request_id": "req-96797218-9dec-4d6b-9d73-b7f071d5b2f1"}]} 2026-05-14 06:47:26.097 7 INFO neutron.services.segments.plugin [-] Segment 80d1492f-660f-43f7-8bb9-cf074fa692ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80d1492f-660f-43f7-8bb9-cf074fa692ca found for delete ", "request_id": "req-d82242e2-aee8-412c-8c82-779068685031"}]} 2026-05-14 06:47:26.112 7 INFO neutron.services.segments.plugin [-] Segment 05373b47-83a0-4735-845c-3119ef2f9dc0 resource provider aggregate not found 2026-05-14 06:47:26.131 7 INFO neutron.services.segments.plugin [-] Segment 05373b47-83a0-4735-845c-3119ef2f9dc0 resource provider aggregate not found 2026-05-14 06:47:26.134 7 INFO neutron.services.segments.plugin [-] Segment 05373b47-83a0-4735-845c-3119ef2f9dc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05373b47-83a0-4735-845c-3119ef2f9dc0 found for delete ", "request_id": "req-2d582e35-e669-4ff3-b2c4-252875768a53"}]} [pid: 7|app: 0|req: 486/968] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:26.159 7 INFO neutron.services.segments.plugin [-] Segment 05373b47-83a0-4735-845c-3119ef2f9dc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05373b47-83a0-4735-845c-3119ef2f9dc0 found for delete ", "request_id": "req-a034a5d9-be86-4135-a9ed-d19febea619f"}]} [pid: 7|app: 0|req: 487/969] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 483/970] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:47:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/971] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:47:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 484/972] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/ports?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 485/973] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/networks?id=e8f6349e-74e8-49f9-a861-4170ce5a799f => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/974] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:47:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 486/977] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0ae819bc-3df0-4e3c-9d0a-d366a7873f63 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 487/978] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 488/979] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/subnets?id=aec3f40d-d3bd-44bb-acf4-e8e8ff43cec1 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 489/980] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 490/981] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/ports?network_id=e8f6349e-74e8-49f9-a861-4170ce5a799f&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 491/982] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 492/983] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:26 2026] GET /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f?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: 492/984] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:47:26 2026] POST /v2.0/floatingips => generated 552 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 493/985] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/986] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/987] 10.0.0.109 () {34 vars in 1100 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1968197131&fields=id&tenant_id=dae83fb0e1bc45cf9defa5253c5a669d => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 494/988] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:47:27 2026] POST /v2.0/subnetpools => generated 548 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 495/989] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/990] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/991] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/subnetpools/31a4edaf-58a0-403c-b5cf-fdda438621c1 => generated 548 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 496/992] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/networks?id=56a930fe-f030-4fb5-8d87-274e875a78d0 => generated 670 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/993] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:27 2026] GET /v2.0/security-groups?id=0a60bab9-a8f2-449e-9621-7c1db883ef47&fields=id&fields=name => generated 111 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/994] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:47:28 2026] PUT /v2.0/subnetpools/31a4edaf-58a0-403c-b5cf-fdda438621c1 => generated 500 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:28.119 6 INFO neutron_taas.services.taas.taas_plugin [req-a76f5071-01aa-4cdf-b981-28184ff4bac0 req-0a042544-dce4-435a-9914-cf6bb97364d3 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] TaaS: Handle Delete Port: c6d0281f-0c96-4374-9b45-322d06174084 2026-05-14 06:47:28.123 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a76f5071-01aa-4cdf-b981-28184ff4bac0 req-0a042544-dce4-435a-9914-cf6bb97364d3 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] Tap Mirror: Handle Delete Port: c6d0281f-0c96-4374-9b45-322d06174084 [pid: 7|app: 0|req: 499/995] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/quotas/dae83fb0e1bc45cf9defa5253c5a669d => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/996] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:47:28 2026] DELETE /v2.0/subnetpools/31a4edaf-58a0-403c-b5cf-fdda438621c1 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:47:28.286 6 INFO neutron.db.l3_db [req-a76f5071-01aa-4cdf-b981-28184ff4bac0 req-0a042544-dce4-435a-9914-cf6bb97364d3 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] Floating IP 804c8711-6ed8-4aa2-a6e6-08a2720225a0 disassociated. External IP: 10.96.250.202, port: c6d0281f-0c96-4374-9b45-322d06174084. [pid: 7|app: 0|req: 501/997] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/ports?tenant_id=dae83fb0e1bc45cf9defa5253c5a669d&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:28.318 7 INFO neutron.api.v2.resource [None req-325cddcd-76c7-495d-9fe2-09c0bd4fac6a 9c921e99cbd9434e84fbc47b0058875a 916e8740f4014c10b08f2cb97d09e0f4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/998] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/subnetpools/31a4edaf-58a0-403c-b5cf-fdda438621c1 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/999] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:47:28.398 7 INFO neutron.api.v2.resource [None req-8a9549f5-a891-488e-b79a-9d2656881bdc 9c921e99cbd9434e84fbc47b0058875a 916e8740f4014c10b08f2cb97d09e0f4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/1000] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:47:28 2026] DELETE /v2.0/subnetpools/31a4edaf-58a0-403c-b5cf-fdda438621c1 => generated 145 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1001] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1002] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1003] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1004] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:28 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 497/1005] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:47:27 2026] DELETE /v2.0/ports/c6d0281f-0c96-4374-9b45-322d06174084 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:28.757 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-a73de83f-d7f0-40cc-9653-4e657a846fc2'] response: {'server_uuid': '0f08edef-092f-421b-b2c1-1be7c76bb585', 'name': 'network-vif-deleted', 'tag': 'c6d0281f-0c96-4374-9b45-322d06174084', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 498/1006] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:29 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1007] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:29 2026] GET /v2.0/security-groups?tenant_id=916e8740f4014c10b08f2cb97d09e0f4&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 499/1008] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:29 2026] DELETE /v2.0/security-groups/461996ab-8ae4-40dc-9c0e-35265470d8b1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 500/1009] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:29 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1010] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:29 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 501/1011] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:29 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&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: 511/1012] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:30 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 502/1013] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:30 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1014] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:31 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 503/1015] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:31 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1016] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:31 2026] GET /v2.0/ports?device_id=0f08edef-092f-421b-b2c1-1be7c76bb585 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 504/1017] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:32 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1018] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:32 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 505/1019] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:32 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&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: 515/1020] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:32 2026] DELETE /v2.0/security-groups/0a60bab9-a8f2-449e-9621-7c1db883ef47 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:47:32.666 6 INFO neutron.api.v2.resource [None req-95b3fc00-491a-4909-be76-76109d20ae6d 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 506/1021] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:47:32 2026] GET /v2.0/security-groups/0a60bab9-a8f2-449e-9621-7c1db883ef47 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:47:32.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba6d39fa-d3b4-47d4-a035-308f60b9aae6 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] TaaS: Handle Delete Port: 309b51df-ddd7-4e2a-a24b-9434072d7dce 2026-05-14 06:47:32.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba6d39fa-d3b4-47d4-a035-308f60b9aae6 551e030eda6b480d8fca988f4dba8151 3dbe88dd45f4475f8944d9f2334149f4 - - default default] Tap Mirror: Handle Delete Port: 309b51df-ddd7-4e2a-a24b-9434072d7dce [pid: 7|app: 0|req: 516/1022] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:47:32 2026] DELETE /v2.0/floatingips/804c8711-6ed8-4aa2-a6e6-08a2720225a0 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 507/1023] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:33 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 508/1024] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:33 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 969 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 509/1025] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:33 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:33.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-da8f6e44-1e05-4abf-aa37-4131153ef560 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 5d70796d-8bdb-4b93-8021-17d139edbb3b 2026-05-14 06:47:33.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da8f6e44-1e05-4abf-aa37-4131153ef560 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 5d70796d-8bdb-4b93-8021-17d139edbb3b [pid: 6|app: 0|req: 510/1026] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:34 2026] GET /v2.0/networks?id=56a930fe-f030-4fb5-8d87-274e875a78d0 => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 511/1027] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:47:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dae83fb0e1bc45cf9defa5253c5a669d => generated 181 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1028] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:47:33 2026] PUT /v2.0/routers/912fbc2d-4885-4ea7-a8f2-55bbaf842fdb/remove_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1029] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:34 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 512/1030] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:47:34 2026] POST /v2.0/ports => generated 958 bytes in 642 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: 6|app: 0|req: 513/1031] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:34 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:34.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-580e0438-f22b-4091-8366-67a9e40fa56a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: f03c12b5-e892-40b8-9ec0-799c13d74c78 2026-05-14 06:47:34.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580e0438-f22b-4091-8366-67a9e40fa56a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: f03c12b5-e892-40b8-9ec0-799c13d74c78 2026-05-14 06:47:35.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-580e0438-f22b-4091-8366-67a9e40fa56a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: a95fbc02-3431-4b34-98d5-b641e6f5643d 2026-05-14 06:47:35.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580e0438-f22b-4091-8366-67a9e40fa56a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: a95fbc02-3431-4b34-98d5-b641e6f5643d [pid: 6|app: 0|req: 514/1032] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:47:34 2026] PUT /v2.0/ports/b0c47612-de64-4a3e-b5b5-c3aca3fcf502 => generated 1239 bytes in 554 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: 6|app: 0|req: 515/1033] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:35 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:35.484 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-76dadf8f-d283-4b06-93a3-0e8c2ae368ec'] response: {'name': 'network-changed', 'server_uuid': '5ecffb9b-254f-4cf2-a92a-ccea532675ad', 'tag': 'b0c47612-de64-4a3e-b5b5-c3aca3fcf502', 'status': 'completed', 'code': 200} 2026-05-14 06:47:35.639 7 INFO neutron.services.segments.plugin [-] Segment f30ca718-26e1-4135-8b3e-4c0ab01a4bbe resource provider aggregate not found 2026-05-14 06:47:35.647 7 INFO neutron.services.segments.plugin [-] Segment f30ca718-26e1-4135-8b3e-4c0ab01a4bbe resource provider aggregate not found 2026-05-14 06:47:35.677 7 INFO neutron.services.segments.plugin [-] Segment f30ca718-26e1-4135-8b3e-4c0ab01a4bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f30ca718-26e1-4135-8b3e-4c0ab01a4bbe found for delete ", "request_id": "req-e33346ff-a150-4547-90c9-9b71c907f5aa"}]} 2026-05-14 06:47:35.678 7 INFO neutron.services.segments.plugin [-] Segment f30ca718-26e1-4135-8b3e-4c0ab01a4bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f30ca718-26e1-4135-8b3e-4c0ab01a4bbe found for delete ", "request_id": "req-627ad7f7-2f8f-4c24-82d1-88e51d9aaa09"}]} 2026-05-14 06:47:35.696 7 INFO neutron.db.l3_hamode_db [None req-580e0438-f22b-4091-8366-67a9e40fa56a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 0b115ade-64b5-43cd-b03f-9534383029db was deleted as no HA routers are present in tenant 3dbe88dd45f4475f8944d9f2334149f4. [pid: 7|app: 0|req: 519/1034] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:34 2026] DELETE /v2.0/routers/912fbc2d-4885-4ea7-a8f2-55bbaf842fdb => generated 0 bytes in 1123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 516/1035] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:35 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 517/1036] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:35 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1037] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:35 2026] DELETE /v2.0/subnets/8cc7d41e-238a-40f7-858d-7f2fc10e950d => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1038] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:35 2026] GET /v2.0/ports?tenant_id=dae83fb0e1bc45cf9defa5253c5a669d&device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:47:36.081 6 INFO neutron_taas.services.taas.taas_plugin [None req-65053c00-36e4-475c-ab8f-6721c706938e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 347c2876-e360-4ab8-bb1b-d6011d10507b 2026-05-14 06:47:36.085 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65053c00-36e4-475c-ab8f-6721c706938e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 347c2876-e360-4ab8-bb1b-d6011d10507b [pid: 7|app: 0|req: 522/1039] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/networks?tenant_id=dae83fb0e1bc45cf9defa5253c5a669d&shared=False => generated 765 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1040] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:36.289 6 INFO neutron.services.segments.plugin [-] Segment d1b18980-965f-470c-97b2-fc0f79bd914e resource provider aggregate not found 2026-05-14 06:47:36.298 6 INFO neutron.services.segments.plugin [-] Segment d1b18980-965f-470c-97b2-fc0f79bd914e resource provider aggregate not found 2026-05-14 06:47:36.316 6 INFO neutron.services.segments.plugin [-] Segment d1b18980-965f-470c-97b2-fc0f79bd914e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b18980-965f-470c-97b2-fc0f79bd914e found for delete ", "request_id": "req-0ad765d7-6b2f-4116-af17-28bbbfb7e2a3"}]} 2026-05-14 06:47:36.325 6 INFO neutron.services.segments.plugin [-] Segment d1b18980-965f-470c-97b2-fc0f79bd914e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b18980-965f-470c-97b2-fc0f79bd914e found for delete ", "request_id": "req-08b712c8-02e3-4ba7-9551-ec182dd21bf2"}]} [pid: 6|app: 0|req: 518/1041] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:35 2026] DELETE /v2.0/networks/8ce1838a-f610-4118-85cd-7d81de9edb06 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 519/1042] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/security-groups?tenant_id=3dbe88dd45f4475f8944d9f2334149f4&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1043] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/security-groups?tenant_id=4b6210ea9c544ee3915a5d4c2471c36e&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 520/1044] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:36 2026] DELETE /v2.0/security-groups/c7866012-81a8-486b-b7ea-d0acb1763397 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1045] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1046] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 521/1047] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:36 2026] DELETE /v2.0/security-groups/c6a2a761-65fa-4867-b277-1f0f5662964a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1048] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 973 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1049] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&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: 6|app: 0|req: 522/1050] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:36 2026] GET /v2.0/security-groups?tenant_id=08187dff7df341b2ba2b22ad662b19d1&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: 529/1051] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:37 2026] DELETE /v2.0/security-groups/ee977682-9c19-473e-a8e7-dee03d91ee29 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 523/1052] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:37 2026] GET /v2.0/ports?tenant_id=dae83fb0e1bc45cf9defa5253c5a669d&device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1053] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:47:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b0c47612-de64-4a3e-b5b5-c3aca3fcf502 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 524/1054] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:37 2026] GET /v2.0/subnets?id=669e91a7-4f68-4d20-8d2e-4c063f3ac58a => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1055] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:37 2026] GET /v2.0/ports?network_id=56a930fe-f030-4fb5-8d87-274e875a78d0&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 525/1056] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:37 2026] GET /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1057] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:37 2026] GET /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0?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: 6|app: 0|req: 526/1058] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:38 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1059] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:38 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:39.195 6 INFO neutron.db.segments_db [None req-8bb310df-ecb7-418f-a2c0-caa6171037e4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 of type vxlan for network ac491467-29b1-4eda-9a2b-7a3470b84b8d [pid: 7|app: 0|req: 534/1060] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:39 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 527/1061] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:47:38 2026] POST /v2.0/networks => generated 723 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1062] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:39 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&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: 6|app: 0|req: 528/1063] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:47:39 2026] POST /v2.0/subnets => generated 689 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:47:39.661 7 INFO neutron.db.segments_db [None req-a2b5ee58-1fdd-4925-ad46-0027405ac5c0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 0a5bfc25-f7ce-47f6-b72c-587068e819d0 of type vxlan for network 05284011-4022-40c8-8ed4-ec8407f5fb15 2026-05-14 06:47:40.015 7 INFO neutron.db.l3_hamode_db [None req-a2b5ee58-1fdd-4925-ad46-0027405ac5c0 59e788d7d5df4217a920deff86b7374a b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 529/1064] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:40 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 530/1065] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:40 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:40.935 7 INFO neutron.db.l3_hamode_db [None req-a2b5ee58-1fdd-4925-ad46-0027405ac5c0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 531/1066] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:41 2026] GET /v2.0/security-groups?tenant_id=f97c9732f8e64a71968c38fb3f9f41c5&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1069] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:47:39 2026] POST /v2.0/routers => generated 729 bytes in 2217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1070] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:41 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 534/1071] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:41 2026] DELETE /v2.0/security-groups/7e4a6be9-34ed-4042-a3ab-18b5790cd4fa => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 535/1072] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:41 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&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: 6|app: 0|req: 536/1073] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:43 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 537/1074] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:43 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&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: 6|app: 0|req: 538/1075] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:43 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1076] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:47:41 2026] PUT /v2.0/routers/f8593467-e4e4-482d-a921-4bc42e66ffe3/add_router_interface => generated 309 bytes in 1576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:43.744 6 INFO neutron.db.l3_db [None req-fc5572b3-677b-4096-8704-a842fae9d610 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] Floating IP 51ac87a8-7be5-46ad-b4f8-59b0d4817dff associated. External IP: 10.96.250.217, port: b0c47612-de64-4a3e-b5b5-c3aca3fcf502. [pid: 6|app: 0|req: 539/1077] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:47:43 2026] PUT /v2.0/floatingips/51ac87a8-7be5-46ad-b4f8-59b0d4817dff => generated 856 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:44.259 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-81249e91-863d-44fc-b1c0-302c8948ac5c'] response: {'name': 'network-changed', 'server_uuid': '5ecffb9b-254f-4cf2-a92a-ccea532675ad', 'tag': 'b0c47612-de64-4a3e-b5b5-c3aca3fcf502', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 540/1078] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1079] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:47:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 541/1080] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&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: 7|app: 0|req: 540/1081] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:47:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 542/1082] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:47:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 543/1083] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 544/1084] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/ports?tenant_id=dae83fb0e1bc45cf9defa5253c5a669d&device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 545/1085] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&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: 6|app: 0|req: 546/1086] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/networks?id=56a930fe-f030-4fb5-8d87-274e875a78d0 => generated 765 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 547/1087] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:47:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b0c47612-de64-4a3e-b5b5-c3aca3fcf502 => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 548/1088] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:45 2026] GET /v2.0/subnets?id=669e91a7-4f68-4d20-8d2e-4c063f3ac58a => generated 688 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 549/1089] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:45 2026] GET /v2.0/ports?network_id=56a930fe-f030-4fb5-8d87-274e875a78d0&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 550/1090] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:45 2026] GET /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 551/1091] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:45 2026] GET /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1092] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:47:44 2026] POST /v2.0/floatingips => generated 552 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 552/1093] 10.0.0.109 () {34 vars in 1098 bytes} [Thu May 14 06:47:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--129055415&fields=id&tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 553/1094] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/networks?id=ac491467-29b1-4eda-9a2b-7a3470b84b8d => generated 674 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 554/1095] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/quotas/b8a50a568f2b4c2b9faf5e252a0e8148 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1096] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1097] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/ports?tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1098] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1099] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1100] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => 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: 547/1101] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1102] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 555/1103] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/security-groups?tenant_id=96135162c3f049aea207620488f1f6e4&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 556/1104] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:46 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1105] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:46 2026] DELETE /v2.0/security-groups/3b5aff40-e9dc-4f9b-8850-424ded2d337b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 557/1106] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:47:47 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:47.374 7 INFO neutron_taas.services.taas.taas_plugin [req-3284fd1c-754b-49ad-a4d0-82a541daef6b req-d48cba9d-363c-4319-b6eb-27e78661ec6d 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] TaaS: Handle Delete Port: b0c47612-de64-4a3e-b5b5-c3aca3fcf502 2026-05-14 06:47:47.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3284fd1c-754b-49ad-a4d0-82a541daef6b req-d48cba9d-363c-4319-b6eb-27e78661ec6d 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] Tap Mirror: Handle Delete Port: b0c47612-de64-4a3e-b5b5-c3aca3fcf502 [pid: 6|app: 0|req: 558/1107] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:47 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 559/1108] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:47 2026] GET /v2.0/security-groups?id=6bc04aaa-2c7b-4b10-bd32-d33319fbdeca&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:47.506 7 INFO neutron.db.l3_db [req-3284fd1c-754b-49ad-a4d0-82a541daef6b req-d48cba9d-363c-4319-b6eb-27e78661ec6d 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] Floating IP 51ac87a8-7be5-46ad-b4f8-59b0d4817dff disassociated. External IP: 10.96.250.217, port: b0c47612-de64-4a3e-b5b5-c3aca3fcf502. [pid: 6|app: 0|req: 560/1109] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:47 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1110] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:47:47 2026] DELETE /v2.0/ports/b0c47612-de64-4a3e-b5b5-c3aca3fcf502 => generated 0 bytes in 702 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:48.012 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d41004d9-7a40-42dd-9955-cd7984d82176'] response: {'server_uuid': '5ecffb9b-254f-4cf2-a92a-ccea532675ad', 'name': 'network-vif-deleted', 'tag': 'b0c47612-de64-4a3e-b5b5-c3aca3fcf502', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 561/1111] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:48 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1112] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:48 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 562/1113] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:49 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1114] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:49 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 563/1115] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:50 2026] GET /v2.0/security-groups?tenant_id=1b3c521bf1d84f18bd581d3425f82e29&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 564/1116] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:50 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1117] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:50 2026] DELETE /v2.0/security-groups/763cd09a-489e-4f47-8e10-02deeea51bc4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 565/1118] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:47:50 2026] GET /v2.0/networks?id=ac491467-29b1-4eda-9a2b-7a3470b84b8d => generated 674 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1119] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:47:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1120] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:51 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 566/1121] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:47:51 2026] POST /v2.0/ports => generated 954 bytes in 478 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: 6|app: 0|req: 567/1122] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:51 2026] GET /v2.0/ports?device_id=5ecffb9b-254f-4cf2-a92a-ccea532675ad => 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: 556/1123] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:47:51 2026] PUT /v2.0/ports/ab4c368c-5738-4db7-b67f-0f1a2b208cb7 => generated 1235 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:47:52.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a7a413c-199b-4d52-a709-a786e0542b9d'] response: {'name': 'network-changed', 'server_uuid': 'c8a671ea-d547-4e9d-acb1-e2459f229c28', 'tag': 'ab4c368c-5738-4db7-b67f-0f1a2b208cb7', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 568/1124] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:52 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 969 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: 557/1125] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:52 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&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: 6|app: 0|req: 569/1126] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:52 2026] GET /v2.0/ports?tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148&device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1127] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:47:52 2026] GET /v2.0/networks?tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148&shared=False => generated 770 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 570/1128] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:47:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1129] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:53 2026] DELETE /v2.0/security-groups/6bc04aaa-2c7b-4b10-bd32-d33319fbdeca => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:47:53.148 6 INFO neutron.api.v2.resource [None req-135e0912-6206-4baa-9673-ae82f3c5c44b 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 571/1130] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/security-groups/6bc04aaa-2c7b-4b10-bd32-d33319fbdeca => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:47:53.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-c91e2130-6cd6-4bfa-87bd-549f28a14950 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] TaaS: Handle Delete Port: a8875245-d8a2-4b8d-bb32-3625551152bd 2026-05-14 06:47:53.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c91e2130-6cd6-4bfa-87bd-549f28a14950 61662e9c4f1647849a49d7a29eefe829 dae83fb0e1bc45cf9defa5253c5a669d - - default default] Tap Mirror: Handle Delete Port: a8875245-d8a2-4b8d-bb32-3625551152bd [pid: 6|app: 0|req: 572/1131] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 573/1132] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&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: 560/1133] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:47:53 2026] DELETE /v2.0/floatingips/51ac87a8-7be5-46ad-b4f8-59b0d4817dff => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1134] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/ports?tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148&device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1135] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ab4c368c-5738-4db7-b67f-0f1a2b208cb7 => 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: 563/1136] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/subnets?id=042d0125-f875-4a4c-acca-addadc813abd => generated 692 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1137] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/ports?network_id=ac491467-29b1-4eda-9a2b-7a3470b84b8d&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1138] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d?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: 566/1139] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:47:53 2026] GET /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:47:54.053 6 INFO neutron_taas.services.taas.taas_plugin [None req-cd1dd90c-0098-425d-ac0f-8543262c0ea4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 33799ba0-b005-462d-8d74-9378d4a42d28 2026-05-14 06:47:54.056 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd1dd90c-0098-425d-ac0f-8543262c0ea4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 33799ba0-b005-462d-8d74-9378d4a42d28 [pid: 7|app: 0|req: 567/1140] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:54 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1141] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:54 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 574/1142] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:47:53 2026] PUT /v2.0/routers/9bc3c8bc-c927-4134-a907-d19b1f163603/remove_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 575/1143] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:54 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 576/1144] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:54 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:55.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ec3f4b-0fcb-41d2-ac51-0392cfc2196e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 1e95afbe-3838-4ef1-922b-4a42d1c0ff54 2026-05-14 06:47:55.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ec3f4b-0fcb-41d2-ac51-0392cfc2196e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 1e95afbe-3838-4ef1-922b-4a42d1c0ff54 [pid: 6|app: 0|req: 577/1145] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:55 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 578/1146] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:55 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&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-14 06:47:55.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ec3f4b-0fcb-41d2-ac51-0392cfc2196e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: c1db1c1c-1a60-47f9-add3-8f34082f0af2 2026-05-14 06:47:55.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ec3f4b-0fcb-41d2-ac51-0392cfc2196e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: c1db1c1c-1a60-47f9-add3-8f34082f0af2 [pid: 6|app: 0|req: 579/1147] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:55 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:55.827 7 INFO neutron.services.segments.plugin [-] Segment cd398cbe-29a5-447d-b4a2-757ba17144d9 resource provider aggregate not found 2026-05-14 06:47:55.829 7 INFO neutron.services.segments.plugin [-] Segment cd398cbe-29a5-447d-b4a2-757ba17144d9 resource provider aggregate not found [pid: 6|app: 0|req: 580/1148] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:55 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:55.853 7 INFO neutron.services.segments.plugin [-] Segment cd398cbe-29a5-447d-b4a2-757ba17144d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd398cbe-29a5-447d-b4a2-757ba17144d9 found for delete ", "request_id": "req-ab995cda-6695-49f4-9d3c-734a48673bf3"}]} 2026-05-14 06:47:55.857 7 INFO neutron.services.segments.plugin [-] Segment cd398cbe-29a5-447d-b4a2-757ba17144d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd398cbe-29a5-447d-b4a2-757ba17144d9 found for delete ", "request_id": "req-f7c62b58-99a7-4264-9c17-cf0fd00cf546"}]} 2026-05-14 06:47:55.861 7 INFO neutron.db.l3_hamode_db [None req-25ec3f4b-0fcb-41d2-ac51-0392cfc2196e 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network edb588b5-cda2-42a1-844a-965fc64a4fb4 was deleted as no HA routers are present in tenant dae83fb0e1bc45cf9defa5253c5a669d. [pid: 7|app: 0|req: 569/1149] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:54 2026] DELETE /v2.0/routers/9bc3c8bc-c927-4134-a907-d19b1f163603 => generated 0 bytes in 1067 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 581/1150] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:47:55 2026] DELETE /v2.0/subnets/669e91a7-4f68-4d20-8d2e-4c063f3ac58a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:56.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaa88550-ce20-4977-adc1-8304c7a1be30 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: f2756a65-7a33-4d8b-a570-22138e732394 2026-05-14 06:47:56.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaa88550-ce20-4977-adc1-8304c7a1be30 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: f2756a65-7a33-4d8b-a570-22138e732394 [pid: 7|app: 0|req: 570/1151] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:47:56 2026] DELETE /v2.0/networks/56a930fe-f030-4fb5-8d87-274e875a78d0 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 582/1152] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:56 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => 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: 571/1153] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:56 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 584/1156] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:47:56 2026] GET /v2.0/security-groups?tenant_id=dae83fb0e1bc45cf9defa5253c5a669d&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1157] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:47:56 2026] DELETE /v2.0/security-groups/9f1e0c27-2822-4f14-990a-660892f87259 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 585/1158] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:56 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 969 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1159] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:57 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 586/1160] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:57 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1161] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:57 2026] GET /v2.0/security-groups?id=2de185f0-b1cd-4709-a92c-4399e45ced7e&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 587/1162] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:47:57 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:47:57.804 7 INFO neutron_taas.services.taas.taas_plugin [req-4cb5779b-68c2-4922-b42c-e1a82f2237bd req-1c11f721-2b47-42aa-9932-9b76cdc2d9ac 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] TaaS: Handle Delete Port: 0ae819bc-3df0-4e3c-9d0a-d366a7873f63 2026-05-14 06:47:57.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4cb5779b-68c2-4922-b42c-e1a82f2237bd req-1c11f721-2b47-42aa-9932-9b76cdc2d9ac 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] Tap Mirror: Handle Delete Port: 0ae819bc-3df0-4e3c-9d0a-d366a7873f63 2026-05-14 06:47:57.891 7 INFO neutron.services.segments.plugin [-] Segment 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 resource provider aggregate not found 2026-05-14 06:47:57.903 7 INFO neutron.services.segments.plugin [-] Segment 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 resource provider aggregate not found 2026-05-14 06:47:57.924 7 INFO neutron.services.segments.plugin [-] Segment 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 found for delete ", "request_id": "req-f05f360c-2a66-4483-8fd8-582fcef444b9"}]} 2026-05-14 06:47:57.936 7 INFO neutron.services.segments.plugin [-] Segment 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e2c3d8-ec6d-403a-a7a9-5f47c5aac393 found for delete ", "request_id": "req-68af0aac-fd4b-47be-8b00-f127fc8235d3"}]} 2026-05-14 06:47:58.069 7 INFO neutron.db.l3_db [req-4cb5779b-68c2-4922-b42c-e1a82f2237bd req-1c11f721-2b47-42aa-9932-9b76cdc2d9ac 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] Floating IP c810f9a1-83f0-4176-aafe-adff3239b7b8 disassociated. External IP: 10.96.250.210, port: 0ae819bc-3df0-4e3c-9d0a-d366a7873f63. [pid: 6|app: 0|req: 588/1163] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:58 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 589/1164] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:58 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&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: 576/1165] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:47:57 2026] DELETE /v2.0/ports/0ae819bc-3df0-4e3c-9d0a-d366a7873f63 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:47:58.628 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1fe82cb-0379-447c-b963-d8cc59eb3d7f'] response: {'server_uuid': '6fc01b8b-fd80-409e-9db7-5f2b9eeca674', 'name': 'network-vif-deleted', 'tag': '0ae819bc-3df0-4e3c-9d0a-d366a7873f63', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 590/1166] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:58 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => 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: 577/1167] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:59 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 591/1168] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:47:59 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&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: 578/1169] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:59 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1170] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:47:59 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:48:00.215 6 INFO neutron.db.l3_db [None req-8a6a1cdd-6fad-4420-ac15-dd0eda477ead 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] Floating IP 6710f9f4-8a81-4240-94b1-03714a55a919 associated. External IP: 10.96.250.207, port: ab4c368c-5738-4db7-b67f-0f1a2b208cb7. [pid: 6|app: 0|req: 592/1171] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:47:59 2026] PUT /v2.0/floatingips/6710f9f4-8a81-4240-94b1-03714a55a919 => generated 855 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:00.686 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb47caa5-c186-4021-9e2f-1bcad269860d'] response: {'name': 'network-changed', 'server_uuid': 'c8a671ea-d547-4e9d-acb1-e2459f229c28', 'tag': 'ab4c368c-5738-4db7-b67f-0f1a2b208cb7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 580/1172] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:00 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 593/1173] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:48:00 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1174] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:00 2026] GET /v2.0/ports?device_id=6fc01b8b-fd80-409e-9db7-5f2b9eeca674 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1175] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/ports?tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148&device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1176] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1177] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/networks?id=ac491467-29b1-4eda-9a2b-7a3470b84b8d => generated 770 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1178] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&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: 6|app: 0|req: 594/1179] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/security-groups?tenant_id=3fc1ed4d6afd48d89425153b292636d5&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1180] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ab4c368c-5738-4db7-b67f-0f1a2b208cb7 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1181] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/subnets?id=042d0125-f875-4a4c-acca-addadc813abd => generated 692 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 595/1182] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:01 2026] DELETE /v2.0/security-groups/b6d7355a-c9df-4720-9ff6-e32049f3a3d0 => 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: 588/1183] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/ports?network_id=ac491467-29b1-4eda-9a2b-7a3470b84b8d&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 596/1184] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1185] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 597/1186] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:01 2026] GET /v2.0/security-groups?tenant_id=5d83a6fabec84ec68a7d31dea5a9ce28&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1187] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:01 2026] DELETE /v2.0/security-groups/7fd52d34-9960-43b7-b938-70b92e503ffd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 598/1188] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:02 2026] DELETE /v2.0/security-groups/2de185f0-b1cd-4709-a92c-4399e45ced7e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:02.222 7 INFO neutron.api.v2.resource [None req-cccb5f15-3be2-46d6-8f0f-c5462eb55ade 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1189] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:48:02 2026] GET /v2.0/security-groups/2de185f0-b1cd-4709-a92c-4399e45ced7e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:48:02.333 6 INFO neutron_taas.services.taas.taas_plugin [None req-497f420e-6893-459b-b92e-78763b395c2f 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] TaaS: Handle Delete Port: 2f6413aa-14b1-423f-acb0-9f3fe53101ca 2026-05-14 06:48:02.338 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-497f420e-6893-459b-b92e-78763b395c2f 7048baaa9c1c4f19a16f7aaa035a013d 788df0ae452d4772b0c9a36718ae6cf2 - - default default] Tap Mirror: Handle Delete Port: 2f6413aa-14b1-423f-acb0-9f3fe53101ca [pid: 6|app: 0|req: 599/1190] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:02 2026] DELETE /v2.0/floatingips/c810f9a1-83f0-4176-aafe-adff3239b7b8 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1191] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:02 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1192] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:48:02 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&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-14 06:48:02.947 6 INFO neutron_taas.services.taas.taas_plugin [None req-b09dd78c-74b8-4078-8afc-82d2f013783a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: edcf84db-7803-4f6a-8cfd-8dca532a9834 2026-05-14 06:48:02.951 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b09dd78c-74b8-4078-8afc-82d2f013783a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: edcf84db-7803-4f6a-8cfd-8dca532a9834 [pid: 6|app: 0|req: 600/1193] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:48:02 2026] PUT /v2.0/routers/6cc89880-ac1d-4017-b600-8ec2cca63efa/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 601/1194] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:48:03 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 602/1195] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:03 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:03.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c9883c7-8b90-4a68-b52f-176ff35b24a9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 48f24973-5882-4bea-9a47-f75cf97b4e0a 2026-05-14 06:48:03.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c9883c7-8b90-4a68-b52f-176ff35b24a9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 48f24973-5882-4bea-9a47-f75cf97b4e0a 2026-05-14 06:48:03.890 6 INFO neutron_taas.services.taas.taas_plugin [req-0b7b92ed-4947-4447-a1d3-13591b456bbd req-156487fd-5401-472e-ae94-bd785751dbb3 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] TaaS: Handle Delete Port: ab4c368c-5738-4db7-b67f-0f1a2b208cb7 2026-05-14 06:48:03.894 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b7b92ed-4947-4447-a1d3-13591b456bbd req-156487fd-5401-472e-ae94-bd785751dbb3 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] Tap Mirror: Handle Delete Port: ab4c368c-5738-4db7-b67f-0f1a2b208cb7 2026-05-14 06:48:04.094 6 INFO neutron.db.l3_db [req-0b7b92ed-4947-4447-a1d3-13591b456bbd req-156487fd-5401-472e-ae94-bd785751dbb3 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] Floating IP 6710f9f4-8a81-4240-94b1-03714a55a919 disassociated. External IP: 10.96.250.207, port: ab4c368c-5738-4db7-b67f-0f1a2b208cb7. 2026-05-14 06:48:04.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c9883c7-8b90-4a68-b52f-176ff35b24a9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 3a2125f1-be36-4982-bc84-de03bb29c816 2026-05-14 06:48:04.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c9883c7-8b90-4a68-b52f-176ff35b24a9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 3a2125f1-be36-4982-bc84-de03bb29c816 [pid: 6|app: 0|req: 603/1196] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:48:03 2026] DELETE /v2.0/ports/ab4c368c-5738-4db7-b67f-0f1a2b208cb7 => generated 0 bytes in 797 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:04.628 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-085799d9-ffe5-4791-8ce8-0381a8a23b8b'] response: {'server_uuid': 'c8a671ea-d547-4e9d-acb1-e2459f229c28', 'name': 'network-vif-deleted', 'tag': 'ab4c368c-5738-4db7-b67f-0f1a2b208cb7', 'status': 'completed', 'code': 200} 2026-05-14 06:48:04.643 7 INFO neutron.services.segments.plugin [-] Segment d63fa00f-2c61-4642-8ec7-dbb75e081b8d resource provider aggregate not found [pid: 6|app: 0|req: 604/1197] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:48:04 2026] GET /v2.0/security-groups?id=74ef3fa7-c38e-4744-8208-7383a7cecca4&fields=id&fields=name => generated 113 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:04.658 7 INFO neutron.services.segments.plugin [-] Segment d63fa00f-2c61-4642-8ec7-dbb75e081b8d resource provider aggregate not found 2026-05-14 06:48:04.682 7 INFO neutron.services.segments.plugin [-] Segment d63fa00f-2c61-4642-8ec7-dbb75e081b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63fa00f-2c61-4642-8ec7-dbb75e081b8d found for delete ", "request_id": "req-3c6fb5d5-a306-48d3-b5d4-e97733ebc7c8"}]} 2026-05-14 06:48:04.683 7 INFO neutron.services.segments.plugin [-] Segment d63fa00f-2c61-4642-8ec7-dbb75e081b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63fa00f-2c61-4642-8ec7-dbb75e081b8d found for delete ", "request_id": "req-270b1295-daeb-4ab8-b429-df1a9e9529ef"}]} 2026-05-14 06:48:04.719 7 INFO neutron.db.l3_hamode_db [None req-7c9883c7-8b90-4a68-b52f-176ff35b24a9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 8d26094d-e94a-48e0-b572-6229f756e215 was deleted as no HA routers are present in tenant 788df0ae452d4772b0c9a36718ae6cf2. [pid: 7|app: 0|req: 594/1198] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:03 2026] DELETE /v2.0/routers/6cc89880-ac1d-4017-b600-8ec2cca63efa => generated 0 bytes in 1182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1199] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:04 2026] DELETE /v2.0/subnets/aec3f40d-d3bd-44bb-acf4-e8e8ff43cec1 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:05.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-b89a6704-84b6-4d29-af45-89cd1219219c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 66c54983-7520-4264-b868-7aa9200aaab8 2026-05-14 06:48:05.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b89a6704-84b6-4d29-af45-89cd1219219c 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 66c54983-7520-4264-b868-7aa9200aaab8 [pid: 6|app: 0|req: 605/1200] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:04 2026] GET /v2.0/security-groups?tenant_id=51126db305bf4d93a4f2cba527f90129&name=default => generated 2925 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 606/1201] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:05 2026] DELETE /v2.0/security-groups/99bbff78-5f49-4ce0-8e8d-a733ccbf9d51 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 607/1202] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:05 2026] GET /v2.0/security-groups?tenant_id=764c8dfe841648298718c65be6d24260&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 608/1203] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:05 2026] DELETE /v2.0/security-groups/00aa2b09-704b-46e1-b835-bcc38f0fe5d2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 609/1204] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:05 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1205] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:04 2026] DELETE /v2.0/networks/e8f6349e-74e8-49f9-a861-4170ce5a799f => generated 0 bytes in 1040 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 610/1206] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:06 2026] GET /v2.0/security-groups?tenant_id=788df0ae452d4772b0c9a36718ae6cf2&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1207] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:06 2026] DELETE /v2.0/security-groups/a1c7b303-e8d9-4cf6-9d99-6cc95e1eeebc => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:06.706 7 INFO neutron.services.segments.plugin [-] Segment 1975668f-165b-4b7f-928b-206ce90f4b25 resource provider aggregate not found 2026-05-14 06:48:06.717 7 INFO neutron.services.segments.plugin [-] Segment 1975668f-165b-4b7f-928b-206ce90f4b25 resource provider aggregate not found 2026-05-14 06:48:06.727 7 INFO neutron.services.segments.plugin [-] Segment 1975668f-165b-4b7f-928b-206ce90f4b25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1975668f-165b-4b7f-928b-206ce90f4b25 found for delete ", "request_id": "req-d24fcef6-c02f-447c-9788-2e75a116e6be"}]} 2026-05-14 06:48:06.743 7 INFO neutron.services.segments.plugin [-] Segment 1975668f-165b-4b7f-928b-206ce90f4b25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1975668f-165b-4b7f-928b-206ce90f4b25 found for delete ", "request_id": "req-04bbc25f-3b34-4602-8483-f9f573da58f2"}]} [pid: 6|app: 0|req: 611/1208] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:48:06 2026] GET /v2.0/ports?device_id=c8a671ea-d547-4e9d-acb1-e2459f229c28 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 612/1209] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:08 2026] DELETE /v2.0/security-groups/74ef3fa7-c38e-4744-8208-7383a7cecca4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:08.165 6 INFO neutron.api.v2.resource [None req-3858fc54-931a-44cb-bcc6-ed70a3da60e5 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 613/1210] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:48:08 2026] GET /v2.0/security-groups/74ef3fa7-c38e-4744-8208-7383a7cecca4 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:48:08.300 6 INFO neutron_taas.services.taas.taas_plugin [None req-6aea4c2b-6ab1-4f15-a87d-b83fa0378734 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] TaaS: Handle Delete Port: b12fbc50-3e19-44bc-bee1-5a2e6e15aae7 [pid: 7|app: 0|req: 598/1211] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:07 2026] GET /v2.0/security-groups?tenant_id=83e6ab46eab9475084fd6599978a25e1&name=default => generated 2925 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:08.305 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aea4c2b-6ab1-4f15-a87d-b83fa0378734 268e15fa52804219877fb6ad7bed8200 b8a50a568f2b4c2b9faf5e252a0e8148 - - default default] Tap Mirror: Handle Delete Port: b12fbc50-3e19-44bc-bee1-5a2e6e15aae7 [pid: 7|app: 0|req: 599/1212] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:08 2026] DELETE /v2.0/security-groups/362adea8-78b0-472b-888f-37c86b0fe0f5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 614/1213] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:08 2026] DELETE /v2.0/floatingips/6710f9f4-8a81-4240-94b1-03714a55a919 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:08.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-82b6cdad-450d-4ffc-b362-f0449f743a51 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 733e8e55-a2e4-49c9-96d3-9c4349e33d37 2026-05-14 06:48:08.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82b6cdad-450d-4ffc-b362-f0449f743a51 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 733e8e55-a2e4-49c9-96d3-9c4349e33d37 [pid: 7|app: 0|req: 600/1214] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:48:08 2026] PUT /v2.0/routers/f8593467-e4e4-482d-a921-4bc42e66ffe3/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 615/1215] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:09 2026] GET /v2.0/security-groups?tenant_id=1914b62da0884749b1015a550128a366&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:09.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-d867185f-9b2a-4661-81be-0cd78893e72b 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 57dfad30-c84d-4755-9595-873cb1a82107 2026-05-14 06:48:09.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d867185f-9b2a-4661-81be-0cd78893e72b 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 57dfad30-c84d-4755-9595-873cb1a82107 [pid: 6|app: 0|req: 616/1216] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:09 2026] DELETE /v2.0/security-groups/68c426f2-f9e0-4e42-81b3-6d7ca62756f2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:10.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-d867185f-9b2a-4661-81be-0cd78893e72b 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 4a531333-8015-425c-9c0b-173269537e9c 2026-05-14 06:48:10.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d867185f-9b2a-4661-81be-0cd78893e72b 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 4a531333-8015-425c-9c0b-173269537e9c 2026-05-14 06:48:10.541 7 INFO neutron.services.segments.plugin [-] Segment 0a5bfc25-f7ce-47f6-b72c-587068e819d0 resource provider aggregate not found 2026-05-14 06:48:10.547 7 INFO neutron.services.segments.plugin [-] Segment 0a5bfc25-f7ce-47f6-b72c-587068e819d0 resource provider aggregate not found 2026-05-14 06:48:10.581 7 INFO neutron.services.segments.plugin [-] Segment 0a5bfc25-f7ce-47f6-b72c-587068e819d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5bfc25-f7ce-47f6-b72c-587068e819d0 found for delete ", "request_id": "req-c4804e89-018a-4087-86a1-dfa19f813b06"}]} 2026-05-14 06:48:10.583 7 INFO neutron.services.segments.plugin [-] Segment 0a5bfc25-f7ce-47f6-b72c-587068e819d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5bfc25-f7ce-47f6-b72c-587068e819d0 found for delete ", "request_id": "req-466a7a2e-417a-455f-bb58-820e70bc8faf"}]} 2026-05-14 06:48:10.611 7 INFO neutron.db.l3_hamode_db [None req-d867185f-9b2a-4661-81be-0cd78893e72b 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 05284011-4022-40c8-8ed4-ec8407f5fb15 was deleted as no HA routers are present in tenant b8a50a568f2b4c2b9faf5e252a0e8148. [pid: 7|app: 0|req: 601/1217] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:09 2026] DELETE /v2.0/routers/f8593467-e4e4-482d-a921-4bc42e66ffe3 => generated 0 bytes in 1123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 617/1218] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:10 2026] DELETE /v2.0/subnets/042d0125-f875-4a4c-acca-addadc813abd => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:11.061 6 INFO neutron.db.segments_db [None req-1d48d4ca-e92e-45a8-9345-fb8844ab4b18 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] Added segment fdb076c0-d638-42e8-be76-10742d4c0962 of type vxlan for network 8475e15a-b0c3-4109-b4e5-4e73b97d90e3 [pid: 6|app: 0|req: 618/1219] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:10 2026] POST /v2.0/networks => generated 624 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:11.279 6 INFO neutron_taas.services.taas.taas_plugin [None req-259a0059-d183-43cf-b910-dd4aeab7ebd7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 649ce3ff-045f-4264-b5d0-15ca1dcef23f 2026-05-14 06:48:11.283 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-259a0059-d183-43cf-b910-dd4aeab7ebd7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 649ce3ff-045f-4264-b5d0-15ca1dcef23f [pid: 7|app: 0|req: 602/1220] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:48:10 2026] POST /v2.0/floatingips => generated 552 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:11.512 6 INFO neutron.services.segments.plugin [-] Segment 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 resource provider aggregate not found 2026-05-14 06:48:11.523 6 INFO neutron.services.segments.plugin [-] Segment 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 resource provider aggregate not found 2026-05-14 06:48:11.534 6 INFO neutron.services.segments.plugin [-] Segment 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 found for delete ", "request_id": "req-79ba3c87-eb04-495d-ad87-296dc2a54f64"}]} 2026-05-14 06:48:11.542 6 INFO neutron.services.segments.plugin [-] Segment 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12df0466-4bcd-4d3d-b3c4-1c7256dd5bd0 found for delete ", "request_id": "req-35fb520f-01de-4a75-96fa-0a081fd946dd"}]} [pid: 6|app: 0|req: 619/1221] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:11 2026] DELETE /v2.0/networks/ac491467-29b1-4eda-9a2b-7a3470b84b8d => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1222] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:11 2026] POST /v2.0/subnets => generated 641 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1225] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:11 2026] GET /v2.0/security-groups?tenant_id=b8a50a568f2b4c2b9faf5e252a0e8148&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:11.867 7 INFO neutron.db.segments_db [None req-836ced28-f24b-44ac-b8e0-0d7250383d21 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] Added segment d9585389-ea07-41ae-969a-57b0477aac2a of type vxlan for network 21af439f-c22f-496f-8405-239adee3c74e [pid: 7|app: 0|req: 607/1226] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:11 2026] POST /v2.0/networks => generated 624 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1227] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:11 2026] DELETE /v2.0/security-groups/805ff043-a676-46d5-9ac5-efd66ccae377 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 620/1228] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:48:11 2026] POST /v2.0/floatingips => generated 552 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1229] 10.0.0.177 () {34 vars in 743 bytes} [Thu May 14 06:48:12 2026] PUT /v2.0/networks/21af439f-c22f-496f-8405-239adee3c74e => generated 592 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1230] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:12 2026] POST /v2.0/subnets => generated 626 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1231] 10.0.0.177 () {34 vars in 741 bytes} [Thu May 14 06:48:12 2026] PUT /v2.0/subnets/684487ca-787c-4a02-b275-dbdec083ff1b => generated 636 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 621/1232] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:48:12 2026] POST /v2.0/floatingips => generated 552 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:13.024 7 INFO neutron.services.segments.plugin [-] Segment d9585389-ea07-41ae-969a-57b0477aac2a resource provider aggregate not found 2026-05-14 06:48:13.031 7 INFO neutron.services.segments.plugin [-] Segment d9585389-ea07-41ae-969a-57b0477aac2a resource provider aggregate not found 2026-05-14 06:48:13.056 7 INFO neutron.services.segments.plugin [-] Segment d9585389-ea07-41ae-969a-57b0477aac2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9585389-ea07-41ae-969a-57b0477aac2a found for delete ", "request_id": "req-c48e56ea-c2f1-406a-a0da-28e8ddc61587"}]} 2026-05-14 06:48:13.057 7 INFO neutron.services.segments.plugin [-] Segment d9585389-ea07-41ae-969a-57b0477aac2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9585389-ea07-41ae-969a-57b0477aac2a found for delete ", "request_id": "req-027a195d-63c6-4d14-9bc5-c74ffa6388c7"}]} [pid: 7|app: 0|req: 612/1233] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:12 2026] DELETE /v2.0/networks/21af439f-c22f-496f-8405-239adee3c74e => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:13.082 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5035b9b8-5ff3-4417-bd12-c9f07ed2d9d7 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 613/1234] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:13 2026] DELETE /v2.0/networks/21af439f-c22f-496f-8405-239adee3c74e => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1235] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1236] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/subnets?network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1237] 10.0.0.177 () {32 vars in 653 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1238] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/networks => generated 1308 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1239] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/subnets => generated 1280 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1240] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/networks/8475e15a-b0c3-4109-b4e5-4e73b97d90e3 => generated 668 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1241] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:48:13 2026] GET /v2.0/subnets/39ce8370-e768-4e80-b4bc-d64d63879f41 => generated 641 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:13.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e96203c1-baca-4442-b9b4-cf9f098e1c9e 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 622/1242] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:48:12 2026] POST /v2.0/floatingips => generated 552 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1243] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:13 2026] DELETE /v2.0/subnets/684487ca-787c-4a02-b275-dbdec083ff1b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:48:13.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c725579d-d992-432a-b5fc-1018f60e901c 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1244] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:13 2026] DELETE /v2.0/networks/21af439f-c22f-496f-8405-239adee3c74e => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1245] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:13 2026] DELETE /v2.0/subnets/39ce8370-e768-4e80-b4bc-d64d63879f41 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:13.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a54d1b0-1866-4d68-971f-40b69f2f9872 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] TaaS: Handle Delete Port: 25c4832d-a289-4a99-855e-af311a316cbd 2026-05-14 06:48:13.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a54d1b0-1866-4d68-971f-40b69f2f9872 3496ce862196425d835954d958c41429 45e801a503964fd68d1b98ed3841f8a3 - - default default] Tap Mirror: Handle Delete Port: 25c4832d-a289-4a99-855e-af311a316cbd [pid: 7|app: 0|req: 624/1246] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:13 2026] DELETE /v2.0/networks/8475e15a-b0c3-4109-b4e5-4e73b97d90e3 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 623/1247] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:48:13 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1248] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:48:14 2026] PUT /v2.0/floatingips/c6f4dd75-7795-4fe3-95ad-8293041028ab/tags => generated 17 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 624/1249] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:48:14 2026] PUT /v2.0/floatingips/ca31405f-8455-45a2-b345-ef0b74e98111/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1250] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:48:14 2026] PUT /v2.0/floatingips/20209815-b8a7-443c-8bc3-bc28a861c084/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 625/1251] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:48:14 2026] PUT /v2.0/floatingips/ef87e905-0c4a-4237-8ff7-18674988e82e/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1252] 10.0.0.177 () {32 vars in 672 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 626/1253] 10.0.0.177 () {32 vars in 686 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1254] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 627/1255] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 628/1256] 10.0.0.177 () {32 vars in 680 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1257] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/security-groups?tenant_id=45e801a503964fd68d1b98ed3841f8a3&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 629/1258] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:48:14 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:15.083 7 INFO neutron.services.segments.plugin [-] Segment fdb076c0-d638-42e8-be76-10742d4c0962 resource provider aggregate not found 2026-05-14 06:48:15.091 7 INFO neutron.services.segments.plugin [-] Segment fdb076c0-d638-42e8-be76-10742d4c0962 resource provider aggregate not found 2026-05-14 06:48:15.113 7 INFO neutron.services.segments.plugin [-] Segment fdb076c0-d638-42e8-be76-10742d4c0962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb076c0-d638-42e8-be76-10742d4c0962 found for delete ", "request_id": "req-ad2aaed3-e6d0-427c-a5b1-8cc031cc6478"}]} 2026-05-14 06:48:15.126 7 INFO neutron.services.segments.plugin [-] Segment fdb076c0-d638-42e8-be76-10742d4c0962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb076c0-d638-42e8-be76-10742d4c0962 found for delete ", "request_id": "req-ab561817-8af6-4a97-b67f-ff1c9bb784b7"}]} [pid: 7|app: 0|req: 630/1259] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:14 2026] DELETE /v2.0/security-groups/dc016d7c-5094-443a-9b94-7e35adf3e5c4 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 630/1260] 10.0.0.177 () {32 vars in 690 bytes} [Thu May 14 06:48:15 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1261] 10.0.0.177 () {32 vars in 702 bytes} [Thu May 14 06:48:15 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:15.754 6 INFO neutron_taas.services.taas.taas_plugin [None req-315d6b59-0f79-4c27-8184-01aa871c8dc3 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] TaaS: Handle Delete Port: a6ac2fb1-85b4-4448-ab6b-0c6684b313cc 2026-05-14 06:48:15.757 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315d6b59-0f79-4c27-8184-01aa871c8dc3 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] Tap Mirror: Handle Delete Port: a6ac2fb1-85b4-4448-ab6b-0c6684b313cc [pid: 6|app: 0|req: 631/1262] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:15 2026] DELETE /v2.0/floatingips/c6f4dd75-7795-4fe3-95ad-8293041028ab => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:16.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-8efd9ff3-6cea-488c-ac29-a9946b8c61c5 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] TaaS: Handle Delete Port: 6271543f-e70a-4699-b6c8-71254e594e03 2026-05-14 06:48:16.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8efd9ff3-6cea-488c-ac29-a9946b8c61c5 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] Tap Mirror: Handle Delete Port: 6271543f-e70a-4699-b6c8-71254e594e03 [pid: 7|app: 0|req: 632/1263] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:15 2026] DELETE /v2.0/floatingips/ca31405f-8455-45a2-b345-ef0b74e98111 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:16.443 6 INFO neutron_taas.services.taas.taas_plugin [None req-cece3624-86ee-4417-bdf1-43abef9d50c7 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] TaaS: Handle Delete Port: faad93d8-cfad-41be-a776-6047fbf40929 2026-05-14 06:48:16.446 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cece3624-86ee-4417-bdf1-43abef9d50c7 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] Tap Mirror: Handle Delete Port: faad93d8-cfad-41be-a776-6047fbf40929 [pid: 6|app: 0|req: 632/1264] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:16 2026] DELETE /v2.0/floatingips/20209815-b8a7-443c-8bc3-bc28a861c084 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:16.795 6 INFO neutron_taas.services.taas.taas_plugin [None req-cafb4f43-2a5f-4bc2-831e-b3b42c5ab843 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] TaaS: Handle Delete Port: 096e12a2-5d0d-412d-818f-d0f64abfac54 2026-05-14 06:48:16.797 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cafb4f43-2a5f-4bc2-831e-b3b42c5ab843 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] Tap Mirror: Handle Delete Port: 096e12a2-5d0d-412d-818f-d0f64abfac54 [pid: 7|app: 0|req: 633/1265] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:16 2026] GET /v2.0/security-groups?tenant_id=b8f48599a4a74b809419a606b5649465&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 633/1266] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:16 2026] DELETE /v2.0/floatingips/ef87e905-0c4a-4237-8ff7-18674988e82e => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1267] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:16 2026] DELETE /v2.0/security-groups/d7e55973-df2c-4b24-b2c7-a664f1a1d3f3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:17.123 6 INFO neutron_taas.services.taas.taas_plugin [None req-ca76d793-81d4-4f64-b148-25de5be71bd5 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] TaaS: Handle Delete Port: 84973f57-8064-470c-b683-5cfee6a7563d 2026-05-14 06:48:17.127 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca76d793-81d4-4f64-b148-25de5be71bd5 039e0e84bcb34807a46bb54c7383762e e4a79d54f3bc496c9321d0e7a57c2b6f - - default default] Tap Mirror: Handle Delete Port: 84973f57-8064-470c-b683-5cfee6a7563d [pid: 6|app: 0|req: 634/1268] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:17 2026] DELETE /v2.0/floatingips/e19f3853-c0d7-4b38-87b8-dda2e85c7b9b => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 635/1269] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:17 2026] GET /v2.0/security-groups?tenant_id=61f6a4eeb4694ae6a8faf994242868d3&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1270] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:17 2026] GET /v2.0/security-groups?tenant_id=74c831a73d8343feb5aae542e4086413&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1271] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:17 2026] DELETE /v2.0/security-groups/19698580-053b-4427-888f-33ba01d34d93 => 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: 637/1272] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:17 2026] DELETE /v2.0/security-groups/0505babd-ee62-42db-8ae4-d18130d29292 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 636/1273] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:48:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1274] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:48:17 2026] GET /v2.0/security-groups => generated 4529 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 637/1275] 10.0.0.177 () {34 vars in 758 bytes} [Thu May 14 06:48:17 2026] PUT /v2.0/security-groups/463b8bc9-475e-4805-b024-b2aebd724451 => generated 1663 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1276] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-groups/463b8bc9-475e-4805-b024-b2aebd724451 => generated 1663 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 638/1277] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-groups?tenant_id=9e1d9f6b58a94075bf707af579cd907e&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1278] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:18 2026] DELETE /v2.0/security-groups/463b8bc9-475e-4805-b024-b2aebd724451 => 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: 641/1279] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:48:18 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: 6|app: 0|req: 639/1280] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:18 2026] DELETE /v2.0/security-groups/9403e3c6-1e81-4cae-bdcd-eab707439fa7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:18.295 6 INFO neutron.api.v2.resource [None req-ab415a73-a9cf-44b9-ba86-d6f2c54ef4e8 c430bce8dc9f48f99828d3a5a1d54da2 d401a0a101194a3497d8a5a21d082b5b - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 640/1281] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:18 2026] DELETE /v2.0/security-groups/463b8bc9-475e-4805-b024-b2aebd724451 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 641/1282] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:48:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1283] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-groups?tenant_id=e4a79d54f3bc496c9321d0e7a57c2b6f&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 642/1284] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:48:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 643/1285] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-group-rules/6e9dd978-4c14-4bc2-a7b0-a01cc514432f => 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: 643/1286] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:18 2026] DELETE /v2.0/security-groups/6708aabb-c34f-4057-bd8d-7005bdf2cebd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 644/1287] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1288] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:48:18 2026] DELETE /v2.0/security-group-rules/6e9dd978-4c14-4bc2-a7b0-a01cc514432f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 645/1289] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1290] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-groups?tenant_id=15cf6492a8334c5f90c88c224a17e360&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 646/1291] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:48:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 647/1292] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:48:18 2026] GET /v2.0/security-group-rules/3b1d5639-0d98-4608-a7fb-3a4fa67fd7d2 => 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: 646/1293] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:18 2026] DELETE /v2.0/security-groups/7a3b2326-4700-428f-88aa-93ae5e496d6b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 648/1294] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1295] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:48:19 2026] DELETE /v2.0/security-group-rules/3b1d5639-0d98-4608-a7fb-3a4fa67fd7d2 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 649/1296] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1297] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:48:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1298] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-group-rules/62ef1a75-6a27-4ff0-a971-56f28d58b5dd => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1299] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 650/1300] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-groups?tenant_id=66d10278a3494e718dc0e5370a885270&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1301] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:48:19 2026] DELETE /v2.0/security-group-rules/62ef1a75-6a27-4ff0-a971-56f28d58b5dd => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 651/1302] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:19 2026] DELETE /v2.0/security-groups/40a43f92-75bc-411f-a407-d5a3c92fe8f5 => 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: 652/1303] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 652/1304] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:19 2026] DELETE /v2.0/security-groups/cb1a8d6b-a51e-4c46-b075-120380d77b26 => 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: 653/1305] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:48:19 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: 6|app: 0|req: 653/1306] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:48:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1307] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:20 2026] GET /v2.0/security-groups?tenant_id=d401a0a101194a3497d8a5a21d082b5b&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 654/1308] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:20 2026] DELETE /v2.0/security-groups/35d94222-ce15-4b22-96b5-27d745bb6434 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1309] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:22 2026] GET /v2.0/security-groups?tenant_id=50176df8ca244627952cfd736d6bb91e&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 655/1310] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:23 2026] DELETE /v2.0/security-groups/70b0eb01-09aa-4a21-b6e9-a7e7472ff36b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1311] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:23 2026] GET /v2.0/security-groups?tenant_id=d8f388c8189c4e61abc5f87c53808c58&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 656/1312] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:23 2026] DELETE /v2.0/security-groups/802a0dfb-6a6c-4f0c-a6dd-7aece2aaad02 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:25.010 7 INFO neutron.db.segments_db [None req-a3a07d9c-ac5d-4cb0-a5d2-a793e66f02b3 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Added segment f4174619-8ebf-4caa-82e9-005f95c7f84e of type vxlan for network 84438a3d-a057-42ba-85de-8e9b9bb781de [pid: 7|app: 0|req: 657/1313] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:24 2026] POST /v2.0/networks => generated 613 bytes in 733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1314] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:25 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 657/1315] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:25 2026] GET /v2.0/security-groups?tenant_id=4d011e2b86f643dcaa4dcfbeeb4707c0&name=default => generated 2925 bytes in 442 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-14 06:48:25.530 7 INFO neutron.db.segments_db [None req-7b5e2089-f972-4877-8628-34bc5c0b5810 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Added segment cfe65130-54b6-4919-822f-6c8c9f84634b of type vxlan for network 78140bdc-48c8-4b87-8425-f4b2c93806d9 [pid: 6|app: 0|req: 658/1316] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:25 2026] DELETE /v2.0/security-groups/4ffa1675-b68e-42f8-aaa0-5afa478d53f4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1317] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:25 2026] POST /v2.0/networks => generated 613 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 659/1318] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:25 2026] POST /v2.0/ports => generated 743 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 660/1319] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:25 2026] GET /v2.0/security-groups?tenant_id=f2a71c274a454f11a29aadab962e8873&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:26.109 7 INFO neutron.db.segments_db [None req-201d6265-3393-4ee5-8995-463b63b7313d acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Added segment cccc971e-84c4-4c33-83c2-097cf69c05a7 of type vxlan for network c98aa72d-09e2-4bb5-a692-a255dd6ef018 [pid: 6|app: 0|req: 660/1320] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:26 2026] GET /v2.0/security-groups?tenant_id=fbd2d98edbee4de4bcbb00b7efbf2401&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1321] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:26 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 661/1322] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:26 2026] DELETE /v2.0/security-groups/22429290-bf5e-4615-99b1-7b67516cb646 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1323] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:26 2026] DELETE /v2.0/security-groups/04b59d6f-0018-44df-8a19-2bf89d2b3716 => 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: 663/1324] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:26 2026] GET /v2.0/security-groups?tenant_id=fb5040c90933460095edccf58cee49f9&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1327] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:26 2026] DELETE /v2.0/security-groups/f1ea458e-6d7d-47c8-b29f-9704232dbb39 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 662/1328] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:26 2026] POST /v2.0/ports => generated 743 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:26.788 7 INFO neutron.db.segments_db [None req-8dd34f06-bae4-4da3-a7af-593c37a16630 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Added segment 3b85480b-a19f-4b68-88f4-05a64d48510f of type vxlan for network 45bded4e-78ea-466a-8f82-fa7703fdcd74 [pid: 7|app: 0|req: 667/1329] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:26 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 663/1330] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:26 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:27.222 7 INFO neutron.db.segments_db [None req-30238362-39fa-4239-ab73-5fe00c76a14a acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Added segment b2747ed4-794d-40e6-9587-8d5f58e6fd4d of type vxlan for network 27dac736-f042-495c-8a41-97e55c0ee5ac [pid: 7|app: 0|req: 668/1331] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:27 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 664/1332] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:27 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1333] 10.0.0.177 () {34 vars in 747 bytes} [Thu May 14 06:48:27 2026] PUT /v2.0/ports/a8c307a9-2b61-4857-a2ec-b0a05e0fa122/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 665/1334] 10.0.0.177 () {34 vars in 747 bytes} [Thu May 14 06:48:27 2026] PUT /v2.0/ports/3267be68-8bd7-4519-a382-25686a795df1/tags => generated 25 bytes in 83 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: 670/1335] 10.0.0.177 () {34 vars in 747 bytes} [Thu May 14 06:48:27 2026] PUT /v2.0/ports/3ee8be29-2ca5-49c0-b5f5-096615d5b664/tags => generated 34 bytes in 86 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: 6|app: 0|req: 666/1336] 10.0.0.177 () {34 vars in 747 bytes} [Thu May 14 06:48:27 2026] PUT /v2.0/ports/efbc811d-8939-4aaf-8560-61bbc10aef3d/tags => generated 19 bytes in 113 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: 6|app: 0|req: 667/1337] 10.0.0.177 () {32 vars in 660 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 668/1338] 10.0.0.177 () {32 vars in 674 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1339] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:27 2026] GET /v2.0/security-groups?tenant_id=a19b66387a164dccbd288bd9a0dd75ff&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1340] 10.0.0.177 () {32 vars in 670 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:28.540 6 INFO neutron.db.segments_db [None req-c335cc16-7dd3-4dea-8d93-4831ab622002 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Added segment 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 of type vxlan for network c92395b6-40e0-4967-ba7f-681f791d2c1a [pid: 7|app: 0|req: 673/1341] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:28 2026] DELETE /v2.0/security-groups/027c063d-99fb-48a1-9678-f99421428b07 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 669/1342] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:28 2026] POST /v2.0/networks => generated 630 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1343] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1344] 10.0.0.177 () {32 vars in 668 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 670/1345] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:28 2026] POST /v2.0/subnets => generated 627 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1346] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/security-groups?tenant_id=b2ee17e5715149c6b3f0a2a2e2947863&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:29.015 7 INFO neutron.db.segments_db [None req-c5f55356-f87e-4012-adb0-a14eeb8df261 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Added segment 846a1bf9-ac8b-4403-b38b-063bfd23f312 of type vxlan for network 36f7d7bf-1c6b-4e7e-9493-14158f2ba39b [pid: 6|app: 0|req: 671/1347] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:48:28 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 672/1348] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:29 2026] DELETE /v2.0/security-groups/7487e4d3-114e-4fcb-ba1c-ab0e6c9d4296 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:29.258 7 INFO neutron.db.l3_hamode_db [None req-c5f55356-f87e-4012-adb0-a14eeb8df261 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 673/1349] 10.0.0.177 () {32 vars in 678 bytes} [Thu May 14 06:48:29 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 674/1350] 10.0.0.177 () {32 vars in 690 bytes} [Thu May 14 06:48:29 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:29.447 6 INFO neutron_taas.services.taas.taas_plugin [None req-2fde01b7-f478-4bba-882c-083ba61141b6 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] TaaS: Handle Delete Port: a8c307a9-2b61-4857-a2ec-b0a05e0fa122 2026-05-14 06:48:29.450 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fde01b7-f478-4bba-882c-083ba61141b6 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Tap Mirror: Handle Delete Port: a8c307a9-2b61-4857-a2ec-b0a05e0fa122 [pid: 6|app: 0|req: 675/1351] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:29 2026] DELETE /v2.0/ports/a8c307a9-2b61-4857-a2ec-b0a05e0fa122 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:29.688 6 INFO neutron_taas.services.taas.taas_plugin [None req-231c776a-2408-4e03-8dd2-aec2cefd11ce acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] TaaS: Handle Delete Port: 3267be68-8bd7-4519-a382-25686a795df1 2026-05-14 06:48:29.692 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-231c776a-2408-4e03-8dd2-aec2cefd11ce acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Tap Mirror: Handle Delete Port: 3267be68-8bd7-4519-a382-25686a795df1 [pid: 6|app: 0|req: 676/1352] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:29 2026] DELETE /v2.0/ports/3267be68-8bd7-4519-a382-25686a795df1 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:29.891 6 INFO neutron_taas.services.taas.taas_plugin [None req-a92a8b2e-f0fe-4e6c-896a-ec16bbc70212 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] TaaS: Handle Delete Port: 3ee8be29-2ca5-49c0-b5f5-096615d5b664 2026-05-14 06:48:29.893 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a92a8b2e-f0fe-4e6c-896a-ec16bbc70212 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Tap Mirror: Handle Delete Port: 3ee8be29-2ca5-49c0-b5f5-096615d5b664 [pid: 6|app: 0|req: 677/1353] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:29 2026] DELETE /v2.0/ports/3ee8be29-2ca5-49c0-b5f5-096615d5b664 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:30.108 6 INFO neutron_taas.services.taas.taas_plugin [None req-190177d1-d6af-4fd7-91ac-790c920ed610 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] TaaS: Handle Delete Port: efbc811d-8939-4aaf-8560-61bbc10aef3d 2026-05-14 06:48:30.112 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-190177d1-d6af-4fd7-91ac-790c920ed610 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Tap Mirror: Handle Delete Port: efbc811d-8939-4aaf-8560-61bbc10aef3d 2026-05-14 06:48:30.132 7 INFO neutron.db.l3_hamode_db [None req-c5f55356-f87e-4012-adb0-a14eeb8df261 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 678/1354] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:29 2026] DELETE /v2.0/ports/efbc811d-8939-4aaf-8560-61bbc10aef3d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:30.309 6 INFO neutron_taas.services.taas.taas_plugin [None req-412f7471-3816-49b1-bdd3-f47e5608d1a8 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] TaaS: Handle Delete Port: 4c2639ed-ef39-41d8-b641-0c5203b13e96 2026-05-14 06:48:30.312 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-412f7471-3816-49b1-bdd3-f47e5608d1a8 acedfdcfbe47421aa48953eb352a79dc 001fdf4a78714f85a892a7d04becb4cd - - default default] Tap Mirror: Handle Delete Port: 4c2639ed-ef39-41d8-b641-0c5203b13e96 [pid: 6|app: 0|req: 679/1355] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:30 2026] DELETE /v2.0/ports/4c2639ed-ef39-41d8-b641-0c5203b13e96 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:30.535 6 INFO neutron.services.segments.plugin [-] Segment f4174619-8ebf-4caa-82e9-005f95c7f84e resource provider aggregate not found 2026-05-14 06:48:30.536 6 INFO neutron.services.segments.plugin [-] Segment f4174619-8ebf-4caa-82e9-005f95c7f84e resource provider aggregate not found 2026-05-14 06:48:30.559 6 INFO neutron.services.segments.plugin [-] Segment f4174619-8ebf-4caa-82e9-005f95c7f84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4174619-8ebf-4caa-82e9-005f95c7f84e found for delete ", "request_id": "req-60c9251d-5660-47b8-8e8c-48c2bd52f283"}]} 2026-05-14 06:48:30.561 6 INFO neutron.services.segments.plugin [-] Segment f4174619-8ebf-4caa-82e9-005f95c7f84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4174619-8ebf-4caa-82e9-005f95c7f84e found for delete ", "request_id": "req-4c1c28ef-280a-4288-9479-410857cb6d9f"}]} [pid: 6|app: 0|req: 680/1356] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:30 2026] DELETE /v2.0/networks/84438a3d-a057-42ba-85de-8e9b9bb781de => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 681/1357] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:30 2026] DELETE /v2.0/networks/78140bdc-48c8-4b87-8425-f4b2c93806d9 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 682/1358] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:30 2026] DELETE /v2.0/networks/c98aa72d-09e2-4bb5-a692-a255dd6ef018 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1359] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:28 2026] POST /v2.0/routers => generated 695 bytes in 2179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 683/1360] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:30 2026] DELETE /v2.0/networks/45bded4e-78ea-466a-8f82-fa7703fdcd74 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 684/1361] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:31 2026] DELETE /v2.0/networks/27dac736-f042-495c-8a41-97e55c0ee5ac => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 685/1362] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:32 2026] GET /v2.0/security-groups?tenant_id=70fb41c83d5e46a79716cc80da9bcdc0&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:32.582 6 INFO neutron.services.segments.plugin [-] Segment cfe65130-54b6-4919-822f-6c8c9f84634b resource provider aggregate not found 2026-05-14 06:48:32.588 6 INFO neutron.services.segments.plugin [-] Segment cfe65130-54b6-4919-822f-6c8c9f84634b resource provider aggregate not found [pid: 6|app: 0|req: 686/1363] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:32 2026] DELETE /v2.0/security-groups/c107e083-d5f7-42ea-ab6e-da6987281a29 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:32.611 6 INFO neutron.services.segments.plugin [-] Segment cfe65130-54b6-4919-822f-6c8c9f84634b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfe65130-54b6-4919-822f-6c8c9f84634b found for delete ", "request_id": "req-df21127e-ad87-4660-a9c1-0ca140bb5f8a"}]} 2026-05-14 06:48:32.618 6 INFO neutron.services.segments.plugin [-] Segment cfe65130-54b6-4919-822f-6c8c9f84634b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfe65130-54b6-4919-822f-6c8c9f84634b found for delete ", "request_id": "req-9bda0199-0b0c-41a4-9293-00528f926a8b"}]} 2026-05-14 06:48:32.638 6 INFO neutron.services.segments.plugin [-] Segment cccc971e-84c4-4c33-83c2-097cf69c05a7 resource provider aggregate not found 2026-05-14 06:48:32.642 6 INFO neutron.services.segments.plugin [-] Segment cccc971e-84c4-4c33-83c2-097cf69c05a7 resource provider aggregate not found 2026-05-14 06:48:32.659 6 INFO neutron.services.segments.plugin [-] Segment cccc971e-84c4-4c33-83c2-097cf69c05a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cccc971e-84c4-4c33-83c2-097cf69c05a7 found for delete ", "request_id": "req-bcc88a58-fec8-48ed-85a3-8369014db778"}]} 2026-05-14 06:48:32.663 6 INFO neutron.services.segments.plugin [-] Segment cccc971e-84c4-4c33-83c2-097cf69c05a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cccc971e-84c4-4c33-83c2-097cf69c05a7 found for delete ", "request_id": "req-ab7a52f1-2fea-4a8e-be0c-1816b094c1c3"}]} 2026-05-14 06:48:32.681 6 INFO neutron.services.segments.plugin [-] Segment 3b85480b-a19f-4b68-88f4-05a64d48510f resource provider aggregate not found 2026-05-14 06:48:32.686 6 INFO neutron.services.segments.plugin [-] Segment 3b85480b-a19f-4b68-88f4-05a64d48510f resource provider aggregate not found 2026-05-14 06:48:32.706 6 INFO neutron.services.segments.plugin [-] Segment 3b85480b-a19f-4b68-88f4-05a64d48510f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b85480b-a19f-4b68-88f4-05a64d48510f found for delete ", "request_id": "req-505ce878-d7e1-43cb-b2f8-e507267c803a"}]} 2026-05-14 06:48:32.709 6 INFO neutron.services.segments.plugin [-] Segment 3b85480b-a19f-4b68-88f4-05a64d48510f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b85480b-a19f-4b68-88f4-05a64d48510f found for delete ", "request_id": "req-05e73afc-f2f7-46d7-a3aa-040a1f4b5ec9"}]} [pid: 7|app: 0|req: 678/1364] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:48:31 2026] PUT /v2.0/routers/970e7b7c-46a5-430d-9715-a20620f45b1d/add_router_interface => generated 309 bytes in 1566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:32.729 6 INFO neutron.services.segments.plugin [-] Segment b2747ed4-794d-40e6-9587-8d5f58e6fd4d resource provider aggregate not found 2026-05-14 06:48:32.737 6 INFO neutron.services.segments.plugin [-] Segment b2747ed4-794d-40e6-9587-8d5f58e6fd4d resource provider aggregate not found 2026-05-14 06:48:32.754 6 INFO neutron.services.segments.plugin [-] Segment b2747ed4-794d-40e6-9587-8d5f58e6fd4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2747ed4-794d-40e6-9587-8d5f58e6fd4d found for delete ", "request_id": "req-fb34569a-15cd-4712-8b4c-3e1b8e9f6a19"}]} 2026-05-14 06:48:32.764 6 INFO neutron.services.segments.plugin [-] Segment b2747ed4-794d-40e6-9587-8d5f58e6fd4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2747ed4-794d-40e6-9587-8d5f58e6fd4d found for delete ", "request_id": "req-5a529af1-64d5-4a8e-8a61-a42d9aeaf3b0"}]} [pid: 7|app: 0|req: 679/1365] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:32 2026] GET /v2.0/security-groups?tenant_id=3ecc49e5f76647a8868443a5f7438de7&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1366] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:32 2026] DELETE /v2.0/security-groups/1f6ab99f-663f-4e16-8633-18fa849ef143 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 687/1367] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:32 2026] POST /v2.0/ports => generated 955 bytes in 442 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: 681/1368] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:33 2026] GET /v2.0/security-groups?tenant_id=001fdf4a78714f85a892a7d04becb4cd&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1369] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:33 2026] DELETE /v2.0/security-groups/b7f68209-506e-4411-a4ce-6a6726fafc06 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 688/1370] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:33 2026] POST /v2.0/ports => generated 959 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:34.305 7 INFO neutron.db.l3_db [None req-df2591a9-4000-4092-8c44-63f6627ca65e 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Floating IP 1971c50a-76cd-4ea0-b522-2857527fd5cb associated. External IP: 10.96.250.204, port: 516332df-2d57-4505-ae4f-e51adaa264d3. [pid: 7|app: 0|req: 683/1371] 10.0.0.177 () {34 vars in 677 bytes} [Thu May 14 06:48:33 2026] POST /v2.0/floatingips => generated 843 bytes in 1063 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-14 06:48:34.760 6 INFO neutron.db.l3_db [None req-c3137b64-c889-47d3-821c-1e4e0c280222 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Floating IP 1971c50a-76cd-4ea0-b522-2857527fd5cb disassociated. External IP: 10.96.250.204, port: 516332df-2d57-4505-ae4f-e51adaa264d3. [pid: 6|app: 0|req: 689/1372] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:34 2026] PUT /v2.0/floatingips/1971c50a-76cd-4ea0-b522-2857527fd5cb => generated 552 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:35.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-7774f724-2ed1-4cf4-9f50-3f2cc8f68956 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: c6db16cc-2908-4de7-9ae8-5cfc5821018c 2026-05-14 06:48:35.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7774f724-2ed1-4cf4-9f50-3f2cc8f68956 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: c6db16cc-2908-4de7-9ae8-5cfc5821018c [pid: 7|app: 0|req: 684/1373] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:35 2026] DELETE /v2.0/floatingips/1971c50a-76cd-4ea0-b522-2857527fd5cb => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:36.281 6 INFO neutron.db.l3_db [None req-4948d6b4-cbb2-4c3a-a28d-a6d2798be62b 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Floating IP 1abedb73-11c5-4b1a-b06a-fbbda1a71a2d associated. External IP: 10.96.250.205, port: b88b98cb-c28c-403c-b458-2139df85b76b. [pid: 7|app: 0|req: 685/1374] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:36 2026] GET /v2.0/security-groups?tenant_id=2ec5a466fdea495a814bdac9f3d8b1e4&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1375] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:36 2026] DELETE /v2.0/security-groups/3b432e92-4c86-43ea-b99e-b00d9acdcf4c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 690/1376] 10.0.0.177 () {34 vars in 677 bytes} [Thu May 14 06:48:35 2026] POST /v2.0/floatingips => generated 842 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1377] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:48:36 2026] GET /v2.0/floatingips/1abedb73-11c5-4b1a-b06a-fbbda1a71a2d => generated 842 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1378] 10.0.0.177 () {32 vars in 655 bytes} [Thu May 14 06:48:36 2026] GET /v2.0/floatingips => generated 845 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 691/1379] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:36 2026] GET /v2.0/security-groups?tenant_id=d29411a8005b41a795f267ee7556f088&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 692/1380] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:36 2026] DELETE /v2.0/security-groups/991e4b09-c52a-4fd7-9c6e-db988d9eaf01 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:37.243 7 INFO neutron.db.l3_db [None req-9f74f331-77cf-4c56-9dca-126e4ea21214 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Floating IP 1abedb73-11c5-4b1a-b06a-fbbda1a71a2d associated. External IP: 10.96.250.205, port: b88b98cb-c28c-403c-b458-2139df85b76b. [pid: 7|app: 0|req: 689/1381] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:36 2026] PUT /v2.0/floatingips/1abedb73-11c5-4b1a-b06a-fbbda1a71a2d => generated 843 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:38.115 7 INFO neutron.db.l3_db [None req-c3200fd9-b41e-4ab5-b499-3fe79b6f77b8 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Floating IP 1abedb73-11c5-4b1a-b06a-fbbda1a71a2d disassociated. External IP: 10.96.250.205, port: 516332df-2d57-4505-ae4f-e51adaa264d3. [pid: 6|app: 0|req: 693/1382] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:37 2026] GET /v2.0/security-groups?tenant_id=72eabc23ac4f47d7b7cc2d1d53dd5e68&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 694/1383] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:38 2026] DELETE /v2.0/security-groups/27173d21-e9a6-49c8-a74f-2b3c3ad5db66 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 695/1384] 10.0.0.177 () {34 vars in 678 bytes} [Thu May 14 06:48:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 696/1385] 10.0.0.177 () {34 vars in 678 bytes} [Thu May 14 06:48:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 697/1386] 10.0.0.177 () {34 vars in 678 bytes} [Thu May 14 06:48:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 698/1387] 10.0.0.177 () {34 vars in 678 bytes} [Thu May 14 06:48:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 699/1388] 10.0.0.177 () {34 vars in 678 bytes} [Thu May 14 06:48:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 700/1389] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:38 2026] PUT /v2.0/policies/6c28adf8-434e-4df9-95d7-7eb60ff8d2f0/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 701/1390] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:38 2026] PUT /v2.0/policies/a47b7b0b-1217-4780-be18-ddbd4a97acd6/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 702/1391] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:39 2026] PUT /v2.0/policies/b116cbcd-931e-40db-9c2d-c3e12638d537/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 703/1392] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:39 2026] PUT /v2.0/policies/615c0e75-69c6-4098-a9fe-a094c1e03d78/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1393] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:37 2026] PUT /v2.0/floatingips/1abedb73-11c5-4b1a-b06a-fbbda1a71a2d => generated 552 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:39.364 6 INFO neutron_taas.services.taas.taas_plugin [None req-2c890bba-e930-4c65-946a-a01a6306004b 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: 817c33fb-3a19-4588-b4a8-074e9306848d 2026-05-14 06:48:39.368 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c890bba-e930-4c65-946a-a01a6306004b 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: 817c33fb-3a19-4588-b4a8-074e9306848d [pid: 6|app: 0|req: 704/1394] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:39 2026] DELETE /v2.0/floatingips/1abedb73-11c5-4b1a-b06a-fbbda1a71a2d => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1396] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:39 2026] GET /v2.0/security-groups?tenant_id=3bdfaee780374d1182de4a101f905c3c&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 705/1396] 10.0.0.177 () {32 vars in 674 bytes} [Thu May 14 06:48:39 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:39.728 7 INFO neutron.api.v2.resource [None req-f470ba77-e924-4948-bfe9-fc0b2cd1fa43 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 692/1397] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:48:39 2026] DELETE /v2.0/floatingips/1abedb73-11c5-4b1a-b06a-fbbda1a71a2d => generated 144 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 706/1398] 10.0.0.177 () {32 vars in 688 bytes} [Thu May 14 06:48:39 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1399] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:39 2026] DELETE /v2.0/security-groups/3c7e445a-f87a-445a-ab47-e942df46fbab => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:39.924 6 INFO neutron_taas.services.taas.taas_plugin [None req-6b3ec4c6-a8fc-421a-9a70-1db0f3dc278a 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: 516332df-2d57-4505-ae4f-e51adaa264d3 2026-05-14 06:48:39.928 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b3ec4c6-a8fc-421a-9a70-1db0f3dc278a 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: 516332df-2d57-4505-ae4f-e51adaa264d3 [pid: 7|app: 0|req: 694/1400] 10.0.0.177 () {32 vars in 684 bytes} [Thu May 14 06:48:39 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1401] 10.0.0.177 () {32 vars in 696 bytes} [Thu May 14 06:48:39 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1402] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:48:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 707/1403] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:39 2026] DELETE /v2.0/ports/516332df-2d57-4505-ae4f-e51adaa264d3 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 708/1404] 10.0.0.177 () {32 vars in 696 bytes} [Thu May 14 06:48:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:40.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-86a2e208-4520-4568-973f-5a1ec86494a0 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: b88b98cb-c28c-403c-b458-2139df85b76b 2026-05-14 06:48:40.314 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86a2e208-4520-4568-973f-5a1ec86494a0 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: b88b98cb-c28c-403c-b458-2139df85b76b [pid: 6|app: 0|req: 709/1405] 10.0.0.177 () {32 vars in 692 bytes} [Thu May 14 06:48:40 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 710/1406] 10.0.0.177 () {32 vars in 704 bytes} [Thu May 14 06:48:40 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 711/1407] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:48:40 2026] DELETE /v2.0/qos/policies/6c28adf8-434e-4df9-95d7-7eb60ff8d2f0 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1408] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:40 2026] DELETE /v2.0/ports/b88b98cb-c28c-403c-b458-2139df85b76b => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 712/1409] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:48:40 2026] DELETE /v2.0/qos/policies/a47b7b0b-1217-4780-be18-ddbd4a97acd6 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1410] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:48:40 2026] GET /v2.0/ports?device_id=970e7b7c-46a5-430d-9715-a20620f45b1d => generated 958 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 713/1411] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:48:40 2026] DELETE /v2.0/qos/policies/b116cbcd-931e-40db-9c2d-c3e12638d537 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 714/1412] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:48:40 2026] DELETE /v2.0/qos/policies/615c0e75-69c6-4098-a9fe-a094c1e03d78 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 715/1413] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:48:40 2026] DELETE /v2.0/qos/policies/2f61656e-acff-4011-8723-c22a1a025182 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:41.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec032053-073f-4451-87a0-eb25c2f4f2ac 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: 93e65c47-864e-421b-8891-0c952528bd9d 2026-05-14 06:48:41.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec032053-073f-4451-87a0-eb25c2f4f2ac 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: 93e65c47-864e-421b-8891-0c952528bd9d [pid: 7|app: 0|req: 699/1416] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:48:40 2026] PUT /v2.0/routers/970e7b7c-46a5-430d-9715-a20620f45b1d/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:41.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-5247e460-853e-47d6-b66c-383c9acb0d53 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: 5c540682-8153-4978-9414-f87a3c438b52 2026-05-14 06:48:41.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5247e460-853e-47d6-b66c-383c9acb0d53 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: 5c540682-8153-4978-9414-f87a3c438b52 [pid: 6|app: 0|req: 718/1417] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:41 2026] GET /v2.0/security-groups?tenant_id=ce3d2941ea8b4607b7168c223d76f45d&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 719/1418] 10.0.0.177 () {32 vars in 653 bytes} [Thu May 14 06:48:41 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 720/1419] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:41 2026] DELETE /v2.0/security-groups/56365897-3620-48dd-aa9b-ac3ea247bc74 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 721/1420] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 722/1421] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 723/1422] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 724/1423] 10.0.0.177 () {32 vars in 665 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:42.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-5247e460-853e-47d6-b66c-383c9acb0d53 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] TaaS: Handle Delete Port: 4eaf813f-b187-44d6-897e-0da604780a87 2026-05-14 06:48:42.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5247e460-853e-47d6-b66c-383c9acb0d53 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] Tap Mirror: Handle Delete Port: 4eaf813f-b187-44d6-897e-0da604780a87 [pid: 6|app: 0|req: 725/1424] 10.0.0.177 () {32 vars in 699 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 726/1425] 10.0.0.177 () {32 vars in 697 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 727/1426] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 728/1427] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 729/1428] 10.0.0.177 () {32 vars in 703 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 730/1429] 10.0.0.177 () {32 vars in 693 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 731/1430] 10.0.0.177 () {32 vars in 695 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 732/1431] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/security-groups?tenant_id=6d553a0d456746bfabe311ffbc30677d&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 733/1432] 10.0.0.177 () {32 vars in 685 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 734/1433] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:42 2026] DELETE /v2.0/security-groups/26a48f90-92e5-47a2-8445-2a22bb4d105d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 735/1434] 10.0.0.177 () {32 vars in 687 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 736/1435] 10.0.0.177 () {32 vars in 661 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:42.465 7 INFO neutron.services.segments.plugin [-] Segment 846a1bf9-ac8b-4403-b38b-063bfd23f312 resource provider aggregate not found [pid: 6|app: 0|req: 737/1436] 10.0.0.177 () {32 vars in 699 bytes} [Thu May 14 06:48:42 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) 2026-05-14 06:48:42.471 7 INFO neutron.services.segments.plugin [-] Segment 846a1bf9-ac8b-4403-b38b-063bfd23f312 resource provider aggregate not found [pid: 6|app: 0|req: 738/1437] 10.0.0.177 () {32 vars in 679 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 739/1438] 10.0.0.177 () {32 vars in 683 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 740/1439] 10.0.0.177 () {32 vars in 675 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:42.499 7 INFO neutron.services.segments.plugin [-] Segment 846a1bf9-ac8b-4403-b38b-063bfd23f312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 846a1bf9-ac8b-4403-b38b-063bfd23f312 found for delete ", "request_id": "req-9de8f691-2d9d-4ce9-acf0-3097097487a8"}]} 2026-05-14 06:48:42.500 7 INFO neutron.services.segments.plugin [-] Segment 846a1bf9-ac8b-4403-b38b-063bfd23f312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 846a1bf9-ac8b-4403-b38b-063bfd23f312 found for delete ", "request_id": "req-35ebaafc-ce73-44e6-92b3-7b78a217d648"}]} 2026-05-14 06:48:42.505 7 INFO neutron.db.l3_hamode_db [None req-5247e460-853e-47d6-b66c-383c9acb0d53 862c8e5a75c3417d9e23e3f49f0aeedf a1d7f7cfecae4ed0997687aeb84a64fd - - default default] HA network 36f7d7bf-1c6b-4e7e-9493-14158f2ba39b was deleted as no HA routers are present in tenant a1d7f7cfecae4ed0997687aeb84a64fd. [pid: 6|app: 0|req: 741/1440] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1441] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:41 2026] DELETE /v2.0/routers/970e7b7c-46a5-430d-9715-a20620f45b1d => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 742/1442] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 743/1443] 10.0.0.177 () {32 vars in 687 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 744/1444] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 745/1445] 10.0.0.177 () {32 vars in 687 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 746/1446] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 747/1447] 10.0.0.177 () {32 vars in 699 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 748/1448] 10.0.0.177 () {32 vars in 679 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 749/1449] 10.0.0.177 () {32 vars in 667 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 750/1450] 10.0.0.177 () {32 vars in 677 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 751/1451] 10.0.0.177 () {32 vars in 665 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 752/1452] 10.0.0.177 () {32 vars in 675 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 753/1453] 10.0.0.177 () {32 vars in 713 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 754/1454] 10.0.0.177 () {32 vars in 691 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1455] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:42 2026] DELETE /v2.0/subnets/279f725d-5447-4f8a-8e22-3fbfdcfe28b8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 755/1456] 10.0.0.177 () {32 vars in 683 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:42.798 6 INFO neutron.services.segments.plugin [-] Segment 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 resource provider aggregate not found 2026-05-14 06:48:42.809 6 INFO neutron.services.segments.plugin [-] Segment 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 resource provider aggregate not found [pid: 7|app: 0|req: 702/1457] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/security-groups?tenant_id=1b2e961a5ca7490db76b308ad8ac0e89&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1458] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:42.848 6 INFO neutron.services.segments.plugin [-] Segment 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 found for delete ", "request_id": "req-52f595a9-a01d-40d8-84ee-620e485313ba"}]} 2026-05-14 06:48:42.849 6 INFO neutron.services.segments.plugin [-] Segment 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f73aea1-8e9a-40ad-8ef5-9e37c8456e64 found for delete ", "request_id": "req-57d0360e-f1c0-4d2a-872c-c38d9a3dfc35"}]} [pid: 6|app: 0|req: 756/1459] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:42 2026] DELETE /v2.0/networks/c92395b6-40e0-4967-ba7f-681f791d2c1a => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 757/1460] 10.0.0.177 () {32 vars in 687 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 758/1461] 10.0.0.177 () {32 vars in 705 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 759/1462] 10.0.0.177 () {32 vars in 675 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 760/1463] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 761/1464] 10.0.0.177 () {32 vars in 675 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 762/1465] 10.0.0.177 () {32 vars in 693 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 763/1466] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 764/1467] 10.0.0.177 () {32 vars in 709 bytes} [Thu May 14 06:48:42 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: 6|app: 0|req: 765/1468] 10.0.0.177 () {32 vars in 705 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 766/1469] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1470] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:42 2026] DELETE /v2.0/security-groups/694a7c0c-bc26-44e6-bcca-6082a77e04b3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 767/1471] 10.0.0.177 () {32 vars in 697 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1472] 10.0.0.177 () {32 vars in 711 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 768/1473] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:42 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1474] 10.0.0.177 () {32 vars in 687 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 769/1475] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1476] 10.0.0.177 () {32 vars in 675 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 770/1477] 10.0.0.177 () {32 vars in 671 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1478] 10.0.0.177 () {32 vars in 661 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 771/1479] 10.0.0.177 () {32 vars in 699 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1480] 10.0.0.177 () {32 vars in 699 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 772/1481] 10.0.0.177 () {32 vars in 677 bytes} [Thu May 14 06:48:43 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: 7|app: 0|req: 710/1482] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 773/1483] 10.0.0.177 () {32 vars in 683 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1484] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 774/1485] 10.0.0.177 () {32 vars in 685 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1486] 10.0.0.177 () {32 vars in 707 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 775/1487] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1488] 10.0.0.177 () {32 vars in 697 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 776/1489] 10.0.0.177 () {32 vars in 695 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1490] 10.0.0.177 () {32 vars in 685 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 777/1491] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1492] 10.0.0.177 () {32 vars in 705 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 778/1493] 10.0.0.177 () {32 vars in 667 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1494] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 779/1495] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1496] 10.0.0.177 () {32 vars in 691 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 780/1497] 10.0.0.177 () {32 vars in 691 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1498] 10.0.0.177 () {32 vars in 695 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 781/1499] 10.0.0.177 () {32 vars in 685 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1500] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 782/1501] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 783/1502] 10.0.0.177 () {32 vars in 703 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 784/1503] 10.0.0.177 () {32 vars in 713 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 785/1504] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 786/1505] 10.0.0.177 () {32 vars in 715 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 787/1506] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 788/1507] 10.0.0.177 () {32 vars in 741 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 789/1508] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 790/1509] 10.0.0.177 () {32 vars in 683 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 791/1510] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 792/1511] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 793/1512] 10.0.0.177 () {32 vars in 679 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 794/1513] 10.0.0.177 () {32 vars in 669 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 795/1514] 10.0.0.177 () {32 vars in 697 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 796/1515] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/security-groups?tenant_id=a1d7f7cfecae4ed0997687aeb84a64fd&name=default => generated 2925 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 797/1516] 10.0.0.177 () {32 vars in 705 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:43.676 7 INFO neutron.db.segments_db [None req-0476d365-1993-4706-9efa-73beb629c73b 757dfaf4cbf5424d874521cc217a2163 43b132f081de406794a9eaed07f61cad - - default default] Added segment 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 of type vxlan for network fa40d0b4-d77d-48ed-9c46-fb406ed5012a [pid: 6|app: 0|req: 798/1517] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:43 2026] DELETE /v2.0/security-groups/daf3d3ac-1c54-4c78-959e-ee5ff23a7027 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 799/1518] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 800/1519] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 801/1520] 10.0.0.177 () {32 vars in 683 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 802/1521] 10.0.0.177 () {32 vars in 705 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 803/1522] 10.0.0.177 () {32 vars in 695 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 804/1523] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 805/1524] 10.0.0.177 () {32 vars in 697 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 806/1525] 10.0.0.177 () {32 vars in 679 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 807/1526] 10.0.0.177 () {32 vars in 689 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 808/1527] 10.0.0.177 () {32 vars in 701 bytes} [Thu May 14 06:48:43 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: 6|app: 0|req: 809/1528] 10.0.0.177 () {32 vars in 665 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1529] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:43 2026] POST /v2.0/networks => generated 612 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1530] 10.0.0.177 () {32 vars in 681 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1531] 10.0.0.177 () {32 vars in 677 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1532] 10.0.0.177 () {32 vars in 693 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1533] 10.0.0.177 () {32 vars in 677 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1534] 10.0.0.177 () {32 vars in 667 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1535] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:43.864 6 INFO neutron.db.segments_db [None req-f2ba0657-d74e-4784-b20b-22e5c7d79ca8 757dfaf4cbf5424d874521cc217a2163 43b132f081de406794a9eaed07f61cad - - default default] Added segment 979e2c47-2502-4e80-9d9d-03d5fc8a0504 of type vxlan for network 0fbbba11-265c-4e7f-bd08-4ce157088b51 [pid: 7|app: 0|req: 727/1536] 10.0.0.177 () {32 vars in 675 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1537] 10.0.0.177 () {32 vars in 687 bytes} [Thu May 14 06:48:43 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 810/1538] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:43 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:44.063 7 INFO neutron.db.segments_db [None req-471c8c62-3d93-4890-a60d-d7c6e623710a 757dfaf4cbf5424d874521cc217a2163 43b132f081de406794a9eaed07f61cad - - default default] Added segment 5cf8431d-4a0b-4282-b415-d8566ed8a568 of type vxlan for network 63e4249e-0396-47de-8aa1-812bcac69755 [pid: 7|app: 0|req: 729/1539] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:43 2026] POST /v2.0/networks => generated 611 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:44.234 6 INFO neutron.db.segments_db [None req-fa88f178-5a9a-478a-bf43-82ed24c55ee5 757dfaf4cbf5424d874521cc217a2163 43b132f081de406794a9eaed07f61cad - - default default] Added segment 6acb4f09-b0e9-4e36-b1ad-432a502debe4 of type vxlan for network 52e3fbb9-e30c-4163-a38e-86825ecb0e72 [pid: 6|app: 0|req: 811/1540] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:44 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) 2026-05-14 06:48:44.392 7 INFO neutron.db.segments_db [None req-0d61c3f7-efe8-4099-be92-0046e271c175 757dfaf4cbf5424d874521cc217a2163 43b132f081de406794a9eaed07f61cad - - default default] Added segment 03f4df40-00ed-4ffd-88f2-2ea7999d759f of type vxlan for network bbbc77c8-af93-4c35-92a9-c861b4ad6b64 [pid: 7|app: 0|req: 730/1541] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:44 2026] POST /v2.0/networks => generated 612 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1542] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:44 2026] PUT /v2.0/networks/fa40d0b4-d77d-48ed-9c46-fb406ed5012a/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 812/1543] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:44 2026] GET /v2.0/security-groups?tenant_id=c7138da1075b4937b366e1f0171343a2&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1544] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:44 2026] PUT /v2.0/networks/0fbbba11-265c-4e7f-bd08-4ce157088b51/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1545] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:44 2026] PUT /v2.0/networks/63e4249e-0396-47de-8aa1-812bcac69755/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 813/1546] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:44 2026] DELETE /v2.0/security-groups/9d55ef8d-a846-4980-bdbe-ea8da1ea4494 => 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: 734/1547] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:48:44 2026] PUT /v2.0/networks/52e3fbb9-e30c-4163-a38e-86825ecb0e72/tags => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 814/1548] 10.0.0.177 () {32 vars in 666 bytes} [Thu May 14 06:48:44 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1549] 10.0.0.177 () {32 vars in 680 bytes} [Thu May 14 06:48:44 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 815/1550] 10.0.0.177 () {32 vars in 676 bytes} [Thu May 14 06:48:44 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1551] 10.0.0.177 () {32 vars in 688 bytes} [Thu May 14 06:48:45 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 816/1552] 10.0.0.177 () {32 vars in 674 bytes} [Thu May 14 06:48:45 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1553] 10.0.0.177 () {32 vars in 688 bytes} [Thu May 14 06:48:45 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 817/1554] 10.0.0.177 () {32 vars in 684 bytes} [Thu May 14 06:48:45 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1555] 10.0.0.177 () {32 vars in 696 bytes} [Thu May 14 06:48:45 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:45.655 6 INFO neutron.services.segments.plugin [-] Segment 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 resource provider aggregate not found 2026-05-14 06:48:45.658 6 INFO neutron.services.segments.plugin [-] Segment 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 resource provider aggregate not found 2026-05-14 06:48:45.678 6 INFO neutron.services.segments.plugin [-] Segment 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 found for delete ", "request_id": "req-d4b41c70-c9b2-40b4-971e-1a27ce2b194e"}]} 2026-05-14 06:48:45.688 6 INFO neutron.services.segments.plugin [-] Segment 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c018bcc-18c0-4ed4-abd6-e41a9b0365f8 found for delete ", "request_id": "req-b250c7cc-753c-4c78-abd2-262fd041efbd"}]} [pid: 6|app: 0|req: 818/1556] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:45 2026] DELETE /v2.0/networks/fa40d0b4-d77d-48ed-9c46-fb406ed5012a => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:45.828 7 INFO neutron.services.segments.plugin [-] Segment 979e2c47-2502-4e80-9d9d-03d5fc8a0504 resource provider aggregate not found 2026-05-14 06:48:45.839 7 INFO neutron.services.segments.plugin [-] Segment 979e2c47-2502-4e80-9d9d-03d5fc8a0504 resource provider aggregate not found 2026-05-14 06:48:45.849 7 INFO neutron.services.segments.plugin [-] Segment 979e2c47-2502-4e80-9d9d-03d5fc8a0504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 979e2c47-2502-4e80-9d9d-03d5fc8a0504 found for delete ", "request_id": "req-93c60e9a-305a-4ae8-9b1c-de47e96be113"}]} 2026-05-14 06:48:45.864 7 INFO neutron.services.segments.plugin [-] Segment 979e2c47-2502-4e80-9d9d-03d5fc8a0504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 979e2c47-2502-4e80-9d9d-03d5fc8a0504 found for delete ", "request_id": "req-176a1dd9-3457-448c-99bc-47a9bd3e235d"}]} [pid: 7|app: 0|req: 739/1557] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:45 2026] DELETE /v2.0/networks/0fbbba11-265c-4e7f-bd08-4ce157088b51 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1558] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:45 2026] DELETE /v2.0/networks/63e4249e-0396-47de-8aa1-812bcac69755 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:46.111 6 INFO neutron.db.segments_db [None req-4a0dbed6-9892-4416-b7f4-11b9d930420f c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Added segment 39f4d984-d478-4457-bec8-a1cd3554354f of type vxlan for network e40ead39-2a74-4fed-a155-7fe5d1a5d91a [pid: 7|app: 0|req: 741/1559] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:46 2026] DELETE /v2.0/networks/52e3fbb9-e30c-4163-a38e-86825ecb0e72 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 819/1560] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:45 2026] POST /v2.0/networks => generated 630 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1561] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:46 2026] DELETE /v2.0/networks/bbbc77c8-af93-4c35-92a9-c861b4ad6b64 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 820/1562] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:46 2026] POST /v2.0/ports => generated 778 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:46.742 7 INFO neutron.db.segments_db [None req-b0f2a5d2-5195-45ac-b65c-2e65ab22dc16 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Added segment df242e47-e94e-4789-a294-a80ec43eccc1 of type vxlan for network 674cd777-4600-4fe6-87a2-980fbe26bc9e [pid: 7|app: 0|req: 743/1563] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:46 2026] POST /v2.0/networks => generated 616 bytes in 191 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: 6|app: 0|req: 821/1564] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:46 2026] POST /v2.0/subnets => generated 646 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:47.358 7 INFO neutron.db.segments_db [None req-ee494097-f955-4b3b-a25b-ed0943bb5130 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Added segment fac9940b-59fb-4e66-b3a3-cb9aa454e803 of type vxlan for network ca4fd794-bedd-4634-88b4-b8e973c543d4 2026-05-14 06:48:47.440 7 INFO neutron.db.segments_db [None req-ee494097-f955-4b3b-a25b-ed0943bb5130 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Added segment eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 of type vxlan for network 13088311-c17b-4679-84a6-8e4f48240f7e [pid: 6|app: 0|req: 822/1565] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:47 2026] GET /v2.0/security-groups?tenant_id=ca0bba421fff40e1b0fae4188d20fda0&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1566] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:46 2026] POST /v2.0/networks => generated 1206 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1567] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:47 2026] DELETE /v2.0/security-groups/4112828b-b33a-40b8-a121-978a90b58651 => 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: 746/1568] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:48:47 2026] GET /v2.0/networks => generated 1843 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:47.872 7 INFO neutron.services.segments.plugin [-] Segment 5cf8431d-4a0b-4282-b415-d8566ed8a568 resource provider aggregate not found 2026-05-14 06:48:47.889 7 INFO neutron.services.segments.plugin [-] Segment 5cf8431d-4a0b-4282-b415-d8566ed8a568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf8431d-4a0b-4282-b415-d8566ed8a568 found for delete ", "request_id": "req-b2fe556a-6156-46b5-99f8-8883c778f62b"}]} 2026-05-14 06:48:47.896 7 INFO neutron.services.segments.plugin [-] Segment 5cf8431d-4a0b-4282-b415-d8566ed8a568 resource provider aggregate not found 2026-05-14 06:48:47.914 7 INFO neutron.services.segments.plugin [-] Segment 6acb4f09-b0e9-4e36-b1ad-432a502debe4 resource provider aggregate not found 2026-05-14 06:48:47.917 7 INFO neutron.services.segments.plugin [-] Segment 5cf8431d-4a0b-4282-b415-d8566ed8a568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cf8431d-4a0b-4282-b415-d8566ed8a568 found for delete ", "request_id": "req-8b345cb5-ec42-4020-b2a5-68b466c07afa"}]} 2026-05-14 06:48:47.942 7 INFO neutron.services.segments.plugin [-] Segment 6acb4f09-b0e9-4e36-b1ad-432a502debe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acb4f09-b0e9-4e36-b1ad-432a502debe4 found for delete ", "request_id": "req-d53dc76e-3310-4e1b-8f8c-ad16409a6a3a"}]} [pid: 6|app: 0|req: 823/1569] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:47 2026] POST /v2.0/ports => generated 965 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:47.947 7 INFO neutron.services.segments.plugin [-] Segment 6acb4f09-b0e9-4e36-b1ad-432a502debe4 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-14 06:48:47.963 7 INFO neutron.services.segments.plugin [-] Segment 03f4df40-00ed-4ffd-88f2-2ea7999d759f resource provider aggregate not found 2026-05-14 06:48:47.967 7 INFO neutron.services.segments.plugin [-] Segment 6acb4f09-b0e9-4e36-b1ad-432a502debe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acb4f09-b0e9-4e36-b1ad-432a502debe4 found for delete ", "request_id": "req-7745d490-b340-45d5-b4ed-950489b28b16"}]} [pid: 7|app: 0|req: 747/1570] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:47 2026] DELETE /v2.0/networks/ca4fd794-bedd-4634-88b4-b8e973c543d4 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:47.988 7 INFO neutron.services.segments.plugin [-] Segment 03f4df40-00ed-4ffd-88f2-2ea7999d759f resource provider aggregate not found [pid: 6|app: 0|req: 824/1571] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:47 2026] GET /v2.0/security-groups?tenant_id=43b132f081de406794a9eaed07f61cad&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:47.993 7 INFO neutron.services.segments.plugin [-] Segment 03f4df40-00ed-4ffd-88f2-2ea7999d759f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f4df40-00ed-4ffd-88f2-2ea7999d759f found for delete ", "request_id": "req-e827aa77-3484-4b67-bfc6-c16d067c1d3c"}]} 2026-05-14 06:48:48.014 7 INFO neutron.services.segments.plugin [-] Segment 03f4df40-00ed-4ffd-88f2-2ea7999d759f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03f4df40-00ed-4ffd-88f2-2ea7999d759f found for delete ", "request_id": "req-a969ef88-b4ff-4fec-b11b-a8f37a4fc69b"}]} 2026-05-14 06:48:48.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-966424c9-dc6f-44ab-af3d-71782f70f9f9 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] TaaS: Handle Delete Port: 5806360b-0d16-424a-aa9d-68eb84fa3317 2026-05-14 06:48:48.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-966424c9-dc6f-44ab-af3d-71782f70f9f9 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Tap Mirror: Handle Delete Port: 5806360b-0d16-424a-aa9d-68eb84fa3317 2026-05-14 06:48:48.266 6 INFO neutron.db.segments_db [None req-4c0c7578-28ff-498b-a698-199c8254b52e 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Added segment 7f8a7621-acd9-4694-89ff-8774185e1b8b of type vxlan for network 38fb0c52-19cf-4a1a-adf2-a98ff1bebe06 [pid: 7|app: 0|req: 748/1572] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:47 2026] DELETE /v2.0/ports/5806360b-0d16-424a-aa9d-68eb84fa3317 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 825/1573] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:47 2026] POST /v2.0/networks => generated 613 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1574] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:48 2026] DELETE /v2.0/networks/13088311-c17b-4679-84a6-8e4f48240f7e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:48.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-866616f4-817e-4852-b152-2996a4c3aef7 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1575] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:48 2026] DELETE /v2.0/ports/5806360b-0d16-424a-aa9d-68eb84fa3317 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 826/1576] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:48 2026] DELETE /v2.0/security-groups/d54f0d5a-c9d8-4736-b762-f1ca87af1bae => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 827/1577] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:48:48 2026] GET /v2.0/networks => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:48.576 6 INFO neutron.pecan_wsgi.hooks.translation [None req-eed708f0-7c8a-4240-a3b2-1fda274fcf8d c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 828/1578] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:48 2026] GET /v2.0/ports/5806360b-0d16-424a-aa9d-68eb84fa3317 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:48:48.639 6 INFO neutron.db.segments_db [None req-bc63b5c0-df7f-4f65-9cc5-abd79224b84a 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Added segment 17e3740e-0e07-4a43-badb-a1950041aea2 of type vxlan for network 21eab761-72ef-4e5a-9e5f-e52f358b5edf [pid: 6|app: 0|req: 829/1579] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:48 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1580] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:48 2026] POST /v2.0/ports => generated 743 bytes in 324 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: 752/1581] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:48 2026] GET /v2.0/security-groups?tenant_id=de9a2c5384ef49e58c639fe63b20c243&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 830/1582] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:48 2026] DELETE /v2.0/subnets/fa48c657-0bf4-427d-898d-1ac6d3aaedaf => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:48.998 7 INFO neutron.db.segments_db [None req-2a0daf9f-d573-41ac-930b-151fddbd7767 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Added segment 2605a9e2-ec60-4ec5-8bc6-e89a6332419c of type vxlan for network 4b536993-5527-4212-bd09-718806f59da9 [pid: 7|app: 0|req: 753/1583] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:48 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 831/1584] 10.0.0.177 () {34 vars in 666 bytes} [Thu May 14 06:48:48 2026] POST /v2.0/trunks => generated 407 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1585] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:49 2026] DELETE /v2.0/security-groups/ba8c1987-410b-4271-9610-7d57ce90207e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:49.300 6 INFO neutron_taas.services.taas.taas_plugin [None req-aae5ac66-b9af-4752-af98-e0aaf3e04eb2 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] TaaS: Handle Delete Port: 9e9230ec-8383-4bd8-88e3-245e49f58af0 2026-05-14 06:48:49.304 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aae5ac66-b9af-4752-af98-e0aaf3e04eb2 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Tap Mirror: Handle Delete Port: 9e9230ec-8383-4bd8-88e3-245e49f58af0 2026-05-14 06:48:49.507 6 INFO neutron.services.segments.plugin [-] Segment df242e47-e94e-4789-a294-a80ec43eccc1 resource provider aggregate not found 2026-05-14 06:48:49.510 6 INFO neutron.services.segments.plugin [-] Segment df242e47-e94e-4789-a294-a80ec43eccc1 resource provider aggregate not found 2026-05-14 06:48:49.533 6 INFO neutron.services.segments.plugin [-] Segment df242e47-e94e-4789-a294-a80ec43eccc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df242e47-e94e-4789-a294-a80ec43eccc1 found for delete ", "request_id": "req-b9db67e0-9860-47ab-8c89-91b2f26e57c2"}]} 2026-05-14 06:48:49.533 6 INFO neutron.services.segments.plugin [-] Segment df242e47-e94e-4789-a294-a80ec43eccc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df242e47-e94e-4789-a294-a80ec43eccc1 found for delete ", "request_id": "req-250556c5-88e6-471e-81b4-1ed1ea065850"}]} [pid: 6|app: 0|req: 832/1586] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:49 2026] DELETE /v2.0/networks/674cd777-4600-4fe6-87a2-980fbe26bc9e => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:49.606 6 INFO neutron.db.segments_db [None req-98a61411-bfb9-4485-912d-75a3f42a7918 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Added segment 2bcec18c-b957-41cb-aa28-25569558b1e5 of type vxlan for network 0209e9c4-b70f-4bce-b5cc-f41ac49c3d32 [pid: 6|app: 0|req: 833/1587] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:49 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-14 06:48:49.770 6 INFO neutron.db.segments_db [None req-1f90669d-239e-4594-8c93-c460fd75028a c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Added segment 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 of type vxlan for network a7f352e8-df56-4a9c-b5ad-70beae8f3107 [pid: 7|app: 0|req: 755/1588] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:49 2026] POST /v2.0/ports => generated 1506 bytes in 636 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: 6|app: 0|req: 834/1589] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:49 2026] POST /v2.0/networks => generated 617 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 835/1590] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:48:49 2026] GET /v2.0/ports => generated 1506 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:50.027 7 INFO neutron.services.segments.plugin [-] Segment fac9940b-59fb-4e66-b3a3-cb9aa454e803 resource provider aggregate not found 2026-05-14 06:48:50.056 7 INFO neutron.services.segments.plugin [-] Segment fac9940b-59fb-4e66-b3a3-cb9aa454e803 resource provider aggregate not found 2026-05-14 06:48:50.066 7 INFO neutron.services.segments.plugin [-] Segment fac9940b-59fb-4e66-b3a3-cb9aa454e803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac9940b-59fb-4e66-b3a3-cb9aa454e803 found for delete ", "request_id": "req-c13c6d48-519f-46b5-be4a-a6fd5bc99c2a"}]} 2026-05-14 06:48:50.080 7 INFO neutron.services.segments.plugin [-] Segment fac9940b-59fb-4e66-b3a3-cb9aa454e803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac9940b-59fb-4e66-b3a3-cb9aa454e803 found for delete ", "request_id": "req-92eeaf82-8d8c-4f14-ab2f-7f722570cbf3"}]} 2026-05-14 06:48:50.086 7 INFO neutron.services.segments.plugin [-] Segment eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 resource provider aggregate not found 2026-05-14 06:48:50.105 7 INFO neutron.services.segments.plugin [-] Segment eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 resource provider aggregate not found 2026-05-14 06:48:50.110 7 INFO neutron.services.segments.plugin [-] Segment eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 found for delete ", "request_id": "req-c824cbbe-bce9-4d01-84ab-afce1cfdac57"}]} 2026-05-14 06:48:50.130 7 INFO neutron.services.segments.plugin [-] Segment eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb4fa38b-8ec3-41bb-b9a7-fbcd070613d6 found for delete ", "request_id": "req-ff452038-29fd-4acb-8159-cc0fefbe11a1"}]} [pid: 7|app: 0|req: 756/1591] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:49 2026] POST /v2.0/ports => generated 743 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: 6|app: 0|req: 836/1592] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:50 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:50.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b143be9-eed7-4023-a737-d13115e740eb 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] TaaS: Handle Delete Port: 364a96c9-cba9-4532-a29c-af5658a8b082 2026-05-14 06:48:50.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b143be9-eed7-4023-a737-d13115e740eb 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Tap Mirror: Handle Delete Port: 364a96c9-cba9-4532-a29c-af5658a8b082 [pid: 7|app: 0|req: 757/1593] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:50 2026] DELETE /v2.0/ports/364a96c9-cba9-4532-a29c-af5658a8b082 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 837/1594] 10.0.0.177 () {34 vars in 666 bytes} [Thu May 14 06:48:50 2026] POST /v2.0/trunks => generated 407 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:50.620 6 INFO neutron_taas.services.taas.taas_plugin [None req-e612f597-7a22-465c-af97-0445051e01ac 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] TaaS: Handle Delete Port: bf8d3618-3308-49ba-9547-a652f2c9c56c 2026-05-14 06:48:50.624 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e612f597-7a22-465c-af97-0445051e01ac 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Tap Mirror: Handle Delete Port: bf8d3618-3308-49ba-9547-a652f2c9c56c [pid: 6|app: 0|req: 838/1595] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:50 2026] DELETE /v2.0/ports/bf8d3618-3308-49ba-9547-a652f2c9c56c => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:50.781 6 INFO neutron.db.segments_db [None req-277edb48-88bf-4c95-9b18-a1d22a6b3919 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Added segment 98affbca-84b3-4f0c-98e5-8f3f53895862 of type vxlan for network d989393f-45ba-4875-ba55-ba78c6cae9e0 [pid: 7|app: 0|req: 758/1596] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:50 2026] POST /v2.0/ports => generated 928 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 839/1597] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:50 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1598] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:48:50 2026] GET /v2.0/ports => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:48:51.028 6 INFO neutron_taas.services.taas.taas_plugin [None req-e6ebfc95-0120-4785-82ca-6c311dc4d58f c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] TaaS: Handle Delete Port: 2564dfd0-0b2c-40e8-8951-6f3dfa883eee 2026-05-14 06:48:51.031 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6ebfc95-0120-4785-82ca-6c311dc4d58f c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Tap Mirror: Handle Delete Port: 2564dfd0-0b2c-40e8-8951-6f3dfa883eee [pid: 6|app: 0|req: 840/1599] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:50 2026] DELETE /v2.0/ports/2564dfd0-0b2c-40e8-8951-6f3dfa883eee => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:51.245 6 INFO neutron.db.segments_db [None req-692db3fc-9ea9-45df-93a5-73b111fc645a 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Added segment 7336b228-e326-49fc-9045-a77ba9f1327e of type vxlan for network eccff2b7-94d9-45a3-badb-c25ed5aa5110 [pid: 7|app: 0|req: 760/1600] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:50 2026] POST /v2.0/ports => generated 743 bytes in 372 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-14 06:48:51.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f43e31d1-7680-45e6-b138-dce5df688f9f c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1601] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:51 2026] GET /v2.0/ports/2564dfd0-0b2c-40e8-8951-6f3dfa883eee => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 841/1602] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:51 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 842/1603] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:51 2026] DELETE /v2.0/subnets/b0fbea8a-f420-4ad4-9e31-00dbfdb4ced1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:51.519 6 INFO neutron.db.segments_db [None req-d9a3c688-4855-4557-b02e-47762f04e042 19da42bdd9c541a9a08242f3929adbd0 22a991b319dc4564a05a1aaaf44cda18 - - default default] Added segment 017e811a-eaee-4d4f-a6de-290847c158fc of type vxlan for network 32dd3875-e126-43c4-a2f3-4e77620ef188 [pid: 7|app: 0|req: 762/1604] 10.0.0.177 () {34 vars in 666 bytes} [Thu May 14 06:48:51 2026] POST /v2.0/trunks => generated 407 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 843/1605] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:51 2026] POST /v2.0/networks => generated 630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:51.683 6 INFO neutron.db.segments_db [None req-de07b7ed-f2a2-49db-aa68-c7a25af127af 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Added segment 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 of type vxlan for network f1249726-2fdf-463f-8754-1829299d8ea5 [pid: 7|app: 0|req: 763/1606] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:51 2026] DELETE /v2.0/networks/a7f352e8-df56-4a9c-b5ad-70beae8f3107 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 844/1607] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:51 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: 6|app: 0|req: 845/1608] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:51 2026] POST /v2.0/ports => generated 779 bytes in 342 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-14 06:48:52.139 7 INFO neutron.services.segments.plugin [-] Segment 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 resource provider aggregate not found 2026-05-14 06:48:52.157 7 INFO neutron.services.segments.plugin [-] Segment 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 resource provider aggregate not found 2026-05-14 06:48:52.165 7 INFO neutron.services.segments.plugin [-] Segment 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 found for delete ", "request_id": "req-0ac056f5-b21e-44a4-a1d8-3f32f19dec05"}]} 2026-05-14 06:48:52.191 7 INFO neutron.services.segments.plugin [-] Segment 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba5d9b1-7e33-45b0-8d0d-d4203f0e4d22 found for delete ", "request_id": "req-8ffdf045-295e-4f74-9d8a-67e0ea56c9c3"}]} [pid: 7|app: 0|req: 764/1609] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:51 2026] POST /v2.0/subnets => generated 1271 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 846/1610] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:52 2026] POST /v2.0/ports => generated 743 bytes in 339 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: 765/1611] 10.0.0.177 () {34 vars in 737 bytes} [Thu May 14 06:48:52 2026] PUT /v2.0/ports/2a896eb6-889c-40d1-84a4-3083cf1a081a => generated 752 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 847/1612] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:48:52 2026] GET /v2.0/subnets => generated 1907 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:48:52.619 6 INFO neutron_taas.services.taas.taas_plugin [None req-b1579621-ded3-473f-b207-c662bbaca56a c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] TaaS: Handle Delete Port: 2a896eb6-889c-40d1-84a4-3083cf1a081a 2026-05-14 06:48:52.622 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1579621-ded3-473f-b207-c662bbaca56a c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Tap Mirror: Handle Delete Port: 2a896eb6-889c-40d1-84a4-3083cf1a081a [pid: 7|app: 0|req: 766/1613] 10.0.0.177 () {34 vars in 666 bytes} [Thu May 14 06:48:52 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 848/1614] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:52 2026] DELETE /v2.0/ports/2a896eb6-889c-40d1-84a4-3083cf1a081a => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:52.767 6 INFO neutron.db.segments_db [None req-0f1eeaa6-3c67-43f5-bf45-b9ba0cdc7e33 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Added segment 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 of type vxlan for network 4c212280-e3df-40c5-ba76-f5960258db5f [pid: 7|app: 0|req: 767/1615] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:52 2026] DELETE /v2.0/subnets/402e840d-6792-4016-9caa-90370058272a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1616] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:48:52 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: 6|app: 0|req: 849/1617] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:52 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:52.889 6 INFO neutron.pecan_wsgi.hooks.translation [None req-12745e67-80d4-4f6b-802a-b42dd56b9226 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 850/1618] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:52 2026] GET /v2.0/ports/2a896eb6-889c-40d1-84a4-3083cf1a081a => 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: 769/1619] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:52 2026] DELETE /v2.0/subnets/11399886-8df6-48f4-9778-b3ad821ed33a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1620] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:48:52 2026] GET /v2.0/ports => generated 781 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1621] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:48:53 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1622] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:53 2026] GET /v2.0/ports/3586bca9-6cfb-4e25-8619-8092de42c615 => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1623] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/networks/32dd3875-e126-43c4-a2f3-4e77620ef188 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:53.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39067588-ebf6-4c5d-8e1b-5579bc3afde1 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1624] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/ports/2564dfd0-0b2c-40e8-8951-6f3dfa883eee => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 851/1625] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:48:52 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:48:53.253 6 INFO neutron.pecan_wsgi.hooks.translation [None req-ffc115a0-44f0-4c83-82e3-34143ec5dcbf c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 852/1626] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/subnets/b0fbea8a-f420-4ad4-9e31-00dbfdb4ced1 => 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: 775/1627] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/networks/eccff2b7-94d9-45a3-badb-c25ed5aa5110 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:53.374 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2149719c-9bbc-4ed9-bd71-e814c4a410ff c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1628] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/subnets/fa48c657-0bf4-427d-898d-1ac6d3aaedaf => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 853/1629] 10.0.0.177 () {34 vars in 666 bytes} [Thu May 14 06:48:53 2026] POST /v2.0/trunks => generated 407 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:53.516 6 INFO neutron_taas.services.taas.taas_plugin [None req-633b9e17-183a-4017-9a03-e1fe60e634c1 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] TaaS: Handle Delete Port: 3586bca9-6cfb-4e25-8619-8092de42c615 2026-05-14 06:48:53.519 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-633b9e17-183a-4017-9a03-e1fe60e634c1 c52d30e3a4844c46a9a7526e629f589b 099dfb9862cb4ec1aaddd937d035f933 - - default default] Tap Mirror: Handle Delete Port: 3586bca9-6cfb-4e25-8619-8092de42c615 [pid: 7|app: 0|req: 777/1630] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/networks/4b536993-5527-4212-bd09-718806f59da9 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1631] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:53 2026] PUT /v2.0/trunks/ee023254-e99a-44d2-8a80-72e41e8adee9/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 854/1632] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/ports/3586bca9-6cfb-4e25-8619-8092de42c615 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1633] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/networks/21eab761-72ef-4e5a-9e5f-e52f358b5edf => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1634] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:53 2026] PUT /v2.0/trunks/4ca0eb7b-6153-4b07-a094-55b6b2ec3edd/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: 781/1635] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:53 2026] DELETE /v2.0/networks/e40ead39-2a74-4fed-a155-7fe5d1a5d91a => 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: 782/1636] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:53 2026] PUT /v2.0/trunks/f810a4a3-713b-4395-949b-482af33494f3/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1637] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:48:53 2026] PUT /v2.0/trunks/2af565a4-1b1e-41d1-9635-fd5afebb5bda/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1638] 10.0.0.177 () {32 vars in 662 bytes} [Thu May 14 06:48:53 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:53.958 6 INFO neutron.db.segments_db [None req-f9ee59ef-80d2-42ac-8782-6e88de3003c6 dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] Added segment e490b056-761d-4e0c-9b17-5f1cdbd855d5 of type vxlan for network 0e7de212-81a6-4db7-9249-c3a1d9cd1e65 [pid: 7|app: 0|req: 785/1639] 10.0.0.177 () {32 vars in 676 bytes} [Thu May 14 06:48:53 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1640] 10.0.0.177 () {32 vars in 672 bytes} [Thu May 14 06:48:53 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1641] 10.0.0.177 () {32 vars in 684 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1642] 10.0.0.177 () {32 vars in 670 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 855/1643] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:53 2026] POST /v2.0/networks => generated 613 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1644] 10.0.0.177 () {32 vars in 684 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1645] 10.0.0.177 () {32 vars in 680 bytes} [Thu May 14 06:48:54 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: 7|app: 0|req: 791/1646] 10.0.0.177 () {32 vars in 692 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1647] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/trunks/ee023254-e99a-44d2-8a80-72e41e8adee9 => generated 412 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:54.197 7 INFO neutron.services.segments.plugin [-] Segment 017e811a-eaee-4d4f-a6de-290847c158fc resource provider aggregate not found 2026-05-14 06:48:54.224 7 INFO neutron.services.segments.plugin [-] Segment 017e811a-eaee-4d4f-a6de-290847c158fc resource provider aggregate not found 2026-05-14 06:48:54.226 7 INFO neutron.services.segments.plugin [-] Segment 017e811a-eaee-4d4f-a6de-290847c158fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017e811a-eaee-4d4f-a6de-290847c158fc found for delete ", "request_id": "req-c7a077ca-ba66-4e80-9497-b58100cf66fd"}]} 2026-05-14 06:48:54.250 7 INFO neutron.services.segments.plugin [-] Segment 7336b228-e326-49fc-9045-a77ba9f1327e resource provider aggregate not found 2026-05-14 06:48:54.254 7 INFO neutron.services.segments.plugin [-] Segment 017e811a-eaee-4d4f-a6de-290847c158fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017e811a-eaee-4d4f-a6de-290847c158fc found for delete ", "request_id": "req-066a2b17-8462-4047-87ab-f000121d9097"}]} 2026-05-14 06:48:54.286 7 INFO neutron.services.segments.plugin [-] Segment 7336b228-e326-49fc-9045-a77ba9f1327e resource provider aggregate not found 2026-05-14 06:48:54.296 7 INFO neutron.services.segments.plugin [-] Segment 7336b228-e326-49fc-9045-a77ba9f1327e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7336b228-e326-49fc-9045-a77ba9f1327e found for delete ", "request_id": "req-9efffc0b-ae07-455a-beb3-07de74add0cb"}]} 2026-05-14 06:48:54.317 7 INFO neutron.services.segments.plugin [-] Segment 7336b228-e326-49fc-9045-a77ba9f1327e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7336b228-e326-49fc-9045-a77ba9f1327e found for delete ", "request_id": "req-a334a889-c5b3-452e-9743-64b2c62ad7a1"}]} 2026-05-14 06:48:54.329 7 INFO neutron.services.segments.plugin [-] Segment 2605a9e2-ec60-4ec5-8bc6-e89a6332419c resource provider aggregate not found 2026-05-14 06:48:54.343 7 INFO neutron.services.segments.plugin [-] Segment 2605a9e2-ec60-4ec5-8bc6-e89a6332419c resource provider aggregate not found 2026-05-14 06:48:54.352 7 INFO neutron.services.segments.plugin [-] Segment 2605a9e2-ec60-4ec5-8bc6-e89a6332419c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2605a9e2-ec60-4ec5-8bc6-e89a6332419c found for delete ", "request_id": "req-795d5c05-a099-43b7-b571-176a7edacad0"}]} [pid: 6|app: 0|req: 856/1648] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:54 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:54.377 7 INFO neutron.services.segments.plugin [-] Segment 17e3740e-0e07-4a43-badb-a1950041aea2 resource provider aggregate not found 2026-05-14 06:48:54.389 7 INFO neutron.services.segments.plugin [-] Segment 2605a9e2-ec60-4ec5-8bc6-e89a6332419c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2605a9e2-ec60-4ec5-8bc6-e89a6332419c found for delete ", "request_id": "req-92b655c6-1a54-432e-8d63-dc33acbb338d"}]} [pid: 7|app: 0|req: 793/1649] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/ports/d655705d-3af9-4ac7-b999-d0750de50787 => generated 826 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:54.409 7 INFO neutron.services.segments.plugin [-] Segment 17e3740e-0e07-4a43-badb-a1950041aea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e3740e-0e07-4a43-badb-a1950041aea2 found for delete ", "request_id": "req-cb7083ab-db50-4fa4-b9ca-bdfed6b3835c"}]} 2026-05-14 06:48:54.418 7 INFO neutron.services.segments.plugin [-] Segment 17e3740e-0e07-4a43-badb-a1950041aea2 resource provider aggregate not found 2026-05-14 06:48:54.432 7 INFO neutron.services.segments.plugin [-] Segment 39f4d984-d478-4457-bec8-a1cd3554354f resource provider aggregate not found 2026-05-14 06:48:54.453 7 INFO neutron.services.segments.plugin [-] Segment 17e3740e-0e07-4a43-badb-a1950041aea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e3740e-0e07-4a43-badb-a1950041aea2 found for delete ", "request_id": "req-d96e769e-e274-4c14-9fe1-9900fbfb77b7"}]} 2026-05-14 06:48:54.457 7 INFO neutron.services.segments.plugin [-] Segment 39f4d984-d478-4457-bec8-a1cd3554354f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f4d984-d478-4457-bec8-a1cd3554354f found for delete ", "request_id": "req-cdbd24cb-acc4-43ee-823f-4a026a1b2666"}]} 2026-05-14 06:48:54.474 7 INFO neutron.services.segments.plugin [-] Segment 39f4d984-d478-4457-bec8-a1cd3554354f resource provider aggregate not found 2026-05-14 06:48:54.499 7 INFO neutron.services.segments.plugin [-] Segment 39f4d984-d478-4457-bec8-a1cd3554354f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f4d984-d478-4457-bec8-a1cd3554354f found for delete ", "request_id": "req-3166794d-2c10-4d47-9fa4-5ac9a356bb65"}]} 2026-05-14 06:48:54.503 7 INFO neutron.db.segments_db [None req-094ceda9-272c-453e-8161-96ce3d4f01be dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] Added segment f37a97e9-751b-46e0-b248-5b58b8b701ae of type vxlan for network f377bf12-919b-4bff-8663-cbbb1062d318 [pid: 7|app: 0|req: 794/1650] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:54 2026] POST /v2.0/networks => generated 612 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 857/1651] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/security-groups?tenant_id=22a991b319dc4564a05a1aaaf44cda18&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1652] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:48:54 2026] DELETE /v2.0/trunks/ee023254-e99a-44d2-8a80-72e41e8adee9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 858/1653] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/security-groups?tenant_id=099dfb9862cb4ec1aaddd937d035f933&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 859/1654] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:54 2026] DELETE /v2.0/security-groups/1dfa2635-7e0d-4754-ae4a-c9ac65df3894 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 860/1655] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:54 2026] GET /v2.0/trunks/4ca0eb7b-6153-4b07-a094-55b6b2ec3edd => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1656] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:54 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 861/1657] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:54 2026] DELETE /v2.0/security-groups/a21d429e-de23-45d4-8ae8-56f21b15f057 => 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: 797/1658] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/ports/250f8ef4-5f8c-41bd-a9a5-5aecdac0ecc5 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:55.104 6 INFO neutron.db.segments_db [None req-c9834730-590b-455c-b8f1-fb24238d1701 dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] Added segment 7ac081a0-6846-45eb-a983-99293acdb751 of type vxlan for network d1e04957-4d44-4758-ba8b-72f4e20aa4ab [pid: 7|app: 0|req: 798/1659] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:48:55 2026] DELETE /v2.0/trunks/4ca0eb7b-6153-4b07-a094-55b6b2ec3edd => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1660] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/trunks/f810a4a3-713b-4395-949b-482af33494f3 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 862/1661] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:55 2026] POST /v2.0/networks => generated 610 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1662] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/ports/8921de60-4d3a-4dd7-9927-291171230b5b => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1663] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:48:55 2026] DELETE /v2.0/trunks/f810a4a3-713b-4395-949b-482af33494f3 => 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: 802/1664] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/trunks/2af565a4-1b1e-41d1-9635-fd5afebb5bda => 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: 803/1665] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/ports/37195dfd-fe25-4754-8427-7ffbad0767e1 => generated 826 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 863/1666] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:55 2026] POST /v2.0/subnets => generated 629 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1667] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:48:55 2026] DELETE /v2.0/trunks/2af565a4-1b1e-41d1-9635-fd5afebb5bda => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:55.641 6 INFO neutron.db.segments_db [None req-9f539b61-fac6-40e9-9a6e-973d9de854c3 dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] Added segment 62d88639-9b1d-4e5f-9a00-6049ffba77b0 of type vxlan for network ed84c6bf-7622-4816-a02d-42a4ef4b76c7 [pid: 7|app: 0|req: 805/1668] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/trunks/6384667d-99ca-4f65-98c1-9206f2b44913 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 864/1669] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:55 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1670] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:55 2026] GET /v2.0/ports/3c56f5e4-3d86-4f10-b9d4-ee07bc1dbe76 => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1671] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:48:55 2026] DELETE /v2.0/trunks/6384667d-99ca-4f65-98c1-9206f2b44913 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:48:56.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-af0eec0d-3b2f-47bf-8500-f193ef68b6f8 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] TaaS: Handle Delete Port: d655705d-3af9-4ac7-b999-d0750de50787 2026-05-14 06:48:56.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af0eec0d-3b2f-47bf-8500-f193ef68b6f8 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Tap Mirror: Handle Delete Port: d655705d-3af9-4ac7-b999-d0750de50787 [pid: 6|app: 0|req: 865/1672] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:55 2026] POST /v2.0/subnets => generated 629 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1673] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:55 2026] DELETE /v2.0/ports/d655705d-3af9-4ac7-b999-d0750de50787 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:56.128 6 INFO neutron.db.segments_db [None req-d8b61c23-0d46-440b-aaa7-fbff1254f340 dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] Added segment b6027fb2-dcd2-4f09-b328-b8cb71d3f671 of type vxlan for network fdd9cbdf-9ef8-40ab-a7c0-084319f26b91 [pid: 6|app: 0|req: 866/1674] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:56 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:56.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-943fdbfc-9b21-4099-b758-96ead275534a 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] TaaS: Handle Delete Port: 250f8ef4-5f8c-41bd-a9a5-5aecdac0ecc5 2026-05-14 06:48:56.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-943fdbfc-9b21-4099-b758-96ead275534a 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Tap Mirror: Handle Delete Port: 250f8ef4-5f8c-41bd-a9a5-5aecdac0ecc5 [pid: 7|app: 0|req: 809/1675] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:56 2026] DELETE /v2.0/ports/250f8ef4-5f8c-41bd-a9a5-5aecdac0ecc5 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:56.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d602bac-9b59-4a38-ac09-2d16e0d3b58f 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] TaaS: Handle Delete Port: 8921de60-4d3a-4dd7-9927-291171230b5b 2026-05-14 06:48:56.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d602bac-9b59-4a38-ac09-2d16e0d3b58f 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Tap Mirror: Handle Delete Port: 8921de60-4d3a-4dd7-9927-291171230b5b [pid: 6|app: 0|req: 867/1676] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:56 2026] POST /v2.0/subnets => generated 629 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 870/1679] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:48:56 2026] PUT /v2.0/subnets/81457519-0066-436b-af33-493e89fdcb93/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1680] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:56 2026] DELETE /v2.0/ports/8921de60-4d3a-4dd7-9927-291171230b5b => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 871/1681] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:48:56 2026] PUT /v2.0/subnets/340acc13-19a2-4c70-a600-45939ac040ef/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 872/1682] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:48:56 2026] PUT /v2.0/subnets/2a680882-d2a3-49c9-a8f2-5f0e6b918fb8/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:48:56.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-b51502a6-246f-4d1a-9c74-7370485f41b5 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] TaaS: Handle Delete Port: 37195dfd-fe25-4754-8427-7ffbad0767e1 2026-05-14 06:48:56.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b51502a6-246f-4d1a-9c74-7370485f41b5 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Tap Mirror: Handle Delete Port: 37195dfd-fe25-4754-8427-7ffbad0767e1 [pid: 6|app: 0|req: 873/1683] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:48:56 2026] PUT /v2.0/subnets/86be3ad0-f06a-4b6f-a989-155e6ceb8a93/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1684] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:56 2026] DELETE /v2.0/ports/37195dfd-fe25-4754-8427-7ffbad0767e1 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1685] 10.0.0.177 () {32 vars in 664 bytes} [Thu May 14 06:48:56 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:57.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-a92f8835-03fe-4571-94cc-0469766a4251 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] TaaS: Handle Delete Port: 3c56f5e4-3d86-4f10-b9d4-ee07bc1dbe76 2026-05-14 06:48:57.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a92f8835-03fe-4571-94cc-0469766a4251 99af32c45f494dc99e0fc19efbb66abf 374abc1a0b4a45d59c198875dcf6852e - - default default] Tap Mirror: Handle Delete Port: 3c56f5e4-3d86-4f10-b9d4-ee07bc1dbe76 [pid: 7|app: 0|req: 813/1686] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:56 2026] DELETE /v2.0/ports/3c56f5e4-3d86-4f10-b9d4-ee07bc1dbe76 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:57.224 6 INFO neutron.db.segments_db [None req-32f400fb-e760-4300-a7f4-c559e613f0ab ac9979f015cc475ea20de0e59deda7c5 92365c2ac13d4fee83d8e3cbc6879d06 - - default default] Added segment cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b of type vxlan for network 62e7a025-35c7-4f9a-b7c4-c9450d8d965c [pid: 7|app: 0|req: 814/1687] 10.0.0.177 () {32 vars in 678 bytes} [Thu May 14 06:48:57 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 874/1688] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:56 2026] POST /v2.0/networks => generated 628 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:57.433 6 INFO neutron.services.segments.plugin [-] Segment 7f8a7621-acd9-4694-89ff-8774185e1b8b resource provider aggregate not found 2026-05-14 06:48:57.435 6 INFO neutron.services.segments.plugin [-] Segment 7f8a7621-acd9-4694-89ff-8774185e1b8b resource provider aggregate not found 2026-05-14 06:48:57.459 6 INFO neutron.services.segments.plugin [-] Segment 7f8a7621-acd9-4694-89ff-8774185e1b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8a7621-acd9-4694-89ff-8774185e1b8b found for delete ", "request_id": "req-5de94288-fb8f-4e48-8694-1dde9cb14caa"}]} 2026-05-14 06:48:57.463 6 INFO neutron.services.segments.plugin [-] Segment 7f8a7621-acd9-4694-89ff-8774185e1b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8a7621-acd9-4694-89ff-8774185e1b8b found for delete ", "request_id": "req-66370b54-9362-41d2-978e-d677c118fc82"}]} 2026-05-14 06:48:57.467 7 INFO neutron.db.segments_db [None req-b04d10cf-b90c-491f-9f1d-48bb3a612b5a fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Added segment aa0d4c47-c6f4-480b-b01c-388ce98b376f of type vxlan for network d3f79980-e4fd-4c6d-a5bf-40dcc20c1795 [pid: 6|app: 0|req: 875/1689] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:57 2026] DELETE /v2.0/networks/38fb0c52-19cf-4a1a-adf2-a98ff1bebe06 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 876/1690] 10.0.0.177 () {32 vars in 674 bytes} [Thu May 14 06:48:57 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1691] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:57 2026] POST /v2.0/networks => generated 626 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1692] 10.0.0.177 () {32 vars in 686 bytes} [Thu May 14 06:48:57 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 877/1693] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:57 2026] DELETE /v2.0/networks/0209e9c4-b70f-4bce-b5cc-f41ac49c3d32 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 878/1694] 10.0.0.177 () {32 vars in 672 bytes} [Thu May 14 06:48:57 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 879/1695] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:57 2026] DELETE /v2.0/networks/d989393f-45ba-4875-ba55-ba78c6cae9e0 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 880/1696] 10.0.0.177 () {32 vars in 686 bytes} [Thu May 14 06:48:57 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1697] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:57 2026] POST /v2.0/ports => generated 774 bytes in 367 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-14 06:48:58.101 7 INFO neutron.services.segments.plugin [-] Segment 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 resource provider aggregate not found 2026-05-14 06:48:58.102 7 INFO neutron.services.segments.plugin [-] Segment 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 resource provider aggregate not found 2026-05-14 06:48:58.124 7 INFO neutron.services.segments.plugin [-] Segment 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 found for delete ", "request_id": "req-46b7834c-a4de-4314-957c-f185b36a8cd2"}]} 2026-05-14 06:48:58.125 7 INFO neutron.services.segments.plugin [-] Segment 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19fc56d6-2e3f-464e-8dbb-eac39dbb9247 found for delete ", "request_id": "req-7a9522b5-9592-4893-8cdb-380461a41c69"}]} [pid: 7|app: 0|req: 818/1698] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:57 2026] DELETE /v2.0/networks/f1249726-2fdf-463f-8754-1829299d8ea5 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1699] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:48:58 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 881/1700] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:57 2026] POST /v2.0/subnets => generated 673 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:48:58.260 7 INFO neutron.db.segments_db [None req-c0cc80c2-976e-4024-be4c-12a56f0b5116 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Added segment d9c6a234-8707-466a-8870-6013561f5a66 of type vxlan for network 658dc19a-17e4-4a7c-a372-c5bfb1f38bf1 [pid: 7|app: 0|req: 820/1701] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:58 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 882/1702] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:58 2026] DELETE /v2.0/networks/4c212280-e3df-40c5-ba76-f5960258db5f => 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: 821/1703] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:48:58 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:58.420 6 INFO neutron.db.segments_db [None req-ccd0c278-7b25-4c03-916b-80e3f04d1a62 ac9979f015cc475ea20de0e59deda7c5 92365c2ac13d4fee83d8e3cbc6879d06 - - default default] Added segment ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 of type vxlan for network 69b53df1-ca9f-4302-951c-9c0bb31e6d6a [pid: 6|app: 0|req: 883/1704] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:48:58 2026] POST /v2.0/networks => generated 629 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 884/1705] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:58 2026] DELETE /v2.0/subnets/81457519-0066-436b-af33-493e89fdcb93 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1706] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:58 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 885/1707] 10.0.0.177 () {34 vars in 743 bytes} [Thu May 14 06:48:58 2026] PUT /v2.0/networks/69b53df1-ca9f-4302-951c-9c0bb31e6d6a => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1708] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:58 2026] DELETE /v2.0/subnets/340acc13-19a2-4c70-a600-45939ac040ef => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1709] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:48:58 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 886/1710] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:48:58 2026] POST /v2.0/ports => generated 949 bytes in 397 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: 825/1711] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/subnets/2a680882-d2a3-49c9-a8f2-5f0e6b918fb8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 887/1712] 10.0.0.177 () {34 vars in 741 bytes} [Thu May 14 06:48:59 2026] PUT /v2.0/subnets/afebde24-6679-409d-8873-c75dad6cb208 => generated 656 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:48:59.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c1a3e6a-e7a8-4516-ace8-60f6a1a0f372 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] TaaS: Handle Delete Port: 03e11e67-b2fb-46fd-b811-aac852171fd5 2026-05-14 06:48:59.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c1a3e6a-e7a8-4516-ace8-60f6a1a0f372 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Tap Mirror: Handle Delete Port: 03e11e67-b2fb-46fd-b811-aac852171fd5 2026-05-14 06:48:59.487 6 INFO neutron.services.segments.plugin [-] Segment 2bcec18c-b957-41cb-aa28-25569558b1e5 resource provider aggregate not found 2026-05-14 06:48:59.491 6 INFO neutron.services.segments.plugin [-] Segment 2bcec18c-b957-41cb-aa28-25569558b1e5 resource provider aggregate not found [pid: 6|app: 0|req: 888/1713] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/subnets/86be3ad0-f06a-4b6f-a989-155e6ceb8a93 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:59.510 6 INFO neutron.services.segments.plugin [-] Segment 2bcec18c-b957-41cb-aa28-25569558b1e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bcec18c-b957-41cb-aa28-25569558b1e5 found for delete ", "request_id": "req-847e40b9-bbd0-4e82-a7e9-ea469f7bb9f5"}]} 2026-05-14 06:48:59.510 6 INFO neutron.services.segments.plugin [-] Segment 2bcec18c-b957-41cb-aa28-25569558b1e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bcec18c-b957-41cb-aa28-25569558b1e5 found for delete ", "request_id": "req-a43f215c-6f67-494a-9b3f-1318f7c1ea04"}]} 2026-05-14 06:48:59.533 6 INFO neutron.services.segments.plugin [-] Segment 98affbca-84b3-4f0c-98e5-8f3f53895862 resource provider aggregate not found 2026-05-14 06:48:59.538 6 INFO neutron.services.segments.plugin [-] Segment 98affbca-84b3-4f0c-98e5-8f3f53895862 resource provider aggregate not found [pid: 7|app: 0|req: 826/1714] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/ports/03e11e67-b2fb-46fd-b811-aac852171fd5 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:59.555 6 INFO neutron.services.segments.plugin [-] Segment 98affbca-84b3-4f0c-98e5-8f3f53895862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98affbca-84b3-4f0c-98e5-8f3f53895862 found for delete ", "request_id": "req-4ac38b21-d67c-418b-857c-56307d8d7242"}]} 2026-05-14 06:48:59.560 6 INFO neutron.services.segments.plugin [-] Segment 98affbca-84b3-4f0c-98e5-8f3f53895862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98affbca-84b3-4f0c-98e5-8f3f53895862 found for delete ", "request_id": "req-ebb0bbd7-cc7d-4dc1-9278-3895ff4ca7e1"}]} 2026-05-14 06:48:59.577 6 INFO neutron.services.segments.plugin [-] Segment 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 resource provider aggregate not found 2026-05-14 06:48:59.582 6 INFO neutron.services.segments.plugin [-] Segment 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 resource provider aggregate not found 2026-05-14 06:48:59.599 6 INFO neutron.services.segments.plugin [-] Segment 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 found for delete ", "request_id": "req-e66855ef-38f6-4008-a618-9b79d7f7bc75"}]} 2026-05-14 06:48:59.602 6 INFO neutron.services.segments.plugin [-] Segment 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b81ccee-5e89-4a79-a5cf-87a23dbcd2e9 found for delete ", "request_id": "req-bb94627b-5759-4e7f-ab95-e77112cd6b98"}]} [pid: 7|app: 0|req: 827/1715] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/networks/69b53df1-ca9f-4302-951c-9c0bb31e6d6a => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 889/1716] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:48:59 2026] GET /v2.0/security-groups?tenant_id=bfcae270e8dd4144ba6f7ad2d9e31e68&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:48:59.831 6 INFO neutron.pecan_wsgi.hooks.translation [None req-1e118675-af44-46bc-9b9f-f6cbde27c892 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 890/1717] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/ports/03e11e67-b2fb-46fd-b811-aac852171fd5 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:48:59.847 6 INFO neutron.pecan_wsgi.hooks.translation [None req-f8840141-841b-44bb-b682-528d1c4b06e8 ac9979f015cc475ea20de0e59deda7c5 92365c2ac13d4fee83d8e3cbc6879d06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 891/1718] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/networks/69b53df1-ca9f-4302-951c-9c0bb31e6d6a => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1719] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/subnets/22f3427b-c06c-4f77-b395-2848962c8669 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:48:59.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5634df54-0946-430d-af65-949f50f98e3e fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1720] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:48:59 2026] GET /v2.0/ports/03e11e67-b2fb-46fd-b811-aac852171fd5 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 892/1721] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/security-groups/3da36d9e-bdd4-40b1-ab67-1f905565af54 => 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: 830/1722] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:48:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 893/1723] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/networks/0e7de212-81a6-4db7-9249-c3a1d9cd1e65 => 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: 831/1724] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:48:59 2026] DELETE /v2.0/subnets/a7b00fd9-487e-448c-b402-3036d3bc2041 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 894/1725] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/subnets?network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:00.154 7 INFO neutron.services.segments.plugin [-] Segment ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 resource provider aggregate not found 2026-05-14 06:49:00.157 7 INFO neutron.services.segments.plugin [-] Segment ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 resource provider aggregate not found [pid: 7|app: 0|req: 832/1726] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/security-groups?tenant_id=374abc1a0b4a45d59c198875dcf6852e&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:00.180 7 INFO neutron.services.segments.plugin [-] Segment ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 found for delete ", "request_id": "req-49474970-9aa9-4f97-9dde-c6ffa76435d8"}]} 2026-05-14 06:49:00.183 7 INFO neutron.services.segments.plugin [-] Segment ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb2fae1-fe0f-4239-86cc-e15ccd2f99f4 found for delete ", "request_id": "req-fdff412e-9bdb-4f8e-b7a0-61298fceeb94"}]} 2026-05-14 06:49:00.246 6 INFO neutron_taas.services.taas.taas_plugin [None req-4ee8565e-7e51-42fb-87a9-58d7be6cd366 dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] TaaS: Handle Delete Port: 93c170c7-0006-46f3-8db5-41d1c482b576 2026-05-14 06:49:00.249 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ee8565e-7e51-42fb-87a9-58d7be6cd366 dafef004c3a349ca81e04da1ef7f29c5 fb9bd8db0f624bf3979b072aa4fa0257 - - default default] Tap Mirror: Handle Delete Port: 93c170c7-0006-46f3-8db5-41d1c482b576 [pid: 7|app: 0|req: 833/1727] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:00 2026] DELETE /v2.0/networks/658dc19a-17e4-4a7c-a372-c5bfb1f38bf1 => 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: 834/1728] 10.0.0.177 () {32 vars in 653 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1729] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:00 2026] DELETE /v2.0/security-groups/869157d2-4303-4c54-a64d-e4974b974753 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 895/1730] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:00 2026] DELETE /v2.0/networks/f377bf12-919b-4bff-8663-cbbb1062d318 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:00.471 7 INFO neutron.db.segments_db [None req-3936b490-2166-4e71-ab03-96d8569f3498 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Added segment c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd of type vxlan for network f17638b6-f524-4e51-b4bf-b96dfc5fefbd [pid: 6|app: 0|req: 896/1731] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/networks => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1732] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:00 2026] POST /v2.0/networks => generated 613 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1733] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 897/1734] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:00 2026] DELETE /v2.0/networks/d1e04957-4d44-4758-ba8b-72f4e20aa4ab => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1735] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/security-groups?tenant_id=17bf4dc3f06e496a9dd3e0f18488c877&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1736] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/networks/62e7a025-35c7-4f9a-b7c4-c9450d8d965c => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 898/1737] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:00 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1738] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:00 2026] DELETE /v2.0/networks/ed84c6bf-7622-4816-a02d-42a4ef4b76c7 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1739] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:49:00 2026] GET /v2.0/subnets/13c4e06f-429d-49ff-a266-1204e374e1bf => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 899/1740] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:00 2026] DELETE /v2.0/security-groups/d44dda4d-fed4-4b1b-95a3-6cacb0b353e0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 900/1741] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/networks/fdd9cbdf-9ef8-40ab-a7c0-084319f26b91 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:01.255 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6343d052-aef1-4210-bd77-118da69af422 ac9979f015cc475ea20de0e59deda7c5 92365c2ac13d4fee83d8e3cbc6879d06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 901/1742] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/subnets/afebde24-6679-409d-8873-c75dad6cb208 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:01.294 6 INFO neutron.pecan_wsgi.hooks.translation [None req-31614d54-a028-46c5-83a3-c4b722a546c3 ac9979f015cc475ea20de0e59deda7c5 92365c2ac13d4fee83d8e3cbc6879d06 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 902/1743] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/networks/69b53df1-ca9f-4302-951c-9c0bb31e6d6a => generated 138 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1744] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:49:00 2026] POST /v2.0/ports => generated 915 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 903/1745] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/subnets/13c4e06f-429d-49ff-a266-1204e374e1bf => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:01.630 6 INFO neutron.services.segments.plugin [-] Segment e490b056-761d-4e0c-9b17-5f1cdbd855d5 resource provider aggregate not found 2026-05-14 06:49:01.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-174f366d-5293-4f8f-8894-26725f2012dc fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] TaaS: Handle Delete Port: cfe383df-c2b2-42d1-b76e-a133fd6aec4d 2026-05-14 06:49:01.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-174f366d-5293-4f8f-8894-26725f2012dc fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Tap Mirror: Handle Delete Port: cfe383df-c2b2-42d1-b76e-a133fd6aec4d 2026-05-14 06:49:01.634 6 INFO neutron.services.segments.plugin [-] Segment e490b056-761d-4e0c-9b17-5f1cdbd855d5 resource provider aggregate not found 2026-05-14 06:49:01.658 6 INFO neutron.services.segments.plugin [-] Segment e490b056-761d-4e0c-9b17-5f1cdbd855d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e490b056-761d-4e0c-9b17-5f1cdbd855d5 found for delete ", "request_id": "req-39ca47f6-a38c-49bb-a2a2-8e96550463fb"}]} 2026-05-14 06:49:01.664 6 INFO neutron.services.segments.plugin [-] Segment e490b056-761d-4e0c-9b17-5f1cdbd855d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e490b056-761d-4e0c-9b17-5f1cdbd855d5 found for delete ", "request_id": "req-fb130688-3fb3-486b-ba09-edb29f286157"}]} 2026-05-14 06:49:01.682 6 INFO neutron.services.segments.plugin [-] Segment f37a97e9-751b-46e0-b248-5b58b8b701ae resource provider aggregate not found 2026-05-14 06:49:01.688 6 INFO neutron.services.segments.plugin [-] Segment f37a97e9-751b-46e0-b248-5b58b8b701ae resource provider aggregate not found 2026-05-14 06:49:01.704 6 INFO neutron.services.segments.plugin [-] Segment f37a97e9-751b-46e0-b248-5b58b8b701ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37a97e9-751b-46e0-b248-5b58b8b701ae found for delete ", "request_id": "req-54e55637-9318-4032-ae46-dd0479ce0105"}]} 2026-05-14 06:49:01.709 6 INFO neutron.services.segments.plugin [-] Segment f37a97e9-751b-46e0-b248-5b58b8b701ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37a97e9-751b-46e0-b248-5b58b8b701ae found for delete ", "request_id": "req-6e4efe00-7037-4a5c-9684-91d58aa7b04e"}]} 2026-05-14 06:49:01.730 6 INFO neutron.services.segments.plugin [-] Segment 7ac081a0-6846-45eb-a983-99293acdb751 resource provider aggregate not found 2026-05-14 06:49:01.734 6 INFO neutron.services.segments.plugin [-] Segment 7ac081a0-6846-45eb-a983-99293acdb751 resource provider aggregate not found [pid: 6|app: 0|req: 904/1746] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/networks/62e7a025-35c7-4f9a-b7c4-c9450d8d965c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:01.756 6 INFO neutron.services.segments.plugin [-] Segment 7ac081a0-6846-45eb-a983-99293acdb751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac081a0-6846-45eb-a983-99293acdb751 found for delete ", "request_id": "req-1669afc6-4253-436a-b1fe-21bbbd9a52b0"}]} 2026-05-14 06:49:01.760 6 INFO neutron.services.segments.plugin [-] Segment 7ac081a0-6846-45eb-a983-99293acdb751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac081a0-6846-45eb-a983-99293acdb751 found for delete ", "request_id": "req-a59e797f-f324-419b-a7d2-a76153bc3677"}]} 2026-05-14 06:49:01.776 6 INFO neutron.services.segments.plugin [-] Segment b6027fb2-dcd2-4f09-b328-b8cb71d3f671 resource provider aggregate not found 2026-05-14 06:49:01.780 6 INFO neutron.services.segments.plugin [-] Segment b6027fb2-dcd2-4f09-b328-b8cb71d3f671 resource provider aggregate not found 2026-05-14 06:49:01.796 6 INFO neutron.services.segments.plugin [-] Segment b6027fb2-dcd2-4f09-b328-b8cb71d3f671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6027fb2-dcd2-4f09-b328-b8cb71d3f671 found for delete ", "request_id": "req-c9f1f1d8-4a78-4249-97f0-accf3e4daf5b"}]} 2026-05-14 06:49:01.797 6 INFO neutron.services.segments.plugin [-] Segment b6027fb2-dcd2-4f09-b328-b8cb71d3f671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6027fb2-dcd2-4f09-b328-b8cb71d3f671 found for delete ", "request_id": "req-542f2ed0-ef45-421a-9a7e-f16dd16ccac3"}]} [pid: 7|app: 0|req: 843/1747] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/ports/cfe383df-c2b2-42d1-b76e-a133fd6aec4d => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:01.859 6 INFO neutron.pecan_wsgi.hooks.translation [None req-a03ff367-0f86-4382-8903-2f63a51bacc7 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 905/1748] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:01 2026] GET /v2.0/ports/cfe383df-c2b2-42d1-b76e-a133fd6aec4d => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1749] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:01 2026] DELETE /v2.0/subnets/af2df039-0cfe-4542-846f-35fd906aff8c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:02.213 7 INFO neutron.services.segments.plugin [-] Segment d9c6a234-8707-466a-8870-6013561f5a66 resource provider aggregate not found [pid: 6|app: 0|req: 906/1750] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:02 2026] DELETE /v2.0/networks/f17638b6-f524-4e51-b4bf-b96dfc5fefbd => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:02.214 7 INFO neutron.services.segments.plugin [-] Segment d9c6a234-8707-466a-8870-6013561f5a66 resource provider aggregate not found 2026-05-14 06:49:02.236 7 INFO neutron.services.segments.plugin [-] Segment d9c6a234-8707-466a-8870-6013561f5a66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c6a234-8707-466a-8870-6013561f5a66 found for delete ", "request_id": "req-8b067908-e016-4e98-800e-1143dc3c408b"}]} 2026-05-14 06:49:02.243 7 INFO neutron.services.segments.plugin [-] Segment d9c6a234-8707-466a-8870-6013561f5a66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c6a234-8707-466a-8870-6013561f5a66 found for delete ", "request_id": "req-73b2a81a-5d1c-4c47-90ae-222406956892"}]} 2026-05-14 06:49:02.263 7 INFO neutron.services.segments.plugin [-] Segment 62d88639-9b1d-4e5f-9a00-6049ffba77b0 resource provider aggregate not found 2026-05-14 06:49:02.267 7 INFO neutron.services.segments.plugin [-] Segment 62d88639-9b1d-4e5f-9a00-6049ffba77b0 resource provider aggregate not found 2026-05-14 06:49:02.281 7 INFO neutron.services.segments.plugin [-] Segment 62d88639-9b1d-4e5f-9a00-6049ffba77b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62d88639-9b1d-4e5f-9a00-6049ffba77b0 found for delete ", "request_id": "req-b1efc04b-dcad-4b16-bc72-ead6c448d34d"}]} 2026-05-14 06:49:02.283 7 INFO neutron.services.segments.plugin [-] Segment 62d88639-9b1d-4e5f-9a00-6049ffba77b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62d88639-9b1d-4e5f-9a00-6049ffba77b0 found for delete ", "request_id": "req-a3b0d24b-0340-46a1-ab90-9d58386c12b9"}]} [pid: 7|app: 0|req: 845/1751] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:02 2026] GET /v2.0/security-groups?tenant_id=c394d53dbe744c89b8a98790b0fe7a24&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: 846/1752] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:02 2026] GET /v2.0/security-groups?tenant_id=92365c2ac13d4fee83d8e3cbc6879d06&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 907/1753] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:49:02 2026] POST /v2.0/ports => generated 774 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: 7|app: 0|req: 847/1754] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:02 2026] DELETE /v2.0/security-groups/37755773-8ef5-4d59-b5a8-2f56e852487f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 908/1755] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:02 2026] DELETE /v2.0/security-groups/33af97be-6aa4-422e-9065-3d3cfffe2b1d => 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: 848/1756] 10.0.0.177 () {34 vars in 737 bytes} [Thu May 14 06:49:02 2026] PUT /v2.0/ports/0d74fda3-cf3f-4160-85d1-36aa8d166e10 => generated 752 bytes in 224 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-14 06:49:02.964 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a7c518f-3ae4-4ada-bb3e-079242d7e279 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] TaaS: Handle Delete Port: 0d74fda3-cf3f-4160-85d1-36aa8d166e10 2026-05-14 06:49:02.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a7c518f-3ae4-4ada-bb3e-079242d7e279 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Tap Mirror: Handle Delete Port: 0d74fda3-cf3f-4160-85d1-36aa8d166e10 [pid: 6|app: 0|req: 909/1757] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:02 2026] GET /v2.0/security-groups?tenant_id=17305e110ba241748bd31a3b77f5a61f&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: 849/1758] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:49:02 2026] DELETE /v2.0/ports/0d74fda3-cf3f-4160-85d1-36aa8d166e10 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 910/1759] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:02 2026] DELETE /v2.0/security-groups/310eb4fd-6244-4d0f-8b12-92e16130a09b => 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: 850/1760] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:49:03 2026] GET /v2.0/ports => generated 777 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:03.165 6 INFO neutron.pecan_wsgi.hooks.translation [None req-dc3b6f18-e940-4440-83a0-aab6b2c5083f fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 911/1761] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:03 2026] GET /v2.0/ports/0d74fda3-cf3f-4160-85d1-36aa8d166e10 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1762] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:49:03 2026] GET /v2.0/ports => generated 777 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 912/1763] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:03 2026] GET /v2.0/ports/31e80852-f84f-46b5-ba92-d1548c588dd9 => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1764] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:03 2026] GET /v2.0/security-groups?tenant_id=fb9bd8db0f624bf3979b072aa4fa0257&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:03.289 6 INFO neutron.pecan_wsgi.hooks.translation [None req-a9af5264-999b-4898-bcdc-b3ce4214be2f fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 913/1765] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:49:03 2026] DELETE /v2.0/ports/cfe383df-c2b2-42d1-b76e-a133fd6aec4d => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:03.308 6 INFO neutron.pecan_wsgi.hooks.translation [None req-00a1534c-94a6-4d56-9764-cf269c6837f3 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 914/1766] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:03 2026] DELETE /v2.0/subnets/af2df039-0cfe-4542-846f-35fd906aff8c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:03.326 6 INFO neutron.pecan_wsgi.hooks.translation [None req-20191418-d709-4ae5-ba3a-046275eb12fc fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 915/1767] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:03 2026] DELETE /v2.0/subnets/a7b00fd9-487e-448c-b402-3036d3bc2041 => 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: 853/1768] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:03 2026] DELETE /v2.0/security-groups/8ac36b2e-7fa7-424a-8412-7458b48c1f0f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:03.433 6 INFO neutron_taas.services.taas.taas_plugin [None req-7cbcdde2-c7f4-4874-b429-c1c92cf4dc60 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] TaaS: Handle Delete Port: 31e80852-f84f-46b5-ba92-d1548c588dd9 2026-05-14 06:49:03.436 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cbcdde2-c7f4-4874-b429-c1c92cf4dc60 fe37cf1daf014cc08a77434fa21f5136 ca4fa0d8943247f9b7ab54b52755062e - - default default] Tap Mirror: Handle Delete Port: 31e80852-f84f-46b5-ba92-d1548c588dd9 [pid: 6|app: 0|req: 916/1769] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:49:03 2026] DELETE /v2.0/ports/31e80852-f84f-46b5-ba92-d1548c588dd9 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1770] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:03 2026] DELETE /v2.0/networks/d3f79980-e4fd-4c6d-a5bf-40dcc20c1795 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:03.817 6 INFO neutron.services.segments.plugin [-] Segment cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b resource provider aggregate not found 2026-05-14 06:49:03.823 6 INFO neutron.services.segments.plugin [-] Segment cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b resource provider aggregate not found 2026-05-14 06:49:03.840 6 INFO neutron.services.segments.plugin [-] Segment cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b found for delete ", "request_id": "req-4c61ad4d-d069-464d-8200-768158efbd8e"}]} 2026-05-14 06:49:03.845 6 INFO neutron.services.segments.plugin [-] Segment cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf135c5e-a5c2-4a6e-9e84-6c2605c33d2b found for delete ", "request_id": "req-5ad7ea05-5974-4b3c-bd75-dd64c2078bc7"}]} 2026-05-14 06:49:03.865 6 INFO neutron.services.segments.plugin [-] Segment c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd resource provider aggregate not found 2026-05-14 06:49:03.872 6 INFO neutron.services.segments.plugin [-] Segment c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd resource provider aggregate not found 2026-05-14 06:49:03.887 6 INFO neutron.services.segments.plugin [-] Segment c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd found for delete ", "request_id": "req-8b07ac65-5744-48fa-884d-25cd28f5c403"}]} 2026-05-14 06:49:03.897 6 INFO neutron.services.segments.plugin [-] Segment c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0c7e965-b9a1-4b8a-8cc8-6d262513d7dd found for delete ", "request_id": "req-fd1cf1e3-847f-4926-9bce-0b361738d588"}]} 2026-05-14 06:49:04.308 7 INFO neutron.services.segments.plugin [-] Segment aa0d4c47-c6f4-480b-b01c-388ce98b376f resource provider aggregate not found 2026-05-14 06:49:04.310 7 INFO neutron.services.segments.plugin [-] Segment aa0d4c47-c6f4-480b-b01c-388ce98b376f resource provider aggregate not found 2026-05-14 06:49:04.334 7 INFO neutron.services.segments.plugin [-] Segment aa0d4c47-c6f4-480b-b01c-388ce98b376f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0d4c47-c6f4-480b-b01c-388ce98b376f found for delete ", "request_id": "req-8dc0f121-2c22-4f09-9b90-3860efe08a4d"}]} 2026-05-14 06:49:04.336 7 INFO neutron.services.segments.plugin [-] Segment aa0d4c47-c6f4-480b-b01c-388ce98b376f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0d4c47-c6f4-480b-b01c-388ce98b376f found for delete ", "request_id": "req-087c3ff5-0732-4dc7-863f-baacd18c772c"}]} [pid: 6|app: 0|req: 917/1771] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:04 2026] GET /v2.0/security-groups?tenant_id=ca4fa0d8943247f9b7ab54b52755062e&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1772] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:04 2026] DELETE /v2.0/security-groups/4336a43f-b029-422c-9187-d454d318beb1 => 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: 856/1773] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:49:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:05.066 6 INFO neutron.db.segments_db [None req-227c9ccd-fe46-46ba-ab3b-a5617b4e4833 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment 9f006ccd-1876-42ff-953f-10efbd79696c of type vxlan for network 4168ff3f-0bd5-4b85-9651-ca46ea439cfd [pid: 7|app: 0|req: 857/1774] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:49:05 2026] PUT /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/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: 858/1775] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 918/1776] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:04 2026] POST /v2.0/networks => generated 615 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1777] 10.0.0.177 () {34 vars in 770 bytes} [Thu May 14 06:49:05 2026] PUT /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1778] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:05.242 6 INFO neutron.db.segments_db [None req-f84a55d6-6959-46e1-b337-e580dd8b3b21 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment 902f1719-a469-4623-98e2-39897e72cdd8 of type vxlan for network 7c536024-525c-4998-bb6c-05f350cce1b8 [pid: 7|app: 0|req: 861/1779] 10.0.0.177 () {34 vars in 766 bytes} [Thu May 14 06:49:05 2026] PUT /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1780] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 919/1781] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:05 2026] POST /v2.0/networks => generated 615 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1782] 10.0.0.177 () {34 vars in 788 bytes} [Thu May 14 06:49:05 2026] PUT /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/black.or.white => 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: 864/1783] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/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: 865/1784] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:49:05 2026] PUT /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1785] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1786] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:05.598 7 INFO neutron.api.v2.resource [None req-9da3a1a6-237a-44d5-95cd-3b86dcd5dfa1 bc3a603cd52f426980598ede7ea6138b fa27aad06bbd46fc88576f7c15359faa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1787] 10.0.0.177 () {32 vars in 751 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 920/1788] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:05 2026] POST /v2.0/subnets => generated 646 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1789] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:49:05 2026] DELETE /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1790] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:05.753 7 INFO neutron.api.v2.resource [None req-dd3ea576-6705-41ea-a3cc-6d5cbb49cf40 bc3a603cd52f426980598ede7ea6138b fa27aad06bbd46fc88576f7c15359faa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1791] 10.0.0.177 () {32 vars in 754 bytes} [Thu May 14 06:49:05 2026] DELETE /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1792] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:49:05 2026] DELETE /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => 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: 873/1793] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:05 2026] GET /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1794] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:49:05 2026] DELETE /v2.0/subnetpools/34a196da-38c8-44f7-9816-c7339c925985 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 921/1795] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:05 2026] POST /v2.0/subnets => generated 655 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:06.029 7 INFO neutron.db.segments_db [None req-884ffa28-de83-4544-995b-36bc6261ba2c 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment aba427cb-0445-4ccd-bde6-e5aab27498e3 of type vxlan for network 2228cccb-0e17-4cdd-9076-2429377bc0b9 2026-05-14 06:49:06.320 7 INFO neutron.db.l3_hamode_db [None req-884ffa28-de83-4544-995b-36bc6261ba2c 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:06.502 7 INFO neutron.db.l3_hamode_db [None req-884ffa28-de83-4544-995b-36bc6261ba2c 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:06.664 6 INFO neutron.db.segments_db [None req-6eb4f575-b352-4206-8ead-e4f5dcdb66a3 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment 91ebedd3-8f74-4550-9773-4f1cc8514db1 of type vxlan for network 3933a588-acdb-4947-afeb-686d18c599b9 [pid: 6|app: 0|req: 922/1796] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:06 2026] POST /v2.0/networks => generated 611 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 923/1797] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:06 2026] GET /v2.0/security-groups?tenant_id=387972ea0ee84841a458989341baca0b&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:06.978 6 INFO neutron.db.segments_db [None req-515317b1-7574-40e4-af73-061675f27d25 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment aa95aa36-3854-41fe-8654-e3dea483356d of type vxlan for network eb5cf4ea-bfa6-4784-ae57-e3ff8ab862a7 [pid: 6|app: 0|req: 924/1798] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:06 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1799] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:05 2026] POST /v2.0/routers => generated 511 bytes in 1200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 925/1800] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:07 2026] DELETE /v2.0/security-groups/fe89c9cf-4ede-482f-91cf-3db7cab315d9 => 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: 876/1801] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:07 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 926/1802] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:49:07 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 927/1803] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:07 2026] GET /v2.0/security-groups?tenant_id=fa27aad06bbd46fc88576f7c15359faa&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 928/1804] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:07 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 929/1805] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:49:08 2026] PUT /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 930/1806] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:08 2026] DELETE /v2.0/security-groups/b6d4c05a-75e7-4182-a0b3-bf047d20daee => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:08.440 6 INFO neutron.db.segments_db [None req-9be547d5-c864-4282-acf5-cf10768d2a7d 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment 1828dfef-4e13-4fc6-8054-fec2e86388c2 of type vxlan for network 9e035ae8-0905-4545-adf5-8faac50bec17 [pid: 7|app: 0|req: 877/1807] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:07 2026] PUT /v2.0/routers/01748255-8180-4c88-aa98-eb526dd3ae8b/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1808] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:08 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1809] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:08 2026] GET /v2.0/ports/e26f0f7b-daf1-41ac-9d0e-c79c4ef8b287 => generated 959 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:08.738 6 INFO neutron.db.l3_hamode_db [None req-9be547d5-c864-4282-acf5-cf10768d2a7d 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 880/1810] 10.0.0.177 () {34 vars in 770 bytes} [Thu May 14 06:49:08 2026] PUT /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-14 06:49:09.724 6 INFO neutron.db.l3_hamode_db [None req-9be547d5-c864-4282-acf5-cf10768d2a7d 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 881/1811] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:08 2026] PUT /v2.0/routers/01748255-8180-4c88-aa98-eb526dd3ae8b/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1812] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:10 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/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: 883/1813] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:10 2026] GET /v2.0/ports/86b73f9b-22e1-4f73-bec2-81be07d94863 => generated 967 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 931/1814] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:08 2026] POST /v2.0/routers => generated 506 bytes in 2013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1815] 10.0.0.177 () {34 vars in 766 bytes} [Thu May 14 06:49:10 2026] PUT /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-14 06:49:10.808 6 INFO neutron_taas.services.taas.taas_plugin [None req-548f9a74-c8c4-4064-808f-acf994cc6c1a 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: 86b73f9b-22e1-4f73-bec2-81be07d94863 2026-05-14 06:49:10.812 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-548f9a74-c8c4-4064-808f-acf994cc6c1a 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: 86b73f9b-22e1-4f73-bec2-81be07d94863 [pid: 6|app: 0|req: 932/1816] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:10 2026] PUT /v2.0/routers/01748255-8180-4c88-aa98-eb526dd3ae8b/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 933/1817] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:11 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:11.717 6 INFO neutron_taas.services.taas.taas_plugin [None req-b79f81dd-fa2f-4ca0-a78f-64ede1eebf4a 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: e26f0f7b-daf1-41ac-9d0e-c79c4ef8b287 2026-05-14 06:49:11.721 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b79f81dd-fa2f-4ca0-a78f-64ede1eebf4a 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: e26f0f7b-daf1-41ac-9d0e-c79c4ef8b287 [pid: 7|app: 0|req: 885/1818] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:10 2026] PUT /v2.0/routers/98366324-3431-4b31-adb6-a3dcab3f87fa/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1819] 10.0.0.177 () {34 vars in 788 bytes} [Thu May 14 06:49:11 2026] PUT /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1822] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:11 2026] GET /v2.0/ports/345f56c9-8d35-4b12-8c96-2ea24622226b => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1823] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:11 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 934/1824] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:11 2026] PUT /v2.0/routers/01748255-8180-4c88-aa98-eb526dd3ae8b/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 935/1825] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:49:12 2026] PUT /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:12.635 6 INFO neutron.db.segments_db [None req-73bfcc00-9a6a-48e4-bc8b-87e74bd5fda9 9f59020af0c145b28a8823217ac081b4 01c7069f1cc84991b3327e305aaf713e - - default default] Added segment b4a447b1-c230-48b1-9e31-778cbfcd5026 of type vxlan for network b98bdeb8-f50b-4b68-a2ad-7a210d4fd960 [pid: 6|app: 0|req: 936/1826] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:12 2026] POST /v2.0/networks => generated 613 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 937/1827] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:12 2026] GET /v2.0/ports?device_id=01748255-8180-4c88-aa98-eb526dd3ae8b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 938/1828] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:12 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 939/1829] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:12 2026] POST /v2.0/subnets => generated 626 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1830] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:11 2026] PUT /v2.0/routers/98366324-3431-4b31-adb6-a3dcab3f87fa/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:13.303 6 INFO neutron_taas.services.taas.taas_plugin [None req-791bf179-5683-4491-9d29-28a0fb4cc76e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: c80b8ae1-e12c-4bb7-bdfc-a0c677e3b4ba 2026-05-14 06:49:13.306 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-791bf179-5683-4491-9d29-28a0fb4cc76e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: c80b8ae1-e12c-4bb7-bdfc-a0c677e3b4ba [pid: 7|app: 0|req: 892/1831] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:13 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:13.712 6 INFO neutron.services.segments.plugin [-] Segment aba427cb-0445-4ccd-bde6-e5aab27498e3 resource provider aggregate not found 2026-05-14 06:49:13.716 6 INFO neutron.services.segments.plugin [-] Segment aba427cb-0445-4ccd-bde6-e5aab27498e3 resource provider aggregate not found 2026-05-14 06:49:13.735 6 INFO neutron.services.segments.plugin [-] Segment aba427cb-0445-4ccd-bde6-e5aab27498e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba427cb-0445-4ccd-bde6-e5aab27498e3 found for delete ", "request_id": "req-7d2fa158-483e-4286-ac06-adbbe0b4d837"}]} 2026-05-14 06:49:13.735 6 INFO neutron.services.segments.plugin [-] Segment aba427cb-0445-4ccd-bde6-e5aab27498e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba427cb-0445-4ccd-bde6-e5aab27498e3 found for delete ", "request_id": "req-d736b324-66cd-4756-847c-ad556447c5dd"}]} 2026-05-14 06:49:13.739 6 INFO neutron.db.l3_hamode_db [None req-791bf179-5683-4491-9d29-28a0fb4cc76e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] HA network 2228cccb-0e17-4cdd-9076-2429377bc0b9 was deleted as no HA routers are present in tenant 17d81d81c0654f30b71b9df28abcecb7. [pid: 6|app: 0|req: 940/1832] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:13 2026] DELETE /v2.0/routers/01748255-8180-4c88-aa98-eb526dd3ae8b => generated 0 bytes in 647 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 941/1833] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:13 2026] GET /v2.0/ports/a88fed3a-875b-4ab1-9c73-027f025e07d1 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:13.867 6 INFO neutron.api.v2.resource [None req-bd6e2462-8643-4966-8b4a-6df4b467285d f5cc42d7646b4bd19323830ba25320f9 b71f10d073294fab9639b56d5c399ffd - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 942/1834] 10.0.0.177 () {32 vars in 751 bytes} [Thu May 14 06:49:13 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 943/1835] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:13 2026] DELETE /v2.0/subnets/2485f6c9-a2d6-4a2a-a8a5-1387ef61ada4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1836] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:49:13 2026] PUT /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 25 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1837] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:49:14 2026] DELETE /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1838] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:14 2026] DELETE /v2.0/subnets/b1506fae-8727-40c7-919a-26f8dd87bc1c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:14.396 6 INFO neutron_taas.services.taas.taas_plugin [None req-756a6acb-0417-47d5-a435-ac40c370dcc7 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: a88fed3a-875b-4ab1-9c73-027f025e07d1 [pid: 7|app: 0|req: 896/1839] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:14 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:14.402 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-756a6acb-0417-47d5-a435-ac40c370dcc7 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: a88fed3a-875b-4ab1-9c73-027f025e07d1 [pid: 7|app: 0|req: 897/1840] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:14 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:14.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-761f3902-7686-40c4-83ca-d37ed7d4ae43 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: 4753990e-94e4-401c-abf6-2797fe839ccb 2026-05-14 06:49:14.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-761f3902-7686-40c4-83ca-d37ed7d4ae43 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: 4753990e-94e4-401c-abf6-2797fe839ccb 2026-05-14 06:49:14.731 7 INFO neutron.services.segments.plugin [-] Segment 902f1719-a469-4623-98e2-39897e72cdd8 resource provider aggregate not found 2026-05-14 06:49:14.738 7 INFO neutron.services.segments.plugin [-] Segment 902f1719-a469-4623-98e2-39897e72cdd8 resource provider aggregate not found 2026-05-14 06:49:14.751 7 INFO neutron.services.segments.plugin [-] Segment 902f1719-a469-4623-98e2-39897e72cdd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 902f1719-a469-4623-98e2-39897e72cdd8 found for delete ", "request_id": "req-a5677d54-d216-4624-b3e4-b2b124cb2c5e"}]} 2026-05-14 06:49:14.760 7 INFO neutron.services.segments.plugin [-] Segment 902f1719-a469-4623-98e2-39897e72cdd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 902f1719-a469-4623-98e2-39897e72cdd8 found for delete ", "request_id": "req-f05a8110-cd87-4a79-b25a-273e87d8e37f"}]} [pid: 7|app: 0|req: 898/1841] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:14 2026] DELETE /v2.0/networks/7c536024-525c-4998-bb6c-05f350cce1b8 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1842] 10.0.0.177 () {34 vars in 762 bytes} [Thu May 14 06:49:14 2026] PUT /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/green => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 944/1843] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:14 2026] PUT /v2.0/routers/98366324-3431-4b31-adb6-a3dcab3f87fa/remove_router_interface => generated 309 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:14.927 7 INFO neutron.api.v2.resource [None req-4bdac61f-76ce-4088-86fc-8d2d5910559b f5cc42d7646b4bd19323830ba25320f9 b71f10d073294fab9639b56d5c399ffd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1844] 10.0.0.177 () {32 vars in 754 bytes} [Thu May 14 06:49:14 2026] DELETE /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1845] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:14 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:14.995 6 INFO neutron_taas.services.taas.taas_plugin [None req-2bc55c90-02aa-4aa2-9c46-b5d43154d77c 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: 0b892ec9-b2b1-441c-a4cb-627dd7e9db55 2026-05-14 06:49:14.999 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bc55c90-02aa-4aa2-9c46-b5d43154d77c 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: 0b892ec9-b2b1-441c-a4cb-627dd7e9db55 [pid: 6|app: 0|req: 945/1846] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:14 2026] DELETE /v2.0/networks/4168ff3f-0bd5-4b85-9651-ca46ea439cfd => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 946/1847] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:49:15 2026] DELETE /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 947/1848] 10.0.0.177 () {34 vars in 758 bytes} [Thu May 14 06:49:15 2026] PUT /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-14 06:49:15.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb34ce70-58cb-4827-8977-d238b94057ae 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 345f56c9-8d35-4b12-8c96-2ea24622226b 2026-05-14 06:49:15.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb34ce70-58cb-4827-8977-d238b94057ae 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 345f56c9-8d35-4b12-8c96-2ea24622226b 2026-05-14 06:49:15.384 6 INFO neutron.db.segments_db [None req-08916e38-3fdc-4977-881a-244a1949440f 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment e3900212-d877-40ea-aba7-3f4c53f7fa7b of type vxlan for network d7caf404-98a6-43b3-a807-71624e397c47 [pid: 6|app: 0|req: 948/1849] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:15 2026] POST /v2.0/networks => generated 614 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 949/1850] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:15 2026] GET /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 950/1851] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:15 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:15.761 6 INFO neutron.services.segments.plugin [-] Segment 9f006ccd-1876-42ff-953f-10efbd79696c resource provider aggregate not found 2026-05-14 06:49:15.764 6 INFO neutron.services.segments.plugin [-] Segment 9f006ccd-1876-42ff-953f-10efbd79696c resource provider aggregate not found 2026-05-14 06:49:15.784 6 INFO neutron.services.segments.plugin [-] Segment 9f006ccd-1876-42ff-953f-10efbd79696c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f006ccd-1876-42ff-953f-10efbd79696c found for delete ", "request_id": "req-9b6108a4-38cb-4411-a3dc-c9eb0e06806b"}]} 2026-05-14 06:49:15.788 6 INFO neutron.services.segments.plugin [-] Segment 9f006ccd-1876-42ff-953f-10efbd79696c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f006ccd-1876-42ff-953f-10efbd79696c found for delete ", "request_id": "req-47493bf4-10fb-4653-922f-e01a56b48f32"}]} [pid: 6|app: 0|req: 951/1852] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:15 2026] POST /v2.0/subnets => generated 646 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1853] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:14 2026] PUT /v2.0/routers/98366324-3431-4b31-adb6-a3dcab3f87fa/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1854] 10.0.0.177 () {34 vars in 780 bytes} [Thu May 14 06:49:15 2026] PUT /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/black.or.white => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-14 06:49:16.014 6 INFO neutron_taas.services.taas.taas_plugin [None req-f8f9950f-e4e6-486b-91b9-4cfad76c69bf f5cc42d7646b4bd19323830ba25320f9 b71f10d073294fab9639b56d5c399ffd - - default default] TaaS: Handle Delete Port: 5967ec60-1666-49d6-a182-ae3892bbd7a5 2026-05-14 06:49:16.018 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8f9950f-e4e6-486b-91b9-4cfad76c69bf f5cc42d7646b4bd19323830ba25320f9 b71f10d073294fab9639b56d5c399ffd - - default default] Tap Mirror: Handle Delete Port: 5967ec60-1666-49d6-a182-ae3892bbd7a5 2026-05-14 06:49:16.069 7 INFO neutron.db.segments_db [None req-753ec642-6a48-4520-bed6-36848c2d9792 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment 7d9fd211-a0de-42ed-84ef-7551858760b4 of type vxlan for network 5544c378-3804-4537-bcbc-6a997c416c05 [pid: 6|app: 0|req: 952/1855] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:49:15 2026] DELETE /v2.0/floatingips/463bf469-92bf-4ee8-89cf-b5080acbbb84 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 953/1856] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:16 2026] GET /v2.0/ports?device_id=98366324-3431-4b31-adb6-a3dcab3f87fa => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 954/1857] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:16 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:16.430 7 INFO neutron.db.l3_hamode_db [None req-753ec642-6a48-4520-bed6-36848c2d9792 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:16.551 6 INFO neutron_taas.services.taas.taas_plugin [None req-f876f18c-6481-4d07-a72d-ff68c965835f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 3d33ab78-7c40-43ae-9f70-7c850bbba152 2026-05-14 06:49:16.555 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f876f18c-6481-4d07-a72d-ff68c965835f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 3d33ab78-7c40-43ae-9f70-7c850bbba152 2026-05-14 06:49:16.586 7 INFO neutron.db.l3_hamode_db [None req-753ec642-6a48-4520-bed6-36848c2d9792 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:16.938 6 INFO neutron.db.l3_hamode_db [None req-f876f18c-6481-4d07-a72d-ff68c965835f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] HA network 9e035ae8-0905-4545-adf5-8faac50bec17 was deleted as no HA routers are present in tenant f14ff058cc3c407e8da32bf666a92b2a. [pid: 6|app: 0|req: 955/1858] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:16 2026] DELETE /v2.0/routers/98366324-3431-4b31-adb6-a3dcab3f87fa => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 956/1859] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:49:16 2026] PUT /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 957/1860] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:17 2026] DELETE /v2.0/subnets/c3b88ec6-0372-4178-934a-29042577de22 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1861] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:16 2026] POST /v2.0/routers => generated 511 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1862] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:17 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 958/1863] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:17 2026] GET /v2.0/security-groups?tenant_id=92d6318098d2454b8592edfdd5789366&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1864] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:17 2026] DELETE /v2.0/subnets/f1000254-480d-4538-8f78-e33ab7146c34 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1865] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:17 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1866] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:17 2026] DELETE /v2.0/security-groups/8e018086-cce7-4000-a018-6e069f452345 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 959/1867] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:49:17 2026] POST /v2.0/ports => generated 960 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:49:17.784 6 INFO neutron.api.v2.resource [None req-475fc72e-3352-4b75-9fd3-59c71f1073d8 9f59020af0c145b28a8823217ac081b4 01c7069f1cc84991b3327e305aaf713e - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 960/1868] 10.0.0.177 () {32 vars in 743 bytes} [Thu May 14 06:49:17 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 06:49:17.790 7 INFO neutron.services.segments.plugin [-] Segment aa95aa36-3854-41fe-8654-e3dea483356d resource provider aggregate not found 2026-05-14 06:49:17.805 7 INFO neutron.services.segments.plugin [-] Segment aa95aa36-3854-41fe-8654-e3dea483356d resource provider aggregate not found 2026-05-14 06:49:17.815 6 INFO neutron.services.segments.plugin [-] Segment 1828dfef-4e13-4fc6-8054-fec2e86388c2 resource provider aggregate not found 2026-05-14 06:49:17.818 6 INFO neutron.services.segments.plugin [-] Segment 1828dfef-4e13-4fc6-8054-fec2e86388c2 resource provider aggregate not found 2026-05-14 06:49:17.822 7 INFO neutron.services.segments.plugin [-] Segment aa95aa36-3854-41fe-8654-e3dea483356d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa95aa36-3854-41fe-8654-e3dea483356d found for delete ", "request_id": "req-e29aef98-9754-4542-8242-555685941e36"}]} 2026-05-14 06:49:17.823 7 INFO neutron.services.segments.plugin [-] Segment aa95aa36-3854-41fe-8654-e3dea483356d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa95aa36-3854-41fe-8654-e3dea483356d found for delete ", "request_id": "req-f3cb5ed3-c3cd-40f1-8d31-c81cea171a9a"}]} 2026-05-14 06:49:17.839 6 INFO neutron.services.segments.plugin [-] Segment 1828dfef-4e13-4fc6-8054-fec2e86388c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1828dfef-4e13-4fc6-8054-fec2e86388c2 found for delete ", "request_id": "req-7aa36845-2d7b-4f8a-9caa-c03685842ea5"}]} 2026-05-14 06:49:17.841 6 INFO neutron.services.segments.plugin [-] Segment 1828dfef-4e13-4fc6-8054-fec2e86388c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1828dfef-4e13-4fc6-8054-fec2e86388c2 found for delete ", "request_id": "req-cf4f15d1-34f1-4c18-b802-2dbbd44627e3"}]} [pid: 7|app: 0|req: 909/1869] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:17 2026] DELETE /v2.0/networks/eb5cf4ea-bfa6-4784-ae57-e3ff8ab862a7 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 961/1870] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:17 2026] GET /v2.0/security-groups?tenant_id=b71f10d073294fab9639b56d5c399ffd&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 962/1871] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:49:17 2026] DELETE /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 963/1872] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:18 2026] DELETE /v2.0/networks/3933a588-acdb-4947-afeb-686d18c599b9 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 964/1873] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:18 2026] DELETE /v2.0/security-groups/a8652932-ccfa-420b-8e49-a7c44307e2eb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 965/1874] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:18 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:18.376 6 INFO neutron.db.segments_db [None req-10e075e5-44e2-4091-a4c6-f752bc28263f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment 802972a9-8093-4edd-8322-0b73f7e80b7f of type vxlan for network b19ba43c-6628-4738-94e3-d04681ed49c5 [pid: 6|app: 0|req: 966/1875] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:18 2026] POST /v2.0/networks => generated 611 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:18.538 6 INFO neutron.api.v2.resource [None req-924183ab-3282-446d-9dff-0040d4cb2be3 9f59020af0c145b28a8823217ac081b4 01c7069f1cc84991b3327e305aaf713e - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 967/1876] 10.0.0.177 () {32 vars in 746 bytes} [Thu May 14 06:49:18 2026] DELETE /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 968/1877] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:18 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 969/1878] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:49:18 2026] DELETE /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:18.949 6 INFO neutron.db.segments_db [None req-b4c74aca-8309-4ebe-b0f8-0f8e9a9fe12f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment b9a4e1eb-483a-423f-a9b5-b4ccc84e76de of type vxlan for network 640aa7e4-da2c-4d8d-9eb0-c05bbca691d1 [pid: 7|app: 0|req: 910/1879] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:17 2026] PUT /v2.0/routers/4f93dfa8-0201-498b-950c-f8ac85528da4/add_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 911/1880] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:49:19 2026] GET /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1881] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:19 2026] GET /v2.0/ports/205c5737-81d9-4fce-a918-0fc4ca6b29a8 => generated 1034 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:19.272 6 INFO neutron.db.l3_hamode_db [None req-b4c74aca-8309-4ebe-b0f8-0f8e9a9fe12f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 913/1882] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:19 2026] DELETE /v2.0/subnets/b3e6d53e-5379-47a2-8bf1-75a729eab972 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:19.418 6 INFO neutron.db.l3_hamode_db [None req-b4c74aca-8309-4ebe-b0f8-0f8e9a9fe12f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:19.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-9af8f780-b7e2-4728-89dc-2d7c9c79c8e0 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: 205c5737-81d9-4fce-a918-0fc4ca6b29a8 2026-05-14 06:49:19.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9af8f780-b7e2-4728-89dc-2d7c9c79c8e0 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: 205c5737-81d9-4fce-a918-0fc4ca6b29a8 2026-05-14 06:49:19.878 6 INFO neutron.services.segments.plugin [-] Segment 91ebedd3-8f74-4550-9773-4f1cc8514db1 resource provider aggregate not found 2026-05-14 06:49:19.885 6 INFO neutron.services.segments.plugin [-] Segment 91ebedd3-8f74-4550-9773-4f1cc8514db1 resource provider aggregate not found 2026-05-14 06:49:19.913 6 INFO neutron.services.segments.plugin [-] Segment 91ebedd3-8f74-4550-9773-4f1cc8514db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91ebedd3-8f74-4550-9773-4f1cc8514db1 found for delete ", "request_id": "req-fb93d053-ec5e-47bc-ab1c-e86d993a6969"}]} 2026-05-14 06:49:19.914 6 INFO neutron.services.segments.plugin [-] Segment 91ebedd3-8f74-4550-9773-4f1cc8514db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91ebedd3-8f74-4550-9773-4f1cc8514db1 found for delete ", "request_id": "req-87e9f61c-c185-49cf-891e-0ae77f3734bc"}]} [pid: 6|app: 0|req: 970/1883] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:18 2026] POST /v2.0/routers => generated 507 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1884] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:19 2026] PUT /v2.0/routers/4f93dfa8-0201-498b-950c-f8ac85528da4/remove_router_interface => generated 309 bytes in 852 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: 6|app: 0|req: 971/1885] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:20 2026] DELETE /v2.0/networks/b98bdeb8-f50b-4b68-a2ad-7a210d4fd960 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:20.465 6 INFO neutron.api.v2.resource [None req-87ee3efb-4231-4d63-8d33-cfb73bc877d1 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 972/1886] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:20 2026] PUT /v2.0/routers/4f93dfa8-0201-498b-950c-f8ac85528da4/remove_router_interface => generated 197 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 973/1887] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:20 2026] GET /v2.0/ports?device_id=4f93dfa8-0201-498b-950c-f8ac85528da4 => 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: 915/1888] 10.0.0.177 () {34 vars in 665 bytes} [Thu May 14 06:49:20 2026] POST /v2.0/ports => generated 948 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:49:20.682 6 INFO neutron_taas.services.taas.taas_plugin [None req-46600125-d9e2-4508-88ed-8986152c71dd 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: cbad3a0c-cdb9-42dc-bc4e-65cbe4fbbb99 2026-05-14 06:49:20.686 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46600125-d9e2-4508-88ed-8986152c71dd 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: cbad3a0c-cdb9-42dc-bc4e-65cbe4fbbb99 2026-05-14 06:49:21.094 6 INFO neutron.db.l3_hamode_db [None req-46600125-d9e2-4508-88ed-8986152c71dd 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] HA network 5544c378-3804-4537-bcbc-6a997c416c05 was deleted as no HA routers are present in tenant 17d81d81c0654f30b71b9df28abcecb7. [pid: 6|app: 0|req: 974/1889] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:20 2026] DELETE /v2.0/routers/4f93dfa8-0201-498b-950c-f8ac85528da4 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 975/1890] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:21 2026] GET /v2.0/security-groups?tenant_id=871a216f995948b99bbc4eac074d7d6a&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 976/1891] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:21 2026] DELETE /v2.0/subnets/a7c6d0ed-e290-404a-80b7-88c3c4b3d448 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 977/1892] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:21 2026] DELETE /v2.0/security-groups/4ad9096d-e39c-4dfa-a3db-2a949c251585 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 978/1893] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:21 2026] DELETE /v2.0/networks/d7caf404-98a6-43b3-a807-71624e397c47 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:21.939 6 INFO neutron.services.segments.plugin [-] Segment b4a447b1-c230-48b1-9e31-778cbfcd5026 resource provider aggregate not found 2026-05-14 06:49:21.943 6 INFO neutron.services.segments.plugin [-] Segment b4a447b1-c230-48b1-9e31-778cbfcd5026 resource provider aggregate not found [pid: 7|app: 0|req: 916/1894] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:20 2026] PUT /v2.0/routers/d6bed8a8-fde6-4ace-83fc-72faec3ffa7a/add_router_interface => generated 309 bytes in 1322 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-14 06:49:21.962 6 INFO neutron.services.segments.plugin [-] Segment b4a447b1-c230-48b1-9e31-778cbfcd5026 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4a447b1-c230-48b1-9e31-778cbfcd5026 found for delete ", "request_id": "req-71dec34d-f714-48ce-9be9-3a72065dfd49"}]} 2026-05-14 06:49:21.965 6 INFO neutron.services.segments.plugin [-] Segment b4a447b1-c230-48b1-9e31-778cbfcd5026 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4a447b1-c230-48b1-9e31-778cbfcd5026 found for delete ", "request_id": "req-0b801999-3994-41c8-84e7-a0bdd33c54cf"}]} 2026-05-14 06:49:21.981 6 INFO neutron.services.segments.plugin [-] Segment 7d9fd211-a0de-42ed-84ef-7551858760b4 resource provider aggregate not found 2026-05-14 06:49:21.984 6 INFO neutron.services.segments.plugin [-] Segment 7d9fd211-a0de-42ed-84ef-7551858760b4 resource provider aggregate not found [pid: 7|app: 0|req: 917/1895] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:21 2026] GET /v2.0/security-groups?tenant_id=01c7069f1cc84991b3327e305aaf713e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:22.000 6 INFO neutron.services.segments.plugin [-] Segment 7d9fd211-a0de-42ed-84ef-7551858760b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9fd211-a0de-42ed-84ef-7551858760b4 found for delete ", "request_id": "req-6beeee6c-7413-47c9-a33f-edc088626a4f"}]} 2026-05-14 06:49:22.004 6 INFO neutron.services.segments.plugin [-] Segment 7d9fd211-a0de-42ed-84ef-7551858760b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9fd211-a0de-42ed-84ef-7551858760b4 found for delete ", "request_id": "req-50725a55-38e3-4657-8af8-6d3c4a81f382"}]} 2026-05-14 06:49:22.023 6 INFO neutron.services.segments.plugin [-] Segment e3900212-d877-40ea-aba7-3f4c53f7fa7b resource provider aggregate not found 2026-05-14 06:49:22.023 6 INFO neutron.services.segments.plugin [-] Segment e3900212-d877-40ea-aba7-3f4c53f7fa7b resource provider aggregate not found 2026-05-14 06:49:22.046 6 INFO neutron.services.segments.plugin [-] Segment e3900212-d877-40ea-aba7-3f4c53f7fa7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3900212-d877-40ea-aba7-3f4c53f7fa7b found for delete ", "request_id": "req-788ed193-981e-4509-81e6-f44095ebbac1"}]} 2026-05-14 06:49:22.050 6 INFO neutron.services.segments.plugin [-] Segment e3900212-d877-40ea-aba7-3f4c53f7fa7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3900212-d877-40ea-aba7-3f4c53f7fa7b found for delete ", "request_id": "req-916c549e-2800-4336-954d-7fc6e6ff205d"}]} 2026-05-14 06:49:22.057 7 INFO neutron.db.segments_db [None req-7827f05a-4785-4e7d-ba40-6b6452401011 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 of type vxlan for network ca4ac576-e11c-439a-a333-2fe99d866b57 [pid: 7|app: 0|req: 918/1896] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:21 2026] POST /v2.0/networks => generated 615 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1897] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:22 2026] GET /v2.0/ports/37999206-0477-44b6-92ca-67a89e2c8a0d => generated 1022 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:22.245 6 INFO neutron.db.segments_db [None req-3a07a887-9290-4cbf-9944-338511dbd373 8189b495843b42a39487afbdbaaf7102 f4409b651dd445fa99f8909785537ed8 - - default default] Added segment 498ba0e2-997b-413b-828e-9aebaa817095 of type vxlan for network 186a0b5c-212c-4ce7-9e63-1c6001bc962a [pid: 7|app: 0|req: 920/1898] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:22 2026] DELETE /v2.0/security-groups/87b5246d-e471-4bdc-b743-a83aa9901609 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 979/1899] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:21 2026] POST /v2.0/networks => generated 612 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1900] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:22 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:22.765 6 INFO neutron_taas.services.taas.taas_plugin [None req-4c0683fd-6844-44b9-8a0d-f90f3fbbe8d8 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 37999206-0477-44b6-92ca-67a89e2c8a0d 2026-05-14 06:49:22.767 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c0683fd-6844-44b9-8a0d-f90f3fbbe8d8 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 37999206-0477-44b6-92ca-67a89e2c8a0d [pid: 7|app: 0|req: 922/1901] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:49:22 2026] POST /v2.0/ports => generated 743 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, ' 2026-05-14 06:49:22.958 7 INFO neutron.db.segments_db [None req-da3e7c48-7575-4829-a511-05d119e50e30 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment df8b0d34-ad52-4b27-bb41-4e126f1f64a9 of type vxlan for network ab3afaf9-de84-4291-bbf0-1f52f0c275a7 2026-05-14 06:49:23.235 7 INFO neutron.db.l3_hamode_db [None req-da3e7c48-7575-4829-a511-05d119e50e30 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 980/1902] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:22 2026] PUT /v2.0/routers/d6bed8a8-fde6-4ace-83fc-72faec3ffa7a/remove_router_interface => generated 309 bytes in 887 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: 6|app: 0|req: 981/1903] 10.0.0.177 () {34 vars in 747 bytes} [Thu May 14 06:49:23 2026] PUT /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 25 bytes in 84 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-14 06:49:23.375 7 INFO neutron.db.l3_hamode_db [None req-da3e7c48-7575-4829-a511-05d119e50e30 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:23.446 6 INFO neutron.api.v2.resource [None req-763f824f-4ef4-40a3-9199-1ce103cfa444 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 982/1904] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:23 2026] PUT /v2.0/routers/d6bed8a8-fde6-4ace-83fc-72faec3ffa7a/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 983/1905] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:23 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 25 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: 6|app: 0|req: 984/1906] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:23 2026] GET /v2.0/ports?device_id=d6bed8a8-fde6-4ace-83fc-72faec3ffa7a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 985/1907] 10.0.0.177 () {34 vars in 758 bytes} [Thu May 14 06:49:23 2026] PUT /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/green => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:49:23.837 6 INFO neutron_taas.services.taas.taas_plugin [None req-ff30156c-5bff-4e21-a812-306614537784 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 8de2d18a-84db-4130-8b96-5b58c316a556 2026-05-14 06:49:23.841 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff30156c-5bff-4e21-a812-306614537784 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 8de2d18a-84db-4130-8b96-5b58c316a556 [pid: 7|app: 0|req: 923/1908] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:22 2026] POST /v2.0/routers => generated 511 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1909] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:24 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:49:24.260 6 INFO neutron.services.segments.plugin [-] Segment b9a4e1eb-483a-423f-a9b5-b4ccc84e76de resource provider aggregate not found 2026-05-14 06:49:24.270 6 INFO neutron.services.segments.plugin [-] Segment b9a4e1eb-483a-423f-a9b5-b4ccc84e76de resource provider aggregate not found 2026-05-14 06:49:24.290 6 INFO neutron.services.segments.plugin [-] Segment b9a4e1eb-483a-423f-a9b5-b4ccc84e76de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9a4e1eb-483a-423f-a9b5-b4ccc84e76de found for delete ", "request_id": "req-04c98c0f-164a-4595-9539-420db7bc1171"}]} 2026-05-14 06:49:24.299 6 INFO neutron.services.segments.plugin [-] Segment b9a4e1eb-483a-423f-a9b5-b4ccc84e76de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9a4e1eb-483a-423f-a9b5-b4ccc84e76de found for delete ", "request_id": "req-2eb7275b-d26d-4066-9596-ebd8fa805b17"}]} 2026-05-14 06:49:24.303 6 INFO neutron.db.l3_hamode_db [None req-ff30156c-5bff-4e21-a812-306614537784 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] HA network 640aa7e4-da2c-4d8d-9eb0-c05bbca691d1 was deleted as no HA routers are present in tenant f14ff058cc3c407e8da32bf666a92b2a. [pid: 6|app: 0|req: 986/1910] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:23 2026] DELETE /v2.0/routers/d6bed8a8-fde6-4ace-83fc-72faec3ffa7a => generated 0 bytes in 670 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 987/1911] 10.0.0.177 () {34 vars in 754 bytes} [Thu May 14 06:49:24 2026] PUT /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/red => generated 4 bytes in 94 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: 6|app: 0|req: 988/1912] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:24 2026] DELETE /v2.0/subnets/0ccff100-d264-4792-93d1-78d10b9c09e3 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 989/1913] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:24 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 34 bytes in 62 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: 6|app: 0|req: 990/1914] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:24 2026] DELETE /v2.0/networks/b19ba43c-6628-4738-94e3-d04681ed49c5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 991/1915] 10.0.0.177 () {34 vars in 776 bytes} [Thu May 14 06:49:24 2026] PUT /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/black.or.white => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:49:24.981 6 INFO neutron.db.segments_db [None req-f12c63b8-c178-4cf9-af47-c9fbc8a2a9d5 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment f1ed8076-eb19-45ce-86f5-b4379977641e of type vxlan for network a8931b4c-178c-4b73-80a1-c321219768ab [pid: 6|app: 0|req: 992/1916] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:24 2026] POST /v2.0/networks => generated 610 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 993/1917] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:25 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 52 bytes in 75 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: 925/1918] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:24 2026] PUT /v2.0/routers/f78dc773-cd07-45d4-a762-f751aa09f33a/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 994/1919] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:25 2026] POST /v2.0/subnets => generated 626 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1920] 10.0.0.177 () {34 vars in 747 bytes} [Thu May 14 06:49:25 2026] PUT /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:49:25.563 7 INFO neutron.db.segments_db [None req-b5a93a94-6132-4588-affe-efe87973bc0d 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment 76cacf2a-630e-4ba4-96de-30d00d92be03 of type vxlan for network c697ffb1-cfb9-4118-ae7e-a1b25863164a [pid: 6|app: 0|req: 995/1921] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:25 2026] GET /v2.0/ports/9d47feba-25ef-452f-a4c5-29282c160599 => generated 959 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 996/1922] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:25 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 37 bytes in 79 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-14 06:49:25.805 7 INFO neutron.db.l3_hamode_db [None req-b5a93a94-6132-4588-affe-efe87973bc0d 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:25.905 7 INFO neutron.db.l3_hamode_db [None req-b5a93a94-6132-4588-affe-efe87973bc0d 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:26.088 6 INFO neutron_taas.services.taas.taas_plugin [None req-db65a0b2-8462-4b66-a285-d3261bc988f2 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: 9d47feba-25ef-452f-a4c5-29282c160599 2026-05-14 06:49:26.091 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db65a0b2-8462-4b66-a285-d3261bc988f2 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: 9d47feba-25ef-452f-a4c5-29282c160599 2026-05-14 06:49:26.316 6 INFO neutron.services.segments.plugin [-] Segment 802972a9-8093-4edd-8322-0b73f7e80b7f resource provider aggregate not found 2026-05-14 06:49:26.340 6 INFO neutron.services.segments.plugin [-] Segment 802972a9-8093-4edd-8322-0b73f7e80b7f resource provider aggregate not found 2026-05-14 06:49:26.376 6 INFO neutron.services.segments.plugin [-] Segment 802972a9-8093-4edd-8322-0b73f7e80b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802972a9-8093-4edd-8322-0b73f7e80b7f found for delete ", "request_id": "req-6563be69-8daa-40ab-a4c7-bb18fa5e8c06"}]} 2026-05-14 06:49:26.377 6 INFO neutron.services.segments.plugin [-] Segment 802972a9-8093-4edd-8322-0b73f7e80b7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 802972a9-8093-4edd-8322-0b73f7e80b7f found for delete ", "request_id": "req-d965641e-84f7-4768-97b7-222025adea65"}]} [pid: 6|app: 0|req: 997/1923] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:25 2026] PUT /v2.0/routers/f78dc773-cd07-45d4-a762-f751aa09f33a/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1924] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:25 2026] POST /v2.0/routers => generated 507 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 998/1925] 10.0.0.177 () {32 vars in 735 bytes} [Thu May 14 06:49:26 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1001/1928] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:26 2026] GET /v2.0/ports?device_id=f78dc773-cd07-45d4-a762-f751aa09f33a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:26.936 7 INFO neutron.db.segments_db [None req-04726582-cf19-4d11-852a-385e768885ea 2b13c916db424d7190349d77110dcccb 5217d7ec723449f195af86e6f3a07351 - - default default] Added segment d47eb4e5-3176-4cd3-84bd-c81c50ddb844 of type vxlan for network 90c04a6a-592f-4611-ad05-f80f5a63e9d6 [pid: 7|app: 0|req: 928/1929] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:26 2026] POST /v2.0/networks => generated 612 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:27.104 7 INFO neutron.api.v2.resource [None req-953ce15e-fe82-45eb-82da-125933b245b8 8189b495843b42a39487afbdbaaf7102 f4409b651dd445fa99f8909785537ed8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 929/1930] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:49:27 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/green => generated 99 bytes in 60 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-14 06:49:27.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-2034cbdc-21dd-4780-b978-ee1283155837 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: 1e610fc6-af29-4633-9822-5ff125561e4e 2026-05-14 06:49:27.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2034cbdc-21dd-4780-b978-ee1283155837 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: 1e610fc6-af29-4633-9822-5ff125561e4e 2026-05-14 06:49:27.672 7 INFO neutron.services.segments.plugin [-] Segment df8b0d34-ad52-4b27-bb41-4e126f1f64a9 resource provider aggregate not found 2026-05-14 06:49:27.684 7 INFO neutron.services.segments.plugin [-] Segment df8b0d34-ad52-4b27-bb41-4e126f1f64a9 resource provider aggregate not found 2026-05-14 06:49:27.695 7 INFO neutron.services.segments.plugin [-] Segment df8b0d34-ad52-4b27-bb41-4e126f1f64a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df8b0d34-ad52-4b27-bb41-4e126f1f64a9 found for delete ", "request_id": "req-1c3f47fe-5897-40d7-9652-f727cef3d0ff"}]} 2026-05-14 06:49:27.699 7 INFO neutron.services.segments.plugin [-] Segment df8b0d34-ad52-4b27-bb41-4e126f1f64a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df8b0d34-ad52-4b27-bb41-4e126f1f64a9 found for delete ", "request_id": "req-4580ffc8-a9eb-4481-a0b2-ebafce780350"}]} 2026-05-14 06:49:27.712 7 INFO neutron.db.l3_hamode_db [None req-2034cbdc-21dd-4780-b978-ee1283155837 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] HA network ab3afaf9-de84-4291-bbf0-1f52f0c275a7 was deleted as no HA routers are present in tenant 17d81d81c0654f30b71b9df28abcecb7. [pid: 7|app: 0|req: 930/1931] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:27 2026] DELETE /v2.0/routers/f78dc773-cd07-45d4-a762-f751aa09f33a => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:27.792 7 INFO neutron.db.segments_db [None req-850d5515-0cbd-4511-b244-d0c8300a0d45 2b13c916db424d7190349d77110dcccb 5217d7ec723449f195af86e6f3a07351 - - default default] Added segment 89792c4e-e637-4df6-9b21-d7ac5f976a94 of type vxlan for network f682460a-0dd8-4ea3-8dac-794b8797959f [pid: 7|app: 0|req: 931/1932] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:27 2026] POST /v2.0/networks => generated 612 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1933] 10.0.0.177 () {32 vars in 738 bytes} [Thu May 14 06:49:27 2026] DELETE /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/red => generated 0 bytes in 74 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: 6|app: 0|req: 1002/1934] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:26 2026] PUT /v2.0/routers/31b8c090-744c-4149-b5d9-4688ce23ee60/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1003/1935] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:49:28 2026] PUT /v2.0/networks/90c04a6a-592f-4611-ad05-f80f5a63e9d6/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1936] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:27 2026] DELETE /v2.0/subnets/0eb236cc-08ad-491a-91bf-1143fda83e51 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1004/1937] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:28 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 30 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1005/1938] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:49:28 2026] GET /v2.0/networks/90c04a6a-592f-4611-ad05-f80f5a63e9d6/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1939] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:49:28 2026] GET /v2.0/ports/6aa25683-e297-4736-b474-1999cbd17e83 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:28.341 7 INFO neutron.api.v2.resource [None req-55c6951d-1972-4906-9c9d-9c8158bd1ee9 8189b495843b42a39487afbdbaaf7102 f4409b651dd445fa99f8909785537ed8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1940] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:49:28 2026] DELETE /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags/green => generated 99 bytes in 65 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-14 06:49:28.353 6 INFO neutron_taas.services.taas.taas_plugin [None req-00f119b3-f649-43de-972e-dadaa8e20006 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: c0f69a5f-897f-4442-830a-09d5007ca5de 2026-05-14 06:49:28.356 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00f119b3-f649-43de-972e-dadaa8e20006 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: c0f69a5f-897f-4442-830a-09d5007ca5de [pid: 7|app: 0|req: 936/1941] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:49:28 2026] PUT /v2.0/networks/f682460a-0dd8-4ea3-8dac-794b8797959f/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:28.532 6 INFO neutron.services.segments.plugin [-] Segment d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 resource provider aggregate not found 2026-05-14 06:49:28.536 6 INFO neutron.services.segments.plugin [-] Segment d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 resource provider aggregate not found 2026-05-14 06:49:28.561 6 INFO neutron.services.segments.plugin [-] Segment d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 found for delete ", "request_id": "req-41997bda-d863-4bf4-9061-817e22e83b9f"}]} 2026-05-14 06:49:28.563 6 INFO neutron.services.segments.plugin [-] Segment d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5a2f2f9-9b39-42bd-ba11-996c4f1acf69 found for delete ", "request_id": "req-78cfd7c2-f225-47cc-8330-b1fa3f7811a4"}]} [pid: 6|app: 0|req: 1006/1942] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:28 2026] DELETE /v2.0/networks/ca4ac576-e11c-439a-a333-2fe99d866b57 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1007/1943] 10.0.0.177 () {32 vars in 730 bytes} [Thu May 14 06:49:28 2026] DELETE /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 0 bytes in 86 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: 6|app: 0|req: 1008/1944] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:49:28 2026] GET /v2.0/networks/f682460a-0dd8-4ea3-8dac-794b8797959f/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:28.778 6 INFO neutron.db.segments_db [None req-baeff5fe-9de2-437c-9587-6215ddfca7bf 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Added segment c9f28df5-3f93-4416-bf47-d0aa7475d842 of type vxlan for network 81296cfe-d514-4c2c-a5f5-6fc4072e90e0 2026-05-14 06:49:28.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8cbc594-db36-4ed3-84a9-baf19a1f8cbc 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 6aa25683-e297-4736-b474-1999cbd17e83 2026-05-14 06:49:28.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8cbc594-db36-4ed3-84a9-baf19a1f8cbc 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 6aa25683-e297-4736-b474-1999cbd17e83 2026-05-14 06:49:29.068 6 INFO neutron.db.l3_hamode_db [None req-baeff5fe-9de2-437c-9587-6215ddfca7bf 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 937/1945] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:49:28 2026] PUT /v2.0/routers/31b8c090-744c-4149-b5d9-4688ce23ee60/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1946] 10.0.0.177 () {32 vars in 727 bytes} [Thu May 14 06:49:29 2026] GET /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0/tags => generated 12 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: 7|app: 0|req: 939/1947] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:49:29 2026] PUT /v2.0/networks/f682460a-0dd8-4ea3-8dac-794b8797959f/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1948] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:29 2026] GET /v2.0/ports?device_id=31b8c090-744c-4149-b5d9-4688ce23ee60 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:29.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbe69120-d7ea-4742-96e2-e235231aa5e1 8189b495843b42a39487afbdbaaf7102 f4409b651dd445fa99f8909785537ed8 - - default default] TaaS: Handle Delete Port: 494cd5f6-0c9e-405d-9867-9b7c772770d0 2026-05-14 06:49:29.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbe69120-d7ea-4742-96e2-e235231aa5e1 8189b495843b42a39487afbdbaaf7102 f4409b651dd445fa99f8909785537ed8 - - default default] Tap Mirror: Handle Delete Port: 494cd5f6-0c9e-405d-9867-9b7c772770d0 [pid: 7|app: 0|req: 941/1949] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:49:29 2026] DELETE /v2.0/ports/494cd5f6-0c9e-405d-9867-9b7c772770d0 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1950] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:49:29 2026] GET /v2.0/networks/f682460a-0dd8-4ea3-8dac-794b8797959f/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:29.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-694eb3be-8467-4b89-8ceb-3380173ed4e9 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: f6d8a38c-07dc-4b1c-b1ff-142892562434 2026-05-14 06:49:29.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694eb3be-8467-4b89-8ceb-3380173ed4e9 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: f6d8a38c-07dc-4b1c-b1ff-142892562434 2026-05-14 06:49:29.964 6 INFO neutron.db.l3_hamode_db [None req-baeff5fe-9de2-437c-9587-6215ddfca7bf 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:30.276 7 INFO neutron.services.segments.plugin [-] Segment 76cacf2a-630e-4ba4-96de-30d00d92be03 resource provider aggregate not found 2026-05-14 06:49:30.281 7 INFO neutron.services.segments.plugin [-] Segment 76cacf2a-630e-4ba4-96de-30d00d92be03 resource provider aggregate not found 2026-05-14 06:49:30.301 7 INFO neutron.services.segments.plugin [-] Segment 76cacf2a-630e-4ba4-96de-30d00d92be03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cacf2a-630e-4ba4-96de-30d00d92be03 found for delete ", "request_id": "req-941b4b95-2135-4cbf-a899-e00851536dec"}]} 2026-05-14 06:49:30.303 7 INFO neutron.services.segments.plugin [-] Segment 76cacf2a-630e-4ba4-96de-30d00d92be03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cacf2a-630e-4ba4-96de-30d00d92be03 found for delete ", "request_id": "req-b9ec668a-b8e5-4dcc-a31d-50069552a489"}]} 2026-05-14 06:49:30.308 7 INFO neutron.db.l3_hamode_db [None req-694eb3be-8467-4b89-8ceb-3380173ed4e9 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] HA network c697ffb1-cfb9-4118-ae7e-a1b25863164a was deleted as no HA routers are present in tenant f14ff058cc3c407e8da32bf666a92b2a. [pid: 7|app: 0|req: 943/1951] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:29 2026] DELETE /v2.0/routers/31b8c090-744c-4149-b5d9-4688ce23ee60 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1952] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:30 2026] DELETE /v2.0/networks/186a0b5c-212c-4ce7-9e63-1c6001bc962a => 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: 945/1953] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:49:30 2026] GET /v2.0/networks/90c04a6a-592f-4611-ad05-f80f5a63e9d6/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1954] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:30 2026] DELETE /v2.0/subnets/07405248-5827-4eaf-a026-34dd44331591 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1955] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:30 2026] DELETE /v2.0/networks/90c04a6a-592f-4611-ad05-f80f5a63e9d6 => 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: 948/1956] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:30 2026] DELETE /v2.0/networks/a8931b4c-178c-4b73-80a1-c321219768ab => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1009/1957] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:28 2026] POST /v2.0/routers => generated 691 bytes in 2302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1958] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:49:30 2026] DELETE /v2.0/networks/f682460a-0dd8-4ea3-8dac-794b8797959f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:49:31.104 6 INFO neutron.db.segments_db [None req-c6eac953-b0e9-40e6-8fbc-2f8a375d05d6 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Added segment fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc of type vxlan for network 51ebbd7b-31c5-42c0-9026-f1300f9f9656 [pid: 7|app: 0|req: 950/1959] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:49:31 2026] GET /v2.0/routers/54671aae-db8b-44da-bd5a-dd60b6f4bac4 => generated 697 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:31.367 6 INFO neutron.db.l3_hamode_db [None req-c6eac953-b0e9-40e6-8fbc-2f8a375d05d6 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 951/1960] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:31 2026] GET /v2.0/security-groups?tenant_id=0ef5bb657b714489ab15d7caef68d1dd&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1961] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:49:31 2026] GET /v2.0/routers => generated 700 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1962] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:31 2026] DELETE /v2.0/security-groups/7ad962fb-d086-48fd-bf0f-bfc1064e21dc => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1963] 10.0.0.177 () {34 vars in 741 bytes} [Thu May 14 06:49:31 2026] PUT /v2.0/routers/54671aae-db8b-44da-bd5a-dd60b6f4bac4 => generated 704 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:32.207 6 INFO neutron.db.l3_hamode_db [None req-c6eac953-b0e9-40e6-8fbc-2f8a375d05d6 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:32.328 7 INFO neutron.services.segments.plugin [-] Segment 498ba0e2-997b-413b-828e-9aebaa817095 resource provider aggregate not found 2026-05-14 06:49:32.334 7 INFO neutron.services.segments.plugin [-] Segment 498ba0e2-997b-413b-828e-9aebaa817095 resource provider aggregate not found 2026-05-14 06:49:32.349 7 INFO neutron.services.segments.plugin [-] Segment 498ba0e2-997b-413b-828e-9aebaa817095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 498ba0e2-997b-413b-828e-9aebaa817095 found for delete ", "request_id": "req-6bf90cda-2b5b-415c-a8d2-4a22004fbe47"}]} 2026-05-14 06:49:32.354 7 INFO neutron.services.segments.plugin [-] Segment 498ba0e2-997b-413b-828e-9aebaa817095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 498ba0e2-997b-413b-828e-9aebaa817095 found for delete ", "request_id": "req-aab80612-a608-4fa9-9e7f-38c614b07108"}]} 2026-05-14 06:49:32.373 7 INFO neutron.services.segments.plugin [-] Segment d47eb4e5-3176-4cd3-84bd-c81c50ddb844 resource provider aggregate not found 2026-05-14 06:49:32.373 7 INFO neutron.services.segments.plugin [-] Segment d47eb4e5-3176-4cd3-84bd-c81c50ddb844 resource provider aggregate not found 2026-05-14 06:49:32.393 7 INFO neutron.services.segments.plugin [-] Segment d47eb4e5-3176-4cd3-84bd-c81c50ddb844 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d47eb4e5-3176-4cd3-84bd-c81c50ddb844 found for delete ", "request_id": "req-0f2124c3-8226-4e3e-90d0-8133ea371a77"}]} 2026-05-14 06:49:32.405 7 INFO neutron.services.segments.plugin [-] Segment d47eb4e5-3176-4cd3-84bd-c81c50ddb844 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d47eb4e5-3176-4cd3-84bd-c81c50ddb844 found for delete ", "request_id": "req-c0f855a0-60c1-41c4-8c64-d81f377f753c"}]} 2026-05-14 06:49:32.413 7 INFO neutron.services.segments.plugin [-] Segment f1ed8076-eb19-45ce-86f5-b4379977641e resource provider aggregate not found 2026-05-14 06:49:32.426 7 INFO neutron.services.segments.plugin [-] Segment f1ed8076-eb19-45ce-86f5-b4379977641e resource provider aggregate not found 2026-05-14 06:49:32.436 7 INFO neutron.services.segments.plugin [-] Segment f1ed8076-eb19-45ce-86f5-b4379977641e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1ed8076-eb19-45ce-86f5-b4379977641e found for delete ", "request_id": "req-a83a4c47-4329-40f0-b803-161750028292"}]} 2026-05-14 06:49:32.450 7 INFO neutron.services.segments.plugin [-] Segment f1ed8076-eb19-45ce-86f5-b4379977641e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1ed8076-eb19-45ce-86f5-b4379977641e found for delete ", "request_id": "req-36467e8b-c0b8-4bc7-bee4-1f3062ccb65c"}]} 2026-05-14 06:49:32.456 7 INFO neutron.services.segments.plugin [-] Segment 89792c4e-e637-4df6-9b21-d7ac5f976a94 resource provider aggregate not found 2026-05-14 06:49:32.482 7 INFO neutron.services.segments.plugin [-] Segment 89792c4e-e637-4df6-9b21-d7ac5f976a94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89792c4e-e637-4df6-9b21-d7ac5f976a94 found for delete ", "request_id": "req-a8ad5db7-e9fb-4d4a-b110-085dbe84d155"}]} 2026-05-14 06:49:32.484 7 INFO neutron.services.segments.plugin [-] Segment 89792c4e-e637-4df6-9b21-d7ac5f976a94 resource provider aggregate not found 2026-05-14 06:49:32.513 7 INFO neutron.services.segments.plugin [-] Segment 89792c4e-e637-4df6-9b21-d7ac5f976a94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89792c4e-e637-4df6-9b21-d7ac5f976a94 found for delete ", "request_id": "req-db2c70e3-5042-4315-8d8b-4f1a1b41f3fb"}]} [pid: 7|app: 0|req: 955/1964] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:32 2026] GET /v2.0/security-groups?tenant_id=3e006f6f7e0b42278ef82a59a5430380&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1965] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:32 2026] GET /v2.0/security-groups?tenant_id=f4409b651dd445fa99f8909785537ed8&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1966] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:49:32 2026] GET /v2.0/routers/54671aae-db8b-44da-bd5a-dd60b6f4bac4 => generated 704 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1967] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:32 2026] DELETE /v2.0/security-groups/2d756c15-f536-4fd0-9bc7-4f32afaf631f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1968] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:32 2026] DELETE /v2.0/security-groups/a0c3c22e-1ab6-4160-a042-bd554af39033 => 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: 960/1969] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:32 2026] GET /v2.0/ports?device_id=54671aae-db8b-44da-bd5a-dd60b6f4bac4 => 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: 961/1970] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:32 2026] GET /v2.0/security-groups?tenant_id=5217d7ec723449f195af86e6f3a07351&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:33.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee47d54a-3baa-475d-90d2-b5d392a69d8e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: c413c2f5-8271-4fb3-855b-576444a2acd1 2026-05-14 06:49:33.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee47d54a-3baa-475d-90d2-b5d392a69d8e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: c413c2f5-8271-4fb3-855b-576444a2acd1 2026-05-14 06:49:33.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee47d54a-3baa-475d-90d2-b5d392a69d8e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] TaaS: Handle Delete Port: fac23f40-a7fe-4530-a14f-6b93f186d46c 2026-05-14 06:49:33.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee47d54a-3baa-475d-90d2-b5d392a69d8e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] Tap Mirror: Handle Delete Port: fac23f40-a7fe-4530-a14f-6b93f186d46c 2026-05-14 06:49:33.876 7 INFO neutron.db.l3_hamode_db [None req-ee47d54a-3baa-475d-90d2-b5d392a69d8e 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] HA network 81296cfe-d514-4c2c-a5f5-6fc4072e90e0 was deleted as no HA routers are present in tenant 17d81d81c0654f30b71b9df28abcecb7. [pid: 7|app: 0|req: 962/1971] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:32 2026] DELETE /v2.0/routers/54671aae-db8b-44da-bd5a-dd60b6f4bac4 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1972] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:33 2026] DELETE /v2.0/security-groups/262b4630-243e-4139-8d04-48952622af74 => 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: 964/1973] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/ports?device_id=54671aae-db8b-44da-bd5a-dd60b6f4bac4 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:34.067 7 INFO neutron.api.v2.resource [None req-8b040f68-e864-418b-837c-12882c71e1f3 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 965/1974] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/routers/54671aae-db8b-44da-bd5a-dd60b6f4bac4 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1975] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/ports?device_id=f78dc773-cd07-45d4-a762-f751aa09f33a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:34.129 7 INFO neutron.api.v2.resource [None req-034bd089-2dd6-4678-b732-e3e2a43a28b6 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1976] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/routers/f78dc773-cd07-45d4-a762-f751aa09f33a => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:34.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d583b5e-e357-49dd-9912-1b10c69c6650 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1977] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/subnets/0eb236cc-08ad-491a-91bf-1143fda83e51 => 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: 969/1978] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/ports?device_id=4f93dfa8-0201-498b-950c-f8ac85528da4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:34.213 7 INFO neutron.api.v2.resource [None req-47d26412-e621-4928-a460-b0956fa0f881 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1979] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/routers/4f93dfa8-0201-498b-950c-f8ac85528da4 => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1010/1980] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:31 2026] POST /v2.0/routers => generated 687 bytes in 3198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:34.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be95104e-75c9-47a8-a965-3d2286265b7f 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/1981] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/subnets/a7c6d0ed-e290-404a-80b7-88c3c4b3d448 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1982] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/ports?device_id=01748255-8180-4c88-aa98-eb526dd3ae8b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1011/1983] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/routers/24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:34.325 7 INFO neutron.api.v2.resource [None req-48bc9a62-6bc1-4809-bdc0-e278673a4b3a 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1984] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/routers/01748255-8180-4c88-aa98-eb526dd3ae8b => generated 135 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:34.347 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3451ec1a-8fde-464e-b5ed-ffad6fba3b7d 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/1985] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/subnets/2485f6c9-a2d6-4a2a-a8a5-1387ef61ada4 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:34.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c93588e-0d6d-428a-a64a-6c41a94bb622 449e8bcb7cf647b095fdf3a657873cae 17d81d81c0654f30b71b9df28abcecb7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 975/1986] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:34 2026] DELETE /v2.0/subnets/b1506fae-8727-40c7-919a-26f8dd87bc1c => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1012/1987] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/routers => generated 696 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:34.516 7 INFO neutron.services.segments.plugin [-] Segment c9f28df5-3f93-4416-bf47-d0aa7475d842 resource provider aggregate not found 2026-05-14 06:49:34.553 7 INFO neutron.services.segments.plugin [-] Segment c9f28df5-3f93-4416-bf47-d0aa7475d842 resource provider aggregate not found 2026-05-14 06:49:34.562 7 INFO neutron.services.segments.plugin [-] Segment c9f28df5-3f93-4416-bf47-d0aa7475d842 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9f28df5-3f93-4416-bf47-d0aa7475d842 found for delete ", "request_id": "req-2421adcf-c8a6-4d76-bd57-0d6152c4dad0"}]} 2026-05-14 06:49:34.576 7 INFO neutron.services.segments.plugin [-] Segment c9f28df5-3f93-4416-bf47-d0aa7475d842 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9f28df5-3f93-4416-bf47-d0aa7475d842 found for delete ", "request_id": "req-bddff5ac-2be6-45bc-8702-c91511a0b24d"}]} [pid: 7|app: 0|req: 976/1988] 10.0.0.177 () {34 vars in 741 bytes} [Thu May 14 06:49:34 2026] PUT /v2.0/routers/24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 700 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1989] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/routers/24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 700 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1990] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:35 2026] GET /v2.0/ports?device_id=24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1013/1991] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:34 2026] GET /v2.0/security-groups?tenant_id=17d81d81c0654f30b71b9df28abcecb7&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1014/1992] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:35 2026] DELETE /v2.0/security-groups/cfe5d370-4f08-444e-8c5c-fa1f3efed759 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:35.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dff6151-6eaf-4dfb-86e6-05fe9d0a815f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 7d333003-49d4-41eb-9158-7692938939a1 2026-05-14 06:49:35.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dff6151-6eaf-4dfb-86e6-05fe9d0a815f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 7d333003-49d4-41eb-9158-7692938939a1 2026-05-14 06:49:35.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dff6151-6eaf-4dfb-86e6-05fe9d0a815f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] TaaS: Handle Delete Port: 4b44ca6b-0c6a-47fb-bb5d-25f8907be078 2026-05-14 06:49:35.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dff6151-6eaf-4dfb-86e6-05fe9d0a815f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] Tap Mirror: Handle Delete Port: 4b44ca6b-0c6a-47fb-bb5d-25f8907be078 2026-05-14 06:49:36.039 7 INFO neutron.db.l3_hamode_db [None req-9dff6151-6eaf-4dfb-86e6-05fe9d0a815f 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] HA network 51ebbd7b-31c5-42c0-9026-f1300f9f9656 was deleted as no HA routers are present in tenant f14ff058cc3c407e8da32bf666a92b2a. [pid: 7|app: 0|req: 979/1993] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:35 2026] DELETE /v2.0/routers/24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1015/1994] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:36 2026] GET /v2.0/ports?device_id=24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:36.108 7 INFO neutron.api.v2.resource [None req-996b7840-5334-430b-aabf-97d3cc4000a5 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 980/1995] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/routers/24dff8c4-1ef9-46b7-9973-8e4d477894b6 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1016/1996] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:36 2026] GET /v2.0/ports?device_id=31b8c090-744c-4149-b5d9-4688ce23ee60 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:36.167 7 INFO neutron.api.v2.resource [None req-e393753b-472f-47d9-8c79-20954d4a1fd9 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/1997] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/routers/31b8c090-744c-4149-b5d9-4688ce23ee60 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:36.193 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6c494f87-9c1c-4164-952d-cb6172c122cf 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1017/1998] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/subnets/07405248-5827-4eaf-a026-34dd44331591 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1999] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:36 2026] GET /v2.0/ports?device_id=d6bed8a8-fde6-4ace-83fc-72faec3ffa7a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:36.253 6 INFO neutron.api.v2.resource [None req-beae3b7b-fd1b-4372-b541-c2ee35aa6e10 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1018/2000] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/routers/d6bed8a8-fde6-4ace-83fc-72faec3ffa7a => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:36.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1ffad06-cfc5-4e65-8642-0aba9151af69 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/2001] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/subnets/0ccff100-d264-4792-93d1-78d10b9c09e3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1019/2002] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:49:36 2026] GET /v2.0/ports?device_id=98366324-3431-4b31-adb6-a3dcab3f87fa => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:36.328 7 INFO neutron.api.v2.resource [None req-366f218b-fa3e-4d75-8393-5ec7212135a5 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 984/2003] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/routers/98366324-3431-4b31-adb6-a3dcab3f87fa => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:36.349 6 INFO neutron.pecan_wsgi.hooks.translation [None req-05a26783-be7f-44e8-9c60-5af942e7c526 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1020/2004] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/subnets/c3b88ec6-0372-4178-934a-29042577de22 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:36.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2888b1fb-391b-4fb6-8403-dfeaf85dc035 73f7ce2348a64927a80a00004fdfde1c f14ff058cc3c407e8da32bf666a92b2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 985/2005] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:49:36 2026] DELETE /v2.0/subnets/f1000254-480d-4538-8f78-e33ab7146c34 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:49:36.608 7 INFO neutron.services.segments.plugin [-] Segment fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc resource provider aggregate not found 2026-05-14 06:49:36.617 7 INFO neutron.services.segments.plugin [-] Segment fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc resource provider aggregate not found 2026-05-14 06:49:36.625 7 INFO neutron.services.segments.plugin [-] Segment fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc found for delete ", "request_id": "req-51ae1a26-84dc-433a-b1ec-51c927da051b"}]} 2026-05-14 06:49:36.635 7 INFO neutron.services.segments.plugin [-] Segment fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4af9ac-55e3-4ab7-ae0f-f7a826aedcfc found for delete ", "request_id": "req-8f778407-6521-49fd-bcac-6e8164085798"}]} [pid: 6|app: 0|req: 1021/2006] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1022/2007] 10.0.0.177 () {34 vars in 767 bytes} [Thu May 14 06:49:36 2026] PUT /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2008] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:36 2026] GET /v2.0/security-groups?tenant_id=f14ff058cc3c407e8da32bf666a92b2a&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1023/2009] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:36 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1024/2010] 10.0.0.177 () {34 vars in 778 bytes} [Thu May 14 06:49:37 2026] PUT /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2011] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:37 2026] DELETE /v2.0/security-groups/8c10d274-8309-4eaa-8f9f-42fe0f8f5771 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1025/2012] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1026/2013] 10.0.0.177 () {32 vars in 623 bytes} [Thu May 14 06:49:37 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: 988/2014] 10.0.0.177 () {34 vars in 774 bytes} [Thu May 14 06:49:37 2026] PUT /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2015] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2016] 10.0.0.177 () {34 vars in 796 bytes} [Thu May 14 06:49:37 2026] PUT /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1027/2017] 10.0.0.177 () {32 vars in 633 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/ => generated 632 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2018] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1028/2019] 10.0.0.177 () {34 vars in 767 bytes} [Thu May 14 06:49:37 2026] PUT /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2020] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1029/2021] 10.0.0.177 () {32 vars in 755 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:37.583 7 INFO neutron.api.v2.resource [None req-fb8b152a-8dd4-47de-8e1f-2f5c2a73944d 1ce742817e7b4115aca4ee589646b28a c2b7a45ec59949bb9a386a8dc877a568 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/2022] 10.0.0.177 () {32 vars in 759 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1030/2023] 10.0.0.177 () {32 vars in 758 bytes} [Thu May 14 06:49:37 2026] DELETE /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2024] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:37.761 6 INFO neutron.api.v2.resource [None req-a9a70b36-d488-44d6-90e0-1ed4d36306c8 1ce742817e7b4115aca4ee589646b28a c2b7a45ec59949bb9a386a8dc877a568 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1031/2025] 10.0.0.177 () {32 vars in 762 bytes} [Thu May 14 06:49:37 2026] DELETE /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2026] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:49:37 2026] DELETE /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1032/2027] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2028] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:37 2026] DELETE /v2.0/security-groups/41f973a1-ab55-4235-84cb-d42f370dbe83 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1033/2029] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:37 2026] GET /v2.0/security-groups?tenant_id=e13c897c548c448c8d1843a1bff13da0&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2030] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:38 2026] DELETE /v2.0/security-groups/2768f984-ad23-4c11-8f51-6a2d7780567e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1034/2031] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:38 2026] GET /v2.0/security-groups?tenant_id=3feca959ac034544b0c1659e0e5501fe&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1035/2032] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:39 2026] DELETE /v2.0/security-groups/70d75b44-c1dd-44ff-8521-db289e73e2bf => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2033] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1036/2034] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:49:39 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1037/2035] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:39 2026] GET /v2.0/security-groups?tenant_id=c2b7a45ec59949bb9a386a8dc877a568&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2036] 10.0.0.177 () {34 vars in 758 bytes} [Thu May 14 06:49:39 2026] PUT /v2.0/security-groups/d29102dd-45c6-4a99-b7d7-0e86d254a6bf => generated 1664 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2037] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:49:39 2026] GET /v2.0/security-groups/d29102dd-45c6-4a99-b7d7-0e86d254a6bf => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1038/2038] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:39 2026] DELETE /v2.0/security-groups/fd9e2a7b-2b6e-428f-95aa-a536c947d545 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2039] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:39 2026] DELETE /v2.0/security-groups/d29102dd-45c6-4a99-b7d7-0e86d254a6bf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1039/2040] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:49:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:49:39.590 7 INFO neutron.api.v2.resource [None req-2f8be2ef-308c-4e99-abea-fa7537c72148 1ea62e6332ba4914bc14a043de6fa39a 04af6af20e5347f19e2f62d8009776b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1002/2041] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:39 2026] DELETE /v2.0/security-groups/d29102dd-45c6-4a99-b7d7-0e86d254a6bf => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1040/2042] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2043] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:49:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1041/2044] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:39 2026] GET /v2.0/security-group-rules/043d7d52-3c21-4c16-807d-9d211da59dbd => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2045] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:49:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1042/2046] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:49:39 2026] DELETE /v2.0/security-group-rules/043d7d52-3c21-4c16-807d-9d211da59dbd => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2047] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1043/2048] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:49:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2049] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-group-rules/f2c17542-8848-4151-a4dc-fdde7a918356 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1044/2050] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2051] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:49:40 2026] DELETE /v2.0/security-group-rules/f2c17542-8848-4151-a4dc-fdde7a918356 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1045/2052] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:49:40 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) 2026-05-14 06:49:40.553 7 INFO neutron.db.securitygroups_db [None req-b080f503-e71d-4ee5-b7c2-18380bb4029e 1ea62e6332ba4914bc14a043de6fa39a 04af6af20e5347f19e2f62d8009776b8 - - default default] Project 04af6af20e5347f19e2f62d8009776b8 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: 1008/2053] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:49:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1046/2054] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-group-rules/28d35f7e-d485-404f-b4ea-30dffe2e9e7b => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2055] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1047/2056] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:49:40 2026] DELETE /v2.0/security-group-rules/28d35f7e-d485-404f-b4ea-30dffe2e9e7b => 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: 1010/2057] 10.0.0.177 () {32 vars in 673 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1048/2058] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:40 2026] DELETE /v2.0/security-groups/9dd3972f-3ef9-4e83-ab8b-f290cd18c82e => 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: 1011/2059] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1049/2060] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:49:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2063] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:41 2026] GET /v2.0/security-groups?tenant_id=04af6af20e5347f19e2f62d8009776b8&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1051/2064] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:41 2026] DELETE /v2.0/security-groups/ee5f8a1d-4cbd-4863-aa4f-8681a6c71a83 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2065] 10.0.0.79 () {32 vars in 801 bytes} [Thu May 14 06:49:42 2026] GET /v2.0/extensions => generated 21537 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1052/2066] 10.0.0.79 () {30 vars in 723 bytes} [Thu May 14 06:49:42 2026] GET /v2.0/quotas/ad3b3b5928ad40ec8cc7d0eb8394596a/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2067] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:43 2026] GET /v2.0/security-groups?tenant_id=8d1a9deac72048a4b94025302bc7e400&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1053/2068] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:43 2026] DELETE /v2.0/security-groups/2865732e-0fdb-43bf-9b34-c0fbf7c1265c => 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: 1016/2069] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:43 2026] GET /v2.0/security-groups?tenant_id=71cd6700593e403aaf9a5b2fa91249b8&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1054/2070] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:43 2026] DELETE /v2.0/security-groups/f42cd27c-f808-425f-9609-79024f4d58a6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2071] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:44 2026] GET /v2.0/security-groups?tenant_id=cfa4c4d4b5e942f89bf08fdfe8724c2f&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1055/2072] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:44 2026] DELETE /v2.0/security-groups/fc6ede04-ad87-4933-9714-d9d0b22ab4e4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2073] 10.0.0.79 () {32 vars in 801 bytes} [Thu May 14 06:49:46 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2074] 10.0.0.79 () {30 vars in 723 bytes} [Thu May 14 06:49:46 2026] GET /v2.0/quotas/ad3b3b5928ad40ec8cc7d0eb8394596a/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:47.180 6 INFO neutron.db.segments_db [None req-34da6416-7c56-4b7e-8c31-f6b571f4c6fa 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba of type vxlan for network 41fc948d-5672-498c-a616-646a95ee6ad2 [pid: 6|app: 0|req: 1056/2075] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:49:46 2026] POST /v2.0/networks => generated 722 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2076] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:47 2026] POST /v2.0/subnets => generated 688 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:47.558 6 INFO neutron.db.segments_db [None req-85917a4c-0873-4639-98b8-95de5a823258 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 15d808cf-aeab-4b44-bdf7-4884ca2d4252 of type vxlan for network 57373788-1cc3-4738-8a45-a64b78995c0d 2026-05-14 06:49:47.819 6 INFO neutron.db.l3_hamode_db [None req-85917a4c-0873-4639-98b8-95de5a823258 59e788d7d5df4217a920deff86b7374a e30324a36d3e4b2ab1f5477a37aa8e1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:49:48.709 6 INFO neutron.db.l3_hamode_db [None req-85917a4c-0873-4639-98b8-95de5a823258 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 1057/2077] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:47 2026] POST /v2.0/routers => generated 728 bytes in 2263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1058/2078] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:50 2026] GET /v2.0/security-groups?tenant_id=ad3b3b5928ad40ec8cc7d0eb8394596a&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1059/2079] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:50 2026] DELETE /v2.0/security-groups/08f1c0e2-c6a7-479c-9906-ee850eebfb74 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2080] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:49 2026] PUT /v2.0/routers/e15adc20-3dbe-4ff5-90d4-7685411c3762/add_router_interface => generated 309 bytes in 2120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:49:53.988 6 INFO neutron.db.segments_db [None req-371b67a4-d5d8-41fc-9fa0-a38875f35d5b 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Added segment a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 of type vxlan for network d4565a67-44a9-4e81-a1b4-fcc3caab7b3c [pid: 6|app: 0|req: 1060/2081] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:53 2026] POST /v2.0/networks => generated 621 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1061/2082] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/networks?id=41fc948d-5672-498c-a616-646a95ee6ad2 => generated 673 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1062/2083] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/quotas/e30324a36d3e4b2ab1f5477a37aa8e1a => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2084] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:54 2026] POST /v2.0/subnets => generated 658 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1063/2085] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/ports?tenant_id=e30324a36d3e4b2ab1f5477a37aa8e1a&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1064/2086] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/networks/41fc948d-5672-498c-a616-646a95ee6ad2?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1065/2087] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/networks/41fc948d-5672-498c-a616-646a95ee6ad2?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: 1023/2088] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2089] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:49:54 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1066/2090] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:54 2026] POST /v2.0/subnets => generated 731 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:49:55.166 7 INFO neutron.db.segments_db [None req-e34e501d-0027-4cb5-8310-ab885efdfa03 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Added segment e61653e5-7847-4e11-a813-5ff9919c7e2c of type vxlan for network a8dae530-f5ba-4be9-8773-0fc3081efa96 [pid: 7|app: 0|req: 1025/2091] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:55 2026] POST /v2.0/networks => generated 619 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1067/2092] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:55 2026] POST /v2.0/subnets => generated 656 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1068/2093] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:55 2026] POST /v2.0/subnets => generated 726 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1069/2094] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:49:55 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => 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: 1026/2095] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 06:49:56.035 6 INFO neutron.db.segments_db [None req-a9cc4971-7f7b-4319-a810-02d5d08c551d 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Added segment 5933a442-be22-4f62-a2c2-1270515e3030 of type vxlan for network 0726386e-1eea-440f-834f-84ad690eed61 [pid: 6|app: 0|req: 1070/2096] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:49:55 2026] POST /v2.0/networks => generated 618 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2097] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2098] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1071/2099] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/subnets => generated 656 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2100] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2101] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2104] 10.0.0.177 () {34 vars in 767 bytes} [Thu May 14 06:49:56 2026] PUT /v2.0/security-groups/24fcc471-caa3-480a-8022-0cd2c00e2758/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1072/2105] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/subnets => generated 729 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2106] 10.0.0.177 () {34 vars in 767 bytes} [Thu May 14 06:49:56 2026] PUT /v2.0/security-groups/39bbc4e9-0aff-4590-9924-ca485dbbd70d/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:56.811 6 INFO neutron.db.segments_db [None req-5851be71-a8ca-4aa6-ab8e-c158d6bd08d9 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Added segment 20d92665-531f-4013-a76e-2345ef444d95 of type vxlan for network 4245d22e-f06f-451f-aac3-ef95ad387e47 [pid: 7|app: 0|req: 1035/2107] 10.0.0.177 () {34 vars in 767 bytes} [Thu May 14 06:49:56 2026] PUT /v2.0/security-groups/429fa7cc-5a45-4248-8edd-360803211aa4/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2108] 10.0.0.177 () {34 vars in 767 bytes} [Thu May 14 06:49:56 2026] PUT /v2.0/security-groups/82b9c0d9-0260-444e-8eef-64610f9bd3be/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2109] 10.0.0.177 () {32 vars in 680 bytes} [Thu May 14 06:49:56 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2110] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:49:56 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2111] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:49:57.136 6 INFO neutron.db.l3_hamode_db [None req-5851be71-a8ca-4aa6-ab8e-c158d6bd08d9 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1040/2112] 10.0.0.177 () {32 vars in 690 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2113] 10.0.0.177 () {32 vars in 702 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2114] 10.0.0.177 () {32 vars in 688 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2115] 10.0.0.177 () {32 vars in 702 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2116] 10.0.0.177 () {32 vars in 698 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2117] 10.0.0.177 () {32 vars in 710 bytes} [Thu May 14 06:49:57 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2118] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:57 2026] DELETE /v2.0/security-groups/24fcc471-caa3-480a-8022-0cd2c00e2758 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2119] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:57 2026] DELETE /v2.0/security-groups/39bbc4e9-0aff-4590-9924-ca485dbbd70d => 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: 1048/2120] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:57 2026] DELETE /v2.0/security-groups/429fa7cc-5a45-4248-8edd-360803211aa4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2121] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:57 2026] DELETE /v2.0/security-groups/82b9c0d9-0260-444e-8eef-64610f9bd3be => 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: 1050/2122] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:57 2026] DELETE /v2.0/security-groups/6cd6be44-39e6-499a-96f9-5e9565f3353d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:49:58.090 6 INFO neutron.db.l3_hamode_db [None req-5851be71-a8ca-4aa6-ab8e-c158d6bd08d9 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1051/2123] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:49:58 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1073/2124] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:49:56 2026] POST /v2.0/routers => generated 685 bytes in 2470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1074/2125] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:49:59 2026] GET /v2.0/networks?id=41fc948d-5672-498c-a616-646a95ee6ad2 => generated 673 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2126] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:49:59 2026] GET /v2.0/security-groups?tenant_id=b38ae01cbc6f44ff89f69735858a3531&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2127] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:49:59 2026] POST /v2.0/ports => generated 954 bytes in 435 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: 1054/2128] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:49:59 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2129] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:49:59 2026] DELETE /v2.0/security-groups/992c67fc-2fc2-403e-8ce2-80ac76475929 => 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: 1056/2130] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:50:00 2026] PUT /v2.0/ports/536869e1-44a1-47c0-adee-393bd98f0dd6 => generated 1235 bytes in 474 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: 1057/2131] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:00 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:50:00.547 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3ed4ee9-2ad1-469a-9e25-bc943b4fc8a0'] response: {'name': 'network-changed', 'server_uuid': 'daed7393-8f83-4c68-968e-0e0c183c93b5', 'tag': '536869e1-44a1-47c0-adee-393bd98f0dd6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1058/2132] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:00 2026] GET /v2.0/security-groups?tenant_id=16b63c14077045a488fdacd546ff78a8&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2133] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:00 2026] DELETE /v2.0/security-groups/4a5e3d97-fb49-4007-a0ba-a4c78104a4e7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1075/2134] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:49:59 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/add_router_interface => generated 309 bytes in 1505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1076/2135] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:00 2026] GET /v2.0/security-groups?tenant_id=cb2f48d18bf0471da9a47081967c73cf&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1077/2136] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:01 2026] DELETE /v2.0/security-groups/87e5d4e5-ffa7-4cfe-8423-668e61b5b76f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1078/2137] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:01 2026] GET /v2.0/ports?tenant_id=e30324a36d3e4b2ab1f5477a37aa8e1a&device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1079/2138] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:50:01 2026] GET /v2.0/networks?tenant_id=e30324a36d3e4b2ab1f5477a37aa8e1a&shared=False => generated 769 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1080/2139] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:50:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1081/2140] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:01 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1082/2141] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:01 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2142] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:50:00 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/add_router_interface => generated 309 bytes in 1602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2143] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/ports?tenant_id=e30324a36d3e4b2ab1f5477a37aa8e1a&device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2144] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=536869e1-44a1-47c0-adee-393bd98f0dd6 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2145] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/subnets?id=fe5980f5-51e2-48ca-b1a4-b98aae3fd211 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2146] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/ports?network_id=41fc948d-5672-498c-a616-646a95ee6ad2&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2147] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/networks/41fc948d-5672-498c-a616-646a95ee6ad2?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: 1066/2148] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/networks/41fc948d-5672-498c-a616-646a95ee6ad2?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: 1067/2149] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2150] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:02 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&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: 1069/2151] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:04 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2152] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:04 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1083/2153] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:50:02 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/add_router_interface => generated 309 bytes in 1841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2154] 10.0.0.177 () {34 vars in 684 bytes} [Thu May 14 06:50:04 2026] POST /v2.0/security-groups => generated 1630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1084/2155] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:04 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) [pid: 7|app: 0|req: 1072/2156] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:04 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: 6|app: 0|req: 1085/2157] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2158] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1086/2159] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2160] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:05 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2161] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:05 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1087/2162] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2163] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1088/2164] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2165] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1089/2166] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1090/2167] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2168] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:50:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1091/2169] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:06 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2170] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:50:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1092/2171] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:06 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2172] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:50: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: 6|app: 0|req: 1093/2173] 10.0.0.109 () {34 vars in 1096 bytes} [Thu May 14 06:50:06 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1931599917&fields=id&tenant_id=0b6d4c1ccb884c4495616c2946ef9b73 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2174] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:50:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1094/2175] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:50:06 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1095/2176] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:50:06 2026] GET /v2.0/quotas/0b6d4c1ccb884c4495616c2946ef9b73 => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2177] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:50:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2178] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:50:06 2026] PUT /v2.0/subnetpools/a0a3d1d2-17a8-448d-ad2b-bd2f7246c21f/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2179] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:50:06 2026] PUT /v2.0/subnetpools/f5954907-3eeb-48d9-831b-981d4b104ecb/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2180] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:50:06 2026] PUT /v2.0/subnetpools/144e1416-f28c-4132-a4eb-4bbe9a24dd1e/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1096/2181] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:50:06 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&fields=id => generated 241 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2182] 10.0.0.177 () {34 vars in 759 bytes} [Thu May 14 06:50:07 2026] PUT /v2.0/subnetpools/89b090c6-818c-4a21-8a07-3b8c4bc36d12/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1097/2183] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2184] 10.0.0.177 () {32 vars in 672 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2185] 10.0.0.177 () {32 vars in 686 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1098/2186] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 1089/2187] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1099/2188] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2189] 10.0.0.177 () {32 vars in 680 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1100/2190] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2191] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1101/2192] 10.0.0.177 () {32 vars in 690 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2193] 10.0.0.177 () {32 vars in 702 bytes} [Thu May 14 06:50:07 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1102/2194] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:50:07 2026] DELETE /v2.0/subnetpools/a0a3d1d2-17a8-448d-ad2b-bd2f7246c21f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2195] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:50:07 2026] DELETE /v2.0/subnetpools/f5954907-3eeb-48d9-831b-981d4b104ecb => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1103/2196] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:50:07 2026] DELETE /v2.0/subnetpools/144e1416-f28c-4132-a4eb-4bbe9a24dd1e => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2197] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:50:07 2026] DELETE /v2.0/subnetpools/89b090c6-818c-4a21-8a07-3b8c4bc36d12 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1104/2198] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:50:07 2026] DELETE /v2.0/subnetpools/0f400a6e-1ad8-4f44-a76f-723f39c7a59b => 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: 1095/2199] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:08 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1105/2200] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:08 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&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: 1096/2201] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:08 2026] GET /v2.0/security-groups?tenant_id=3cc510650ad9436aaea34a030123fd3b&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1106/2202] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:09 2026] DELETE /v2.0/security-groups/d6fb6139-7588-47e5-8377-f9a473c2be96 => 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: 1097/2203] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:09 2026] GET /v2.0/security-groups?tenant_id=d53c909558d14f759ed8115d721e80e0&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2204] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:09 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1107/2205] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:09 2026] DELETE /v2.0/security-groups/21bb103d-183c-4833-b3d9-cda9fa43f179 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2206] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:09 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1108/2207] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:09 2026] GET /v2.0/security-groups?tenant_id=690969d93575478aab6a744e3b14f259&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2208] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:10 2026] DELETE /v2.0/security-groups/70184f94-8fdc-4889-9edf-8a41d5c36be7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1109/2209] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:10 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2210] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:10 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1111/2213] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:50:11 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2214] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:50:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0b6d4c1ccb884c4495616c2946ef9b73 => generated 179 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2215] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:11 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2216] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:12 2026] GET /v2.0/security-groups?id=c8d4b04c-1e63-496b-9d76-20a05734f5e5&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2217] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:50:12 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1112/2218] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:50:11 2026] POST /v2.0/ports => generated 1183 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-14 06:50:12.337 7 INFO neutron_taas.services.taas.taas_plugin [req-526fde69-8032-4f1c-b13f-0850f8cacbc5 req-adc84865-b618-4ce6-92e6-0cfee27df62c 084a5cf98a3e4e4eab4ec7da0f256123 e30324a36d3e4b2ab1f5477a37aa8e1a - - default default] TaaS: Handle Delete Port: 536869e1-44a1-47c0-adee-393bd98f0dd6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-14 06:50:12.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-526fde69-8032-4f1c-b13f-0850f8cacbc5 req-adc84865-b618-4ce6-92e6-0cfee27df62c 084a5cf98a3e4e4eab4ec7da0f256123 e30324a36d3e4b2ab1f5477a37aa8e1a - - default default] Tap Mirror: Handle Delete Port: 536869e1-44a1-47c0-adee-393bd98f0dd6 [pid: 7|app: 0|req: 1107/2219] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:50:12 2026] DELETE /v2.0/ports/536869e1-44a1-47c0-adee-393bd98f0dd6 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:50:12.547 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7ec1a9b-ba24-49a6-94a6-287b34cc6b02'] response: {'server_uuid': 'daed7393-8f83-4c68-968e-0e0c183c93b5', 'name': 'network-vif-deleted', 'tag': '536869e1-44a1-47c0-adee-393bd98f0dd6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1108/2220] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:12 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1186 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2221] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:12 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1113/2222] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:50:12 2026] PUT /v2.0/ports/d713c85b-62db-457b-ad4b-b7509c2dd015 => generated 1464 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:12.857 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-80ab4ac6-ebeb-4b43-bf98-a72a2460e350'] response: {'name': 'network-changed', 'server_uuid': '84f9d271-a6d7-496e-ab29-0ab1e2b11896', 'tag': 'd713c85b-62db-457b-ad4b-b7509c2dd015', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1110/2223] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:13 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => generated 12 bytes in 29 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: 6|app: 0|req: 1114/2224] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:13 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1467 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2225] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:50:13 2026] GET /v2.0/networks?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&shared=False => generated 2376 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2226] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:50:13 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-14 06:50:13.689 6 INFO neutron.db.segments_db [None req-66470d10-476c-472e-a22c-2709790f95ef bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] Added segment 7a82da8f-2075-48e8-9c94-4c4be8d53a14 of type vxlan for network 46624d55-b3ba-4af6-a67a-8fc82fe2e759 2026-05-14 06:50:14.006 6 INFO neutron.db.l3_hamode_db [None req-66470d10-476c-472e-a22c-2709790f95ef bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:50:14.150 6 INFO neutron.db.l3_hamode_db [None req-66470d10-476c-472e-a22c-2709790f95ef bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1113/2227] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => 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: 1114/2228] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2229] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=d713c85b-62db-457b-ad4b-b7509c2dd015 => 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: 1116/2230] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A34b&port_id=d713c85b-62db-457b-ad4b-b7509c2dd015 => 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: 1117/2231] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/subnets?id=31f9ea07-717b-4fdd-af5c-afe1674d50be&id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 1411 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2232] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&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: 6|app: 0|req: 1115/2233] 10.0.0.177 () {34 vars in 668 bytes} [Thu May 14 06:50:13 2026] POST /v2.0/routers => generated 474 bytes in 1355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2234] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2235] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 1121/2236] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:14 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 6|app: 0|req: 1116/2237] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:50:14 2026] PUT /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 25 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2238] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:15 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 25 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1117/2239] 10.0.0.177 () {34 vars in 762 bytes} [Thu May 14 06:50:15 2026] PUT /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/green => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2240] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:15 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1118/2241] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:15 2026] GET /v2.0/ports?device_id=daed7393-8f83-4c68-968e-0e0c183c93b5 => 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: 1124/2242] 10.0.0.177 () {34 vars in 758 bytes} [Thu May 14 06:50:15 2026] PUT /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1119/2243] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:15 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2244] 10.0.0.177 () {34 vars in 780 bytes} [Thu May 14 06:50:15 2026] PUT /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/black.or.white => generated 4 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1120/2245] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:15 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 52 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2246] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:50:15 2026] PUT /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 37 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1121/2247] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:16 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2248] 10.0.0.177 () {32 vars in 739 bytes} [Thu May 14 06:50:16 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/red => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:50:16.411 6 INFO neutron.api.v2.resource [None req-85172e34-a43a-476b-9e34-d29171d0724e bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1122/2249] 10.0.0.177 () {32 vars in 743 bytes} [Thu May 14 06:50:16 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2250] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:50:16 2026] DELETE /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/red => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1123/2251] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:16 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 30 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:50:16.770 7 INFO neutron.api.v2.resource [None req-02875f85-850f-4f22-b09b-ecbd6c3cee7f bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2252] 10.0.0.177 () {32 vars in 746 bytes} [Thu May 14 06:50:16 2026] DELETE /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags/green => generated 99 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1124/2253] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:50:16 2026] DELETE /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => 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: 1130/2254] 10.0.0.177 () {32 vars in 731 bytes} [Thu May 14 06:50:16 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768/tags => generated 12 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1125/2255] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:50:17 2026] GET /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768 => generated 480 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2256] 10.0.0.177 () {34 vars in 742 bytes} [Thu May 14 06:50:17 2026] PUT /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768 => generated 480 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2257] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:17 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1198 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2258] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:50:17 2026] GET /v2.0/ports?device_id=455797bd-ea2e-49c4-ac01-102d5270a768 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2259] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:17 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:50:18.104 6 INFO neutron_taas.services.taas.taas_plugin [None req-37f2ef2a-3afe-4f7e-bb20-4a0437d63f66 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: a8105dfd-9d9c-471b-8146-3a7d85368819 2026-05-14 06:50:18.107 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37f2ef2a-3afe-4f7e-bb20-4a0437d63f66 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: a8105dfd-9d9c-471b-8146-3a7d85368819 2026-05-14 06:50:18.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-e647ab5d-b79a-425f-85e1-5477c4f67f77 bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] TaaS: Handle Delete Port: a21a1b6a-bb99-414a-98ed-bc72ed1b7a78 2026-05-14 06:50:18.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e647ab5d-b79a-425f-85e1-5477c4f67f77 bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] Tap Mirror: Handle Delete Port: a21a1b6a-bb99-414a-98ed-bc72ed1b7a78 2026-05-14 06:50:18.505 7 INFO neutron.services.segments.plugin [-] Segment 7a82da8f-2075-48e8-9c94-4c4be8d53a14 resource provider aggregate not found 2026-05-14 06:50:18.509 7 INFO neutron.services.segments.plugin [-] Segment 7a82da8f-2075-48e8-9c94-4c4be8d53a14 resource provider aggregate not found 2026-05-14 06:50:18.531 7 INFO neutron.services.segments.plugin [-] Segment 7a82da8f-2075-48e8-9c94-4c4be8d53a14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a82da8f-2075-48e8-9c94-4c4be8d53a14 found for delete ", "request_id": "req-533a4ccd-9170-4f9d-9039-0e9b927a0c2d"}]} 2026-05-14 06:50:18.533 7 INFO neutron.services.segments.plugin [-] Segment 7a82da8f-2075-48e8-9c94-4c4be8d53a14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a82da8f-2075-48e8-9c94-4c4be8d53a14 found for delete ", "request_id": "req-e7b12cfe-bd36-44ac-b924-af149e655ee4"}]} 2026-05-14 06:50:18.536 7 INFO neutron.db.l3_hamode_db [None req-e647ab5d-b79a-425f-85e1-5477c4f67f77 bcfaf78764fe4fbbaeefb6af6893893e 38fb1f7ba03d4d3babc87150db775cf4 - - default default] HA network 46624d55-b3ba-4af6-a67a-8fc82fe2e759 was deleted as no HA routers are present in tenant 38fb1f7ba03d4d3babc87150db775cf4. [pid: 7|app: 0|req: 1135/2260] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:50:17 2026] DELETE /v2.0/routers/455797bd-ea2e-49c4-ac01-102d5270a768 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1126/2261] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:50:17 2026] PUT /v2.0/routers/e15adc20-3dbe-4ff5-90d4-7685411c3762/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:50:18.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-be5b2414-9cc1-4369-b256-4cb9e78787e4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: a79d0cc6-0b29-4d26-90b8-62fd8720d0af 2026-05-14 06:50:18.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be5b2414-9cc1-4369-b256-4cb9e78787e4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: a79d0cc6-0b29-4d26-90b8-62fd8720d0af 2026-05-14 06:50:19.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-be5b2414-9cc1-4369-b256-4cb9e78787e4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 3e8f98a4-1417-4d8e-a397-fc4ebb9a0696 2026-05-14 06:50:19.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be5b2414-9cc1-4369-b256-4cb9e78787e4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 3e8f98a4-1417-4d8e-a397-fc4ebb9a0696 [pid: 6|app: 0|req: 1127/2262] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:19 2026] GET /v2.0/security-groups?tenant_id=38fb1f7ba03d4d3babc87150db775cf4&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1128/2263] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:19 2026] DELETE /v2.0/security-groups/3e968b30-85d3-4cd2-805e-5fc73833d3c4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:50:19.739 7 INFO neutron.db.l3_hamode_db [None req-be5b2414-9cc1-4369-b256-4cb9e78787e4 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 57373788-1cc3-4738-8a45-a64b78995c0d was deleted as no HA routers are present in tenant e30324a36d3e4b2ab1f5477a37aa8e1a. [pid: 7|app: 0|req: 1136/2264] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:50:18 2026] DELETE /v2.0/routers/e15adc20-3dbe-4ff5-90d4-7685411c3762 => generated 0 bytes in 1033 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1129/2265] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:50:19 2026] DELETE /v2.0/subnets/fe5980f5-51e2-48ca-b1a4-b98aae3fd211 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2266] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:19 2026] GET /v2.0/security-groups?tenant_id=5ebfaa30c3a44fcc90d396e8ae05fefa&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:20.040 6 INFO neutron_taas.services.taas.taas_plugin [None req-8876c62b-8dd3-442c-bbf1-8d2fa2f01dc0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: f6543dc0-35f6-4257-9d77-846a87dbfe90 2026-05-14 06:50:20.044 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8876c62b-8dd3-442c-bbf1-8d2fa2f01dc0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: f6543dc0-35f6-4257-9d77-846a87dbfe90 [pid: 7|app: 0|req: 1138/2267] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:20 2026] DELETE /v2.0/security-groups/ffb7fab1-2bba-44ad-8290-52e372bea9af => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:50:20.227 6 INFO neutron.services.segments.plugin [-] Segment 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba resource provider aggregate not found 2026-05-14 06:50:20.241 6 INFO neutron.services.segments.plugin [-] Segment 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba resource provider aggregate not found 2026-05-14 06:50:20.264 6 INFO neutron.services.segments.plugin [-] Segment 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba found for delete ", "request_id": "req-c1d8cabd-ff92-45fb-aa14-d1b390321fd0"}]} 2026-05-14 06:50:20.271 6 INFO neutron.services.segments.plugin [-] Segment 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e3a5678-bc38-4b8c-ad7d-b139a4e64eba found for delete ", "request_id": "req-b7ed59de-fead-4725-ab82-08e85b978e77"}]} [pid: 6|app: 0|req: 1130/2268] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:50:19 2026] DELETE /v2.0/networks/41fc948d-5672-498c-a616-646a95ee6ad2 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2269] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:20 2026] GET /v2.0/security-groups?tenant_id=e30324a36d3e4b2ab1f5477a37aa8e1a&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:20.556 7 INFO neutron.services.segments.plugin [-] Segment 15d808cf-aeab-4b44-bdf7-4884ca2d4252 resource provider aggregate not found 2026-05-14 06:50:20.564 7 INFO neutron.services.segments.plugin [-] Segment 15d808cf-aeab-4b44-bdf7-4884ca2d4252 resource provider aggregate not found 2026-05-14 06:50:20.573 7 INFO neutron.services.segments.plugin [-] Segment 15d808cf-aeab-4b44-bdf7-4884ca2d4252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d808cf-aeab-4b44-bdf7-4884ca2d4252 found for delete ", "request_id": "req-b85ff433-baba-4067-8816-203791626be0"}]} 2026-05-14 06:50:20.588 7 INFO neutron.services.segments.plugin [-] Segment 15d808cf-aeab-4b44-bdf7-4884ca2d4252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d808cf-aeab-4b44-bdf7-4884ca2d4252 found for delete ", "request_id": "req-454bb586-0cf8-4762-a2f8-6ba737f5fd6a"}]} [pid: 6|app: 0|req: 1131/2270] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:20 2026] DELETE /v2.0/security-groups/c8d4b04c-1e63-496b-9d76-20a05734f5e5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2271] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:23 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1132/2272] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:23 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2273] 10.0.0.177 () {32 vars in 818 bytes} [Thu May 14 06:50:23 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&mac_address=fa%3A16%3A3e%3Ac5%3Ac2%3A5b => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:24.100 6 INFO neutron.db.l3_db [None req-be4765b9-0a38-4718-b985-badfff710874 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Floating IP 50508f4f-71c6-4c8b-a7bd-895e8a1453ac associated. External IP: 10.96.250.208, port: d713c85b-62db-457b-ad4b-b7509c2dd015. 2026-05-14 06:50:24.181 7 INFO neutron.db.segments_db [None req-b7eaee97-a796-486c-9736-5f5d65fdf10c cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Added segment f56fed28-06b2-408b-bf35-658763e8d8f4 of type vxlan for network 0e12f680-8b87-4421-ad3e-764199017a64 [pid: 7|app: 0|req: 1142/2274] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:50:23 2026] POST /v2.0/networks => generated 614 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1133/2275] 10.0.0.177 () {34 vars in 677 bytes} [Thu May 14 06:50:23 2026] POST /v2.0/floatingips => generated 855 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:50:24.537 7 INFO neutron.db.segments_db [None req-9f939e1e-ad82-4ad9-8361-122fef35dd94 d650931dc28a43439f1b98a6d1ff9e82 764a91e49fe341bea44df57dc6dc0074 - - default default] Added segment aad199bd-592b-4a44-b685-15780bd0445a of type vxlan for network 73df7257-6a0a-4c4b-ade7-a51051340dc6 2026-05-14 06:50:24.540 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4ead24d-6e23-44a1-9e19-f176b886da59'] response: {'name': 'network-changed', 'server_uuid': '84f9d271-a6d7-496e-ab29-0ab1e2b11896', 'tag': 'd713c85b-62db-457b-ad4b-b7509c2dd015', 'status': 'completed', 'code': 200} 2026-05-14 06:50:24.572 6 INFO neutron.db.segments_db [None req-1c000df5-4543-4f04-ae61-8213c3c2426c cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Added segment acd939be-23ee-4226-9b62-c130a02e86b7 of type vxlan for network 82ef42e9-a209-43f1-8e87-f89a40474257 [pid: 7|app: 0|req: 1143/2276] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:50:24 2026] POST /v2.0/networks => generated 612 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2277] 10.0.0.109 () {34 vars in 1096 bytes} [Thu May 14 06:50:24 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1931599917&fields=id&tenant_id=0b6d4c1ccb884c4495616c2946ef9b73 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:50:24.894 6 INFO neutron.db.l3_hamode_db [None req-1c000df5-4543-4f04-ae61-8213c3c2426c cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1145/2278] 10.0.0.177 () {34 vars in 664 bytes} [Thu May 14 06:50:24 2026] POST /v2.0/ports => generated 743 bytes in 382 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: 1146/2279] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => 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: 1147/2280] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2281] 10.0.0.177 () {34 vars in 666 bytes} [Thu May 14 06:50:25 2026] POST /v2.0/trunks => generated 407 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2282] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/quotas/0b6d4c1ccb884c4495616c2946ef9b73 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2283] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2284] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:50:25 2026] PUT /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/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: 1152/2285] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&fields=id => generated 333 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2286] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=d713c85b-62db-457b-ad4b-b7509c2dd015 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2287] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:50:25.766 6 INFO neutron.db.l3_hamode_db [None req-1c000df5-4543-4f04-ae61-8213c3c2426c cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1155/2288] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2289] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A34b&port_id=d713c85b-62db-457b-ad4b-b7509c2dd015 => 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: 1157/2290] 10.0.0.177 () {34 vars in 760 bytes} [Thu May 14 06:50:25 2026] PUT /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2291] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2292] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/subnets?id=31f9ea07-717b-4fdd-af5c-afe1674d50be&id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2293] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2294] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:25 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2295] 10.0.0.177 () {34 vars in 756 bytes} [Thu May 14 06:50:26 2026] PUT /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2296] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2297] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => 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: 1165/2298] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2299] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 1167/2300] 10.0.0.177 () {34 vars in 778 bytes} [Thu May 14 06:50:26 2026] PUT /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2301] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2302] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2303] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:50:26 2026] PUT /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2304] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2305] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:50:26.429 7 INFO neutron.api.v2.resource [None req-c0f5abf7-1eab-4e70-b15d-df7a52bfcf63 d650931dc28a43439f1b98a6d1ff9e82 764a91e49fe341bea44df57dc6dc0074 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1173/2306] 10.0.0.177 () {32 vars in 741 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2307] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:26 2026] DELETE /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2308] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:50:26.530 7 INFO neutron.api.v2.resource [None req-81b3c392-d815-4831-ad02-c6b46fa345f1 d650931dc28a43439f1b98a6d1ff9e82 764a91e49fe341bea44df57dc6dc0074 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1176/2309] 10.0.0.177 () {32 vars in 744 bytes} [Thu May 14 06:50:26 2026] DELETE /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2312] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:50:26 2026] DELETE /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2313] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749/tags => 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: 1181/2314] 10.0.0.177 () {32 vars in 719 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2315] 10.0.0.177 () {32 vars in 717 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/ports/fc62f8c9-64d2-412e-8751-fd66c4fd557f => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2316] 10.0.0.177 () {32 vars in 722 bytes} [Thu May 14 06:50:26 2026] DELETE /v2.0/trunks/b27ab362-7144-4fd0-99d9-e02c52561749 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1134/2317] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:50:24 2026] POST /v2.0/routers => generated 694 bytes in 2335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1135/2318] 10.0.0.177 () {32 vars in 776 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/subnets?project_id=a83985bf1b07433a97336f53a09be2d9&cidr=10.100.0.0%2F28 => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:50:26.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cf195e1-f403-4515-92ec-83cd0af1b2dd d650931dc28a43439f1b98a6d1ff9e82 764a91e49fe341bea44df57dc6dc0074 - - default default] TaaS: Handle Delete Port: fc62f8c9-64d2-412e-8751-fd66c4fd557f 2026-05-14 06:50:26.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cf195e1-f403-4515-92ec-83cd0af1b2dd d650931dc28a43439f1b98a6d1ff9e82 764a91e49fe341bea44df57dc6dc0074 - - default default] Tap Mirror: Handle Delete Port: fc62f8c9-64d2-412e-8751-fd66c4fd557f [pid: 6|app: 0|req: 1136/2319] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1137/2320] 10.0.0.177 () {32 vars in 784 bytes} [Thu May 14 06:50:26 2026] GET /v2.0/subnets?network_id=b5ce1f18-8684-4563-8fc7-205037f839a0&cidr=10.100.0.0%2F28 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2321] 10.0.0.177 () {32 vars in 720 bytes} [Thu May 14 06:50:26 2026] DELETE /v2.0/ports/fc62f8c9-64d2-412e-8751-fd66c4fd557f => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:50:27.158 7 INFO neutron.services.segments.plugin [-] Segment aad199bd-592b-4a44-b685-15780bd0445a resource provider aggregate not found 2026-05-14 06:50:27.159 7 INFO neutron.services.segments.plugin [-] Segment aad199bd-592b-4a44-b685-15780bd0445a resource provider aggregate not found 2026-05-14 06:50:27.182 7 INFO neutron.services.segments.plugin [-] Segment aad199bd-592b-4a44-b685-15780bd0445a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aad199bd-592b-4a44-b685-15780bd0445a found for delete ", "request_id": "req-cdad8d81-4cbd-40f0-bc68-d8ac84ce93a5"}]} 2026-05-14 06:50:27.183 7 INFO neutron.services.segments.plugin [-] Segment aad199bd-592b-4a44-b685-15780bd0445a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aad199bd-592b-4a44-b685-15780bd0445a found for delete ", "request_id": "req-e92958a2-698f-485d-945b-d1dc210ad6ba"}]} [pid: 7|app: 0|req: 1185/2322] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:50:27 2026] DELETE /v2.0/networks/73df7257-6a0a-4c4b-ade7-a51051340dc6 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1138/2323] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:50:27 2026] POST /v2.0/subnets => generated 656 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1139/2324] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:27 2026] GET /v2.0/security-groups?tenant_id=d86f328a18654569963967085d8e2811&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1140/2325] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:28 2026] DELETE /v2.0/security-groups/5d9c74b6-e1fc-4e60-a188-e6dbc0e92a7e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1141/2326] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:50:28 2026] GET /v2.0/security-groups?tenant_id=764a91e49fe341bea44df57dc6dc0074&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1142/2327] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:50:28 2026] DELETE /v2.0/security-groups/715c94d2-d13b-4b63-9027-cb6f25070977 => 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: 1186/2328] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:50:27 2026] PUT /v2.0/routers/28552ea1-208c-4523-9243-c40b9a8c38c1/add_router_interface => generated 309 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1143/2329] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:50:28 2026] GET /v2.0/networks => generated 6665 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2330] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:50:28 2026] GET /v2.0/subnets => generated 7420 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1144/2331] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:50:28 2026] GET /v2.0/routers => generated 1452 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2332] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:50:29 2026] POST /v2.0/security-groups => generated 1677 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1145/2333] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2334] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1146/2335] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2336] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:50:29.844 6 INFO neutron.db.securitygroups_db [None req-cccf2257-3c0f-4847-ba73-f5ef553d5dcc cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Project a83985bf1b07433a97336f53a09be2d9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 6|app: 0|req: 1147/2337] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:29 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-14 06:50:30.012 7 INFO neutron.db.securitygroups_db [None req-d384ce67-295c-423d-817c-63fa896241ae cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Project a83985bf1b07433a97336f53a09be2d9 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: 1191/2338] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:50:29 2026] POST /v2.0/security-group-rules => generated 606 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1148/2339] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2340] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0b6d4c1ccb884c4495616c2946ef9b73 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2341] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/networks => generated 1298 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2342] 10.0.0.109 () {34 vars in 1100 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1745938063&fields=id&tenant_id=a83985bf1b07433a97336f53a09be2d9 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2343] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 661 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2344] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/quotas/a83985bf1b07433a97336f53a09be2d9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1149/2345] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:50:30 2026] POST /v2.0/ports => generated 1183 bytes in 475 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: 1197/2346] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:50:30 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2347] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:50:31 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2348] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:50:31 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2349] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:31 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1198 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2350] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:31 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2351] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:31 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1150/2352] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:50:30 2026] PUT /v2.0/ports/4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 1464 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:31.483 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-39414e5b-bc6e-4ef3-88c7-df6b4c0616ac'] response: {'name': 'network-changed', 'server_uuid': 'ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0', 'tag': '4d089c3b-0988-4f87-bac5-f4db5c556f68', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1203/2353] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:31 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1467 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: 6|app: 0|req: 1151/2354] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:50:32 2026] GET /v2.0/networks?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&shared=False => generated 2376 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2355] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:50:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1152/2356] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:32 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => 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: 1205/2357] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1153/2358] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2359] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad7&port_id=4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1154/2360] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/subnets?id=4b3cd236-af20-43ec-934a-cc22b1f6d467&id=a1613a3d-90de-4cc9-b055-242ddc077427 => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2361] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&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: 6|app: 0|req: 1155/2362] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2363] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1156/2364] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2365] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:33 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1157/2366] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:34 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2367] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:50:35 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1158/2368] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:50:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a83985bf1b07433a97336f53a09be2d9 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2369] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:35 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1159/2370] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:50:35 2026] POST /v2.0/ports => generated 958 bytes in 457 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: 6|app: 0|req: 1160/2371] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:36 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1200 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1161/2372] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:36 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2373] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:50:36 2026] PUT /v2.0/ports/8fb67641-87d4-49c2-b6af-cc9d523f3086 => generated 1239 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:36.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6935f30-e031-4e76-b5c6-b94a42cec70a'] response: {'name': 'network-changed', 'server_uuid': '32287c1a-40e6-43fc-b813-67c4b11c51c3', 'tag': '8fb67641-87d4-49c2-b6af-cc9d523f3086', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1162/2374] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:36 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 52 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: 1213/2375] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:36 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1163/2376] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:37 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2377] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:50:37 2026] GET /v2.0/networks?tenant_id=a83985bf1b07433a97336f53a09be2d9&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1164/2378] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:50:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2379] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1165/2380] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 1216/2381] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1166/2382] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8fb67641-87d4-49c2-b6af-cc9d523f3086 => 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: 1217/2383] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/subnets?id=2df5813d-86d0-4745-a7d4-fef4c4cadafa => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1167/2384] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/ports?network_id=0e12f680-8b87-4421-ad3e-764199017a64&device_owner=network%3Adhcp => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2385] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1168/2386] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:38 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?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: 1219/2387] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:39 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1169/2388] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:39 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 1220/2389] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:40 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1170/2390] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:40 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1172/2393] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:41 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2394] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:41 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 6|app: 0|req: 1173/2395] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:41 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2396] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:42 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2397] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:42 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2398] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:42 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 6|app: 0|req: 1174/2399] 10.0.0.177 () {32 vars in 818 bytes} [Thu May 14 06:50:42 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&mac_address=fa%3A16%3A3e%3A18%3A18%3Ab8 => generated 1200 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:43.871 7 INFO neutron.db.l3_db [None req-6b94e0e3-c9a9-42bf-8e3d-c8310dfa383d 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Floating IP 418be0a9-b90d-4de0-8639-3f1563a5f34d associated. External IP: 10.96.250.213, port: 4d089c3b-0988-4f87-bac5-f4db5c556f68. [pid: 6|app: 0|req: 1175/2400] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1176/2401] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 6|app: 0|req: 1177/2402] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1178/2403] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2404] 10.0.0.177 () {34 vars in 677 bytes} [Thu May 14 06:50:43 2026] POST /v2.0/floatingips => generated 855 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:50:44.356 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-989256ca-77da-4a4b-af11-106e4a5903bb'] response: {'name': 'network-changed', 'server_uuid': 'ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0', 'tag': '4d089c3b-0988-4f87-bac5-f4db5c556f68', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1179/2405] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1180/2406] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1181/2407] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1182/2408] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:50:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1183/2409] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad7&port_id=4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1184/2410] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/subnets?id=4b3cd236-af20-43ec-934a-cc22b1f6d467&id=a1613a3d-90de-4cc9-b055-242ddc077427 => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1185/2411] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1186/2412] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:50:45.283 7 INFO neutron.db.l3_db [None req-e51935ad-be1f-45c9-9236-dacccc86282f cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Floating IP b4cd8130-f82c-4b3d-aff8-9d5450982bac associated. External IP: 10.96.250.216, port: 8fb67641-87d4-49c2-b6af-cc9d523f3086. [pid: 6|app: 0|req: 1187/2413] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1188/2414] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2415] 10.0.0.177 () {34 vars in 677 bytes} [Thu May 14 06:50:44 2026] POST /v2.0/floatingips => generated 856 bytes in 1298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1189/2416] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:45 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:50:46.405 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f7e1130-73ea-4c4f-b7a1-d716da13ffef'] response: {'name': 'network-changed', 'server_uuid': '32287c1a-40e6-43fc-b813-67c4b11c51c3', 'tag': '8fb67641-87d4-49c2-b6af-cc9d523f3086', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1228/2417] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:46 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1190/2418] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:50:46 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => 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: 1229/2419] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:50:46 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1191/2420] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:50:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8fb67641-87d4-49c2-b6af-cc9d523f3086 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2421] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:50:47 2026] GET /v2.0/subnets?id=2df5813d-86d0-4745-a7d4-fef4c4cadafa => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1192/2422] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:50:47 2026] GET /v2.0/ports?network_id=0e12f680-8b87-4421-ad3e-764199017a64&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2423] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:50:47 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1193/2424] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:50:47 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2425] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:50:47 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1194/2426] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:50:48 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1469 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2427] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:50:48 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&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: 6|app: 0|req: 1195/2428] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:50:51 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1469 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2429] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:50:51 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&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: 6|app: 0|req: 1196/2430] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:50:55 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2431] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:50:55 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 6|app: 0|req: 1198/2434] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:51:02 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => 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: 1237/2435] 10.0.0.155 () {30 vars in 690 bytes} [Thu May 14 06:51:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1199/2436] 10.0.0.155 () {30 vars in 692 bytes} [Thu May 14 06:51:03 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: 1238/2437] 10.0.0.155 () {30 vars in 668 bytes} [Thu May 14 06:51:03 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: 6|app: 0|req: 1200/2438] 10.0.0.155 () {30 vars in 704 bytes} [Thu May 14 06:51:03 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: 1239/2439] 10.0.0.155 () {28 vars in 439 bytes} [Thu May 14 06:51:04 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1201/2440] 10.0.0.155 () {30 vars in 728 bytes} [Thu May 14 06:51:04 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 658 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2441] 10.0.0.155 () {30 vars in 690 bytes} [Thu May 14 06:51:04 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: 6|app: 0|req: 1202/2442] 10.0.0.155 () {30 vars in 692 bytes} [Thu May 14 06:51:04 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: 1241/2443] 10.0.0.155 () {30 vars in 668 bytes} [Thu May 14 06:51:04 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: 6|app: 0|req: 1203/2444] 10.0.0.155 () {30 vars in 704 bytes} [Thu May 14 06:51:04 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: 1242/2445] 10.0.0.155 () {30 vars in 728 bytes} [Thu May 14 06:51:04 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1204/2446] 10.0.0.155 () {30 vars in 690 bytes} [Thu May 14 06:51:04 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: 1243/2447] 10.0.0.155 () {30 vars in 692 bytes} [Thu May 14 06:51:04 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: 6|app: 0|req: 1205/2448] 10.0.0.155 () {30 vars in 668 bytes} [Thu May 14 06:51:04 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: 1244/2449] 10.0.0.155 () {30 vars in 704 bytes} [Thu May 14 06:51:04 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: 6|app: 0|req: 1206/2450] 10.0.0.155 () {30 vars in 730 bytes} [Thu May 14 06:51:04 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2451] 10.0.0.155 () {30 vars in 682 bytes} [Thu May 14 06:51:04 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1207/2452] 10.0.0.155 () {34 vars in 704 bytes} [Thu May 14 06:51:04 2026] POST /v2.0/ports => generated 1132 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2453] 10.0.0.177 () {32 vars in 826 bytes} [Thu May 14 06:51:05 2026] GET /v2.0/ports?project_id=a83985bf1b07433a97336f53a09be2d9&network_id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 3695 bytes in 89 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: 6|app: 0|req: 1208/2454] 10.0.0.177 () {32 vars in 742 bytes} [Thu May 14 06:51:05 2026] GET /v2.0/subnets?network_id=b5ce1f18-8684-4563-8fc7-205037f839a0 => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:51:05.883 7 INFO neutron.db.l3_db [None req-20c9d3dc-5d24-46e3-8589-d94e7393bfe5 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Floating IP b4cd8130-f82c-4b3d-aff8-9d5450982bac disassociated. External IP: 10.96.250.216, port: 8fb67641-87d4-49c2-b6af-cc9d523f3086. [pid: 7|app: 0|req: 1247/2455] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:51:05 2026] PUT /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 554 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1209/2456] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:51:06 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:51:06.301 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1887e242-d53e-445d-84e8-b3b146e35db9'] response: {'name': 'network-changed', 'server_uuid': '32287c1a-40e6-43fc-b813-67c4b11c51c3', 'tag': '8fb67641-87d4-49c2-b6af-cc9d523f3086', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1248/2457] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:51:06 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1210/2458] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:51:06 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2459] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:51:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8fb67641-87d4-49c2-b6af-cc9d523f3086 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1211/2460] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:51:06 2026] GET /v2.0/subnets?id=2df5813d-86d0-4745-a7d4-fef4c4cadafa => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2461] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:51:07 2026] GET /v2.0/ports?network_id=0e12f680-8b87-4421-ad3e-764199017a64&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1212/2462] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:51:07 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2463] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:51:07 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?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: 6|app: 0|req: 1213/2464] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:51:07 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2465] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1214/2466] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:51:08 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: 1253/2467] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1215/2468] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2469] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1216/2470] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2471] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:51:08 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: 6|app: 0|req: 1217/2472] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2473] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1218/2474] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:51:08.478 7 INFO neutron.api.v2.resource [None req-159d0b20-7c2f-4ba9-8eae-700ab0609876 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1257/2475] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/security-groups/lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1219/2476] 199.204.45.109 () {30 vars in 785 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/security-groups?name=lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2477] 199.204.45.109 () {34 vars in 736 bytes} [Thu May 14 06:51:08 2026] POST /v2.0/security-groups => generated 1638 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1220/2478] 199.204.45.109 () {30 vars in 815 bytes} [Thu May 14 06:51:08 2026] GET /v2.0/security-group-rules?security_group_id=b449da1a-244b-4eec-a790-5e2f80bcf3b6 => generated 1182 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2479] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:51:08 2026] PUT /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1221/2480] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:51:09 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/2481] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:51:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1222/2482] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:51:09 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: 1261/2483] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:51:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1223/2484] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:51:09 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2485] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:51:09 2026] POST /v2.0/security-groups => generated 1675 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1224/2486] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:51:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2487] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:51:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1225/2488] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:51:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2489] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:51:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:51:10.193 6 INFO neutron.db.securitygroups_db [None req-b52ebe0e-534b-43bf-bbd6-df27be7b985c cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Project a83985bf1b07433a97336f53a09be2d9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 6|app: 0|req: 1226/2490] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:51:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:51:10.355 7 INFO neutron.db.securitygroups_db [None req-527138be-5880-4d14-9bcc-cbf5d5dfdf3a cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Project a83985bf1b07433a97336f53a09be2d9 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: 1265/2491] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:51:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1227/2492] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:51:10 2026] GET /v2.0/networks => generated 1298 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2493] 10.0.0.109 () {34 vars in 1098 bytes} [Thu May 14 06:51:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-183136135&fields=id&tenant_id=a83985bf1b07433a97336f53a09be2d9 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1228/2494] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:51:11 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 661 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2495] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:51:11 2026] GET /v2.0/quotas/a83985bf1b07433a97336f53a09be2d9 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1229/2496] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:51:11 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&fields=id => generated 149 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2497] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:51:11 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1230/2498] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:51:11 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?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: 1269/2499] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:11 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2502] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:12 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1232/2503] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:13 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2504] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:14 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1233/2505] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:15 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2506] 10.0.0.109 () {34 vars in 1016 bytes} [Thu May 14 06:51:16 2026] GET /v2.0/security-groups?id=2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1234/2507] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:51:16 2026] GET /v2.0/networks?id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2508] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:51:16 2026] GET /v2.0/quotas/be78a5d28cfe46118d0d71d44e53cdaf => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1235/2509] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:51:16 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2510] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:16 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1236/2511] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:51:16 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?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: 1276/2512] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:51:17 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1237/2513] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:17 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2514] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:17 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1238/2515] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:18 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => 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: 1278/2516] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:51:18 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 661 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1239/2517] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:51:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a83985bf1b07433a97336f53a09be2d9 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2518] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:51:18 2026] POST /v2.0/ports => generated 954 bytes in 421 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: 1280/2519] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:19 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => 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: 1281/2520] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:19 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1240/2521] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:51:18 2026] PUT /v2.0/ports/8a82da28-10e3-4204-b8b9-a4cbeadc0a40 => generated 1235 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:51:19.426 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-175a5d3a-d4f1-4314-b3fb-90af6577b7ca'] response: {'name': 'network-changed', 'server_uuid': 'c64e6ec4-cdbb-487a-bed0-efc2e5339f09', 'tag': '8a82da28-10e3-4204-b8b9-a4cbeadc0a40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1282/2522] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:51:19 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1241/2523] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:51:19 2026] GET /v2.0/networks?tenant_id=a83985bf1b07433a97336f53a09be2d9&shared=False => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2524] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:51:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1242/2525] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:20 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2526] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:20 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1243/2527] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:20 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => 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: 1285/2528] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:20 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1244/2529] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2530] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8a82da28-10e3-4204-b8b9-a4cbeadc0a40 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1245/2531] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/subnets?id=2df5813d-86d0-4745-a7d4-fef4c4cadafa => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2532] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/ports?network_id=0e12f680-8b87-4421-ad3e-764199017a64&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1246/2533] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2534] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?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: 6|app: 0|req: 1247/2535] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2536] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1248/2537] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/networks?id=02c38973-d98c-4fce-856a-58cecbe92ac8 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2538] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:51:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be78a5d28cfe46118d0d71d44e53cdaf => generated 343 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1249/2539] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:51:21 2026] POST /v2.0/ports => generated 1082 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2540] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:51:22 2026] PUT /v2.0/ports/ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 1243 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:51:22.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39e04964-ec31-4927-8bbf-842391d57c2b'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': 'ae3e532e-a18d-479d-8e34-6db3d78a0add', '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: 6|app: 0|req: 1250/2541] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:22 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1292/2542] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:22 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1251/2543] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2544] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/networks?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&shared=False => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1252/2545] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1253/2546] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2547] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1246 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1254/2548] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 1295/2549] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:23 2026] GET /v2.0/security-groups?id=2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1255/2550] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2551] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1256/2552] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2553] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1257/2554] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2555] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1258/2556] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:51:24 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2557] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:25 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1259/2558] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:25 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 7|app: 0|req: 1300/2559] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:26 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1260/2560] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:26 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1262/2563] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:26 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2564] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:26 2026] GET /v2.0/security-groups?id=2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1263/2565] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:27 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2566] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:27 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1264/2567] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:27 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 1304/2568] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:27 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1265/2569] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:27 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 1305/2570] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:51:27 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:51:28.124 6 INFO neutron.db.l3_db [None req-2474f45e-4f7e-4d58-a791-b801f0143c57 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Floating IP b4cd8130-f82c-4b3d-aff8-9d5450982bac associated. External IP: 10.96.250.216, port: 8a82da28-10e3-4204-b8b9-a4cbeadc0a40. [pid: 6|app: 0|req: 1266/2571] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:51:27 2026] PUT /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 855 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:51:28.555 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-72200a55-977c-4bb2-baf2-9f86b1f3bd80'] response: {'name': 'network-changed', 'server_uuid': 'c64e6ec4-cdbb-487a-bed0-efc2e5339f09', 'tag': '8a82da28-10e3-4204-b8b9-a4cbeadc0a40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1306/2572] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:51:28 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 855 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1267/2573] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:51:28 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2574] 199.204.45.109 () {34 vars in 1044 bytes} [Thu May 14 06:51:28 2026] GET /v2.0/security-groups?id=2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1268/2575] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/ports?tenant_id=a83985bf1b07433a97336f53a09be2d9&device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => 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: 1308/2576] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/networks?id=0e12f680-8b87-4421-ad3e-764199017a64 => generated 757 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1269/2577] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8a82da28-10e3-4204-b8b9-a4cbeadc0a40 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2578] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/subnets?id=2df5813d-86d0-4745-a7d4-fef4c4cadafa => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1270/2579] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/ports?network_id=0e12f680-8b87-4421-ad3e-764199017a64&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2580] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1271/2581] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64?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: 1311/2582] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:51:29 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 855 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1272/2583] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:30 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2584] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:30 2026] GET /v2.0/security-groups?id=2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1273/2585] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:30 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2586] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:51:30 2026] GET /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 857 bytes in 793 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1274/2587] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:33 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2588] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:33 2026] GET /v2.0/security-groups?id=2d4b0029-8ba3-4fd9-ae11-0035eb70cfc7&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1275/2589] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:33 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2590] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:51:37 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1276/2591] 10.0.0.138 () {34 vars in 1040 bytes} [Thu May 14 06:51:37 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1278/2594] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:47 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2595] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:47 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 6|app: 0|req: 1279/2596] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:49 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2597] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:49 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1280/2598] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:50 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1281/2599] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:50 2026] GET /v2.0/security-groups?id=6ab997ad-c964-49fe-9f6d-79e6d54dbbb2&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: 1319/2600] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:51:50 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:51:50.492 6 INFO neutron_taas.services.taas.taas_plugin [req-379e2386-010f-48f2-8598-bbac44db5a22 req-13e66c53-216a-4350-88ab-16ac34fbf82e cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] TaaS: Handle Delete Port: 8a82da28-10e3-4204-b8b9-a4cbeadc0a40 2026-05-14 06:51:50.498 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-379e2386-010f-48f2-8598-bbac44db5a22 req-13e66c53-216a-4350-88ab-16ac34fbf82e cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Tap Mirror: Handle Delete Port: 8a82da28-10e3-4204-b8b9-a4cbeadc0a40 2026-05-14 06:51:50.624 6 INFO neutron.db.l3_db [req-379e2386-010f-48f2-8598-bbac44db5a22 req-13e66c53-216a-4350-88ab-16ac34fbf82e cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Floating IP b4cd8130-f82c-4b3d-aff8-9d5450982bac disassociated. External IP: 10.96.250.216, port: 8a82da28-10e3-4204-b8b9-a4cbeadc0a40. [pid: 6|app: 0|req: 1282/2601] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:51:50 2026] DELETE /v2.0/ports/8a82da28-10e3-4204-b8b9-a4cbeadc0a40 => generated 0 bytes in 610 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:51:51.082 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-09716344-ed13-4a7e-bc74-49c2617c90ee'] response: {'server_uuid': 'c64e6ec4-cdbb-487a-bed0-efc2e5339f09', 'name': 'network-vif-deleted', 'tag': '8a82da28-10e3-4204-b8b9-a4cbeadc0a40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1320/2602] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:51 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1283/2603] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:52 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2604] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:53 2026] GET /v2.0/ports?device_id=c64e6ec4-cdbb-487a-bed0-efc2e5339f09 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1284/2605] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:51:54 2026] DELETE /v2.0/security-groups/6ab997ad-c964-49fe-9f6d-79e6d54dbbb2 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:51:55.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f43bd55-89ba-4603-ac07-5ca4f4f790d1 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] TaaS: Handle Delete Port: bf227a91-d28e-4913-92d0-587ac9297780 2026-05-14 06:51:55.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f43bd55-89ba-4603-ac07-5ca4f4f790d1 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Tap Mirror: Handle Delete Port: bf227a91-d28e-4913-92d0-587ac9297780 [pid: 7|app: 0|req: 1322/2606] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:51:54 2026] DELETE /v2.0/floatingips/b4cd8130-f82c-4b3d-aff8-9d5450982bac => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1285/2607] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:55 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2608] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:55 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1287/2611] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:56 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2612] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:56 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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: 6|app: 0|req: 1288/2613] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:57 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2614] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:51:57 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1289/2615] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:51:58 2026] GET /v2.0/security-groups?id=7043d656-35ed-4e8e-a7a2-14e28b39b97b&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-14 06:51:58.179 7 INFO neutron_taas.services.taas.taas_plugin [req-ad8cd70c-452d-4980-a29e-f4b080e00cb1 req-3ee34d4e-e45c-4ef0-9876-7c7a30f7eadf cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] TaaS: Handle Delete Port: 8fb67641-87d4-49c2-b6af-cc9d523f3086 2026-05-14 06:51:58.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad8cd70c-452d-4980-a29e-f4b080e00cb1 req-3ee34d4e-e45c-4ef0-9876-7c7a30f7eadf cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Tap Mirror: Handle Delete Port: 8fb67641-87d4-49c2-b6af-cc9d523f3086 [pid: 7|app: 0|req: 1327/2616] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:51:58 2026] DELETE /v2.0/ports/8fb67641-87d4-49c2-b6af-cc9d523f3086 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:51:58.467 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04566216-d87e-4f3d-bfc2-be458c79bfc5'] response: {'server_uuid': '32287c1a-40e6-43fc-b813-67c4b11c51c3', 'name': 'network-vif-deleted', 'tag': '8fb67641-87d4-49c2-b6af-cc9d523f3086', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1290/2617] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:51:59 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2618] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:00 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1291/2619] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:01 2026] GET /v2.0/ports?device_id=32287c1a-40e6-43fc-b813-67c4b11c51c3 => 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: 1329/2620] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:52:02 2026] DELETE /v2.0/security-groups/7043d656-35ed-4e8e-a7a2-14e28b39b97b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:52:03.171 6 INFO neutron_taas.services.taas.taas_plugin [None req-e2b208d5-321f-4bb8-9d83-2bd5e8a824a3 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] TaaS: Handle Delete Port: fb4b6e53-2f4e-4041-a6db-d82af3152801 2026-05-14 06:52:03.174 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b208d5-321f-4bb8-9d83-2bd5e8a824a3 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Tap Mirror: Handle Delete Port: fb4b6e53-2f4e-4041-a6db-d82af3152801 [pid: 6|app: 0|req: 1292/2621] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:52:02 2026] PUT /v2.0/routers/28552ea1-208c-4523-9243-c40b9a8c38c1/remove_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2622] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:52:03 2026] DELETE /v2.0/subnets/2df5813d-86d0-4745-a7d4-fef4c4cadafa => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:52:04.467 6 INFO neutron_taas.services.taas.taas_plugin [None req-6605b29e-e2ca-402b-a2f6-0065fb088b71 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] TaaS: Handle Delete Port: 9d9462ce-961e-4f46-af83-ef046bf9b7f9 2026-05-14 06:52:04.471 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6605b29e-e2ca-402b-a2f6-0065fb088b71 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Tap Mirror: Handle Delete Port: 9d9462ce-961e-4f46-af83-ef046bf9b7f9 2026-05-14 06:52:04.841 6 INFO neutron_taas.services.taas.taas_plugin [None req-6605b29e-e2ca-402b-a2f6-0065fb088b71 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] TaaS: Handle Delete Port: eeaf546b-0ad2-4322-bc42-467ba7a6479d 2026-05-14 06:52:04.844 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6605b29e-e2ca-402b-a2f6-0065fb088b71 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] Tap Mirror: Handle Delete Port: eeaf546b-0ad2-4322-bc42-467ba7a6479d 2026-05-14 06:52:05.348 6 INFO neutron.db.l3_hamode_db [None req-6605b29e-e2ca-402b-a2f6-0065fb088b71 cd032c408e794cdca7e067b6c0b40297 a83985bf1b07433a97336f53a09be2d9 - - default default] HA network 82ef42e9-a209-43f1-8e87-f89a40474257 was deleted as no HA routers are present in tenant a83985bf1b07433a97336f53a09be2d9. [pid: 6|app: 0|req: 1293/2623] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:52:04 2026] DELETE /v2.0/routers/28552ea1-208c-4523-9243-c40b9a8c38c1 => generated 0 bytes in 1195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:52:05.487 6 INFO neutron.services.segments.plugin [-] Segment acd939be-23ee-4226-9b62-c130a02e86b7 resource provider aggregate not found 2026-05-14 06:52:05.507 6 INFO neutron.services.segments.plugin [-] Segment acd939be-23ee-4226-9b62-c130a02e86b7 resource provider aggregate not found [pid: 7|app: 0|req: 1331/2624] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:52:05 2026] DELETE /v2.0/networks/0e12f680-8b87-4421-ad3e-764199017a64 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:52:05.547 7 INFO neutron.services.segments.plugin [-] Segment f56fed28-06b2-408b-bf35-658763e8d8f4 resource provider aggregate not found 2026-05-14 06:52:05.554 6 INFO neutron.services.segments.plugin [-] Segment acd939be-23ee-4226-9b62-c130a02e86b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd939be-23ee-4226-9b62-c130a02e86b7 found for delete ", "request_id": "req-892e39a2-b869-4b0e-a08c-61b0b07922a1"}]} 2026-05-14 06:52:05.559 7 INFO neutron.services.segments.plugin [-] Segment f56fed28-06b2-408b-bf35-658763e8d8f4 resource provider aggregate not found 2026-05-14 06:52:05.562 6 INFO neutron.services.segments.plugin [-] Segment acd939be-23ee-4226-9b62-c130a02e86b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd939be-23ee-4226-9b62-c130a02e86b7 found for delete ", "request_id": "req-c28d4c38-dda1-46e1-b9cb-dfa1f11f67d0"}]} 2026-05-14 06:52:05.568 7 INFO neutron.services.segments.plugin [-] Segment f56fed28-06b2-408b-bf35-658763e8d8f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f56fed28-06b2-408b-bf35-658763e8d8f4 found for delete ", "request_id": "req-b2962bbd-6082-4d98-92fb-63c522025ad1"}]} 2026-05-14 06:52:05.580 7 INFO neutron.services.segments.plugin [-] Segment f56fed28-06b2-408b-bf35-658763e8d8f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f56fed28-06b2-408b-bf35-658763e8d8f4 found for delete ", "request_id": "req-016d10d7-b4b6-472d-bd2d-f8fec72118b6"}]} [pid: 6|app: 0|req: 1294/2625] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:52:06 2026] GET /v2.0/security-groups?tenant_id=6cdefb4cf6374ff9a258a0516ef7c778&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2626] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:52:06 2026] DELETE /v2.0/security-groups/c5d3a742-88d3-488f-a7d4-72daba3d8026 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1295/2627] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:52:06 2026] GET /v2.0/security-groups?tenant_id=a83985bf1b07433a97336f53a09be2d9&name=default => generated 2929 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2628] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:52:06 2026] DELETE /v2.0/security-groups/96330711-32f4-4de5-b761-eacc54b9a6c5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:52:09.069 6 INFO neutron.db.segments_db [None req-355431b0-c37b-42c7-90f0-b84890e9bbe1 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 8834c26c-a8ea-4798-853b-a101a7b9d2cd of type vxlan for network 6cf059aa-06f1-47af-a720-45ee2f421e93 [pid: 6|app: 0|req: 1296/2629] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:52:08 2026] POST /v2.0/networks => generated 722 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1297/2630] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:52:09 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: 6|app: 0|req: 1298/2631] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:52:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1299/2632] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:52:09 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: 6|app: 0|req: 1300/2633] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:52:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1301/2634] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:09 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => 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: 1334/2635] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:52:09 2026] POST /v2.0/subnets => generated 688 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2636] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:52:09 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:09.417 6 INFO neutron.db.segments_db [None req-102008f0-1b22-4bdc-af27-6c07b56ed291 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 of type vxlan for network e9aa7c6e-4cb3-4f86-ac05-1fa5c0a53154 2026-05-14 06:52:09.667 6 INFO neutron.db.l3_hamode_db [None req-102008f0-1b22-4bdc-af27-6c07b56ed291 59e788d7d5df4217a920deff86b7374a 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1336/2637] 199.204.45.109 () {34 vars in 717 bytes} [Thu May 14 06:52:09 2026] POST /v2.0/ports => generated 1059 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2638] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:52:09 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => 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: 1338/2639] 10.0.0.109 () {34 vars in 907 bytes} [Thu May 14 06:52:09 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-14 06:52:10.552 6 INFO neutron.db.l3_hamode_db [None req-102008f0-1b22-4bdc-af27-6c07b56ed291 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1339/2640] 199.204.45.109 () {34 vars in 1262 bytes} [Thu May 14 06:52:10 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2641] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:10 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 1341/2642] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:11 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 6|app: 0|req: 1302/2643] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:52:09 2026] POST /v2.0/routers => generated 728 bytes in 2122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1305/2646] 199.204.45.109 () {34 vars in 975 bytes} [Thu May 14 06:52:11 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1306/2647] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:11 2026] GET /v2.0/networks?id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 803 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1307/2648] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:52:11 2026] PUT /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1249 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:12.200 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-68c8bca1-61b3-458b-b3c4-3cb2d2dd97e1'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': 'e4c23b25-a0a1-4811-ab04-1a0f3616c17b', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1308/2649] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:12 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2489 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2650] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:52:11 2026] PUT /v2.0/routers/454fa15f-fd36-45aa-8f89-0a7f4e5ee80e/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1309/2651] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:12 2026] GET /v2.0/networks?id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2652] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1310/2653] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:12 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2654] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:12 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1311/2655] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:12 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 1345/2656] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:13 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 1346/2657] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2489 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:14.178 6 INFO neutron.db.segments_db [None req-929bc390-d5a8-46f8-81fa-874df8a17f31 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 3883878b-6ce0-4a20-8ef0-e777107a7476 of type vxlan for network bbc3f4f8-e902-42b9-99b0-0fb7bd38ffe2 [pid: 7|app: 0|req: 1347/2658] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => 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: 1348/2659] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1312/2660] 10.0.0.177 () {34 vars in 671 bytes} [Thu May 14 06:52:13 2026] POST /v2.0/networks => generated 721 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2661] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&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: 1350/2662] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2663] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2664] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1313/2665] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:52:14 2026] POST /v2.0/subnets => generated 687 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2666] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:52:14.520 6 INFO neutron.db.segments_db [None req-8f1447bd-219b-4d45-be72-18500d8dd5b7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Added segment 3dca0ecd-2118-41a7-873e-c0b318177395 of type vxlan for network 7e9ca72a-4bd8-4718-8b31-865ea010f140 [pid: 7|app: 0|req: 1354/2667] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2668] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2669] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:14 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:52:14.794 6 INFO neutron.db.l3_hamode_db [None req-8f1447bd-219b-4d45-be72-18500d8dd5b7 59e788d7d5df4217a920deff86b7374a 51fb605428644bab8289adb337560698 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:52:15.792 6 INFO neutron.db.l3_hamode_db [None req-8f1447bd-219b-4d45-be72-18500d8dd5b7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 1314/2670] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:52:14 2026] POST /v2.0/routers => generated 727 bytes in 2410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2671] 10.0.0.177 () {34 vars in 783 bytes} [Thu May 14 06:52:16 2026] PUT /v2.0/routers/feef568d-e997-4a4a-b4ea-b6d1c94711a9/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1315/2672] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:52:18 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1251 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2673] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:52:18 2026] PUT /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1276 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:18.811 7 INFO neutron.api.v2.resource [None req-c198e7b4-11f4-4353-8931-d28b51d8dbc7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1359/2674] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:52:18 2026] GET /v2.0/security-groups/lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:52:18.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2836c8a-df94-4f11-a6b3-7cba25ae7f2a'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': 'e4c23b25-a0a1-4811-ab04-1a0f3616c17b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2675] 199.204.45.109 () {30 vars in 785 bytes} [Thu May 14 06:52:18 2026] GET /v2.0/security-groups?name=lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1316/2676] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:52:18 2026] POST /v2.0/security-groups => generated 1675 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1317/2677] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2678] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:52:18 2026] PUT /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1314 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1318/2679] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 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: 1362/2680] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:19 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: 7|app: 0|req: 1363/2681] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:52:19 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: 6|app: 0|req: 1319/2682] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1320/2683] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:52:19 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: 6|app: 0|req: 1321/2684] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/networks?id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 803 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1322/2685] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1323/2686] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1324/2687] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:52:19 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: 6|app: 0|req: 1325/2688] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1326/2689] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2690] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1327/2691] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2692] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:19.626 6 INFO neutron.db.securitygroups_db [None req-3642c941-0b05-4ff0-96f7-47699d6cbf5f 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Project 77d19fd50abd450e85c4642ef4f60ea6 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: 1366/2693] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2694] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1328/2695] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2696] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:52:19.807 6 INFO neutron.db.securitygroups_db [None req-0e1ee855-e831-44ae-8ddc-1cd6aef7a43e 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Project 77d19fd50abd450e85c4642ef4f60ea6 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: 1369/2697] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2698] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1329/2699] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2700] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1330/2701] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:19 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2702] 10.0.0.177 () {34 vars in 685 bytes} [Thu May 14 06:52:20 2026] POST /v2.0/security-groups => generated 1663 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1331/2703] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:52:20.891 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ed6aefd-79fe-41b1-99bf-6ab25bab7477'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': 'e4c23b25-a0a1-4811-ab04-1a0f3616c17b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1373/2704] 10.0.0.177 () {34 vars in 695 bytes} [Thu May 14 06:52:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2705] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2706] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/networks?id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2707] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => 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: 1377/2708] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2709] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1332/2710] 10.0.0.177 () {34 vars in 676 bytes} [Thu May 14 06:52:21 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2711] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1333/2712] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2713] 10.0.0.109 () {34 vars in 1098 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-366604535&fields=id&tenant_id=77d19fd50abd450e85c4642ef4f60ea6 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1334/2714] 10.0.0.109 () {34 vars in 1100 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1971112156&fields=id&tenant_id=77d19fd50abd450e85c4642ef4f60ea6 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2715] 10.0.0.109 () {34 vars in 982 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/networks?id=6cf059aa-06f1-47af-a720-45ee2f421e93 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1335/2716] 10.0.0.109 () {34 vars in 965 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/quotas/77d19fd50abd450e85c4642ef4f60ea6 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2717] 10.0.0.109 () {34 vars in 1002 bytes} [Thu May 14 06:52:21 2026] GET /v2.0/ports?tenant_id=77d19fd50abd450e85c4642ef4f60ea6&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1336/2718] 10.0.0.109 () {34 vars in 1008 bytes} [Thu May 14 06:52:22 2026] GET /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93?fields=segments => generated 14 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2719] 10.0.0.109 () {34 vars in 1108 bytes} [Thu May 14 06:52:22 2026] GET /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93?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: 6|app: 0|req: 1337/2720] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:22 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2721] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:23 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1338/2722] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:24 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2723] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:25 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:52:26.713 6 INFO neutron.db.l3_db [None req-89557e7f-a33a-4ee6-8f4d-fb79cc5c0778 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Floating IP f7f0b591-d076-4a20-930d-ddd0ae5db90f associated. External IP: 10.96.250.207, port: a51de6ed-30ad-4c7f-9f74-9b178db01052. [pid: 7|app: 0|req: 1388/2726] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:26 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => 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: 1389/2727] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:26 2026] GET /v2.0/networks?id=6cf059aa-06f1-47af-a720-45ee2f421e93 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2728] 199.204.45.109 () {34 vars in 1050 bytes} [Thu May 14 06:52:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77d19fd50abd450e85c4642ef4f60ea6 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1339/2729] 10.0.0.177 () {34 vars in 677 bytes} [Thu May 14 06:52:25 2026] POST /v2.0/floatingips => generated 899 bytes in 1322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2730] 199.204.45.109 () {38 vars in 955 bytes} [Thu May 14 06:52:26 2026] POST /v2.0/ports => generated 997 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1340/2731] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:52:27 2026] PUT /v2.0/ports/483ebbb0-cf28-4c99-b898-8715fa7d297a => generated 1278 bytes in 498 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-14 06:52:27.950 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad145bc0-502d-4137-a59c-74ce36c779da'] response: {'name': 'network-changed', 'server_uuid': 'dabdd243-10ea-4648-a9dc-d6e262ccec64', 'tag': '483ebbb0-cf28-4c99-b898-8715fa7d297a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1392/2732] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:27 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1012 bytes in 58 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: 6|app: 0|req: 1341/2733] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:27 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2734] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:28 2026] GET /v2.0/ports?tenant_id=77d19fd50abd450e85c4642ef4f60ea6&device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1342/2735] 199.204.45.109 () {34 vars in 1018 bytes} [Thu May 14 06:52:28 2026] GET /v2.0/networks?tenant_id=77d19fd50abd450e85c4642ef4f60ea6&shared=False => generated 769 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2736] 199.204.45.109 () {34 vars in 930 bytes} [Thu May 14 06:52:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1343/2737] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1012 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2738] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1344/2739] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/ports?tenant_id=77d19fd50abd450e85c4642ef4f60ea6&device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2740] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=483ebbb0-cf28-4c99-b898-8715fa7d297a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1345/2741] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/subnets?id=03860d68-615b-484b-b042-56ec0db98dc6 => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2742] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/ports?network_id=6cf059aa-06f1-47af-a720-45ee2f421e93&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1346/2743] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93?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: 1398/2744] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:29 2026] GET /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93?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: 6|app: 0|req: 1347/2745] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:52:30 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: 1399/2746] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:52:30 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: 6|app: 0|req: 1348/2747] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2748] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:52:30.098 6 INFO neutron.api.v2.resource [None req-28985a75-6ddf-4757-862a-6d1f1e9f4db9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1349/2749] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/security-groups/lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2750] 199.204.45.109 () {30 vars in 785 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/security-groups?name=lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1350/2751] 199.204.45.109 () {30 vars in 815 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/security-group-rules?security_group_id=b449da1a-244b-4eec-a790-5e2f80bcf3b6 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2752] 199.204.45.109 () {34 vars in 747 bytes} [Thu May 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2753] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1012 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1351/2754] 199.204.45.109 () {34 vars in 747 bytes} [Thu May 14 06:52:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2755] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:30 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1352/2756] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:31 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1012 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2757] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:31 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1353/2758] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:32 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => 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: 1406/2759] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:32 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1354/2760] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:52:33 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2761] 199.204.45.109 () {34 vars in 1124 bytes} [Thu May 14 06:52:33 2026] GET /v2.0/security-groups?id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&id=a9899675-ad2b-41b7-ac30-dc90362fae8c&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1355/2762] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:33 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2763] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:33 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1356/2764] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:35 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2765] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:35 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1357/2766] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:36 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2767] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:36 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1358/2768] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:36 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:36.980 7 INFO neutron.db.l3_db [None req-f2f415f0-5f92-4025-90bb-81833d2fd70d 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Floating IP e66b8d71-0487-4259-b4a1-4cc8d63dc80d associated. External IP: 10.96.250.205, port: 483ebbb0-cf28-4c99-b898-8715fa7d297a. [pid: 7|app: 0|req: 1411/2769] 10.0.0.177 () {34 vars in 749 bytes} [Thu May 14 06:52:36 2026] PUT /v2.0/floatingips/e66b8d71-0487-4259-b4a1-4cc8d63dc80d => generated 856 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:52:37.414 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-741a3afd-6773-4ce2-ba2d-cc60aeb7c2dc'] response: {'name': 'network-changed', 'server_uuid': 'dabdd243-10ea-4648-a9dc-d6e262ccec64', 'tag': '483ebbb0-cf28-4c99-b898-8715fa7d297a', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1359/2770] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:37 2026] GET /v2.0/ports?tenant_id=77d19fd50abd450e85c4642ef4f60ea6&device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2771] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:37 2026] GET /v2.0/networks?id=6cf059aa-06f1-47af-a720-45ee2f421e93 => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1360/2772] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:52:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=483ebbb0-cf28-4c99-b898-8715fa7d297a => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2773] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:38 2026] GET /v2.0/subnets?id=03860d68-615b-484b-b042-56ec0db98dc6 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1361/2774] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:38 2026] GET /v2.0/ports?network_id=6cf059aa-06f1-47af-a720-45ee2f421e93&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: 1414/2775] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:38 2026] GET /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1362/2776] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:38 2026] GET /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93?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: 1415/2777] 10.0.0.155 () {30 vars in 690 bytes} [Thu May 14 06:52:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1363/2778] 10.0.0.155 () {30 vars in 692 bytes} [Thu May 14 06:52:39 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: 1416/2779] 10.0.0.155 () {30 vars in 668 bytes} [Thu May 14 06:52:39 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: 6|app: 0|req: 1364/2780] 10.0.0.155 () {30 vars in 704 bytes} [Thu May 14 06:52:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2781] 10.0.0.155 () {28 vars in 439 bytes} [Thu May 14 06:52:39 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1365/2782] 10.0.0.155 () {30 vars in 728 bytes} [Thu May 14 06:52:39 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1367/2785] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:52:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2786] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:52:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1368/2787] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:52:42 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: 1420/2788] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:52:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1369/2789] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:42 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2790] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:52:42 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1370/2791] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:52:43 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: 1422/2792] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:52:43 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: 6|app: 0|req: 1371/2793] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:52:43 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: 1423/2794] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:52:43 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: 6|app: 0|req: 1372/2795] 199.204.45.109 () {34 vars in 717 bytes} [Thu May 14 06:52:43 2026] POST /v2.0/ports => generated 1324 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2796] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:52:43 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1373/2797] 10.0.0.109 () {34 vars in 907 bytes} [Thu May 14 06:52:43 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2798] 199.204.45.109 () {34 vars in 1262 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52?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: 6|app: 0|req: 1374/2799] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 1426/2800] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1375/2801] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2802] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1376/2803] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1283 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2804] 10.0.0.177 () {32 vars in 858 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/floatingips?floating_network_id=b5ce1f18-8684-4563-8fc7-205037f839a0&port_id=483ebbb0-cf28-4c99-b898-8715fa7d297a => generated 861 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1377/2805] 199.204.45.109 () {34 vars in 975 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1324 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2806] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:45 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1378/2807] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:52:45 2026] PUT /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1514 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:46.430 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-318fb81a-38c2-4205-ba21-1ca8fb154c33'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': '89cf1727-2d2b-46ab-a72a-493722c24a52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1430/2808] 10.0.0.138 () {34 vars in 990 bytes} [Thu May 14 06:52:46 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1283 bytes in 125 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: 6|app: 0|req: 1379/2809] 10.0.0.138 () {34 vars in 1120 bytes} [Thu May 14 06:52:46 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2810] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:46 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1380/2811] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2812] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1381/2813] 199.204.45.109 () {34 vars in 1102 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2814] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/subnets?id=31f9ea07-717b-4fdd-af5c-afe1674d50be&id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1382/2815] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2816] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1383/2817] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2818] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:47 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 6|app: 0|req: 1384/2819] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2820] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1385/2821] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2822] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&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: 6|app: 0|req: 1386/2823] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2824] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?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: 6|app: 0|req: 1387/2825] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => 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: 1439/2826] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1388/2827] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2828] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1389/2829] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 1441/2830] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1390/2831] 199.204.45.109 () {34 vars in 1102 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => 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: 1442/2832] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:52:48 2026] GET /v2.0/subnets?id=31f9ea07-717b-4fdd-af5c-afe1674d50be&id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1391/2833] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:49 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1392/2834] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:52:49 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&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: 1443/2835] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:49 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1393/2836] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:52:49 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 1444/2837] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:49 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1394/2838] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:52:49 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2839] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:50 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1395/2840] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:50 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2841] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:51 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2842] 10.0.0.109 () {34 vars in 1120 bytes} [Thu May 14 06:52:51 2026] GET /v2.0/security-groups?id=a9899675-ad2b-41b7-ac30-dc90362fae8c&id=6d91e04b-d33f-4be5-9c97-a92e1914bbec&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1396/2843] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:52:51 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 1014 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:52:51.774 7 INFO neutron_taas.services.taas.taas_plugin [req-520fcf9a-1ae9-40ec-834e-d9d2dbc76152 req-a805fbd3-c1de-4c87-8ed0-e04f196754d8 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] TaaS: Handle Delete Port: 483ebbb0-cf28-4c99-b898-8715fa7d297a 2026-05-14 06:52:51.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-520fcf9a-1ae9-40ec-834e-d9d2dbc76152 req-a805fbd3-c1de-4c87-8ed0-e04f196754d8 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Tap Mirror: Handle Delete Port: 483ebbb0-cf28-4c99-b898-8715fa7d297a 2026-05-14 06:52:51.913 7 INFO neutron.db.l3_db [req-520fcf9a-1ae9-40ec-834e-d9d2dbc76152 req-a805fbd3-c1de-4c87-8ed0-e04f196754d8 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Floating IP e66b8d71-0487-4259-b4a1-4cc8d63dc80d disassociated. External IP: 10.96.250.205, port: 483ebbb0-cf28-4c99-b898-8715fa7d297a. [pid: 7|app: 0|req: 1448/2844] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:52:51 2026] DELETE /v2.0/ports/483ebbb0-cf28-4c99-b898-8715fa7d297a => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:52:52.335 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8488fa3-5c4b-44df-9c4f-5da5e96548bf'] response: {'server_uuid': 'dabdd243-10ea-4648-a9dc-d6e262ccec64', 'name': 'network-vif-deleted', 'tag': '483ebbb0-cf28-4c99-b898-8715fa7d297a', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1397/2845] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:52 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => 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: 1449/2846] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1398/2847] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2848] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1399/2849] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/subnets/31f9ea07-717b-4fdd-af5c-afe1674d50be => generated 744 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2850] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1400/2851] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:52:53 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: 1452/2852] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1401/2853] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:52:53 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: 1453/2854] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1402/2855] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2856] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1403/2857] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2858] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1404/2859] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2860] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1405/2861] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:53 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2862] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:52:54 2026] GET /v2.0/ports?device_id=dabdd243-10ea-4648-a9dc-d6e262ccec64 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1406/2863] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:52:56 2026] DELETE /v2.0/security-groups/a9899675-ad2b-41b7-ac30-dc90362fae8c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:52:56.313 7 INFO neutron.api.v2.resource [None req-d60ee082-fffa-42f1-ada0-9b92336312be 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/2864] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:52:56 2026] GET /v2.0/security-groups/a9899675-ad2b-41b7-ac30-dc90362fae8c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:52:56.449 6 INFO neutron_taas.services.taas.taas_plugin [None req-fd294ccd-d3a1-40a5-8576-724c82580dc9 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] TaaS: Handle Delete Port: b82f5250-4be4-4c45-bf87-f5495fd32b77 2026-05-14 06:52:56.453 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd294ccd-d3a1-40a5-8576-724c82580dc9 94e3a5b8b74441059a2eb0dd31285591 77d19fd50abd450e85c4642ef4f60ea6 - - default default] Tap Mirror: Handle Delete Port: b82f5250-4be4-4c45-bf87-f5495fd32b77 [pid: 6|app: 0|req: 1407/2867] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:52:56 2026] DELETE /v2.0/floatingips/e66b8d71-0487-4259-b4a1-4cc8d63dc80d => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2868] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:52:56 2026] DELETE /v2.0/security-groups/6d91e04b-d33f-4be5-9c97-a92e1914bbec => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:52:57.315 6 INFO neutron_taas.services.taas.taas_plugin [None req-4aee914e-1aca-4a53-a381-bcfcb035db9a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: d5de06b1-e104-4b54-aecc-e961fbdb4df2 2026-05-14 06:52:57.318 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aee914e-1aca-4a53-a381-bcfcb035db9a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: d5de06b1-e104-4b54-aecc-e961fbdb4df2 [pid: 6|app: 0|req: 1408/2869] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:52:56 2026] PUT /v2.0/routers/454fa15f-fd36-45aa-8f89-0a7f4e5ee80e/remove_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:52:58.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cda0298-d625-43a5-b48b-c13790819510 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 45ad537d-d657-4493-8c1f-d91df41a9818 2026-05-14 06:52:58.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cda0298-d625-43a5-b48b-c13790819510 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 45ad537d-d657-4493-8c1f-d91df41a9818 2026-05-14 06:52:58.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cda0298-d625-43a5-b48b-c13790819510 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 18fe3b11-6450-4b92-8a05-ee0bca7092c6 2026-05-14 06:52:58.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cda0298-d625-43a5-b48b-c13790819510 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 18fe3b11-6450-4b92-8a05-ee0bca7092c6 2026-05-14 06:52:58.944 7 INFO neutron.services.segments.plugin [-] Segment e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 resource provider aggregate not found 2026-05-14 06:52:58.957 7 INFO neutron.services.segments.plugin [-] Segment e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 resource provider aggregate not found 2026-05-14 06:52:58.977 7 INFO neutron.services.segments.plugin [-] Segment e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 found for delete ", "request_id": "req-cc34930f-befd-4962-992b-bfcacfbd8ebd"}]} 2026-05-14 06:52:59.005 7 INFO neutron.db.l3_hamode_db [None req-8cda0298-d625-43a5-b48b-c13790819510 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network e9aa7c6e-4cb3-4f86-ac05-1fa5c0a53154 was deleted as no HA routers are present in tenant 77d19fd50abd450e85c4642ef4f60ea6. 2026-05-14 06:52:59.014 7 INFO neutron.services.segments.plugin [-] Segment e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f724fa-da9e-4b9b-9d1d-572b4ebf2ff6 found for delete ", "request_id": "req-d52e1c24-5686-43fd-9c55-6ec354264c76"}]} [pid: 7|app: 0|req: 1462/2870] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:52:57 2026] DELETE /v2.0/routers/454fa15f-fd36-45aa-8f89-0a7f4e5ee80e => generated 0 bytes in 1079 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1409/2871] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:52:59 2026] DELETE /v2.0/subnets/03860d68-615b-484b-b042-56ec0db98dc6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:52:59.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cb176f7-e1e3-4cdc-a05c-30630dc522c9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 2e187e41-b552-4363-b21c-cf3aa0e2bf46 2026-05-14 06:52:59.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cb176f7-e1e3-4cdc-a05c-30630dc522c9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 2e187e41-b552-4363-b21c-cf3aa0e2bf46 [pid: 7|app: 0|req: 1463/2872] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:52:59 2026] DELETE /v2.0/networks/6cf059aa-06f1-47af-a720-45ee2f421e93 => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:53:00.072 6 INFO neutron_taas.services.taas.taas_plugin [None req-3f47dd8f-f7fb-48c8-81fe-23ae4ef979d1 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: affa8d76-a9c0-4882-a4fc-6aa2a98fc58f 2026-05-14 06:53:00.077 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f47dd8f-f7fb-48c8-81fe-23ae4ef979d1 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: affa8d76-a9c0-4882-a4fc-6aa2a98fc58f [pid: 7|app: 0|req: 1464/2873] 10.0.0.155 () {30 vars in 690 bytes} [Thu May 14 06:53:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2874] 10.0.0.155 () {30 vars in 692 bytes} [Thu May 14 06:53: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: 1466/2875] 10.0.0.155 () {30 vars in 668 bytes} [Thu May 14 06:53:00 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: 1467/2876] 10.0.0.155 () {30 vars in 704 bytes} [Thu May 14 06:53:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1410/2877] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:52:59 2026] PUT /v2.0/routers/feef568d-e997-4a4a-b4ea-b6d1c94711a9/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1411/2878] 10.0.0.155 () {28 vars in 439 bytes} [Thu May 14 06:53:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1412/2879] 10.0.0.155 () {30 vars in 728 bytes} [Thu May 14 06:53:00 2026] GET /v2.0/subnets/a1613a3d-90de-4cc9-b055-242ddc077427 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:53:00.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f6e5b70-c515-416b-9f20-facb3e671a36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 1870c499-b6d5-4f4c-a8b9-398bb9574159 2026-05-14 06:53:00.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f6e5b70-c515-416b-9f20-facb3e671a36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 1870c499-b6d5-4f4c-a8b9-398bb9574159 2026-05-14 06:53:01.013 7 INFO neutron.services.segments.plugin [-] Segment 8834c26c-a8ea-4798-853b-a101a7b9d2cd resource provider aggregate not found 2026-05-14 06:53:01.043 7 INFO neutron.services.segments.plugin [-] Segment 8834c26c-a8ea-4798-853b-a101a7b9d2cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8834c26c-a8ea-4798-853b-a101a7b9d2cd found for delete ", "request_id": "req-533ffe45-d947-481c-813d-8d2dcaab8bc6"}]} 2026-05-14 06:53:01.045 7 INFO neutron.services.segments.plugin [-] Segment 8834c26c-a8ea-4798-853b-a101a7b9d2cd resource provider aggregate not found 2026-05-14 06:53:01.076 7 INFO neutron.services.segments.plugin [-] Segment 8834c26c-a8ea-4798-853b-a101a7b9d2cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8834c26c-a8ea-4798-853b-a101a7b9d2cd found for delete ", "request_id": "req-9427c84a-a1ae-408d-8f3b-8d58b322ed8d"}]} 2026-05-14 06:53:01.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f6e5b70-c515-416b-9f20-facb3e671a36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: abdd6c81-575a-43cc-b98d-cbd5e9144ac1 2026-05-14 06:53:01.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f6e5b70-c515-416b-9f20-facb3e671a36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: abdd6c81-575a-43cc-b98d-cbd5e9144ac1 2026-05-14 06:53:01.830 7 INFO neutron.db.l3_hamode_db [None req-5f6e5b70-c515-416b-9f20-facb3e671a36 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] HA network 7e9ca72a-4bd8-4718-8b31-865ea010f140 was deleted as no HA routers are present in tenant 51fb605428644bab8289adb337560698. [pid: 7|app: 0|req: 1468/2880] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:00 2026] DELETE /v2.0/routers/feef568d-e997-4a4a-b4ea-b6d1c94711a9 => generated 0 bytes in 1166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2881] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:01 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: 1470/2882] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:01 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: 1471/2883] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1413/2884] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:01 2026] DELETE /v2.0/subnets/fc1acf15-581d-42c5-9374-1555f9d891a0 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1414/2885] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1415/2886] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1416/2887] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/subnets/a1613a3d-90de-4cc9-b055-242ddc077427 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:53:02.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-efb866d8-babd-46de-bc97-890f8b412069 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: da9c3691-0e1f-412a-9adb-73d5eb0b3e85 2026-05-14 06:53:02.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efb866d8-babd-46de-bc97-890f8b412069 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: da9c3691-0e1f-412a-9adb-73d5eb0b3e85 [pid: 6|app: 0|req: 1417/2888] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1418/2889] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:02 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: 6|app: 0|req: 1419/2890] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:02 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: 6|app: 0|req: 1420/2891] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:02 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: 1472/2892] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:53:02 2026] DELETE /v2.0/networks/bbc3f4f8-e902-42b9-99b0-0fb7bd38ffe2 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1421/2893] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1422/2894] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/security-groups?tenant_id=77d19fd50abd450e85c4642ef4f60ea6&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: 1473/2895] 199.204.45.109 () {34 vars in 717 bytes} [Thu May 14 06:53:02 2026] POST /v2.0/ports => generated 1328 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1423/2896] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:02 2026] DELETE /v2.0/security-groups/8a69b5f2-1e94-495e-a959-119597353063 => generated 0 bytes in 141 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: 1474/2897] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:53:02 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:03.084 7 INFO neutron.services.segments.plugin [-] Segment 3dca0ecd-2118-41a7-873e-c0b318177395 resource provider aggregate not found 2026-05-14 06:53:03.105 7 INFO neutron.services.segments.plugin [-] Segment 3dca0ecd-2118-41a7-873e-c0b318177395 resource provider aggregate not found 2026-05-14 06:53:03.113 7 INFO neutron.services.segments.plugin [-] Segment 3dca0ecd-2118-41a7-873e-c0b318177395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dca0ecd-2118-41a7-873e-c0b318177395 found for delete ", "request_id": "req-d61888e0-b30d-4e94-b236-4aed742607f3"}]} 2026-05-14 06:53:03.128 7 INFO neutron.services.segments.plugin [-] Segment 3883878b-6ce0-4a20-8ef0-e777107a7476 resource provider aggregate not found 2026-05-14 06:53:03.133 7 INFO neutron.services.segments.plugin [-] Segment 3dca0ecd-2118-41a7-873e-c0b318177395 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dca0ecd-2118-41a7-873e-c0b318177395 found for delete ", "request_id": "req-46f5ae7c-d651-412a-9229-9242975ddf5a"}]} 2026-05-14 06:53:03.144 7 INFO neutron.services.segments.plugin [-] Segment 3883878b-6ce0-4a20-8ef0-e777107a7476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3883878b-6ce0-4a20-8ef0-e777107a7476 found for delete ", "request_id": "req-a4261aa6-fb43-4466-a2e7-168b5230ce0f"}]} 2026-05-14 06:53:03.154 7 INFO neutron.services.segments.plugin [-] Segment 3883878b-6ce0-4a20-8ef0-e777107a7476 resource provider aggregate not found 2026-05-14 06:53:03.178 7 INFO neutron.services.segments.plugin [-] Segment 3883878b-6ce0-4a20-8ef0-e777107a7476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3883878b-6ce0-4a20-8ef0-e777107a7476 found for delete ", "request_id": "req-d394674e-dfee-4bd9-becd-515508d89118"}]} [pid: 6|app: 0|req: 1424/2898] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:03 2026] GET /v2.0/security-groups?tenant_id=51fb605428644bab8289adb337560698&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2899] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:03 2026] DELETE /v2.0/security-groups/c284c327-6b03-4fd6-af52-533189d29e1c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1425/2900] 199.204.45.109 () {34 vars in 1262 bytes} [Thu May 14 06:53:03 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2901] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:04 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1426/2902] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:04 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?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: 1477/2903] 199.204.45.109 () {34 vars in 975 bytes} [Thu May 14 06:53:04 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1427/2904] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:53:04 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 800 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2905] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:53:04 2026] PUT /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1518 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:05.432 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-297fe083-6f73-470d-bc54-6fc3af94da82'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': '380f2c87-e5f8-40f1-b5d2-223d3a69668a', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1428/2906] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:05 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 5608 bytes in 72 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: 1479/2907] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1429/2908] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.248&port_id=380f2c87-e5f8-40f1-b5d2-223d3a69668a => 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: 1480/2909] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afa&port_id=380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1430/2910] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/subnets?id=4b3cd236-af20-43ec-934a-cc22b1f6d467&id=a1613a3d-90de-4cc9-b055-242ddc077427 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2911] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1431/2912] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2913] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1432/2914] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:06 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2915] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 5608 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1433/2916] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2917] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1434/2918] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2919] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?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: 1486/2920] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?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: 1487/2921] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2922] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => 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: 1489/2923] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2924] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:07.957 6 INFO neutron.db.segments_db [None req-60bd7f0a-45ee-4151-95be-6cf5c32c7e44 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] Added segment 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 of type vxlan for network 342b0323-1548-40a5-b7bf-77f6369806d5 [pid: 7|app: 0|req: 1491/2925] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2926] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => 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: 1493/2927] 199.204.45.109 () {34 vars in 1102 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A17&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1435/2928] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:53:07 2026] POST /v2.0/networks => generated 708 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2929] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/subnets?id=31f9ea07-717b-4fdd-af5c-afe1674d50be&id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2930] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2931] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2932] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1436/2933] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:53:08 2026] POST /v2.0/subnets => generated 644 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:53:08.252 6 WARNING neutron.api.v2.base [None req-8d472ddf-285c-441c-b20c-fb22aa4ca52f 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - 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-14 06:53:08.253 6 INFO neutron.api.v2.resource [None req-8d472ddf-285c-441c-b20c-fb22aa4ca52f 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 6|app: 0|req: 1437/2934] 10.0.0.177 () {34 vars in 681 bytes} [Thu May 14 06:53:08 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2935] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2936] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.248&port_id=380f2c87-e5f8-40f1-b5d2-223d3a69668a => 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: 1500/2937] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Afa&port_id=380f2c87-e5f8-40f1-b5d2-223d3a69668a => 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: 1501/2938] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/subnets?id=4b3cd236-af20-43ec-934a-cc22b1f6d467&id=a1613a3d-90de-4cc9-b055-242ddc077427 => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2939] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:08.463 6 INFO neutron.services.segments.plugin [-] Segment 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 resource provider aggregate not found 2026-05-14 06:53:08.468 6 INFO neutron.services.segments.plugin [-] Segment 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 resource provider aggregate not found 2026-05-14 06:53:08.483 6 INFO neutron.services.segments.plugin [-] Segment 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 found for delete ", "request_id": "req-7f0dbdc1-ec2a-41fe-a4c8-84b55f0a972a"}]} 2026-05-14 06:53:08.483 6 INFO neutron.services.segments.plugin [-] Segment 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a45b945-f986-4f1b-b04a-cdc68c73c9e2 found for delete ", "request_id": "req-910cc9f0-db8a-432d-9ced-de13badf4482"}]} [pid: 7|app: 0|req: 1503/2940] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1438/2941] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:53:08 2026] DELETE /v2.0/networks/342b0323-1548-40a5-b7bf-77f6369806d5 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2942] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:08.558 6 INFO neutron.db.segments_db [None req-f20d2b2d-856b-4c29-82ea-0e53a109b8d9 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] Added segment 0e78c8a9-5013-47e6-8de9-4d6c67d71784 of type vxlan for network 99eb52f7-05f4-4729-9354-945b81d0ef9c [pid: 7|app: 0|req: 1505/2943] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:08 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?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: 6|app: 0|req: 1439/2944] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:53:08 2026] POST /v2.0/networks => generated 706 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2945] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:53:08 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) 2026-05-14 06:53:08.872 6 WARNING neutron.api.v2.base [None req-613e4fda-eed8-4261-bdbf-6e2d525c6469 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - 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-14 06:53:08.873 6 INFO neutron.api.v2.resource [None req-613e4fda-eed8-4261-bdbf-6e2d525c6469 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 6|app: 0|req: 1440/2946] 10.0.0.177 () {34 vars in 681 bytes} [Thu May 14 06:53:08 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-14 06:53:09.075 7 INFO neutron.services.segments.plugin [-] Segment 0e78c8a9-5013-47e6-8de9-4d6c67d71784 resource provider aggregate not found 2026-05-14 06:53:09.080 7 INFO neutron.services.segments.plugin [-] Segment 0e78c8a9-5013-47e6-8de9-4d6c67d71784 resource provider aggregate not found 2026-05-14 06:53:09.096 7 INFO neutron.services.segments.plugin [-] Segment 0e78c8a9-5013-47e6-8de9-4d6c67d71784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e78c8a9-5013-47e6-8de9-4d6c67d71784 found for delete ", "request_id": "req-144df71c-15d1-46fe-bf4a-64695c374427"}]} 2026-05-14 06:53:09.100 7 INFO neutron.services.segments.plugin [-] Segment 0e78c8a9-5013-47e6-8de9-4d6c67d71784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e78c8a9-5013-47e6-8de9-4d6c67d71784 found for delete ", "request_id": "req-32033eec-d7b3-4d49-adca-eb9675bb9b28"}]} [pid: 7|app: 0|req: 1507/2947] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:53:08 2026] DELETE /v2.0/networks/99eb52f7-05f4-4729-9354-945b81d0ef9c => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:53:09.207 6 INFO neutron.db.segments_db [None req-d61c5ada-b2d9-4ea6-82bb-7dd08a2a575b 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] Added segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 of type vxlan for network d33a41bf-e9b1-48ab-84d9-f72fcdd27803 [pid: 6|app: 0|req: 1441/2948] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:53:09 2026] POST /v2.0/networks => generated 707 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2949] 10.0.0.177 () {34 vars in 669 bytes} [Thu May 14 06:53:09 2026] POST /v2.0/subnets => generated 647 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1442/2950] 10.0.0.177 () {34 vars in 681 bytes} [Thu May 14 06:53:09 2026] POST /v2.0/rbac-policies => generated 324 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2951] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:53:10 2026] GET /v2.0/networks/d33a41bf-e9b1-48ab-84d9-f72fcdd27803 => generated 654 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:53:10.729 6 INFO neutron.pecan_wsgi.hooks.translation [None req-faeeb44a-467e-4592-9ff9-fc0bb1f13f7b 8c97b23b078d4ab0924d9f94b8307708 5b52ded0193140d7992bc861374f214c - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1443/2952] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:53:10 2026] GET /v2.0/networks/d33a41bf-e9b1-48ab-84d9-f72fcdd27803 => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:53:11.119 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider aggregate not found 2026-05-14 06:53:11.121 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider aggregate not found 2026-05-14 06:53:11.140 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 found for delete ", "request_id": "req-2658c7d7-47f5-4437-bf5b-24ffd619bc85"}]} 2026-05-14 06:53:11.147 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 found for delete ", "request_id": "req-16f84f52-83b5-4d78-87c7-1c4ed5ea6e67"}]} 2026-05-14 06:53:11.578 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4e9fde0-d6ef-4568-a833-26d4542b7633 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] TaaS: Handle Delete Port: cccd3623-fe97-4b90-9164-b651686118cf 2026-05-14 06:53:11.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4e9fde0-d6ef-4568-a833-26d4542b7633 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] Tap Mirror: Handle Delete Port: cccd3623-fe97-4b90-9164-b651686118cf [pid: 7|app: 0|req: 1510/2955] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:53:10 2026] DELETE /v2.0/networks/d33a41bf-e9b1-48ab-84d9-f72fcdd27803 => generated 0 bytes in 1052 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:53:11.808 6 INFO neutron.pecan_wsgi.hooks.translation [None req-812dfba9-237b-4660-8694-3fb6269fdba1 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1446/2956] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:11 2026] DELETE /v2.0/subnets/67f60e8b-523f-41c5-bb7f-368f81ec9a72 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:53:11.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6de30d4e-fa0d-41ba-87e6-cada033d034e 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/2957] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:11 2026] DELETE /v2.0/subnets/e6a9bad6-037f-4de7-9a26-fafbf5bdea1a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:53:11.857 6 INFO neutron.pecan_wsgi.hooks.translation [None req-a7d1d5ff-f53a-4996-ad4e-727a87274971 3237ac296d74460d8cac82e288d5cc6e 6390bc9b647b4607825028ba5a8d4d11 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1447/2958] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:11 2026] DELETE /v2.0/subnets/1b2b2d43-a339-4166-a0c2-f7cf8b8930be => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2959] 10.0.0.109 () {34 vars in 971 bytes} [Thu May 14 06:53:12 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1448/2960] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:12 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61 => generated 797 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2961] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:12 2026] GET /v2.0/subnets/a1613a3d-90de-4cc9-b055-242ddc077427 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1449/2962] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:12 2026] GET /v2.0/subnets/4b3cd236-af20-43ec-934a-cc22b1f6d467 => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2963] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:12 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1516 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1450/2964] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:12 2026] GET /v2.0/security-groups?tenant_id=b1ec5f702ac04b0b91446a871c7f2f60&name=default => generated 2929 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:13.164 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider aggregate not found [pid: 7|app: 0|req: 1515/2965] 199.204.45.109 () {34 vars in 790 bytes} [Thu May 14 06:53:12 2026] PUT /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1255 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:13.172 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 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-14 06:53:13.190 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 found for delete ", "request_id": "req-64eaee86-b591-49a9-9790-d0b3923705ae"}]} 2026-05-14 06:53:13.197 7 INFO neutron.services.segments.plugin [-] Segment 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dbdae5-fb5c-4c15-a2f3-9c903fee6c27 found for delete ", "request_id": "req-a80ad883-f1a3-4e09-8d08-f5311f3d49be"}]} [pid: 6|app: 0|req: 1451/2966] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:13 2026] DELETE /v2.0/security-groups/7e7e999e-d194-46c1-865e-48bfca4265c3 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:53:13.221 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ee8eb82-4a80-4b34-9387-1883123aa8df'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': '89cf1727-2d2b-46ab-a72a-493722c24a52', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1516/2967] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1452/2968] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1453/2969] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:13 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: 6|app: 0|req: 1454/2970] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:13 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: 6|app: 0|req: 1455/2971] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1456/2972] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2973] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/security-groups?tenant_id=5b52ded0193140d7992bc861374f214c&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1457/2974] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1458/2975] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => 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: 1518/2976] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:13 2026] DELETE /v2.0/security-groups/60eeecc9-6d0d-49ee-a751-022380a3236b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1459/2977] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2978] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1460/2979] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2980] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1461/2981] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/security-groups?tenant_id=6390bc9b647b4607825028ba5a8d4d11&name=default => generated 2929 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2982] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1462/2983] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 5385 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1463/2984] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2985] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:13 2026] DELETE /v2.0/security-groups/a2477d3a-c064-4df9-acd7-af29b12f3007 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1464/2986] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => 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: 1523/2987] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/subnets?id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 677 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1465/2988] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:13 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2989] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:14 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1466/2990] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:14 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:18.481 7 INFO neutron.db.segments_db [None req-c83dead7-d9c0-4e0c-bbc0-e50de8f1ea86 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Added segment 6bdd16de-1e3f-43fd-b757-01a61f3319d9 of type vxlan for network 77b156e7-280e-400a-89f4-cdc405cc0f23 2026-05-14 06:53:18.821 7 INFO neutron.db.l3_hamode_db [None req-c83dead7-d9c0-4e0c-bbc0-e50de8f1ea86 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:53:18.949 7 INFO neutron.db.l3_hamode_db [None req-c83dead7-d9c0-4e0c-bbc0-e50de8f1ea86 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1525/2991] 10.0.0.177 () {34 vars in 668 bytes} [Thu May 14 06:53:18 2026] POST /v2.0/routers => generated 474 bytes in 1321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:53:19.627 6 INFO neutron.db.l3_hamode_db [None req-7973727b-4696-4e6f-9bd2-b75aa4fddbb9 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:53:19.726 6 INFO neutron.db.l3_hamode_db [None req-7973727b-4696-4e6f-9bd2-b75aa4fddbb9 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 1467/2992] 10.0.0.177 () {34 vars in 668 bytes} [Thu May 14 06:53:19 2026] POST /v2.0/routers => generated 474 bytes in 790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:53:20.426 7 INFO neutron.db.l3_hamode_db [None req-48e0f30d-0888-4310-8319-912bad727b23 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:53:20.551 7 INFO neutron.db.l3_hamode_db [None req-48e0f30d-0888-4310-8319-912bad727b23 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1526/2993] 10.0.0.177 () {34 vars in 668 bytes} [Thu May 14 06:53:20 2026] POST /v2.0/routers => generated 474 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:53:21.193 6 INFO neutron.db.l3_hamode_db [None req-f25382e4-375a-4e1c-b54d-844d380a0734 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:53:21.316 6 INFO neutron.db.l3_hamode_db [None req-f25382e4-375a-4e1c-b54d-844d380a0734 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 1468/2994] 10.0.0.177 () {34 vars in 668 bytes} [Thu May 14 06:53:21 2026] POST /v2.0/routers => generated 474 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-14 06:53:21.878 7 INFO neutron.db.l3_hamode_db [None req-774c7ebc-1f18-40ed-8f64-9015106e3c6e 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-14 06:53:22.011 7 INFO neutron.db.l3_hamode_db [None req-774c7ebc-1f18-40ed-8f64-9015106e3c6e 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1527/2995] 10.0.0.177 () {34 vars in 668 bytes} [Thu May 14 06:53:21 2026] POST /v2.0/routers => generated 474 bytes in 833 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1469/2996] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:53:22 2026] PUT /v2.0/routers/6a865a3e-e138-4a84-822b-456d9c67c1e9/tags => generated 17 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2997] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:53:22 2026] PUT /v2.0/routers/fe5aaee7-32b2-4212-8dc7-2e77d4c25ac5/tags => generated 25 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1470/2998] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:53:22 2026] PUT /v2.0/routers/26022060-bf59-4824-8317-cfc16a8cb78a/tags => generated 34 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2999] 10.0.0.177 () {34 vars in 751 bytes} [Thu May 14 06:53:23 2026] PUT /v2.0/routers/bcd27db8-dbf7-4e63-8a9b-3bbd14788a9c/tags => generated 19 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1471/3000] 10.0.0.177 () {32 vars in 664 bytes} [Thu May 14 06:53:23 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3001] 10.0.0.177 () {32 vars in 678 bytes} [Thu May 14 06:53:23 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1472/3002] 10.0.0.177 () {32 vars in 674 bytes} [Thu May 14 06:53:23 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3003] 10.0.0.177 () {32 vars in 686 bytes} [Thu May 14 06:53:24 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1473/3004] 10.0.0.177 () {32 vars in 672 bytes} [Thu May 14 06:53:24 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3005] 10.0.0.177 () {32 vars in 686 bytes} [Thu May 14 06:53:24 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1474/3006] 10.0.0.177 () {32 vars in 682 bytes} [Thu May 14 06:53:24 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3007] 10.0.0.177 () {32 vars in 694 bytes} [Thu May 14 06:53:24 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1475/3008] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:53:24 2026] GET /v2.0/routers/6a865a3e-e138-4a84-822b-456d9c67c1e9 => generated 485 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3009] 10.0.0.177 () {34 vars in 742 bytes} [Thu May 14 06:53:24 2026] PUT /v2.0/routers/6a865a3e-e138-4a84-822b-456d9c67c1e9 => generated 485 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1476/3010] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:25 2026] GET /v2.0/ports?device_id=6a865a3e-e138-4a84-822b-456d9c67c1e9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:25.451 7 INFO neutron_taas.services.taas.taas_plugin [None req-dceb3932-3d96-4290-9d8b-160608a8479e 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] TaaS: Handle Delete Port: be82577d-554d-4944-a839-402a87a502f1 2026-05-14 06:53:25.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dceb3932-3d96-4290-9d8b-160608a8479e 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Tap Mirror: Handle Delete Port: be82577d-554d-4944-a839-402a87a502f1 [pid: 7|app: 0|req: 1535/3011] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:25 2026] DELETE /v2.0/routers/6a865a3e-e138-4a84-822b-456d9c67c1e9 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1477/3012] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:53:25 2026] GET /v2.0/routers/fe5aaee7-32b2-4212-8dc7-2e77d4c25ac5 => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1478/3013] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53: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: 6|app: 0|req: 1479/3014] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:26 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: 6|app: 0|req: 1480/3015] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:26 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: 1536/3016] 10.0.0.177 () {34 vars in 742 bytes} [Thu May 14 06:53:25 2026] PUT /v2.0/routers/fe5aaee7-32b2-4212-8dc7-2e77d4c25ac5 => generated 493 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1481/3017] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:26 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: 1537/3018] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:26 2026] GET /v2.0/ports?device_id=fe5aaee7-32b2-4212-8dc7-2e77d4c25ac5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1482/3019] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:26 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1483/3020] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:26 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:26.484 7 INFO neutron_taas.services.taas.taas_plugin [None req-c462171d-c534-4d11-a354-06d18696a2bb 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] TaaS: Handle Delete Port: 43a75383-c3ca-415f-9407-19e0bc36e272 2026-05-14 06:53:26.487 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c462171d-c534-4d11-a354-06d18696a2bb 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Tap Mirror: Handle Delete Port: 43a75383-c3ca-415f-9407-19e0bc36e272 [pid: 6|app: 0|req: 1486/3023] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:26 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: 6|app: 0|req: 1487/3024] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:26 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: 6|app: 0|req: 1488/3025] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:26 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: 6|app: 0|req: 1489/3026] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:26 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: 6|app: 0|req: 1490/3027] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:26 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3028] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:26 2026] DELETE /v2.0/routers/fe5aaee7-32b2-4212-8dc7-2e77d4c25ac5 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3029] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:53:26 2026] GET /v2.0/routers/26022060-bf59-4824-8317-cfc16a8cb78a => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1491/3030] 199.204.45.109 () {34 vars in 790 bytes} [Thu May 14 06:53:26 2026] PUT /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1307 bytes in 396 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-14 06:53:27.072 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6928017-0be3-4c37-ac03-adee0cfd8f8e'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': '380f2c87-e5f8-40f1-b5d2-223d3a69668a', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1492/3031] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61 => generated 797 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1493/3032] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/subnets/4b3cd236-af20-43ec-934a-cc22b1f6d467 => generated 747 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1494/3033] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1343 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3034] 10.0.0.177 () {34 vars in 742 bytes} [Thu May 14 06:53:26 2026] PUT /v2.0/routers/26022060-bf59-4824-8317-cfc16a8cb78a => generated 502 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3035] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/ports?device_id=26022060-bf59-4824-8317-cfc16a8cb78a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1495/3036] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:53:27 2026] PUT /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 1080 bytes in 356 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: 6|app: 0|req: 1496/3037] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61 => generated 797 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1497/3038] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1498/3039] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1499/3040] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1500/3041] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1501/3042] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4981 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1502/3043] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:27 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:28.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc1363a9-3762-46a7-9d84-0a594d7ccf29 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] TaaS: Handle Delete Port: ed8f6816-dfc8-4aaf-8c47-fe640afad843 2026-05-14 06:53:28.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc1363a9-3762-46a7-9d84-0a594d7ccf29 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Tap Mirror: Handle Delete Port: ed8f6816-dfc8-4aaf-8c47-fe640afad843 [pid: 7|app: 0|req: 1542/3044] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:27 2026] DELETE /v2.0/routers/26022060-bf59-4824-8317-cfc16a8cb78a => generated 0 bytes in 1092 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1503/3045] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:53:28 2026] GET /v2.0/routers/bcd27db8-dbf7-4e63-8a9b-3bbd14788a9c => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1504/3046] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:28 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => 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: 1543/3047] 10.0.0.177 () {34 vars in 742 bytes} [Thu May 14 06:53:28 2026] PUT /v2.0/routers/bcd27db8-dbf7-4e63-8a9b-3bbd14788a9c => generated 487 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1505/3048] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/ports?device_id=bcd27db8-dbf7-4e63-8a9b-3bbd14788a9c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:29.130 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-44d0052b-58c2-4ae2-b43f-d6b72de6d8cc'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': '380f2c87-e5f8-40f1-b5d2-223d3a69668a', 'status': 'completed', 'code': 200} 2026-05-14 06:53:29.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-36d807ed-c777-4304-9b28-b3d328d273ed 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] TaaS: Handle Delete Port: e64f9ad9-f13c-4b01-a78b-34193f181f93 2026-05-14 06:53:29.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36d807ed-c777-4304-9b28-b3d328d273ed 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Tap Mirror: Handle Delete Port: e64f9ad9-f13c-4b01-a78b-34193f181f93 [pid: 7|app: 0|req: 1544/3049] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:29 2026] DELETE /v2.0/routers/bcd27db8-dbf7-4e63-8a9b-3bbd14788a9c => generated 0 bytes in 390 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1506/3050] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/routers/a7b7d873-cb46-4539-8cc8-b3f1681dbf4f => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1507/3051] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1508/3052] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1509/3053] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1510/3054] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?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: 6|app: 0|req: 1511/3055] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:29 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 4981 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3056] 10.0.0.177 () {34 vars in 742 bytes} [Thu May 14 06:53:29 2026] PUT /v2.0/routers/a7b7d873-cb46-4539-8cc8-b3f1681dbf4f => generated 480 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1512/3057] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:30 2026] GET /v2.0/ports?device_id=a7b7d873-cb46-4539-8cc8-b3f1681dbf4f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3058] 199.204.45.109 () {34 vars in 975 bytes} [Thu May 14 06:53:30 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => 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: 1547/3059] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:53:30 2026] GET /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a?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: 1548/3060] 199.204.45.109 () {34 vars in 1016 bytes} [Thu May 14 06:53:30 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:30.305 6 INFO neutron_taas.services.taas.taas_plugin [None req-ead572a6-e3df-4bf5-a19f-e7faa52c2eef 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] TaaS: Handle Delete Port: 29efe8e0-6fd2-483b-a046-34a0573d53c5 2026-05-14 06:53:30.309 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ead572a6-e3df-4bf5-a19f-e7faa52c2eef 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] Tap Mirror: Handle Delete Port: 29efe8e0-6fd2-483b-a046-34a0573d53c5 [pid: 7|app: 0|req: 1549/3061] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:53:30 2026] PUT /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:53:30.667 6 INFO neutron.services.segments.plugin [-] Segment 6bdd16de-1e3f-43fd-b757-01a61f3319d9 resource provider aggregate not found 2026-05-14 06:53:30.670 6 INFO neutron.services.segments.plugin [-] Segment 6bdd16de-1e3f-43fd-b757-01a61f3319d9 resource provider aggregate not found 2026-05-14 06:53:30.688 6 INFO neutron.services.segments.plugin [-] Segment 6bdd16de-1e3f-43fd-b757-01a61f3319d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bdd16de-1e3f-43fd-b757-01a61f3319d9 found for delete ", "request_id": "req-b347c60b-d4fd-444d-b33f-4dbbb987bf32"}]} 2026-05-14 06:53:30.689 6 INFO neutron.db.l3_hamode_db [None req-ead572a6-e3df-4bf5-a19f-e7faa52c2eef 4207b8289c164d19af993b5f626aed17 c183a232e3d5412fa7d9d6ba611caaef - - default default] HA network 77b156e7-280e-400a-89f4-cdc405cc0f23 was deleted as no HA routers are present in tenant c183a232e3d5412fa7d9d6ba611caaef. 2026-05-14 06:53:30.691 6 INFO neutron.services.segments.plugin [-] Segment 6bdd16de-1e3f-43fd-b757-01a61f3319d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bdd16de-1e3f-43fd-b757-01a61f3319d9 found for delete ", "request_id": "req-40399311-cd6f-49d2-83f5-c28d45ba7d0e"}]} [pid: 6|app: 0|req: 1513/3062] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:53:30 2026] DELETE /v2.0/routers/a7b7d873-cb46-4539-8cc8-b3f1681dbf4f => generated 0 bytes in 567 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: 1550/3063] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:53:31.222 6 INFO neutron_taas.services.taas.taas_plugin [None req-048d1a02-3fef-4481-ab42-72b206ea29d9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 380f2c87-e5f8-40f1-b5d2-223d3a69668a 2026-05-14 06:53:31.225 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-048d1a02-3fef-4481-ab42-72b206ea29d9 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 380f2c87-e5f8-40f1-b5d2-223d3a69668a [pid: 6|app: 0|req: 1514/3064] 199.204.45.109 () {32 vars in 759 bytes} [Thu May 14 06:53:31 2026] DELETE /v2.0/ports/380f2c87-e5f8-40f1-b5d2-223d3a69668a => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1515/3065] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:31 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: 6|app: 0|req: 1516/3066] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:31 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: 6|app: 0|req: 1517/3067] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:31 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: 6|app: 0|req: 1518/3068] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1519/3069] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1520/3070] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1521/3071] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1522/3072] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1523/3073] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3074] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/security-groups?tenant_id=c183a232e3d5412fa7d9d6ba611caaef&name=default => generated 2929 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1524/3075] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1525/3076] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3077] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:31 2026] DELETE /v2.0/security-groups/2d95959d-8593-42dd-892f-1190151a030d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3078] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3873 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1526/3079] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:31 2026] GET /v2.0/security-groups?tenant_id=a568d7b45a6b4bf88a9a38096ef287f0&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3080] 199.204.45.109 () {34 vars in 1226 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks?id=02c38973-d98c-4fce-856a-58cecbe92ac8&id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&id=a8dae530-f5ba-4be9-8773-0fc3081efa96&id=0726386e-1eea-440f-834f-84ad690eed61 => generated 3097 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3081] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3082] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3083] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&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: 6|app: 0|req: 1527/3084] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:32 2026] DELETE /v2.0/security-groups/49f1e3f6-c69e-485b-816f-6d3a94670b24 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3085] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1528/3086] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3087] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1529/3088] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3089] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&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: 1561/3090] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 1562/3091] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1530/3092] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/security-groups?tenant_id=6ca33bf51aee436d8a87f36086785177&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: 1563/3093] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3094] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/subnets?id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3095] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1531/3096] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:32 2026] DELETE /v2.0/security-groups/f75fb447-513c-4f81-b092-d791347f1252 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3097] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1532/3098] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:32 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 6|app: 0|req: 1533/3099] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:36 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: 6|app: 0|req: 1534/3100] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:36 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: 6|app: 0|req: 1535/3101] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:36 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: 6|app: 0|req: 1536/3102] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:53:36.487 7 INFO neutron.db.segments_db [None req-b8d7d5f8-b1e6-4733-b7a7-b3e5e2d50fb5 c6d5259adea14ba182f0d7cc2c260f8a d6206f31ab3d46be8c5c2e3d9a125b1b - - default default] Added segment 5d266136-6b68-41eb-b27c-1b018e93794d of type vxlan for network 726bad93-7e9c-49dc-850d-8d11f3d44cfc [pid: 6|app: 0|req: 1537/3103] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3104] 10.0.0.177 () {34 vars in 670 bytes} [Thu May 14 06:53:36 2026] POST /v2.0/networks => generated 613 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1538/3105] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:53:36 2026] PUT /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1539/3106] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:36 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: 6|app: 0|req: 1540/3107] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3108] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1541/3109] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:36 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: 6|app: 0|req: 1542/3110] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:36 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: 6|app: 0|req: 1543/3111] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1291 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3112] 10.0.0.177 () {34 vars in 764 bytes} [Thu May 14 06:53:36 2026] PUT /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/green => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3113] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3114] 10.0.0.177 () {34 vars in 760 bytes} [Thu May 14 06:53:36 2026] PUT /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3115] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:36 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3116] 10.0.0.177 () {34 vars in 782 bytes} [Thu May 14 06:53:36 2026] PUT /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3117] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1544/3118] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:53:36 2026] PUT /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1080 bytes in 369 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: 1575/3119] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:53:37 2026] PUT /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:37.210 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-4163052a-e1a9-4479-95a6-b023342cd6f6'] response: {'name': 'network-changed', 'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'tag': '89cf1727-2d2b-46ab-a72a-493722c24a52', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1545/3120] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 798 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3121] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1546/3122] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3123] 10.0.0.177 () {32 vars in 741 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:53:37.370 6 INFO neutron.api.v2.resource [None req-32e61b6b-c2a3-4a97-b5a2-9ad33d9150c1 c6d5259adea14ba182f0d7cc2c260f8a d6206f31ab3d46be8c5c2e3d9a125b1b - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1547/3124] 10.0.0.177 () {32 vars in 745 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1548/3125] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3126] 10.0.0.177 () {32 vars in 744 bytes} [Thu May 14 06:53:37 2026] DELETE /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1549/3127] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:37.570 7 INFO neutron.api.v2.resource [None req-0894f0be-87a7-4f6c-8e87-3e1aa027507b c6d5259adea14ba182f0d7cc2c260f8a d6206f31ab3d46be8c5c2e3d9a125b1b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3128] 10.0.0.177 () {32 vars in 748 bytes} [Thu May 14 06:53:37 2026] DELETE /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1550/3129] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:37 2026] DELETE /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3130] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3131] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3698 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3132] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:53:37.869 6 INFO neutron.services.segments.plugin [-] Segment 5d266136-6b68-41eb-b27c-1b018e93794d resource provider aggregate not found 2026-05-14 06:53:37.879 6 INFO neutron.services.segments.plugin [-] Segment 5d266136-6b68-41eb-b27c-1b018e93794d resource provider aggregate not found 2026-05-14 06:53:37.888 6 INFO neutron.services.segments.plugin [-] Segment 5d266136-6b68-41eb-b27c-1b018e93794d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d266136-6b68-41eb-b27c-1b018e93794d found for delete ", "request_id": "req-281c2dba-796d-44d0-9075-47a33ee67db6"}]} 2026-05-14 06:53:37.904 6 INFO neutron.services.segments.plugin [-] Segment 5d266136-6b68-41eb-b27c-1b018e93794d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d266136-6b68-41eb-b27c-1b018e93794d found for delete ", "request_id": "req-3cb8a196-61a5-47ef-852c-d53a63cbe97d"}]} [pid: 7|app: 0|req: 1583/3133] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1551/3134] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:53:37 2026] DELETE /v2.0/networks/726bad93-7e9c-49dc-850d-8d11f3d44cfc => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3135] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:37 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 6|app: 0|req: 1552/3136] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:38 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => 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: 1585/3137] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:38 2026] GET /v2.0/security-groups?tenant_id=2aad6aa38c56465fb977cbb127f758bd&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1553/3138] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:38 2026] DELETE /v2.0/security-groups/e8a5ae6f-c605-406a-aff0-c5b0bc984fe7 => 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: 1586/3139] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:39 2026] GET /v2.0/security-groups?tenant_id=d6206f31ab3d46be8c5c2e3d9a125b1b&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1554/3140] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:39 2026] DELETE /v2.0/security-groups/95f0549d-43c0-4063-b1b3-1be1d5c3989a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3141] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:39 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1555/3142] 199.204.45.109 () {34 vars in 975 bytes} [Thu May 14 06:53:39 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 1116 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3143] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:53:39 2026] GET /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1556/3144] 199.204.45.109 () {34 vars in 1016 bytes} [Thu May 14 06:53:39 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3145] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:53:39 2026] PUT /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 917 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1557/3146] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:40 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:53:40.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-6546ddb2-ae16-451a-aee1-51428ad56666 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: 89cf1727-2d2b-46ab-a72a-493722c24a52 2026-05-14 06:53:40.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6546ddb2-ae16-451a-aee1-51428ad56666 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: 89cf1727-2d2b-46ab-a72a-493722c24a52 [pid: 7|app: 0|req: 1590/3147] 199.204.45.109 () {32 vars in 759 bytes} [Thu May 14 06:53:40 2026] DELETE /v2.0/ports/89cf1727-2d2b-46ab-a72a-493722c24a52 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1558/3148] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:40 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: 1591/3149] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:40 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: 6|app: 0|req: 1559/3150] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3151] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:41 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: 6|app: 0|req: 1560/3152] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => 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: 1593/3153] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1561/3154] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3155] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1562/3156] 199.204.45.109 () {30 vars in 743 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3157] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1563/3158] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => 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: 1596/3159] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1564/3162] 199.204.45.109 () {34 vars in 1146 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/networks?id=02c38973-d98c-4fce-856a-58cecbe92ac8&id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 2311 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3163] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1565/3164] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => 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: 1600/3165] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1566/3166] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3167] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1567/3168] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=e4c23b25-a0a1-4811-ab04-1a0f3616c17b => 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: 1602/3169] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/subnets?id=ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1568/3170] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/ports?network_id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3171] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1569/3172] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:53:41 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?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: 1604/3173] 10.0.0.177 () {34 vars in 678 bytes} [Thu May 14 06:53:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1570/3174] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:53:42 2026] PUT /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3175] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:42 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1571/3176] 10.0.0.177 () {34 vars in 764 bytes} [Thu May 14 06:53:42 2026] PUT /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3177] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:42 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1572/3178] 10.0.0.177 () {34 vars in 760 bytes} [Thu May 14 06:53:42 2026] PUT /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3179] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:42 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1573/3180] 10.0.0.177 () {34 vars in 782 bytes} [Thu May 14 06:53:43 2026] PUT /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/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: 1608/3181] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:43 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1574/3182] 10.0.0.177 () {34 vars in 753 bytes} [Thu May 14 06:53:43 2026] PUT /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3183] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:43 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1575/3184] 10.0.0.177 () {32 vars in 741 bytes} [Thu May 14 06:53:43 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:53:43.281 7 INFO neutron.api.v2.resource [None req-e729c124-52b9-49f1-8b82-38e13cb2e939 9d96e97bcd174a8d972750040b6b2c38 a756cfcf53f24805b652d90c416ae3ca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3185] 10.0.0.177 () {32 vars in 745 bytes} [Thu May 14 06:53:43 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1576/3186] 10.0.0.177 () {32 vars in 744 bytes} [Thu May 14 06:53:43 2026] DELETE /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3187] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:43 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:53:43.417 6 INFO neutron.api.v2.resource [None req-a026ae1d-0574-4fa6-8a67-6375167ad7d2 9d96e97bcd174a8d972750040b6b2c38 a756cfcf53f24805b652d90c416ae3ca - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1577/3188] 10.0.0.177 () {32 vars in 748 bytes} [Thu May 14 06:53:43 2026] DELETE /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/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: 1612/3189] 10.0.0.177 () {32 vars in 736 bytes} [Thu May 14 06:53:43 2026] DELETE /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1578/3190] 10.0.0.177 () {32 vars in 733 bytes} [Thu May 14 06:53:43 2026] GET /v2.0/policies/9b33b082-5695-4aef-9cda-de935d2782a4/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3191] 10.0.0.177 () {32 vars in 734 bytes} [Thu May 14 06:53:43 2026] DELETE /v2.0/qos/policies/9b33b082-5695-4aef-9cda-de935d2782a4 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1579/3192] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:44 2026] GET /v2.0/security-groups?tenant_id=52e49d892c3c4859b7de65ef61482d7e&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3193] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:44 2026] DELETE /v2.0/security-groups/d11f71a8-2f16-44d3-a2e3-dc3b8061de0d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1580/3194] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:53:44 2026] GET /v2.0/security-groups?tenant_id=a756cfcf53f24805b652d90c416ae3ca&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3195] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:53:44 2026] DELETE /v2.0/security-groups/c0a8e21a-2c41-499e-982e-e17f2a93e6f1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1581/3196] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:53 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: 1616/3197] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:53 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: 6|app: 0|req: 1582/3198] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:53 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: 1617/3199] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53: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) 2026-05-14 06:53:53.588 6 INFO neutron.api.v2.resource [None req-7c76085e-7923-4298-9162-eefc30afc5aa 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1583/3200] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:53:53 2026] GET /v2.0/security-groups/lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => 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: 1618/3201] 199.204.45.109 () {30 vars in 785 bytes} [Thu May 14 06:53:53 2026] GET /v2.0/security-groups?name=lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 2865 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1584/3202] 199.204.45.109 () {30 vars in 815 bytes} [Thu May 14 06:53:53 2026] GET /v2.0/security-group-rules?security_group_id=b449da1a-244b-4eec-a790-5e2f80bcf3b6 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3203] 199.204.45.109 () {32 vars in 789 bytes} [Thu May 14 06:53:53 2026] DELETE /v2.0/security-group-rules/0723f4e1-9d36-4c62-ac92-66ffc40d6172 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1585/3204] 199.204.45.109 () {32 vars in 789 bytes} [Thu May 14 06:53:53 2026] DELETE /v2.0/security-group-rules/ffa46ab8-9b2f-4a20-adeb-77790a11bda6 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:53:56.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-222cf972-8b51-4bde-a07b-249af9479079 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 6dbc056e-5c72-4527-a7e1-134ac0eab47d 2026-05-14 06:53:56.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-222cf972-8b51-4bde-a07b-249af9479079 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 6dbc056e-5c72-4527-a7e1-134ac0eab47d 2026-05-14 06:53:56.636 7 INFO neutron.db.l3_db [None req-222cf972-8b51-4bde-a07b-249af9479079 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Floating IP f7f0b591-d076-4a20-930d-ddd0ae5db90f disassociated (deleted). External IP: 10.96.250.207, port: a51de6ed-30ad-4c7f-9f74-9b178db01052. [pid: 7|app: 0|req: 1620/3207] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:53:56 2026] DELETE /v2.0/floatingips/f7f0b591-d076-4a20-930d-ddd0ae5db90f => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:53:57.000 6 INFO neutron.api.v2.resource [None req-f67d252a-d15a-43bc-bdcf-6b3a00001a95 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1588/3208] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:53:56 2026] GET /v2.0/floatingips/f7f0b591-d076-4a20-930d-ddd0ae5db90f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3209] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:57 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: 6|app: 0|req: 1589/3210] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3211] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:57 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: 6|app: 0|req: 1590/3212] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:57 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-14 06:53:57.659 7 INFO neutron.api.v2.resource [None req-615091e9-4581-4e5f-bfd7-4f6e0b68b28a 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3213] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/security-groups/lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1591/3214] 199.204.45.109 () {30 vars in 785 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/security-groups?name=lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3215] 199.204.45.109 () {30 vars in 815 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/security-group-rules?security_group_id=b449da1a-244b-4eec-a790-5e2f80bcf3b6 => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1592/3216] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:53:57 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: 1625/3217] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1593/3218] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3219] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:53:57 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: 6|app: 0|req: 1594/3220] 199.204.45.109 () {30 vars in 741 bytes} [Thu May 14 06:53:57 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3221] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:58 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1595/3222] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:58 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3223] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:58 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1596/3224] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:53:59 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3225] 199.204.45.109 () {34 vars in 975 bytes} [Thu May 14 06:54:00 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1597/3226] 199.204.45.109 () {34 vars in 1060 bytes} [Thu May 14 06:54:00 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1598/3227] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:54:00 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3228] 199.204.45.109 () {34 vars in 1016 bytes} [Thu May 14 06:54:00 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1599/3229] 199.204.45.109 () {38 vars in 1028 bytes} [Thu May 14 06:54:00 2026] PUT /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1151 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3230] 199.204.45.109 () {30 vars in 769 bytes} [Thu May 14 06:54:01 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 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: 6|app: 0|req: 1600/3231] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:54:01 2026] PUT /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1090 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3232] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:54:01 2026] GET /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 1090 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-14 06:54:01.846 6 INFO neutron_taas.services.taas.taas_plugin [None req-f5fff1c8-4b78-45c8-a1c2-07008fb33db6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: e4c23b25-a0a1-4811-ab04-1a0f3616c17b 2026-05-14 06:54:01.850 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5fff1c8-4b78-45c8-a1c2-07008fb33db6 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: e4c23b25-a0a1-4811-ab04-1a0f3616c17b [pid: 6|app: 0|req: 1601/3233] 199.204.45.109 () {32 vars in 759 bytes} [Thu May 14 06:54:01 2026] DELETE /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3234] 199.204.45.109 () {30 vars in 703 bytes} [Thu May 14 06:54:02 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: 6|app: 0|req: 1602/3235] 199.204.45.109 () {30 vars in 705 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3236] 199.204.45.109 () {30 vars in 681 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1603/3237] 199.204.45.109 () {30 vars in 717 bytes} [Thu May 14 06:54:02 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-14 06:54:02.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ef07280-87e9-455a-bdb5-ffe68b6cc972 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3238] 199.204.45.109 () {32 vars in 759 bytes} [Thu May 14 06:54:02 2026] DELETE /v2.0/ports/e4c23b25-a0a1-4811-ab04-1a0f3616c17b => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1604/3239] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3240] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/ports?tenant_id=be78a5d28cfe46118d0d71d44e53cdaf&device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:54:02.269 6 INFO neutron.api.v2.resource [None req-e1cb5945-b384-4510-a227-5994c4917ba0 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1605/3241] 199.204.45.109 () {30 vars in 763 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/security-groups/lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1606/3242] 199.204.45.109 () {30 vars in 785 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/security-groups?name=lb-79c1fb43-c872-4862-b6ec-0be0ad8f41c9 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3243] 199.204.45.109 () {34 vars in 1066 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/networks?id=02c38973-d98c-4fce-856a-58cecbe92ac8&id=d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3244] 199.204.45.109 () {34 vars in 1062 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.174&port_id=ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1607/3245] 199.204.45.109 () {30 vars in 737 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3246] 199.204.45.109 () {34 vars in 984 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/subnets?id=41aa7426-9402-4404-bae2-16e898c50335 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3247] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/ports?network_id=02c38973-d98c-4fce-856a-58cecbe92ac8&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3248] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?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: 1642/3249] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:54:02 2026] GET /v2.0/networks/02c38973-d98c-4fce-856a-58cecbe92ac8?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: 6|app: 0|req: 1608/3250] 199.204.45.109 () {34 vars in 789 bytes} [Thu May 14 06:54:02 2026] PUT /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 1094 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3251] 199.204.45.109 () {32 vars in 779 bytes} [Thu May 14 06:54:02 2026] DELETE /v2.0/security-groups/b449da1a-244b-4eec-a790-5e2f80bcf3b6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:02.828 6 INFO neutron_taas.services.taas.taas_plugin [None req-b714cfcd-cd9e-4fec-8748-b9353af8de70 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: a51de6ed-30ad-4c7f-9f74-9b178db01052 2026-05-14 06:54:02.832 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b714cfcd-cd9e-4fec-8748-b9353af8de70 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: a51de6ed-30ad-4c7f-9f74-9b178db01052 [pid: 6|app: 0|req: 1609/3252] 199.204.45.109 () {32 vars in 759 bytes} [Thu May 14 06:54:02 2026] DELETE /v2.0/ports/a51de6ed-30ad-4c7f-9f74-9b178db01052 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3253] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:54:05 2026] GET /v2.0/ports?device_id=fbc5a629-e65d-413d-81cd-01e4ef8614bc => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:54:05.947 6 INFO neutron_taas.services.taas.taas_plugin [req-6c0d64f6-7ecf-40f6-a663-ef579e81d63c req-29ae1617-d54a-44d8-bf35-b1d17c7c2dc7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] TaaS: Handle Delete Port: ae3e532e-a18d-479d-8e34-6db3d78a0add 2026-05-14 06:54:05.951 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c0d64f6-7ecf-40f6-a663-ef579e81d63c req-29ae1617-d54a-44d8-bf35-b1d17c7c2dc7 59e788d7d5df4217a920deff86b7374a be78a5d28cfe46118d0d71d44e53cdaf - - default default] Tap Mirror: Handle Delete Port: ae3e532e-a18d-479d-8e34-6db3d78a0add [pid: 6|app: 0|req: 1610/3254] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:54:05 2026] DELETE /v2.0/ports/ae3e532e-a18d-479d-8e34-6db3d78a0add => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:06.195 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-bacefded-126a-404b-ad27-ace4d98c975f'] response: {'server_uuid': 'fbc5a629-e65d-413d-81cd-01e4ef8614bc', 'name': 'network-vif-deleted', 'tag': 'ae3e532e-a18d-479d-8e34-6db3d78a0add', 'status': 'completed', 'code': 200} 2026-05-14 06:54:07.367 7 INFO neutron_taas.services.taas.taas_plugin [None req-21fc24c5-5eac-4e9c-b176-83e85a8244e6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 95eb98ef-6f6f-4db0-8bcc-706cb9b6881f 2026-05-14 06:54:07.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21fc24c5-5eac-4e9c-b176-83e85a8244e6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 95eb98ef-6f6f-4db0-8bcc-706cb9b6881f 2026-05-14 06:54:07.587 7 INFO neutron.db.l3_db [None req-21fc24c5-5eac-4e9c-b176-83e85a8244e6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Floating IP 418be0a9-b90d-4de0-8639-3f1563a5f34d disassociated (deleted). External IP: 10.96.250.213, port: 4d089c3b-0988-4f87-bac5-f4db5c556f68. [pid: 7|app: 0|req: 1645/3255] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:54:07 2026] DELETE /v2.0/floatingips/418be0a9-b90d-4de0-8639-3f1563a5f34d => generated 0 bytes in 738 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:07.981 6 INFO neutron.api.v2.resource [None req-7019aae0-7495-4c46-8c8c-602cda7371e4 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1611/3256] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:54:07 2026] GET /v2.0/floatingips/418be0a9-b90d-4de0-8639-3f1563a5f34d => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:07.995 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d366254-9e47-45a3-bb11-c3ab8fb90376'] response: {'name': 'network-changed', 'server_uuid': 'ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0', 'tag': '4d089c3b-0988-4f87-bac5-f4db5c556f68', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1646/3257] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1612/3258] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3259] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1613/3260] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/networks?id=0726386e-1eea-440f-834f-84ad690eed61 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3261] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1614/3262] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad7&port_id=4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3263] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/subnets?id=4b3cd236-af20-43ec-934a-cc22b1f6d467&id=a1613a3d-90de-4cc9-b055-242ddc077427 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1615/3264] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3265] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/ports?network_id=0726386e-1eea-440f-834f-84ad690eed61&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1616/3266] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?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: 1651/3267] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:54:08 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61?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: 6|app: 0|req: 1617/3268] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:54:10 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 1200 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:54:10.822 7 INFO neutron_taas.services.taas.taas_plugin [req-92ee1ce6-f0e4-4513-b531-09b32c8812bd req-e14079db-2f5c-47d1-8393-ee98272f6a73 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 4d089c3b-0988-4f87-bac5-f4db5c556f68 2026-05-14 06:54:10.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-92ee1ce6-f0e4-4513-b531-09b32c8812bd req-e14079db-2f5c-47d1-8393-ee98272f6a73 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 4d089c3b-0988-4f87-bac5-f4db5c556f68 [pid: 7|app: 0|req: 1652/3269] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:54:10 2026] DELETE /v2.0/ports/4d089c3b-0988-4f87-bac5-f4db5c556f68 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:11.071 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73daf849-3dd7-46aa-9868-4dec30184ce2'] response: {'server_uuid': 'ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0', 'name': 'network-vif-deleted', 'tag': '4d089c3b-0988-4f87-bac5-f4db5c556f68', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1619/3272] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:54:13 2026] GET /v2.0/ports?device_id=ed5c4cb3-c77e-4f29-b72a-98b94fdd8da0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-14 06:54:18.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b7fc9a7-6cb3-438a-94fb-3c88267a7c65 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: e84d09bb-e403-4a0e-8339-12a2838752b1 2026-05-14 06:54:18.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7fc9a7-6cb3-438a-94fb-3c88267a7c65 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: e84d09bb-e403-4a0e-8339-12a2838752b1 2026-05-14 06:54:18.847 7 INFO neutron.db.l3_db [None req-6b7fc9a7-6cb3-438a-94fb-3c88267a7c65 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Floating IP 50508f4f-71c6-4c8b-a7bd-895e8a1453ac disassociated (deleted). External IP: 10.96.250.208, port: d713c85b-62db-457b-ad4b-b7509c2dd015. [pid: 7|app: 0|req: 1654/3273] 10.0.0.177 () {32 vars in 732 bytes} [Thu May 14 06:54:18 2026] DELETE /v2.0/floatingips/50508f4f-71c6-4c8b-a7bd-895e8a1453ac => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:19.166 6 INFO neutron.api.v2.resource [None req-843acec0-ef3f-40ba-b583-7a96e8a10336 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1620/3274] 10.0.0.177 () {32 vars in 729 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/floatingips/50508f4f-71c6-4c8b-a7bd-895e8a1453ac => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:19.181 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8014494d-4513-4f05-b687-04f5ffe9035e'] response: {'name': 'network-changed', 'server_uuid': '84f9d271-a6d7-496e-ab29-0ab1e2b11896', 'tag': 'd713c85b-62db-457b-ad4b-b7509c2dd015', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1655/3275] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1621/3276] 10.0.0.109 () {34 vars in 1040 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/security-groups?id=fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3277] 199.204.45.109 () {34 vars in 1080 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/ports?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1622/3278] 199.204.45.109 () {34 vars in 986 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/networks?id=a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3279] 199.204.45.109 () {34 vars in 1058 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.128&port_id=d713c85b-62db-457b-ad4b-b7509c2dd015 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1623/3280] 199.204.45.109 () {34 vars in 1104 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A34b&port_id=d713c85b-62db-457b-ad4b-b7509c2dd015 => 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: 1658/3281] 199.204.45.109 () {34 vars in 1064 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/subnets?id=31f9ea07-717b-4fdd-af5c-afe1674d50be&id=e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1624/3282] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3283] 199.204.45.109 () {34 vars in 1052 bytes} [Thu May 14 06:54:19 2026] GET /v2.0/ports?network_id=a8dae530-f5ba-4be9-8773-0fc3081efa96&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1625/3284] 199.204.45.109 () {34 vars in 1012 bytes} [Thu May 14 06:54:20 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 1660/3285] 199.204.45.109 () {34 vars in 1112 bytes} [Thu May 14 06:54:20 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96?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: 6|app: 0|req: 1626/3286] 199.204.45.109 () {34 vars in 994 bytes} [Thu May 14 06:54:21 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-14 06:54:22.166 7 INFO neutron_taas.services.taas.taas_plugin [req-626ecd0a-68cd-4cec-bbb7-b8f9eb2a9992 req-9307fa96-bb2e-45c3-89be-058e80ecfc4d 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: d713c85b-62db-457b-ad4b-b7509c2dd015 2026-05-14 06:54:22.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-626ecd0a-68cd-4cec-bbb7-b8f9eb2a9992 req-9307fa96-bb2e-45c3-89be-058e80ecfc4d 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: d713c85b-62db-457b-ad4b-b7509c2dd015 [pid: 7|app: 0|req: 1661/3287] 199.204.45.109 () {36 vars in 997 bytes} [Thu May 14 06:54:22 2026] DELETE /v2.0/ports/d713c85b-62db-457b-ad4b-b7509c2dd015 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:22.399 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0853cf14-08ac-4cf4-8b06-58fe352ad203'] response: {'server_uuid': '84f9d271-a6d7-496e-ab29-0ab1e2b11896', 'name': 'network-vif-deleted', 'tag': 'd713c85b-62db-457b-ad4b-b7509c2dd015', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1627/3288] 10.0.0.109 () {34 vars in 990 bytes} [Thu May 14 06:54:24 2026] GET /v2.0/ports?device_id=84f9d271-a6d7-496e-ab29-0ab1e2b11896 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3291] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:29 2026] DELETE /v2.0/security-group-rules/c6717671-3d9b-4d8d-8e3a-053be7feafc2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:29.748 6 INFO neutron.api.v2.resource [None req-c863ec0c-4e0a-44ac-aa18-0c1d935323b2 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1629/3292] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:29 2026] GET /v2.0/security-group-rules/c6717671-3d9b-4d8d-8e3a-053be7feafc2 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3293] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:29 2026] DELETE /v2.0/security-group-rules/00b569a6-ff70-4483-bd98-355ffa6295b3 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:29.845 6 INFO neutron.api.v2.resource [None req-d30df5f4-e33d-4401-8ece-c1289fc8ca6d 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1630/3294] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:29 2026] GET /v2.0/security-group-rules/00b569a6-ff70-4483-bd98-355ffa6295b3 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3295] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:29 2026] DELETE /v2.0/security-group-rules/a8007a40-85c8-4824-9182-b97c497ecbc5 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:29.943 6 INFO neutron.api.v2.resource [None req-d373a6b6-ee38-4a8b-b681-05aadc71f717 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1631/3296] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:29 2026] GET /v2.0/security-group-rules/a8007a40-85c8-4824-9182-b97c497ecbc5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3297] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:29 2026] DELETE /v2.0/security-group-rules/27dd2c0c-1310-487b-92b3-106aa90d7272 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.043 6 INFO neutron.api.v2.resource [None req-904d0a3b-7182-4922-84f8-4ede9626f12e 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1632/3298] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/27dd2c0c-1310-487b-92b3-106aa90d7272 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3299] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/0c76d03b-0f11-4377-a2ce-7b2b16bb1184 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.138 6 INFO neutron.api.v2.resource [None req-a44e4f3c-192c-4846-acb4-50bda5e6e0a9 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1633/3300] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/0c76d03b-0f11-4377-a2ce-7b2b16bb1184 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3301] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/4d4bdfe0-7f9c-491f-b442-bab3caf3ac71 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.238 6 INFO neutron.api.v2.resource [None req-9700a289-440a-4b90-940a-1d57e2eb3eb2 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1634/3302] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/4d4bdfe0-7f9c-491f-b442-bab3caf3ac71 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3303] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/e8eb6d85-0a04-4652-b9d7-2ea53d32c187 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.337 6 INFO neutron.api.v2.resource [None req-03e409de-ea69-416b-8472-e8332c2f59ac 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1635/3304] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/e8eb6d85-0a04-4652-b9d7-2ea53d32c187 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3305] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/c42ff2f3-f648-46a1-a3da-eadb27f75c3c => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.436 6 INFO neutron.api.v2.resource [None req-6919650c-2255-463a-84a9-fbf2cd562512 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1636/3306] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/c42ff2f3-f648-46a1-a3da-eadb27f75c3c => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3307] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/32bfb573-d8c5-45f5-8eee-496efe01629a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.528 6 INFO neutron.api.v2.resource [None req-2d8e05c0-b723-4dda-a99f-8d08fbbd03cf 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1637/3308] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/32bfb573-d8c5-45f5-8eee-496efe01629a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3309] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/aad7c727-f2bb-408e-8f68-e1fce1aafcdf => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.615 6 INFO neutron.api.v2.resource [None req-a8f02601-8e26-4aac-bc94-c1b82e0670c6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1638/3310] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/aad7c727-f2bb-408e-8f68-e1fce1aafcdf => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3311] 10.0.0.177 () {32 vars in 750 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-group-rules/327fb128-539e-4c69-8f4e-b4e9b532c083 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.706 6 INFO neutron.api.v2.resource [None req-a17da947-e5d4-44cc-85ff-cc9f5ca024d4 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1639/3312] 10.0.0.177 () {32 vars in 747 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-group-rules/327fb128-539e-4c69-8f4e-b4e9b532c083 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3313] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:30 2026] DELETE /v2.0/security-groups/fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:30.811 6 INFO neutron.api.v2.resource [None req-91f6f5cd-5bf5-4810-9314-584858b5a611 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1640/3314] 10.0.0.177 () {32 vars in 737 bytes} [Thu May 14 06:54:30 2026] GET /v2.0/security-groups/fc84e7c1-a0b3-46bf-9c7e-3d0881921dcd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:31.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-36b8e25c-cb5a-4afc-b931-3d480daf9a5e 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 03604f74-0edf-4a9a-b40e-3911595e80d6 2026-05-14 06:54:31.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36b8e25c-cb5a-4afc-b931-3d480daf9a5e 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 03604f74-0edf-4a9a-b40e-3911595e80d6 [pid: 7|app: 0|req: 1675/3315] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:54:30 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:54:32.068 6 INFO neutron.api.v2.resource [None req-acd7fe90-df37-4ef6-80c5-364cba79f799 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1641/3316] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:54:31 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/remove_router_interface => generated 198 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:32.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-5988be39-863a-4533-af0a-5139d55e29a7 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 7f05a8b0-820e-4825-853c-3c72257dd3bf 2026-05-14 06:54:32.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5988be39-863a-4533-af0a-5139d55e29a7 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 7f05a8b0-820e-4825-853c-3c72257dd3bf [pid: 7|app: 0|req: 1676/3317] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:54:32 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:54:33.248 6 INFO neutron.api.v2.resource [None req-d1699785-4388-421f-92d6-6f3b1dd0d067 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1642/3318] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:54:33 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:33.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-27c61bc9-46ec-4088-a737-36b8b6f0699a 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: d7de17f3-57cc-4e08-9bc7-01c781c5d07d 2026-05-14 06:54:33.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c61bc9-46ec-4088-a737-36b8b6f0699a 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: d7de17f3-57cc-4e08-9bc7-01c781c5d07d [pid: 7|app: 0|req: 1677/3319] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:54:33 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/remove_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-14 06:54:34.554 6 INFO neutron.api.v2.resource [None req-75f90220-18db-4617-ae35-f15e897054b6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1643/3320] 10.0.0.177 () {34 vars in 789 bytes} [Thu May 14 06:54:34 2026] PUT /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:34.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-213aefd4-8177-4326-8537-6b5fefbd592b 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: e70eb894-3fe6-465f-a5d2-d6507e595163 2026-05-14 06:54:34.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-213aefd4-8177-4326-8537-6b5fefbd592b 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: e70eb894-3fe6-465f-a5d2-d6507e595163 2026-05-14 06:54:35.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-213aefd4-8177-4326-8537-6b5fefbd592b 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 55dcd9db-a43c-4ef2-99be-905ff69ac457 2026-05-14 06:54:35.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-213aefd4-8177-4326-8537-6b5fefbd592b 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 55dcd9db-a43c-4ef2-99be-905ff69ac457 2026-05-14 06:54:35.429 7 INFO neutron.services.segments.plugin [-] Segment 20d92665-531f-4013-a76e-2345ef444d95 resource provider aggregate not found 2026-05-14 06:54:35.446 7 INFO neutron.services.segments.plugin [-] Segment 20d92665-531f-4013-a76e-2345ef444d95 resource provider aggregate not found 2026-05-14 06:54:35.446 7 INFO neutron.services.segments.plugin [-] Segment 20d92665-531f-4013-a76e-2345ef444d95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20d92665-531f-4013-a76e-2345ef444d95 found for delete ", "request_id": "req-3da16b78-d204-448f-a1aa-bf63518e145c"}]} 2026-05-14 06:54:35.462 7 INFO neutron.services.segments.plugin [-] Segment 20d92665-531f-4013-a76e-2345ef444d95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20d92665-531f-4013-a76e-2345ef444d95 found for delete ", "request_id": "req-5c944273-f371-4805-9400-08c439f479ef"}]} 2026-05-14 06:54:35.463 7 INFO neutron.db.l3_hamode_db [None req-213aefd4-8177-4326-8537-6b5fefbd592b 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] HA network 4245d22e-f06f-451f-aac3-ef95ad387e47 was deleted as no HA routers are present in tenant 0b6d4c1ccb884c4495616c2946ef9b73. [pid: 7|app: 0|req: 1678/3321] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:34 2026] DELETE /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73 => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-14 06:54:35.497 6 INFO neutron.api.v2.resource [None req-af1a1b5d-2a36-4b3b-a75a-bd203423e470 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1644/3322] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:35 2026] GET /v2.0/routers/d8d83d3d-b773-42c8-84b1-644e0024db73 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3323] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:35 2026] DELETE /v2.0/subnets/4b3cd236-af20-43ec-934a-cc22b1f6d467 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:35.692 6 INFO neutron.pecan_wsgi.hooks.translation [None req-8833a6d1-8cc4-456c-86e6-03c91f9a9507 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1645/3324] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:35 2026] GET /v2.0/subnets/4b3cd236-af20-43ec-934a-cc22b1f6d467 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3325] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:35 2026] DELETE /v2.0/subnets/a1613a3d-90de-4cc9-b055-242ddc077427 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:35.900 6 INFO neutron.pecan_wsgi.hooks.translation [None req-82d9e066-252d-43c8-9124-f68cf5eeea57 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1646/3326] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:35 2026] GET /v2.0/subnets/a1613a3d-90de-4cc9-b055-242ddc077427 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:36.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae8dac0f-0966-45e8-a9bb-2fc4b289d31a 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 45173310-c6b2-4f90-a68d-d8f72ec237e3 2026-05-14 06:54:36.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae8dac0f-0966-45e8-a9bb-2fc4b289d31a 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 45173310-c6b2-4f90-a68d-d8f72ec237e3 [pid: 7|app: 0|req: 1681/3327] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:54:35 2026] DELETE /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:36.234 6 INFO neutron.pecan_wsgi.hooks.translation [None req-c48aa891-9721-4335-8cd2-e4326e789792 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1647/3328] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:54:36 2026] GET /v2.0/networks/0726386e-1eea-440f-834f-84ad690eed61 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3329] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:36 2026] DELETE /v2.0/subnets/31f9ea07-717b-4fdd-af5c-afe1674d50be => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:36.442 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6b089ca2-a5e1-41cc-a77e-fb525fa9b98f 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1648/3330] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:36 2026] GET /v2.0/subnets/31f9ea07-717b-4fdd-af5c-afe1674d50be => 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: 1683/3331] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:36 2026] DELETE /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:36.607 6 INFO neutron.pecan_wsgi.hooks.translation [None req-80e0cc31-1e11-4b52-bbc3-6d3b292381f2 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1649/3332] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:36 2026] GET /v2.0/subnets/e5fa05ca-761d-4fa3-ac6c-11b18b4d7519 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:36.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-c78dff00-4392-42d3-9e96-79dbe7ecd6f6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: 7313d824-1966-417d-a69b-fb4d14a5d6f6 2026-05-14 06:54:36.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c78dff00-4392-42d3-9e96-79dbe7ecd6f6 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: 7313d824-1966-417d-a69b-fb4d14a5d6f6 [pid: 7|app: 0|req: 1684/3333] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:54:36 2026] DELETE /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:36.846 6 INFO neutron.pecan_wsgi.hooks.translation [None req-d8095401-9fcc-43d1-a1da-afbc09dfb7af 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1650/3334] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:54:36 2026] GET /v2.0/networks/a8dae530-f5ba-4be9-8773-0fc3081efa96 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3335] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:36 2026] DELETE /v2.0/subnets/2e4887c9-81b8-4d32-82d5-2e8fc27a5126 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:36.996 6 INFO neutron.pecan_wsgi.hooks.translation [None req-56c8f94f-d42d-4055-9b27-722d20b442db 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1651/3336] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:36 2026] GET /v2.0/subnets/2e4887c9-81b8-4d32-82d5-2e8fc27a5126 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3337] 10.0.0.177 () {32 vars in 724 bytes} [Thu May 14 06:54:37 2026] DELETE /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:37.144 6 INFO neutron.pecan_wsgi.hooks.translation [None req-59038ce2-4b44-4f23-820d-8685e0e4121f 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1652/3338] 10.0.0.177 () {32 vars in 721 bytes} [Thu May 14 06:54:37 2026] GET /v2.0/subnets/ac6a1033-c571-4c74-9a4c-a2285f639b32 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:37.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb47b112-9e25-487e-9cfc-99c994dcd585 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] TaaS: Handle Delete Port: f9271fb3-d9ac-42e3-919e-e72c3aa4bda3 2026-05-14 06:54:37.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb47b112-9e25-487e-9cfc-99c994dcd585 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] Tap Mirror: Handle Delete Port: f9271fb3-d9ac-42e3-919e-e72c3aa4bda3 2026-05-14 06:54:37.470 7 INFO neutron.services.segments.plugin [-] Segment 5933a442-be22-4f62-a2c2-1270515e3030 resource provider aggregate not found [pid: 7|app: 0|req: 1687/3339] 10.0.0.177 () {32 vars in 726 bytes} [Thu May 14 06:54:37 2026] DELETE /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-14 06:54:37.491 7 INFO neutron.services.segments.plugin [-] Segment 5933a442-be22-4f62-a2c2-1270515e3030 resource provider aggregate not found 2026-05-14 06:54:37.495 7 INFO neutron.services.segments.plugin [-] Segment 5933a442-be22-4f62-a2c2-1270515e3030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5933a442-be22-4f62-a2c2-1270515e3030 found for delete ", "request_id": "req-0f973eba-ae0b-49cb-96a8-eb1c483160a1"}]} 2026-05-14 06:54:37.504 6 INFO neutron.pecan_wsgi.hooks.translation [None req-ff5776a9-8786-4087-b6db-6a9fa887586f 8cbba848d98e41f38f542edbc07eee08 0b6d4c1ccb884c4495616c2946ef9b73 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1653/3340] 10.0.0.177 () {32 vars in 723 bytes} [Thu May 14 06:54:37 2026] GET /v2.0/networks/d4565a67-44a9-4e81-a1b4-fcc3caab7b3c => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-14 06:54:37.514 7 INFO neutron.services.segments.plugin [-] Segment 5933a442-be22-4f62-a2c2-1270515e3030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5933a442-be22-4f62-a2c2-1270515e3030 found for delete ", "request_id": "req-7f755ed9-46e6-4b7f-b02a-d83b46e4911f"}]} 2026-05-14 06:54:37.517 7 INFO neutron.services.segments.plugin [-] Segment e61653e5-7847-4e11-a813-5ff9919c7e2c resource provider aggregate not found 2026-05-14 06:54:37.531 7 INFO neutron.services.segments.plugin [-] Segment e61653e5-7847-4e11-a813-5ff9919c7e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61653e5-7847-4e11-a813-5ff9919c7e2c found for delete ", "request_id": "req-15f3bd47-7d24-4ab0-80ba-b449c6b60caf"}]} 2026-05-14 06:54:37.540 7 INFO neutron.services.segments.plugin [-] Segment e61653e5-7847-4e11-a813-5ff9919c7e2c resource provider aggregate not found 2026-05-14 06:54:37.548 7 INFO neutron.services.segments.plugin [-] Segment a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 resource provider aggregate not found 2026-05-14 06:54:37.560 7 INFO neutron.services.segments.plugin [-] Segment e61653e5-7847-4e11-a813-5ff9919c7e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61653e5-7847-4e11-a813-5ff9919c7e2c found for delete ", "request_id": "req-b6d50028-bc4e-4688-80c5-6c970d32a817"}]} 2026-05-14 06:54:37.564 7 INFO neutron.services.segments.plugin [-] Segment a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 found for delete ", "request_id": "req-125b0500-b1ca-4e9a-a541-e82d52a22d2a"}]} 2026-05-14 06:54:37.574 7 INFO neutron.services.segments.plugin [-] Segment a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 resource provider aggregate not found 2026-05-14 06:54:37.591 7 INFO neutron.services.segments.plugin [-] Segment a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a73bdc32-9ce4-4e01-a88f-7a3e3a2d4b18 found for delete ", "request_id": "req-979d7440-5b65-49df-882f-a0a064ba6cf5"}]} [pid: 7|app: 0|req: 1688/3341] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:39 2026] GET /v2.0/security-groups?tenant_id=03a169dd9e3f4ea18c934db1610e35da&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1654/3342] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:39 2026] DELETE /v2.0/security-groups/6eb73e6f-fc23-4823-912f-9c33df86f68b => 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: 1689/3343] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:40 2026] GET /v2.0/security-groups?tenant_id=0231b8b74c824d54b7ebe99ce16b59dc&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1655/3344] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:40 2026] DELETE /v2.0/security-groups/09c97cc3-3f06-4b53-9b03-ae3c27352d01 => 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: 1690/3345] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:40 2026] GET /v2.0/security-groups?tenant_id=56e480385f1f450c8a9b47b399bfe794&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1656/3346] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:40 2026] DELETE /v2.0/security-groups/db5f93d9-c304-4964-80b1-c3cb8c7f4064 => 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: 1691/3347] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:40 2026] GET /v2.0/security-groups?tenant_id=e8d711273ee7466bbe6e9a4a426762fb&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1657/3348] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:40 2026] DELETE /v2.0/security-groups/08551c66-28c9-4f11-be93-e51c7ef04d8a => 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: 1692/3349] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:41 2026] GET /v2.0/security-groups?tenant_id=6731cef884f547d58c5cc5b11da39406&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1658/3350] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:41 2026] DELETE /v2.0/security-groups/c52e63e8-7fff-4c98-930e-3f3bb4697e01 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1660/3353] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:41 2026] GET /v2.0/security-groups?tenant_id=ed344cea4e974c2697ef102fb96330a9&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3354] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:41 2026] DELETE /v2.0/security-groups/f0612a63-7446-461e-8387-3c8f7eac60ac => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1661/3355] 10.0.0.177 () {32 vars in 774 bytes} [Thu May 14 06:54:41 2026] GET /v2.0/security-groups?tenant_id=0b6d4c1ccb884c4495616c2946ef9b73&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3356] 10.0.0.177 () {32 vars in 740 bytes} [Thu May 14 06:54:42 2026] DELETE /v2.0/security-groups/6269e1d5-dc5a-46b9-af11-2df75341c27d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1662/3357] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:54:44 2026] GET /v2.0/networks => generated 2168 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3358] 10.0.0.177 () {32 vars in 655 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1663/3359] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3360] 10.0.0.177 () {32 vars in 643 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1664/3361] 10.0.0.177 () {32 vars in 647 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/subnets => generated 1308 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3362] 10.0.0.177 () {32 vars in 649 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1665/3363] 10.0.0.177 () {32 vars in 663 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3364] 10.0.0.177 () {32 vars in 655 bytes} [Thu May 14 06:54:46 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)